markjaquith
|
33aba110ee
|
Prevent the browser-out-of-date dashboard nag from being minimized and hide minimization arrow. props aaroncampbell. fixes #17441. see #17323.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17952 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-18 17:06:04 +00:00 |
|
markjaquith
|
bb8978972e
|
Add a per-post-type nav menu items filter for plugin control. props aaroncampbell. see #16075
git-svn-id: http://svn.automattic.com/wordpress/trunk@17951 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-18 16:44:21 +00:00 |
|
azaozz
|
d2e54b7932
|
Revert [17943] as it breaks plugins, props johnjamesjacoby, fixes #17484
git-svn-id: http://svn.automattic.com/wordpress/trunk@17950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-18 06:20:30 +00:00 |
|
azaozz
|
24f315692d
|
Fix width shortcuts in DFW, see #17136
git-svn-id: http://svn.automattic.com/wordpress/trunk@17949 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-18 00:59:12 +00:00 |
|
nacin
|
dba8ade461
|
Fix inverse logic in [17946].
git-svn-id: http://svn.automattic.com/wordpress/trunk@17948 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-17 17:36:58 +00:00 |
|
azaozz
|
dcb9985b13
|
Use the "media" admin menu icon for the add media button in DFW, move the tagline, see #17136
git-svn-id: http://svn.automattic.com/wordpress/trunk@17947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-17 17:33:22 +00:00 |
|
markjaquith
|
cb62ef2b58
|
Even better poka-yoke on Credits page.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17946 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-17 17:14:08 +00:00 |
|
markjaquith
|
4eaf5b3ed9
|
Make sure we have an array on the Credits page. Handles situations where non-array data is sometimes cached.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17945 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-17 16:36:37 +00:00 |
|
azaozz
|
46c545cdba
|
Remove links from the menu separators, see #17324
git-svn-id: http://svn.automattic.com/wordpress/trunk@17943 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-17 06:19:00 +00:00 |
|
nacin
|
e46b1da6f4
|
Credits page HTML closing tag and alt fix, props Utkarsh. Link gravatars to profiles. fixes #17384.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-17 05:58:40 +00:00 |
|
azaozz
|
c8f51203cf
|
RTL styles, props yoavf, see #17324
git-svn-id: http://svn.automattic.com/wordpress/trunk@17941 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-17 05:45:49 +00:00 |
|
azaozz
|
19c80ff93c
|
Maximum i18n flexibility for word count, props nacin, see #17136
git-svn-id: http://svn.automattic.com/wordpress/trunk@17940 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-17 04:25:15 +00:00 |
|
azaozz
|
5869d175f6
|
Blue styles for DFW toolbar, props jorbin, fixes #17436
git-svn-id: http://svn.automattic.com/wordpress/trunk@17939 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-17 03:58:27 +00:00 |
|
westi
|
e8ecf0f599
|
Use the correct cap for the export menu item. Fixes #17452
git-svn-id: http://svn.automattic.com/wordpress/trunk@17937 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-16 10:44:42 +00:00 |
|
azaozz
|
3bb59dbc9c
|
Fix autosave and word count for DFW HTML editor, always update word count on autosave, see #17136
git-svn-id: http://svn.automattic.com/wordpress/trunk@17936 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-16 06:17:44 +00:00 |
|
azaozz
|
3a9f1dcc5c
|
Center admin menu icons when menu is folded, see #17324
git-svn-id: http://svn.automattic.com/wordpress/trunk@17935 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-15 22:50:26 +00:00 |
|
azaozz
|
b42b310743
|
Refresh word count when switching editors in DFW.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17932 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-15 05:51:33 +00:00 |
|
koopersmith
|
8cae005972
|
Blue theme revisions. Migrate colors from nav-menu.css to colors-*.css. Props saracannon. see #17324.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17930 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-14 19:57:24 +00:00 |
|
nacin
|
da2732c7de
|
Use wp_remote_retrieve_* helper functions instead of the raw HTTP response array. props aaroncampbell, fixes #17416.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17928 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-14 19:45:07 +00:00 |
|
nacin
|
57a5e26a27
|
Search Installed Plugins, Search Installed Themes. props garyc40, fixes #16543.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17927 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-14 19:41:42 +00:00 |
|
westi
|
53ce9d6f50
|
More phpdoc typo fixes. See #17414 props Utkarsh
git-svn-id: http://svn.automattic.com/wordpress/trunk@17926 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-14 09:56:59 +00:00 |
|
westi
|
65e341d0cb
|
Fix typos and inconsistencies in PHPdoc / function declarations. See #17414 props duck_
git-svn-id: http://svn.automattic.com/wordpress/trunk@17925 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-14 09:50:20 +00:00 |
|
markjaquith
|
c379a72852
|
Blue admin theme updates for the new UI style. props saracannon. see #17324
git-svn-id: http://svn.automattic.com/wordpress/trunk@17924 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-14 04:40:48 +00:00 |
|
azaozz
|
44cfe9d8b3
|
FIx static front page selector in Settings-Writing, props JDTrower duck_, fixes #17421
git-svn-id: http://svn.automattic.com/wordpress/trunk@17923 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-14 00:43:58 +00:00 |
|
ryan
|
18335b5516
|
Update some network admin help text. Props dougwrites. fixes #16988
git-svn-id: http://svn.automattic.com/wordpress/trunk@17921 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-13 19:25:38 +00:00 |
|
ryan
|
5316894390
|
Fix broken help link. Props SergeyBiryukov. fixes #17265
git-svn-id: http://svn.automattic.com/wordpress/trunk@17919 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-13 19:08:09 +00:00 |
|
azaozz
|
799e614e68
|
DFW: scroll to top when opening so the user is not disoriented, see #17136
git-svn-id: http://svn.automattic.com/wordpress/trunk@17913 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-13 06:27:49 +00:00 |
|
nacin
|
9ddadbd830
|
Use correct variable, see #17384.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17911 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-13 02:08:35 +00:00 |
|
nacin
|
ecc65d1f21
|
Show display names from wp.org profiles on the credits page. see #17384.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17910 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-13 01:46:08 +00:00 |
|
nacin
|
fe04318dc8
|
Add core contributors to credits page, first pass. see #17384.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17909 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-13 00:49:53 +00:00 |
|
azaozz
|
b1fe99c5ce
|
jQuery 1.6.1 and fix for some small bugs that popped up while testing it, props JDTrower, fixes #17311
git-svn-id: http://svn.automattic.com/wordpress/trunk@17907 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 22:00:31 +00:00 |
|
nacin
|
bd7956b4f5
|
Update wp-logo.png version number. props zekeweeks, fixes #17402.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 18:26:17 +00:00 |
|
markjaquith
|
096426deb9
|
Fix URL typo in freedoms.php. props duck_. see #17383
git-svn-id: http://svn.automattic.com/wordpress/trunk@17904 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 08:10:59 +00:00 |
|
markjaquith
|
0e57bd3a37
|
Centralize pagination bound exceeding redirects for list tables. props garyc40. props johnjamesjacoby. fixes #16208
git-svn-id: http://svn.automattic.com/wordpress/trunk@17900 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 06:09:42 +00:00 |
|
nacin
|
8abc94a139
|
Don't show broken 'View' links when a CPT isn't publicly queryable. fixes #13301, props johnbillion.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17899 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 06:04:47 +00:00 |
|
koopersmith
|
b1a2d38dc8
|
Prevent shadow from showing in dfw visual editor.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17898 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 05:51:33 +00:00 |
|
nacin
|
351b6ce13e
|
Move output buffering out of a loop, collapsing it into one buffer. props mitchoyoshitaka, fixes #17352.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17897 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 05:50:53 +00:00 |
|
koopersmith
|
a5e724c025
|
Fix padding on 'save draft' button. see #17324.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17896 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 05:48:37 +00:00 |
|
nacin
|
815d4fd975
|
Shorten key used for browse happy site transient so it fits in option_name. fixes #17323, props AaronCampbell.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17895 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 05:45:02 +00:00 |
|
nacin
|
54f42be38d
|
Switch to 'Freedoms'. see #17383.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17894 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 05:17:28 +00:00 |
|
koopersmith
|
e391c3fc2e
|
Restore lines in publish box, speed up misc-action edit animations. see #17324.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17893 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 05:06:47 +00:00 |
|
koopersmith
|
d22cbc0ed4
|
Improve publish box styles. Props chexee. see #17324.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17892 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 04:08:00 +00:00 |
|
nacin
|
5bd0023422
|
Document img_src_ssl in wp_check_browser_version(), see #17323.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17888 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 03:45:25 +00:00 |
|
azaozz
|
8fe1d44938
|
Warning for out of date and insecure browsers, props aaroncampbell, fixes #17323
git-svn-id: http://svn.automattic.com/wordpress/trunk@17887 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 03:33:27 +00:00 |
|
nacin
|
e324f8dd88
|
Add clear to custom background color field. props lancewillett for initial patch. fixes #15755.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17886 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 03:31:01 +00:00 |
|
koopersmith
|
1585387c59
|
Style upload form on custom header/background pages consistently. see #17324.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17885 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 03:16:52 +00:00 |
|
azaozz
|
de88c22a6c
|
Allow plugins to disable screen options with filter, props yoavf, fixes #17187
git-svn-id: http://svn.automattic.com/wordpress/trunk@17884 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 03:12:41 +00:00 |
|
koopersmith
|
ed94bd035b
|
Widgets style refresh. see #17324.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17882 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 02:43:06 +00:00 |
|
koopersmith
|
e3e2cb9710
|
Menu style updates. see #17324.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17881 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 02:03:02 +00:00 |
|
azaozz
|
beae1e56aa
|
Improve code for DFW buttons, fix colors in some rare TinyMCE popups, see #17136
git-svn-id: http://svn.automattic.com/wordpress/trunk@17880 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-12 01:53:51 +00:00 |
|