Commit Graph

13472 Commits

Author SHA1 Message Date
nacin
4ec5fd4f13 Generalize some strings. Also tidy the discussions meta box, which will stay as "page" as that is referring to the HTML page, not post/page/book etc. see #13539
git-svn-id: http://svn.automattic.com/wordpress/trunk@14904 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 19:47:22 +00:00
nacin
16f79e5377 Remove unused/duplicated/undocumented post type object label. see #13539
git-svn-id: http://svn.automattic.com/wordpress/trunk@14903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 19:25:27 +00:00
nacin
479d1d3617 Fix typo. props rovo89, fixes #13494.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14902 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 18:59:20 +00:00
nacin
b04dfafeac Use a post type object label for edit_post_link's title attribute. props sc0ttkclark.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14901 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 18:55:51 +00:00
ryan
57b34ed1a4 Back compat menu classes. see #12812 #13379
git-svn-id: http://svn.automattic.com/wordpress/trunk@14900 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 18:54:42 +00:00
nacin
8aae431b3a Use a filter instead of a new NO404REDIRECT constant. see #12758.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14899 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 18:12:14 +00:00
nacin
c7587d8d1b Fix some typos. props xibe, fixes #13537.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14898 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 17:53:34 +00:00
markjaquith
e3ffb4c442 Update upload quota filled message to mention the limit and not suggest file deletion. fixes #13479
git-svn-id: http://svn.automattic.com/wordpress/trunk@14897 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 17:53:31 +00:00
ryan
7d1d1015f5 Bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@14896 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 17:47:52 +00:00
nacin
8d5ec9f30e Always show all comment status links in edit-comments.php so dynamic moderation can update the counts.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14895 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 17:46:08 +00:00
nacin
655eedbb42 Stirng capitalization fix. see #12035.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14894 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 17:16:52 +00:00
nacin
affcbfcd4d New media icons, props empireoflight. fixes #13523.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14893 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 17:14:17 +00:00
donncha
22305da3a3 Cast "public" as an int to ensure it gets set correctly.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14892 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 16:57:32 +00:00
ryan
31b8da5ae5 Classes for posts and terms in the menus. see #13379
git-svn-id: http://svn.automattic.com/wordpress/trunk@14891 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 16:51:09 +00:00
potbot
98f19bc328 POT, generated from r14889
git-svn-id: http://svn.automattic.com/wordpress/trunk@14890 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 16:21:16 +00:00
nacin
aefb552495 Always show 'Continue reading' link when dealing with excerpts in Twenty Ten. props iandstewart, fixes #13361.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14889 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 16:08:44 +00:00
ryan
82f7d72f89 s/navigation menu/custom menu/ see #13519
git-svn-id: http://svn.automattic.com/wordpress/trunk@14888 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 15:42:57 +00:00
nacin
542c648ac5 Give is_singular the ability to provide awareness/context for custom post types. props ryan, scribu. Usage: is_singular('book') or is_singular( array( 'newspapers', 'books' ) ). fixes #12588.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14887 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 15:36:23 +00:00
ryan
b744c38378 Fixing adding of custom fields to auto-drafts. Props ocean90. see #13401
git-svn-id: http://svn.automattic.com/wordpress/trunk@14886 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 15:32:57 +00:00
wpmuguru
ec8d5fee12 cleanup $indents, props filosofo, see #12758
git-svn-id: http://svn.automattic.com/wordpress/trunk@14885 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 15:31:28 +00:00
nacin
077ef110c0 Improved mayday calls in network.php when a subdirectory install isn't allowed. Also, /allow_folder_install/allow_subdirectory_install/g. fixes #12884, fixes #12931.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14884 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 15:16:31 +00:00
ryan
432d56981e Don't set default category when saving an auto-draft. fixes #13531
git-svn-id: http://svn.automattic.com/wordpress/trunk@14883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 14:43:39 +00:00
ryan
61df5a850f Active menu styling. Props ianddtewart. see #12812
git-svn-id: http://svn.automattic.com/wordpress/trunk@14882 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 14:37:36 +00:00
ryan
3403e7eb8f Add ancestor classes. Props filosofo. see #12812
git-svn-id: http://svn.automattic.com/wordpress/trunk@14881 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 14:25:06 +00:00
nacin
ba599a19e3 Remove the on switch for global terms. install_global_terms() can be triggered in a plugin. see #12666.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14880 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 13:58:52 +00:00
dd32
ff31cebbfd Add Actions to the end of Bulk upgrades; Remove Spinners and instead show the individual upgrade steps (Then hidden upon completion for bulk upgrades). See #11232
git-svn-id: http://svn.automattic.com/wordpress/trunk@14879 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 13:57:06 +00:00
nacin
913dd27ef5 Allow pages to be added automattically to menus. see #13447.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14878 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 13:49:56 +00:00
dd32
05fe27c961 More fine-tuning of CSS selectors in r14873. Props _duck. See #13486
git-svn-id: http://svn.automattic.com/wordpress/trunk@14877 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 13:41:40 +00:00
ryan
c99361e78f Add parent classes to nav menu. Props filosofo. see #12812
git-svn-id: http://svn.automattic.com/wordpress/trunk@14876 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 13:30:10 +00:00
dd32
68c0b37663 Fix selector in r14873. Props _duck. See #13486
git-svn-id: http://svn.automattic.com/wordpress/trunk@14875 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 11:47:12 +00:00
nbachiyski
c08015c015 Fix MovableType importer plugin slug typo. The real one is movabletype-importer, not mt-importer.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14874 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 11:37:25 +00:00
dd32
6a966fed5d Add current menu item bottom-border to menu's without children. Props _duck. See #13486
git-svn-id: http://svn.automattic.com/wordpress/trunk@14873 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 11:20:18 +00:00
wpmuguru
d8fe68385d ensure unique term_id when global terms enabled, see #13482
git-svn-id: http://svn.automattic.com/wordpress/trunk@14872 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 07:24:10 +00:00
wpmuguru
6eb9b64e22 update rewrite rules for IIS, props Frumph, see #12758
git-svn-id: http://svn.automattic.com/wordpress/trunk@14871 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 05:12:47 +00:00
nacin
5c5a6d4d73 New 'on' state for admin menus. props JohnONolan, see #13486.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14870 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 02:47:43 +00:00
ryan
52f05426e0 Allow searching custom post types when attaching media. Props markoheijnen. fixes #13229
git-svn-id: http://svn.automattic.com/wordpress/trunk@14869 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 02:18:07 +00:00
ryan
da4ce19ea1 Help text for edit form. see #13467
git-svn-id: http://svn.automattic.com/wordpress/trunk@14868 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 01:43:07 +00:00
wpmuguru
569642dd32 give static var initial value, fixes #13517
git-svn-id: http://svn.automattic.com/wordpress/trunk@14867 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 00:31:07 +00:00
wpmuguru
a4e59b62eb eliminate warning in global_terms(), global to static, fixes #13517
git-svn-id: http://svn.automattic.com/wordpress/trunk@14866 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-25 00:13:03 +00:00
iammattthomas
1ec3c835d8 In Twenty Ten, adjust padding and margin for the site-generator image
git-svn-id: http://svn.automattic.com/wordpress/trunk@14865 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-24 23:00:54 +00:00
iammattthomas
a90a9b6fd4 Reduce the font size when widgets use the entry-meta class in the sidebar
git-svn-id: http://svn.automattic.com/wordpress/trunk@14864 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-24 22:43:03 +00:00
iammattthomas
c2a0ca325c Twenty Ten editor-style CSS cleanup
git-svn-id: http://svn.automattic.com/wordpress/trunk@14863 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-24 22:20:37 +00:00
iammattthomas
146c261f6b In Twenty Ten, make dropdown menus slightly wider to accommodate long words. Minor cleanup of style.css
git-svn-id: http://svn.automattic.com/wordpress/trunk@14862 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-24 22:18:40 +00:00
ryan
0e6ec48421 Fix site searching from ms-admin.php. Props mitchoyoshitaka. fixes #13526
git-svn-id: http://svn.automattic.com/wordpress/trunk@14861 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-24 21:31:37 +00:00
westi
6c817a180c New high score!
git-svn-id: http://svn.automattic.com/wordpress/trunk@14860 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-24 21:28:37 +00:00
westi
e5d7ab0841 phpDoc updates.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14859 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-24 21:28:07 +00:00
westi
b5820d2934 phpDoc updates.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14858 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-24 21:26:49 +00:00
nacin
10562923ae Remove now-unused post_type_object->labels>edit, which was 'Edit' (with context). see #12968, see #11274.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14857 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-24 21:19:29 +00:00
nacin
0080974df2 Use object names instead of 'Edit' in submenus. props jane, fixes #11274.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14856 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-24 21:09:55 +00:00
ryan
f5abf81369 Help for edit.php. see #13467
git-svn-id: http://svn.automattic.com/wordpress/trunk@14855 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2010-05-24 20:46:27 +00:00