azaozz
|
debc12b386
|
Auto-column switching for the dashboard (js based), see #18198
git-svn-id: http://svn.automattic.com/wordpress/trunk@18667 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-09-14 07:02:46 +00:00 |
|
koopersmith
|
51fa6f62f2
|
Switch admin menus to flyouts from dropdowns. First pass, see #18382.
git-svn-id: http://svn.automattic.com/wordpress/trunk@18621 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-08-30 01:12:26 +00:00 |
|
azaozz
|
b87d9d50d6
|
Fix resetting of page number when entering it manually, fixes #18002 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@18436 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-11 21:53:29 +00:00 |
|
azaozz
|
692bc46e6c
|
Fix pagination when searching or filtering, props solarissmoke, koopersmith, fixes #17685
git-svn-id: http://svn.automattic.com/wordpress/trunk@18237 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-06-10 19:33:45 +00:00 |
|
azaozz
|
245d007ab2
|
Workaround for removeAttr('style') in Chromium, props duck_, fixes #17706
git-svn-id: http://svn.automattic.com/wordpress/trunk@18170 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-06-06 18:59:10 +00:00 |
|
azaozz
|
1c9a877290
|
Fix collapsed menu transition glitch, props rosshanney, fixes #17534
git-svn-id: http://svn.automattic.com/wordpress/trunk@18138 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-06-04 06:23:06 +00:00 |
|
azaozz
|
2d2f8d4c6f
|
s/Colse/Close/, props nacin, fixes #17399
git-svn-id: http://svn.automattic.com/wordpress/trunk@18070 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-29 05:07:32 +00:00 |
|
azaozz
|
9739cfea3c
|
Don't close DFW when closing modal dialogs with Escape key, fixes #17399
git-svn-id: http://svn.automattic.com/wordpress/trunk@18069 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-29 02:04:52 +00:00 |
|
azaozz
|
65f9c441a7
|
Replace .attr() with .prop() as per jQuery 1.6.1. Also fixes couple places where the JS wasn't working because attr('some', '') does not remove the HTML property now, see #17311
git-svn-id: http://svn.automattic.com/wordpress/trunk@18027 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-25 01:04:12 +00:00 |
|
azaozz
|
a34fe128c2
|
Fix select all checkboxes JS function, another .attr() vs .prop() case in jQuery 1.6.1, fixes #17527
git-svn-id: http://svn.automattic.com/wordpress/trunk@17979 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-20 22:47:36 +00:00 |
|
koopersmith
|
33a0cf3286
|
Trigger 'howdy' dropdown by click instead of hover. see #17324.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17851 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-10 20:36:12 +00:00 |
|
koopersmith
|
892a2a0df4
|
Add collapse link to admin menu, add new arrow graphics, improve screen meta JS/CSS.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17813 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-05-05 19:51:32 +00:00 |
|
azaozz
|
9ac90e3262
|
Don't refresh the admin menu after page load, apply the user-state from PHP, fix behaviour after folding the menu, props nacin, props nuxwin, fixes #10646, fixes #17058
git-svn-id: http://svn.automattic.com/wordpress/trunk@17623 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-07 18:45:22 +00:00 |
|
nacin
|
e384bd8c2f
|
Fix admin menu save state. props greuben, fixes #15767, see #15615.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16874 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-11 08:41:48 +00:00 |
|
nacin
|
fdb3b09a99
|
Fix closing admin menu animation. props filosofo, fixes #15615.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16813 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-12-08 19:51:22 +00:00 |
|
nacin
|
4fda3f791f
|
Fix the screen options sprite in RTL. Also compress and bump for previous commits. see #15207.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16419 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-17 04:52:01 +00:00 |
|
scribu
|
a41a7b5b5b
|
Introduce WP_List_Table::get_column_count() and take care of update notice <tr>. Props ocean90 for initial patch. Fixes #15318
git-svn-id: http://svn.automattic.com/wordpress/trunk@16368 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-11-14 18:00:09 +00:00 |
|
ryan
|
ce13c6bdf0
|
Use a sprite for screen options toggle. Props TECannon PeteMall. see #15163
git-svn-id: http://svn.automattic.com/wordpress/trunk@16081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-29 16:23:17 +00:00 |
|
scribu
|
c640cfb7ef
|
More specific selector for checkbox columns. Props Cimmo for initial patch. Fixes #15051
git-svn-id: http://svn.automattic.com/wordpress/trunk@15743 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-10-07 09:53:37 +00:00 |
|
markjaquith
|
100e81c448
|
Add ?ver=DATE query strings to all images that changed since 2.9, to expire browser cache. Bump versions on all CSS/JS files modified in that process. fixes #13562.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15072 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-05-31 06:33:46 +00:00 |
|
nacin
|
625f6d8ad5
|
Remove trailing comma in common.js that IE is known to choke on. props ocean90, fixes #13260.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14472 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-05-06 14:13:31 +00:00 |
|
nacin
|
8787503192
|
Nav menu UI updates. props koopersmith, see #13134.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14286 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-04-29 03:43:11 +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 |
|
dd32
|
4c7070fb41
|
Tabbing in Editors: Prevent certain browsers from Tabbing out of the field. Props filosofo. Fixes #12424
git-svn-id: http://svn.automattic.com/wordpress/trunk@13548 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-03-02 11:49:06 +00:00 |
|
nacin
|
42703bfe08
|
Show a notice when changing a multisite's site admin email. props jorbin. Introduce an .inline class that can be used with div.updated and div.error, to prevent the message from being moved to the top of the page. see #12192
git-svn-id: http://svn.automattic.com/wordpress/trunk@13446 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-26 21:19:10 +00:00 |
|
nacin
|
0dcfcc6e20
|
Allow tab to intent in plugin/theme editors. Reverts first pass, [13131]. Props azaozz, fixes #12204
git-svn-id: http://svn.automattic.com/wordpress/trunk@13191 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-02-18 05:14:48 +00:00 |
|
azaozz
|
bdc05e2ea2
|
Remove animation for admin notices, fixes #11267
git-svn-id: http://svn.automattic.com/wordpress/trunk@12385 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-12-12 19:53:06 +00:00 |
|
azaozz
|
4cee15f1be
|
Make animation faster for admin notices, props nacin, fixes #11267
git-svn-id: http://svn.automattic.com/wordpress/trunk@12380 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-12-12 07:34:04 +00:00 |
|
azaozz
|
b52703b322
|
Save menu sections' opened/closed state separately, fixes #10366
git-svn-id: http://svn.automattic.com/wordpress/trunk@12347 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-12-09 11:27:47 +00:00 |
|
markjaquith
|
d71edf5122
|
Fix the case of the curiously expanding wp-admin menu. props westi. fixes #10366
git-svn-id: http://svn.automattic.com/wordpress/trunk@12334 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-12-07 23:29:25 +00:00 |
|
azaozz
|
51aaa9c7c3
|
Fix removal of .form-invalid in IE, props aldenta, fixes #11181
git-svn-id: http://svn.automattic.com/wordpress/trunk@12215 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-11-19 10:24:14 +00:00 |
|
azaozz
|
7a5b2339d9
|
More jQuery based scripts optimizations, props Denis-de-Bernardy, see #10021
git-svn-id: http://svn.automattic.com/wordpress/trunk@11858 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-08-21 01:03:26 +00:00 |
|
azaozz
|
491b68752b
|
Speed up jQuery based scripts, props Denis-de-Bernardy, see #10021
git-svn-id: http://svn.automattic.com/wordpress/trunk@11837 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-08-18 09:53:37 +00:00 |
|
azaozz
|
39e4f05a15
|
Trash status updates for posts, pages, comments and attachments, props caesarsgrunt, see #4529
git-svn-id: http://svn.automattic.com/wordpress/trunk@11749 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-07-30 13:39:34 +00:00 |
|
azaozz
|
d2fec31c0e
|
"Trash" status for comments, first run, props caesarsgrunt, see #4529
git-svn-id: http://svn.automattic.com/wordpress/trunk@11731 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-07-21 03:11:12 +00:00 |
|
azaozz
|
f385e7da46
|
Use new jQuery methods when adding, editing and deleting tags with AJAX, fix warning when deleting tags, see #10239
git-svn-id: http://svn.automattic.com/wordpress/trunk@11676 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-07-01 08:12:39 +00:00 |
|
azaozz
|
333924fbec
|
Check if turbo-nag exists and don't initialize Gears on every page load to check if it's enabled only check if it's installed to prevent crash in Firefox 3.0.10. Fixes #10083
git-svn-id: http://svn.automattic.com/wordpress/trunk@11538 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-10 02:52:16 +00:00 |
|
azaozz
|
7e52231ce1
|
Fix submenu position and state on folded admin menu, props sambauers, fixes #9956
git-svn-id: http://svn.automattic.com/wordpress/trunk@11483 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-29 07:42:55 +00:00 |
|
azaozz
|
4a50994a4e
|
TinyMCE 3.2.4, remove the autosave plugin and add the same functionality in autosave.js, fix double warning messages when leaving the page.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11437 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-22 22:08:17 +00:00 |
|
azaozz
|
69dacfe471
|
Fix Screen Options and Help buttons
git-svn-id: http://svn.automattic.com/wordpress/trunk@11378 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-18 05:10:50 +00:00 |
|
azaozz
|
fc488172cc
|
Don't display empty values in the user display name drop-down, props Simek, fix js to add newly entered First Name and Last Name, fixes #9813
git-svn-id: http://svn.automattic.com/wordpress/trunk@11330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-14 17:01:04 +00:00 |
|
azaozz
|
14d3f71cf0
|
Sync common.js with common.dev.js
git-svn-id: http://svn.automattic.com/wordpress/trunk@11165 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-03 23:23:32 +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 |
|
azaozz
|
3650836f09
|
Submit the form when setting items per page option so it's visible straight away
git-svn-id: http://svn.automattic.com/wordpress/trunk@10987 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-04-17 12:46:53 +00:00 |
|
azaozz
|
25c13543f2
|
Fix confirmation for second bulk delete, fixes #9473
git-svn-id: http://svn.automattic.com/wordpress/trunk@10881 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-04-06 22:21:45 +00:00 |
|
azaozz
|
2b4925cf63
|
Make sure parseInt returns decimal
git-svn-id: http://svn.automattic.com/wordpress/trunk@10873 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-04-05 08:34:51 +00:00 |
|
azaozz
|
d849a19db2
|
Styling and minor improvements for items per page option
git-svn-id: http://svn.automattic.com/wordpress/trunk@10872 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-04-05 08:25:10 +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 |
|
ryan
|
e24a341f0b
|
Bind to submit event. Bump script loader.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10848 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-27 22:58:53 +00:00 |
|
ryan
|
72a58f8025
|
Add per page option to Screen Options for comments, posts, pages, and media.
git-svn-id: http://svn.automattic.com/wordpress/trunk@10847 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-27 22:47:47 +00:00 |
|