Commit Graph

8588 Commits

Author SHA1 Message Date
Ryan Boren eb10add065 Increase memory limit when unzipping. fixes #8149
git-svn-id: https://develop.svn.wordpress.org/trunk@9612 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 19:11:48 +00:00
Andrew Ozz 2a99d513fc Fix constant name in phpDoc, props alexrabe, fixes #8123
git-svn-id: https://develop.svn.wordpress.org/trunk@9611 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 12:43:04 +00:00
Andrew Ozz 1ffc2ec633 Delete unused images and update Gears Manifest, props Simek, fixes #8125
git-svn-id: https://develop.svn.wordpress.org/trunk@9610 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 12:38:55 +00:00
Andrew Ozz 5c53d838ad Fix borders on comments list in the dashboard, props johnconners, fixes #8131
git-svn-id: https://develop.svn.wordpress.org/trunk@9609 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 12:18:04 +00:00
Andrew Ozz 491c09ffaf Move error notice to the top of Custom Fields postbox, props Simek, fixes #8138
git-svn-id: https://develop.svn.wordpress.org/trunk@9608 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 12:12:34 +00:00
Andrew Ozz 48466e519d Add check for bulk-edit when deleting posts/pages, see #8135
git-svn-id: https://develop.svn.wordpress.org/trunk@9607 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 11:34:08 +00:00
Andrew Ozz 34172f06d1 QE fixes: don't display-filter titles, show QE for newly added cats and tags, fixes #8146
git-svn-id: https://develop.svn.wordpress.org/trunk@9606 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 09:39:42 +00:00
Andrew Ozz 7ad0f70c47 RTL updates, props kashani, see #8047
git-svn-id: https://develop.svn.wordpress.org/trunk@9605 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 04:30:48 +00:00
Andrew Ozz 1edadef5b8 New design of Quick/Bulk Edit (added some colors and IE fixes), props mdawaffe, see #8144
git-svn-id: https://develop.svn.wordpress.org/trunk@9604 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 02:58:24 +00:00
Ryan Boren b833c35a24 Fix delete bulk op at end of pages list. Props DD32. fixes #8135
git-svn-id: https://develop.svn.wordpress.org/trunk@9603 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 00:30:24 +00:00
Peter Westwood 40ecdcaefd Notice fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@9602 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 23:03:34 +00:00
Mark Jaquith eef5445e38 Use prepare() in get_comments()
git-svn-id: https://develop.svn.wordpress.org/trunk@9601 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 22:16:50 +00:00
Ryan Boren a26f21e992 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9600 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 22:05:33 +00:00
Peter Westwood 68d0d5b2ba Improve code style.
git-svn-id: https://develop.svn.wordpress.org/trunk@9599 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 21:57:26 +00:00
Ryan Boren 111173f543 Don't pass menus by ref. Causes loop counter problems in php4. fixes #7966
git-svn-id: https://develop.svn.wordpress.org/trunk@9598 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 21:50:31 +00:00
Ryan Boren 3d4a8b4b45 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9597 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 19:45:59 +00:00
Ryan Boren 83e002f20b Notice fixes from DD32. see #7509
git-svn-id: https://develop.svn.wordpress.org/trunk@9596 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 18:54:18 +00:00
Ryan Boren e25c585f4f Fix SQL error when scanning for lost attachments
git-svn-id: https://develop.svn.wordpress.org/trunk@9595 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 18:34:46 +00:00
Ryan Boren 96a2e11b58 Don't remove entire wp-images directory. Some use it for user content.
git-svn-id: https://develop.svn.wordpress.org/trunk@9594 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 18:25:03 +00:00
Ryan Boren 0ba3c10f99 Bring back update nag.
git-svn-id: https://develop.svn.wordpress.org/trunk@9593 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 18:17:47 +00:00
Ryan Boren eea86a8557 Validation fixes from Simek. fixes #8139
git-svn-id: https://develop.svn.wordpress.org/trunk@9592 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 17:49:00 +00:00
Ryan Boren 554a859a4f Use %s, not %d, for number format output. Props nbachiyski. fixes #8136
git-svn-id: https://develop.svn.wordpress.org/trunk@9591 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 17:47:41 +00:00
Ryan Boren e36aee40d4 Don't use deprecated functions. Props filosofo. fixes #8130
git-svn-id: https://develop.svn.wordpress.org/trunk@9590 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 17:45:38 +00:00
Ryan Boren a44339268a i18n fixes from nbachiyski. fixes #8142
git-svn-id: https://develop.svn.wordpress.org/trunk@9589 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 17:42:51 +00:00
Andrew Ozz f073cfc404 Fix QE for the last category, fixes #8077
git-svn-id: https://develop.svn.wordpress.org/trunk@9588 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 10:50:37 +00:00
Andrew Ozz 747139d188 Fix the Code button in the HTML editor in FF3/Mac, fixes #8094
git-svn-id: https://develop.svn.wordpress.org/trunk@9587 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 10:31:12 +00:00
Andrew Ozz 616d8c550f Fix admin-header error when mb_strlen() is missing
git-svn-id: https://develop.svn.wordpress.org/trunk@9586 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 09:18:44 +00:00
Andrew Ozz e9773982af Do not show comments column after quick editing a post from the Drafts screen, fixes #8113
git-svn-id: https://develop.svn.wordpress.org/trunk@9585 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-10 08:58:32 +00:00
Andrew Ozz a2d6487881 Fix collapsed top level menu borders when no submenus
git-svn-id: https://develop.svn.wordpress.org/trunk@9584 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-09 20:21:12 +00:00
Ryan Boren cb4eae5337 Reduce font size for long titles
git-svn-id: https://develop.svn.wordpress.org/trunk@9583 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-09 20:02:59 +00:00
Ryan Boren 95cbde59c3 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9582 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-09 19:23:49 +00:00
Ryan Boren d8ae9b1cd3 Remove dead line
git-svn-id: https://develop.svn.wordpress.org/trunk@9581 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-09 19:21:00 +00:00
Ryan Boren 6fc09cd86a Sort the menu before adding classes. see #7966
git-svn-id: https://develop.svn.wordpress.org/trunk@9580 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-09 19:20:38 +00:00
Ryan Boren 02fffc75ad gettext fix from nbachiyski. fixes #8126
git-svn-id: https://develop.svn.wordpress.org/trunk@9579 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-09 18:56:14 +00:00
Andrew Ozz 4ebfcd94a5 Menu updates: single top level menus, B&W/color icons (sprite), fix for the Firefox bug of not firing mouseout on absolute positioned elements over textareas/text fields, scaling down properly for different user roles, includes patch by Ryan, fixes #7966
git-svn-id: https://develop.svn.wordpress.org/trunk@9578 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-09 14:54:39 +00:00
Ryan Boren 1faf521908 Eliminate chaining for php 4 compat. Props DD32. fixes #5324
git-svn-id: https://develop.svn.wordpress.org/trunk@9577 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 23:27:49 +00:00
Ryan Boren 2ae5249907 Save options. Props josephscott. fixes #8097
git-svn-id: https://develop.svn.wordpress.org/trunk@9576 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 23:25:47 +00:00
Ryan Boren ef2975a179 Add missing array keys. fixes #8121
git-svn-id: https://develop.svn.wordpress.org/trunk@9575 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 23:13:33 +00:00
Ryan Boren de9c864970 Don't show category adder to users without manage_categories cap. fixes #8114
git-svn-id: https://develop.svn.wordpress.org/trunk@9574 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 23:10:31 +00:00
Ryan Boren 1bcce31a47 Load RTL for plugin-install and farbtastic. Props kashani. fixes #8078
git-svn-id: https://develop.svn.wordpress.org/trunk@9573 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 22:36:25 +00:00
Ryan Boren 28b8dc875e Prioritize transports differently for non-blocking requests. fixes #8086
git-svn-id: https://develop.svn.wordpress.org/trunk@9572 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 22:35:00 +00:00
Ryan Boren 9094473f4a Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@9571 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 17:38:12 +00:00
Andrew Ozz 357c5902b7 Few more notice fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9570 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 11:18:05 +00:00
Mark Jaquith a865222300 Admin notices go UNDER the H2
git-svn-id: https://develop.svn.wordpress.org/trunk@9569 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 10:17:45 +00:00
Peter Westwood 823767f59d Don't use deprecated function. Fixes #8103 props Speedbozxer.
git-svn-id: https://develop.svn.wordpress.org/trunk@9568 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 09:10:19 +00:00
Andrew Ozz 92646b1275 Small styling fixes to themes.php
git-svn-id: https://develop.svn.wordpress.org/trunk@9567 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 07:56:42 +00:00
Andrew Ozz f06a9763c3 Press Enter to save in Quick Edit, props aaron_guitar, fixes #8061
git-svn-id: https://develop.svn.wordpress.org/trunk@9566 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 06:54:42 +00:00
Andrew Ozz 2f0df43916 Use ndash for number range, props demetris, fixes #8088
git-svn-id: https://develop.svn.wordpress.org/trunk@9565 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 02:39:18 +00:00
Andrew Ozz 9f5fe913ec Styling for custom fields
git-svn-id: https://develop.svn.wordpress.org/trunk@9564 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-08 02:15:53 +00:00
Andrew Ozz d998d37ac0 Set search button class to .button
git-svn-id: https://develop.svn.wordpress.org/trunk@9563 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-07 23:12:39 +00:00