ryan
|
10deff9e1d
|
Favorite action for network admin. see #14435
git-svn-id: http://svn.automattic.com/wordpress/trunk@15489 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-08-02 19:07:03 +00:00 |
ryan
|
44799523bc
|
Update network upgrade links. see #14435
git-svn-id: http://svn.automattic.com/wordpress/trunk@15484 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-08-02 15:36:57 +00:00 |
ryan
|
21e3f0f7fa
|
Network Admin, first pass. see #14435
git-svn-id: http://svn.automattic.com/wordpress/trunk@15481 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-07-30 20:34:54 +00:00 |
nacin
|
00192e27a5
|
Add JS var isRtl to admin-header and remove unused JS localized vars for nav-menu. see #13525.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14999 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-05-27 18:57:07 +00:00 |
ryan
|
172aa06718
|
Revert [14347] and [14372]. It broke more than we expected. Try again in 3.1. see #13051
git-svn-id: http://svn.automattic.com/wordpress/trunk@14374 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-05-03 18:16:22 +00:00 |
ryan
|
91354eefee
|
Escape links by default. Props alexkingorg. see #13051
git-svn-id: http://svn.automattic.com/wordpress/trunk@14347 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-05-02 22:53:59 +00:00 |
nacin
|
1eb297c982
|
Fix admin.php?import=x pages, which can re-include itself in certain environments. fixes #13184 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14334 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-05-02 18:39:31 +00:00 |
ryan
|
c256a99fc2
|
privacy_on_link_title and privacy_on_link_text filters to allow privacy plugins to customize privacy-on-link
git-svn-id: http://svn.automattic.com/wordpress/trunk@14237 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-04-26 01:26:08 +00:00 |
westi
|
9356c4b72d
|
Restore support for floating point numbers in number_format_i18n(). Fixes #10555.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14190 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-04-22 21:39:37 +00:00 |
westi
|
da93a92714
|
Remove unnecessary translations of decimal point character and number of decimal places. Fixes #10555 props nbachiyski.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14184 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-04-21 21:41:20 +00:00 |
nbachiyski
|
bb110266c3
|
Indent and split into several lines the HTML for wp-admin logo
git-svn-id: http://svn.automattic.com/wordpress/trunk@14163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-04-19 13:33:18 +00:00 |
nacin
|
6ec7cb4540
|
Use relative paths when including files, avoiding include_path. fixes #12594, props sorich87.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14139 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-04-18 06:14:45 +00:00 |
nacin
|
2794e060dc
|
Remove 'Turbo' link from admin header. see #11301
git-svn-id: http://svn.automattic.com/wordpress/trunk@13833 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-26 20:59:57 +00:00 |
ryan
|
6dcc05bd54
|
Ligten header and footer for gray color scheme. Props johnonolan. see #12586
git-svn-id: http://svn.automattic.com/wordpress/trunk@13824 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-26 17:09:53 +00:00 |
markjaquith
|
35e6b0a158
|
Update search engines blocked text so that we do not imply that the blog is actually private.
git-svn-id: http://svn.automattic.com/wordpress/trunk@13767 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-19 14:40:50 +00:00 |
ryan
|
e25a65b36a
|
Trim trailing whitespace
git-svn-id: http://svn.automattic.com/wordpress/trunk@13733 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-17 16:27:25 +00:00 |
nacin
|
fc02586453
|
Only show "Privacy On" notice/link if the user can manage options. fixes #12440
git-svn-id: http://svn.automattic.com/wordpress/trunk@13559 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-02 20:48:23 +00:00 |
ryan
|
95623b4ce5
|
Fix metabox hiding. Props scribu. fixes #12439
git-svn-id: http://svn.automattic.com/wordpress/trunk@13551 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-02 18:06:14 +00:00 |
dd32
|
493ece2961
|
Add some filters to the Admin header. Fixes #11332
git-svn-id: http://svn.automattic.com/wordpress/trunk@13497 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-28 10:23:55 +00:00 |
nacin
|
00706d68ce
|
Use admin_url() for images in wp-admin, to allow for filtering. Props mdawaffe, see #12300
git-svn-id: http://svn.automattic.com/wordpress/trunk@13256 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-20 21:09:49 +00:00 |
nacin
|
6444ad283f
|
Modify style of new "Privacy On" admin header indicator. props scottbasgaard, fixes #12211
git-svn-id: http://svn.automattic.com/wordpress/trunk@13182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-17 20:16:54 +00:00 |
nacin
|
9cabc34e63
|
Use esc_attr. Fixes #12211
git-svn-id: http://svn.automattic.com/wordpress/trunk@13169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-16 04:16:52 +00:00 |
markjaquith
|
c2566a917a
|
Place a "Privacy On" mini-alert in the wp-admin header when it is on, to prevent people from accidentally delisting themselves from search engines. props scottbasgaard. fixes #12211
git-svn-id: http://svn.automattic.com/wordpress/trunk@13168 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-16 03:54:40 +00:00 |
nacin
|
eddc178ee1
|
Escape thousandsSeparator and decimalPoint JS variables, see #12005
git-svn-id: http://svn.automattic.com/wordpress/trunk@13078 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-13 03:12:51 +00:00 |
ryan
|
ef301b7489
|
unset temp vars so they don't pollute the global namespace. Formatting cleanups
git-svn-id: http://svn.automattic.com/wordpress/trunk@12846 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-26 18:16:53 +00:00 |
ryan
|
decf135295
|
Update trash and right now links for pages. fixes #11958
git-svn-id: http://svn.automattic.com/wordpress/trunk@12783 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-21 06:53:33 +00:00 |
ryan
|
05bf7382ff
|
Merge edit-pages.php into edit.php. see #9674
git-svn-id: http://svn.automattic.com/wordpress/trunk@12728 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-15 16:58:36 +00:00 |
ryan
|
5316b4fc2d
|
Merge page-new.php into post-new.php. Start abstracting column headers and prefs. see #9674
git-svn-id: http://svn.automattic.com/wordpress/trunk@12702 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-12 00:14:27 +00:00 |
ryan
|
9b721a32c6
|
Queue ms.css if multisite. see #11644
git-svn-id: http://svn.automattic.com/wordpress/trunk@12625 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-07 02:33:23 +00:00 |
ryan
|
da89de4958
|
More custom post type support. Props scribu. see #9674
git-svn-id: http://svn.automattic.com/wordpress/trunk@12597 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-04 16:58:43 +00:00 |
ryan
|
354607036c
|
Remove unneeded quotes around vars. Props johnbillion. fixes #10245
git-svn-id: http://svn.automattic.com/wordpress/trunk@12513 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-12-23 15:16:53 +00:00 |
azaozz
|
4b53a32f07
|
Add l10n thousands delimiter and decimal point to JS, fix updating of comments numbers on the dashboard and keyboard shortcuts for comments moderation (t = trash, z = restore/undo)
git-svn-id: http://svn.automattic.com/wordpress/trunk@12015 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-10-09 09:02:22 +00:00 |
azaozz
|
e4e96c17b2
|
Add $hook_suffix as js var, fixes #10008
git-svn-id: http://svn.automattic.com/wordpress/trunk@11508 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-03 07:06:45 +00:00 |
markjaquith
|
119b39cec2
|
deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11380 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-18 15:11:07 +00:00 |
ryan
|
efa4c276ed
|
Remove manifest from html until we get it working. see #7262
git-svn-id: http://svn.automattic.com/wordpress/trunk@11280 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-11 21:07:21 +00:00 |
azaozz
|
ba1741b6e5
|
Fix old format multi-number placeholder in widgets
git-svn-id: http://svn.automattic.com/wordpress/trunk@11238 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-07 21:58:45 +00:00 |
azaozz
|
bf88b244cd
|
Hide text while editor is loading, show html editor on error
git-svn-id: http://svn.automattic.com/wordpress/trunk@11171 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-04 10:34:50 +00:00 |
azaozz
|
0ca846c54d
|
Call wp_menu_unfold() after user settings have been synchronized
git-svn-id: http://svn.automattic.com/wordpress/trunk@11135 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-04-30 07:17:05 +00:00 |
azaozz
|
6d535ce0c2
|
Load the menu folded (if set), load the editor earlier
git-svn-id: http://svn.automattic.com/wordpress/trunk@11118 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-04-29 05:43:03 +00:00 |
ryan
|
2eb1947d03
|
Blue theme updates. Props Gordon Brander
git-svn-id: http://svn.automattic.com/wordpress/trunk@11100 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-04-27 18:48:58 +00:00 |
azaozz
|
1c8fad6d46
|
Lets try the HTML 5 offline resources storage (Firefox 3.5 only)
git-svn-id: http://svn.automattic.com/wordpress/trunk@11077 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-04-24 13:02:52 +00:00 |
ryan
|
3f25a73455
|
When on manage page, default favorite actions to the correspoding create page.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11043 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-04-22 01:30:15 +00:00 |
azaozz
|
7160187ec2
|
Improved no-js styles
git-svn-id: http://svn.automattic.com/wordpress/trunk@10869 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-04-04 17:07:31 +00:00 |
azaozz
|
a4c45667e1
|
Fix 'admin_body_class' filter
git-svn-id: http://svn.automattic.com/wordpress/trunk@10868 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-04-04 13:40:21 +00:00 |
ryan
|
8f7bbfc5fa
|
Validation fixes. Props Viper007Bond. fixes #9387
git-svn-id: http://svn.automattic.com/wordpress/trunk@10832 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-24 15:27:17 +00:00 |
azaozz
|
fb0c5fbe97
|
More theme install styling, see #8652
git-svn-id: http://svn.automattic.com/wordpress/trunk@10823 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-20 00:14:57 +00:00 |
ryan
|
1c169009f1
|
Put page title before blog name in admin title. fixes #9028
git-svn-id: http://svn.automattic.com/wordpress/trunk@10632 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-23 06:31:37 +00:00 |
azaozz
|
e854ecac2e
|
Remove no-js.css, add the styles to admin-header instead
git-svn-id: http://svn.automattic.com/wordpress/trunk@10529 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-09 13:50:35 +00:00 |
azaozz
|
4a6cfee741
|
Revert [10489], it brings non-critical 404 errors
git-svn-id: http://svn.automattic.com/wordpress/trunk@10494 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-04 15:05:57 +00:00 |
azaozz
|
09b7fb1296
|
Remove no-js.css faster in Safari
git-svn-id: http://svn.automattic.com/wordpress/trunk@10489 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-03 22:36:12 +00:00 |
azaozz
|
5ce5238272
|
Concatenated and compressed versions of the default TinyMCE scripts
git-svn-id: http://svn.automattic.com/wordpress/trunk@10369 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-16 12:58:38 +00:00 |
azaozz
|
45c7401c79
|
Add action "admin_enqueue_scripts" to make it easy for plugins to queue JavaScript and CSS for specific admin pages
git-svn-id: http://svn.automattic.com/wordpress/trunk@10364 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-15 07:43:35 +00:00 |
azaozz
|
1c9353ad2e
|
Cleanup js files and prepare for concatenating, move most inline js to files
git-svn-id: http://svn.automattic.com/wordpress/trunk@10348 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-12 13:43:17 +00:00 |
azaozz
|
7cf1bbfcc7
|
TinyMCE: minify the custom plugins, remove unneeded CSS, load in the footer
git-svn-id: http://svn.automattic.com/wordpress/trunk@10337 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-09 12:02:59 +00:00 |
azaozz
|
b54484f937
|
Faster hide-if-no-js, if-js-closed, etc. needed when loading scripts in the footer.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10258 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-27 12:18:38 +00:00 |
ryan
|
4df81bd7fe
|
Shorten to 40
git-svn-id: http://svn.automattic.com/wordpress/trunk@10172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-10 18:05:12 +00:00 |
matt
|
04c819feca
|
Bringing "Visit Site" link back because lack thereof caused massive confusion from people who didn't know to click on the blog title, so a helpful hint.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10168 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-10 09:26:23 +00:00 |
ryan
|
6aa69d6500
|
Excerpt title at 60 characters
git-svn-id: http://svn.automattic.com/wordpress/trunk@10165 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-10 06:19:24 +00:00 |
azaozz
|
169bbfa0a6
|
Keep the menu closed while loading
git-svn-id: http://svn.automattic.com/wordpress/trunk@10140 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-09 12:00:44 +00:00 |
azaozz
|
11ba27a054
|
Fix external dependencies in class.wp-scripts.php, fixes #8505
git-svn-id: http://svn.automattic.com/wordpress/trunk@10135 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-09 02:50:28 +00:00 |
westi
|
55968bde15
|
Move convertEntities js function into the BackPress scriptloader. Fixes #8505 props sambauers.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10086 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-06 09:54:24 +00:00 |
azaozz
|
c800a64625
|
Make header logo replaceable from css
git-svn-id: http://svn.automattic.com/wordpress/trunk@10081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-06 02:16:28 +00:00 |
ryan
|
47c1924213
|
Run wp_user_settings() from admin-header
git-svn-id: http://svn.automattic.com/wordpress/trunk@10059 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-05 05:33:36 +00:00 |
azaozz
|
a6a324ac11
|
Do not show the Turbo link in the header if Gears is already being used, props markjaquith, fixes #8276
git-svn-id: http://svn.automattic.com/wordpress/trunk@10031 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-04 06:35:21 +00:00 |
azaozz
|
6112842855
|
Simple iPhone detection, disable hiding of action links for iPhone
git-svn-id: http://svn.automattic.com/wordpress/trunk@10010 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-12-02 12:32:54 +00:00 |
ryan
|
d3eefc6419
|
Move admin_notices after screen meta
git-svn-id: http://svn.automattic.com/wordpress/trunk@9958 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-11-29 00:36:26 +00:00 |
ryan
|
856397b8fd
|
Fix turbo link. Props mattyrob. fixes #8413
git-svn-id: http://svn.automattic.com/wordpress/trunk@9953 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-11-28 21:43:03 +00:00 |
azaozz
|
7c68e6945a
|
Screen icons
git-svn-id: http://svn.automattic.com/wordpress/trunk@9903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-11-26 13:51:25 +00:00 |
azaozz
|
3c15f6a8d3
|
Gallery settings for TinyMCE
git-svn-id: http://svn.automattic.com/wordpress/trunk@9847 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-11-23 06:37:15 +00:00 |
azaozz
|
a10c8691fd
|
Improve filtering of HTML entities from translated strings used in js, see #8254
git-svn-id: http://svn.automattic.com/wordpress/trunk@9836 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-11-21 19:36:57 +00:00 |
azaozz
|
5785542e00
|
Filter HTML entities when inserting strings with js, includes patch by nbachiyski, fixes #8254
git-svn-id: http://svn.automattic.com/wordpress/trunk@9809 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-11-20 10:54:59 +00:00 |
ryan
|
ae3fc05253
|
contextual_help_link filter. Pass page hook instead of pagenow to screen_meta(). fixes #8216
git-svn-id: http://svn.automattic.com/wordpress/trunk@9702 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-11-14 23:54:15 +00:00 |
markjaquith
|
6922edf439
|
Add Turbo back to the header. fixes #8185
git-svn-id: http://svn.automattic.com/wordpress/trunk@9657 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-11-13 06:09:53 +00:00 |
ryan
|
97c061add0
|
screen_meta() and contextual help improvements from filosofo. fixes #8172
git-svn-id: http://svn.automattic.com/wordpress/trunk@9636 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-11-12 17:11:49 +00:00 |
ryan
|
cc7c443f62
|
Move screen_meta() to admin header. Add all meta boxes before requiring admin-header.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9620 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-11-11 22:40:16 +00:00 |
ryan
|
545da15950
|
Notice fixes from DD32. see #7509
git-svn-id: http://svn.automattic.com/wordpress/trunk@9596 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-11-10 18:54:18 +00:00 |
azaozz
|
be1127594d
|
Fix admin-header error when mb_strlen() is missing
git-svn-id: http://svn.automattic.com/wordpress/trunk@9586 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-11-10 09:18:44 +00:00 |
ryan
|
354b44f1ea
|
Reduce font size for long titles
git-svn-id: http://svn.automattic.com/wordpress/trunk@9583 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-11-09 20:02:59 +00:00 |
azaozz
|
2e6d9f228e
|
Attach 'Screen Options' button to the sliding layer and related changes
git-svn-id: http://svn.automattic.com/wordpress/trunk@9363 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-27 01:22:24 +00:00 |
ryan
|
63d66e8d75
|
Don't show screen options for plugin pages. fixes #7970
git-svn-id: http://svn.automattic.com/wordpress/trunk@9359 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-26 17:21:04 +00:00 |
ryan
|
8f7da19ebb
|
Prune dead code. Props sivel. fixes #7963
git-svn-id: http://svn.automattic.com/wordpress/trunk@9338 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-24 22:41:56 +00:00 |
markjaquith
|
3d3c4ec630
|
Screen Options tweaks. Uparrow when expanded.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-24 19:33:40 +00:00 |
markjaquith
|
682428cda9
|
Screen Options tab, rough draft
git-svn-id: http://svn.automattic.com/wordpress/trunk@9319 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-24 10:29:07 +00:00 |
azaozz
|
408600ce58
|
Postboxes drag/drop for all browsers, some base css fixes
git-svn-id: http://svn.automattic.com/wordpress/trunk@9291 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-22 22:08:58 +00:00 |
azaozz
|
e6a11a4232
|
Favourites drop-down styling
git-svn-id: http://svn.automattic.com/wordpress/trunk@9240 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-18 16:54:14 +00:00 |
ryan
|
c7568c51e8
|
Make blog name a link to site
git-svn-id: http://svn.automattic.com/wordpress/trunk@9235 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-17 21:16:47 +00:00 |
markjaquith
|
d40277d4c0
|
Working on the header
git-svn-id: http://svn.automattic.com/wordpress/trunk@9224 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-17 05:48:00 +00:00 |
azaozz
|
7a2fb7dcf5
|
Side folding for the menu, first run, still needs colours, styling and perhaps different icons.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9154 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-14 05:10:16 +00:00 |
matt
|
7627c0db06
|
Move help links to top, kill menu item.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9152 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-14 02:28:35 +00:00 |
ryan
|
637cca38da
|
Draggable dash, first cut. Props mdawaffe. see #7552
git-svn-id: http://svn.automattic.com/wordpress/trunk@9103 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-08 23:32:34 +00:00 |
azaozz
|
f854bdf2c0
|
Some CSS for turbo.php and press-this-landing.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@9068 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-02 17:24:20 +00:00 |
azaozz
|
cfc2109116
|
Update TinyMCE to 3.2.0 and remove compression, fixes #7827
git-svn-id: http://svn.automattic.com/wordpress/trunk@9064 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-02 16:30:14 +00:00 |
azaozz
|
3d29e571fb
|
Add page options to edit/write page, remove the IE6 scrollbar hack (seems not to be needed any more), add the min-width to all admin pages, add the Page Options link to the end of the breadcrumbs
git-svn-id: http://svn.automattic.com/wordpress/trunk@9063 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-02 11:04:09 +00:00 |
markjaquith
|
28bc7d7528
|
Show the Page Options on the New Post screen
git-svn-id: http://svn.automattic.com/wordpress/trunk@9062 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-02 06:55:54 +00:00 |
markjaquith
|
90312da7c4
|
Add View Site temporary icon and link, move Favorites down a bit
git-svn-id: http://svn.automattic.com/wordpress/trunk@9059 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-02 05:35:57 +00:00 |
azaozz
|
28d9d8fde9
|
Move Page Options button to the header
git-svn-id: http://svn.automattic.com/wordpress/trunk@9054 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-10-02 01:32:27 +00:00 |
ryan
|
e62e09aba8
|
Landing page for turbo
git-svn-id: http://svn.automattic.com/wordpress/trunk@9042 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-09-30 21:39:13 +00:00 |
ryan
|
4d9f0cd1cf
|
Tools menu
git-svn-id: http://svn.automattic.com/wordpress/trunk@9040 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-09-30 20:49:40 +00:00 |
azaozz
|
6cd6f6d9f8
|
Add table footers and action selects at the bottom
git-svn-id: http://svn.automattic.com/wordpress/trunk@9028 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-09-29 09:26:21 +00:00 |
westi
|
f419d59754
|
Protect log out actions against CSRF. Props markjaquith and ionfish. Fixes #7790.
git-svn-id: http://svn.automattic.com/wordpress/trunk@9025 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2008-09-28 21:05:37 +00:00 |