Commit Graph

315 Commits

Author SHA1 Message Date
Andrew Nacin 21d9d27bb7 Edit comments help links. see #13467.
git-svn-id: https://develop.svn.wordpress.org/trunk@15013 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-27 23:38:20 +00:00
Ryan Boren 70bfb66d9d Help for edit-comments.php. see #13467
git-svn-id: https://develop.svn.wordpress.org/trunk@14906 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-25 21:59:42 +00:00
Andrew Nacin 19e51b2aad Always show all comment status links in edit-comments.php so dynamic moderation can update the counts.
git-svn-id: https://develop.svn.wordpress.org/trunk@14895 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-25 17:46:08 +00:00
Andrew Nacin 4d594cc798 Use 'Comments' and 'Links' as page title instead of Edit %s. fixes #11274.
git-svn-id: https://develop.svn.wordpress.org/trunk@14652 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-15 05:07:31 +00:00
Andrew Nacin 47136b319f Introduce _ex(), a hybrid between _e() and _x() -- translate with context, then echo. props westi, see #13395.
git-svn-id: https://develop.svn.wordpress.org/trunk@14647 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-14 21:46:25 +00:00
Peter Westwood e88177d901 Only hide the bulk actions and not the filters when no comments. Fixes #13193.
git-svn-id: https://develop.svn.wordpress.org/trunk@14512 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-08 10:10:41 +00:00
Andrew Nacin 49416615b4 Add missing closing div tags to some edit-comments.php branches. props JohnONolan, fixes #13287.
git-svn-id: https://develop.svn.wordpress.org/trunk@14493 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-07 02:38:12 +00:00
Nikolay Bachiyski abf6b82a23 Differentiate spam strings by subject: comments, sites, and users. Props dimadin. Fixes #13199
git-svn-id: https://develop.svn.wordpress.org/trunk@14407 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-03 20:37:07 +00:00
Ryan Boren 57a5a11660 Revert [14347] and [14372]. It broke more than we expected. Try again in 3.1. see #13051
git-svn-id: https://develop.svn.wordpress.org/trunk@14374 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-03 18:16:22 +00:00
Ryan Boren 7fcda10d46 Escape links by default. Props alexkingorg. see #13051
git-svn-id: https://develop.svn.wordpress.org/trunk@14347 602fd350-edb4-49c9-b593-d223f7449a82
2010-05-02 22:53:59 +00:00
Nikolay Bachiyski 0cab071f77 Trash should always be in titlecase for consistency
git-svn-id: https://develop.svn.wordpress.org/trunk@14167 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-20 14:54:36 +00:00
Dion Hulse aa9db422bf Fix typo in unspamed comments message
git-svn-id: https://develop.svn.wordpress.org/trunk@14142 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-18 07:32:59 +00:00
Andrew Nacin ec4f5b83bf Use relative paths when including files, avoiding include_path. fixes #12594, props sorich87.
git-svn-id: https://develop.svn.wordpress.org/trunk@14139 602fd350-edb4-49c9-b593-d223f7449a82
2010-04-18 06:14:45 +00:00
Andrew Nacin dd306def81 Remove redundant isset() and empty() checks.
git-svn-id: https://develop.svn.wordpress.org/trunk@13770 602fd350-edb4-49c9-b593-d223f7449a82
2010-03-19 21:29:21 +00:00
Andrew Nacin f0c9438807 Show awareness of comment's current status when moderating via e-mail/AYS. Show message on AYS screen of comment's status if not unapproved. Skip AYS when trying to re-approve (or delete or spam) a comment and show a message. See #11441
git-svn-id: https://develop.svn.wordpress.org/trunk@13247 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-20 11:48:38 +00:00
Andrew Nacin 91e432abfe Comments moderation code cleanup. Dry up some code, add screen icon to AYS, fix notice in comment_footer_die(). Redirect to edit-comments.php on an error, instead of stranding them with dull comment_footer_die() message. See #11441
git-svn-id: https://develop.svn.wordpress.org/trunk@13246 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-20 11:18:25 +00:00
Andrew Nacin 8be6c296b1 Consistently hide bulk actions, filters, and subpage links on admin panels when there are no items to show. Fixes #12086
git-svn-id: https://develop.svn.wordpress.org/trunk@13100 602fd350-edb4-49c9-b593-d223f7449a82
2010-02-13 08:49:27 +00:00
Ryan Boren 2e46e81309 i18n fixes. Props nbachiyski. fixes #11954
git-svn-id: https://develop.svn.wordpress.org/trunk@12789 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-21 21:37:43 +00:00
Peter Westwood 60d271287e Improve get_pending_comments_num() to be a little more predictable and revert the erroneous change in [12596]. See #11882.
git-svn-id: https://develop.svn.wordpress.org/trunk@12715 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-12 22:38:26 +00:00
Ryan Boren dfe2e39c2c Deprecate argument. Never fallback to options table for user option requests. Props nacin. fixes #11615
git-svn-id: https://develop.svn.wordpress.org/trunk@12616 602fd350-edb4-49c9-b593-d223f7449a82
2010-01-07 00:01:52 +00:00
Andrew Ozz 060d9185e6 Remove unused .fade CSS class, props nacin, fixes #11628
git-svn-id: https://develop.svn.wordpress.org/trunk@12546 602fd350-edb4-49c9-b593-d223f7449a82
2009-12-26 09:00:58 +00:00
Peter Westwood 309b373f85 Ensure that bulk comment actions do not remove spaces from search terms.
Also refactors comment bulk action redirect url building to be consistent with other operations.
Fixes #11471 props nacin.

git-svn-id: https://develop.svn.wordpress.org/trunk@12461 602fd350-edb4-49c9-b593-d223f7449a82
2009-12-19 11:30:54 +00:00
Ryan Boren 16b48edadf Don't fallback to the options database when retrieving *_per_page user options. Props nacin. fixes #11385
git-svn-id: https://develop.svn.wordpress.org/trunk@12375 602fd350-edb4-49c9-b593-d223f7449a82
2009-12-11 23:14:43 +00:00
Ryan Boren d6003d7fa6 Standardize on 'Undo'. Props caesarsgrunt. fixes #11299
git-svn-id: https://develop.svn.wordpress.org/trunk@12308 602fd350-edb4-49c9-b593-d223f7449a82
2009-12-01 20:00:33 +00:00
Andrew Ozz a675276ce5 Undo for setting a comment as spam, props caesarsgrunt, fixes #11260, see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@12286 602fd350-edb4-49c9-b593-d223f7449a82
2009-11-27 10:34:09 +00:00
Andrew Ozz 0093a3a989 Remove all instances of "Trash" from the UI when Trash is disabled, replace trash actions with "Delete permanently", props caesarsgrunt, see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@12162 602fd350-edb4-49c9-b593-d223f7449a82
2009-11-10 10:38:19 +00:00
Andrew Ozz 59981a3d5b Add Undo when moving comments to the trash, remove unneeded nonces, see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@12008 602fd350-edb4-49c9-b593-d223f7449a82
2009-10-08 08:24:59 +00:00
Andrew Ozz 1011e0cf58 Add "View trash" link to the notice after moving to the trash
git-svn-id: https://develop.svn.wordpress.org/trunk@11952 602fd350-edb4-49c9-b593-d223f7449a82
2009-09-19 01:06:17 +00:00
Ryan Boren 43c201d458 Remove trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@11930 602fd350-edb4-49c9-b593-d223f7449a82
2009-09-14 14:03:32 +00:00
Andrew Ozz 782977afbf "Trash" updates, props caesarsgrunt, see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@11841 602fd350-edb4-49c9-b593-d223f7449a82
2009-08-19 08:35:24 +00:00
Andrew Ozz 7dcba3d22e Notice fixes, props mrmist, see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@11779 602fd350-edb4-49c9-b593-d223f7449a82
2009-08-06 00:40:39 +00:00
Andrew Ozz 9376d20e68 Show Empty Trash button only when the user has cap. props mrmist, see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@11778 602fd350-edb4-49c9-b593-d223f7449a82
2009-08-05 23:50:29 +00:00
Ryan Boren 7b8c4df9bc Add some CYA cap checks.
git-svn-id: https://develop.svn.wordpress.org/trunk@11763 602fd350-edb4-49c9-b593-d223f7449a82
2009-08-01 21:58:59 +00:00
Andrew Ozz d9f8c67f2f Trash status updates for posts, pages, comments and attachments, props caesarsgrunt, see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@11749 602fd350-edb4-49c9-b593-d223f7449a82
2009-07-30 13:39:34 +00:00
Andrew Ozz 245d113bfc "Trash" status for comments updates, props caesarsgrunt, see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@11741 602fd350-edb4-49c9-b593-d223f7449a82
2009-07-24 07:23:11 +00:00
Andrew Ozz 8db7e5a07c "Trash" status for comments, first run, props caesarsgrunt, see #4529
git-svn-id: https://develop.svn.wordpress.org/trunk@11731 602fd350-edb4-49c9-b593-d223f7449a82
2009-07-21 03:11:12 +00:00
Andrew Ozz 861fd5e250 Fix pending comments count, paging and comments requests while moderating for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@11660 602fd350-edb4-49c9-b593-d223f7449a82
2009-06-27 22:40:06 +00:00
Mark Jaquith f0336cfa7d deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
git-svn-id: https://develop.svn.wordpress.org/trunk@11380 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-18 15:11:07 +00:00
Mark Jaquith a2bf4db52b Use a semantic class name for text targeted to screen readers. props filosofo. fixes #9791
git-svn-id: https://develop.svn.wordpress.org/trunk@11312 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-12 22:40:56 +00:00
Peter Westwood 8ba82ffe36 Revert the rememeber last view for comments page code as it is confusing.
git-svn-id: https://develop.svn.wordpress.org/trunk@11231 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-07 07:38:14 +00:00
Mark Jaquith c638e8d8de _a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11204 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-05 19:43:53 +00:00
Ryan Boren 4a047f4240 Use invisible class for hiding labels and legends.
git-svn-id: https://develop.svn.wordpress.org/trunk@11180 602fd350-edb4-49c9-b593-d223f7449a82
2009-05-04 21:28:58 +00:00
Ryan Boren fe7c34b6fd s/attribute_escape/attr/. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11109 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 05:58:45 +00:00
Ryan Boren a114582715 Some attr escaping. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11104 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-27 23:09:08 +00:00
Andrew Ozz b4baabb343 Fix hiding of comments after approving/unapproving them
git-svn-id: https://develop.svn.wordpress.org/trunk@11073 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-24 02:25:20 +00:00
Ryan Boren 19069cab03 Remember last view for comments page
git-svn-id: https://develop.svn.wordpress.org/trunk@11035 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-21 21:12:01 +00:00
Andrew Ozz 9a62b02dfe CSS cleanup and fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@10943 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 04:41:05 +00:00
Ryan Boren 46490b01a5 Notice fixes. Props DD32. fixes #9502
git-svn-id: https://develop.svn.wordpress.org/trunk@10904 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-10 04:34:44 +00:00
Ryan Boren ea904a0ba0 Add per page option to Screen Options for comments, posts, pages, and media.
git-svn-id: https://develop.svn.wordpress.org/trunk@10847 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-27 22:47:47 +00:00
Ryan Boren 8d00b5d37d Trim trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@10810 602fd350-edb4-49c9-b593-d223f7449a82
2009-03-18 02:43:45 +00:00
Ryan Boren de0b36d4b4 Use _n(). Props mrmist. fixes #9190
git-svn-id: https://develop.svn.wordpress.org/trunk@10605 602fd350-edb4-49c9-b593-d223f7449a82
2009-02-20 19:22:34 +00:00
Mark Jaquith 44774e5997 Make the top and bottom comment actions dropdowns match ("Approve" was not appearing on bottom one). for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10438 602fd350-edb4-49c9-b593-d223f7449a82
2009-01-26 03:14:04 +00:00
Andrew Ozz 80fb5c79ce Cleanup js files and prepare for concatenating, move most inline js to files
git-svn-id: https://develop.svn.wordpress.org/trunk@10348 602fd350-edb4-49c9-b593-d223f7449a82
2009-01-12 13:43:17 +00:00
Ryan Boren 1b8d9bc0f3 Show 'Delete All Spam' only if can moderate_comments. Props mrmist. fixes #8684 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10263 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-30 18:30:55 +00:00
Matt Mullenweg 9577892237 Update pagination links on edit-comments when approving/deleting/etc. Hat tip: mdawaffe. Fixes #8584.
git-svn-id: https://develop.svn.wordpress.org/trunk@10204 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-14 12:13:30 +00:00
Andrew Ozz bebbbc626a Change Actions to Bulk Actions in edit-comments.php, props FFEMTcJ, fixes #8554
git-svn-id: https://develop.svn.wordpress.org/trunk@10162 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-10 02:27:08 +00:00
Ryan Boren baaaa352ba Strip trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@10150 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-09 18:03:31 +00:00
Mark Jaquith 82f5b2b5f3 Make AJAX comment river post_id and comment_type aware
git-svn-id: https://develop.svn.wordpress.org/trunk@10104 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 07:31:27 +00:00
Mark Jaquith 442ffa2389 Much better In Response To column, with pretty comment bubble
git-svn-id: https://develop.svn.wordpress.org/trunk@10102 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-07 07:10:47 +00:00
Mark Jaquith 07f8b07b93 Cron order for single-post Edit Comments page. Remember Single Post when searching, switching comment statuses, and filtering comment types
git-svn-id: https://develop.svn.wordpress.org/trunk@10082 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-06 03:59:03 +00:00
Mark Jaquith 4ea36107fd Allow bulk approval of comments from the spam queue
git-svn-id: https://develop.svn.wordpress.org/trunk@10067 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-05 09:29:10 +00:00
Andrew Ozz c0b6062654 Easier translation for search strings in H2s
git-svn-id: https://develop.svn.wordpress.org/trunk@10035 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 12:01:02 +00:00
Andrew Ozz 29bca3d957 Add search string to H2s, fixes #8373
git-svn-id: https://develop.svn.wordpress.org/trunk@10034 602fd350-edb4-49c9-b593-d223f7449a82
2008-12-04 09:20:52 +00:00
Andrew Ozz bdb1810ef8 Pagination arrow replacement, fixes #8363
git-svn-id: https://develop.svn.wordpress.org/trunk@9914 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-27 00:28:24 +00:00
Andrew Ozz 90c37c1792 Screen icons
git-svn-id: https://develop.svn.wordpress.org/trunk@9903 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-26 13:51:25 +00:00
Mark Jaquith 99c24ed34b Repoint and redirect edit.php?p=X to edit-comments.php?p=X
git-svn-id: https://develop.svn.wordpress.org/trunk@9807 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-20 04:51:47 +00:00
Andrew Ozz 927d260aed Add closing form tag when no comments displayed, props sivel, fixes #8283
git-svn-id: https://develop.svn.wordpress.org/trunk@9799 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-20 00:16:41 +00:00
Ryan Boren bbaa2ed570 Page link styling improvements. Props iammattthomas. fixes #8266
git-svn-id: https://develop.svn.wordpress.org/trunk@9746 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-18 00:59:57 +00:00
Ryan Boren 42524ceea5 Key screen meta off of page hook. fixes #8246
git-svn-id: https://develop.svn.wordpress.org/trunk@9735 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-17 19:16:26 +00:00
Andrew Ozz 57a1c6f31e CSS fixes and improvements, also IE7 and some IE6 fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@9733 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-17 18:01:00 +00:00
Andrew Ozz 10a70a31e0 Update comments count for Pending and Spam on edit-comments.php and the dashboard, fixes #8227
git-svn-id: https://develop.svn.wordpress.org/trunk@9720 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-15 18:57:53 +00:00
Mark Jaquith 83a88c1247 change "Awaiting Moderation" to "Pending" fixes #8184
git-svn-id: https://develop.svn.wordpress.org/trunk@9656 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-13 05:57:07 +00:00
Andrew Ozz 521d3c0998 Consolidate six more js files
git-svn-id: https://develop.svn.wordpress.org/trunk@9631 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-12 09:35:50 +00:00
Ryan Boren 7f00d29121 Move screen_meta() to admin header. Add all meta boxes before requiring admin-header.
git-svn-id: https://develop.svn.wordpress.org/trunk@9620 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-11 22:40:16 +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 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 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
Andrew Ozz b5a79bce8d Display warning when bulk deleting posts, pages, attachments, comments, etc.
git-svn-id: https://develop.svn.wordpress.org/trunk@9560 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-07 03:13:50 +00:00
Ryan Boren f4e050164d screen_meta() fixes. Show Help on more pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@9557 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-06 22:21:27 +00:00
Andrew Ozz c127129c26 Implementing new design for Edit Posts, Comments, etc. lists, props mdawaffe, see #8083
git-svn-id: https://develop.svn.wordpress.org/trunk@9556 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-06 21:56:29 +00:00
Andrew Ozz 7b2d2b7a11 Help tab
git-svn-id: https://develop.svn.wordpress.org/trunk@9545 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-06 08:13:50 +00:00
Ryan Boren 90a213b339 Move notices below h2
git-svn-id: https://develop.svn.wordpress.org/trunk@9530 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-05 19:48:43 +00:00
Ryan Boren 8d75a6bb33 One form so filters stack
git-svn-id: https://develop.svn.wordpress.org/trunk@9435 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-31 18:02:20 +00:00
Ryan Boren 7e5ff53d55 Revert [9413]
git-svn-id: https://develop.svn.wordpress.org/trunk@9414 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-30 15:50:21 +00:00
Andrew Ozz 13e64e6a9c Better comments listing, props Matt
git-svn-id: https://develop.svn.wordpress.org/trunk@9413 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-30 12:24:11 +00:00
Andrew Ozz 394968b4e1 Attach 'Screen Options' button to the sliding layer and related changes
git-svn-id: https://develop.svn.wordpress.org/trunk@9363 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-27 01:22:24 +00:00
Peter Westwood 16375fdc5a unique search input ids.
git-svn-id: https://develop.svn.wordpress.org/trunk@9341 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-25 18:43:33 +00:00
Andrew Ozz 0e845af695 New buttons and styling for all "management" pages
git-svn-id: https://develop.svn.wordpress.org/trunk@9328 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-24 18:25:46 +00:00
Mark Jaquith 8f702da770 Screen Options tab, rough draft
git-svn-id: https://develop.svn.wordpress.org/trunk@9319 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-24 10:29:07 +00:00
Ryan Boren b3106f3b66 Consolidate *backs filter. Preserve filter settings when filetering by post. Props Viper007Bond. fixes #7920
git-svn-id: https://develop.svn.wordpress.org/trunk@9247 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-19 00:38:29 +00:00
Mark Jaquith 202c2fc0be Covering our XSS bases
git-svn-id: https://develop.svn.wordpress.org/trunk@9233 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-17 20:06:22 +00:00
Mark Jaquith 377ad4f01d Bring back the H2s. Rough draft.
git-svn-id: https://develop.svn.wordpress.org/trunk@9232 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-17 20:02:03 +00:00
Ryan Boren d55f18532b Fix nonce collision and delete all spam
git-svn-id: https://develop.svn.wordpress.org/trunk@9231 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-17 19:55:51 +00:00
Ryan Boren 2601e590b2 Add opt-in optioon for comment hotkeys. Props nbachiyski. fixes #7643
git-svn-id: https://develop.svn.wordpress.org/trunk@9217 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 22:23:32 +00:00
Ryan Boren bdfad5c6fc Delete all spam fixes from Viper007Bond
git-svn-id: https://develop.svn.wordpress.org/trunk@9215 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-16 21:45:43 +00:00
Andrew Ozz d5a5483e95 Don't delete spam created after page has loaded but before "Delete All" button pressed, props Viper007Bond, see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9183 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-15 10:31:39 +00:00
Ryan Boren 36508586aa Remove pagenow from search form actions. Props Viper007Bond. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9122 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-11 00:12:37 +00:00
Ryan Boren fb452b28e4 Function to prep 's' for display on admin pages that don't run WP_Query(). Props Viper007Bond. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9074 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-03 03:06:43 +00:00
Andrew Ozz 3664763817 Reposition the Search and Filter. Brings the top of the screen closer to the wireframes.
git-svn-id: https://develop.svn.wordpress.org/trunk@9073 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-03 00:13:12 +00:00
Ryan Boren a90dbc6f4d Restore search boxes. CSS to-do. Props Viper007Bond. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9069 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 18:03:45 +00:00