Commit Graph

104 Commits

Author SHA1 Message Date
rob1n c183e02277 Move the restrict_manage_posts hook to somewhere more reasonable. see #4359
git-svn-id: https://develop.svn.wordpress.org/trunk@5607 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-31 02:12:04 +00:00
Ryan Boren 442ef7253a Post and page management filter additions from mdawaffe. see #3945
git-svn-id: https://develop.svn.wordpress.org/trunk@5587 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-29 04:28:10 +00:00
Ryan Boren e0bfab53bf Nomenclature changes. see #3945
git-svn-id: https://develop.svn.wordpress.org/trunk@5583 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-28 22:31:31 +00:00
Ryan Boren c9b37847ce Better draft, private, and future post/page management from mdawaffe. fixes #3945
git-svn-id: https://develop.svn.wordpress.org/trunk@5575 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-28 18:34:06 +00:00
Matt Mullenweg 7b24d7882d Link it even if it's zero because it counts approved comments and you might want to go to that page even if there are no approved comments yet.
git-svn-id: https://develop.svn.wordpress.org/trunk@5331 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-27 05:30:23 +00:00
rob1n d8062bbc62 Add id attribute where it's only name. fixes #3696
git-svn-id: https://develop.svn.wordpress.org/trunk@5323 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-27 00:47:01 +00:00
Ryan Boren 786786b1a1 Add missing the_title filter. Props jhodgdon. fixes #4019
git-svn-id: https://develop.svn.wordpress.org/trunk@5094 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-23 23:06:45 +00:00
Ryan Boren 9638e56c57 Remove excess whitespace. Props oneno and Nazgul. fixes #3778
git-svn-id: https://develop.svn.wordpress.org/trunk@4975 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-07 01:26:29 +00:00
Ryan Boren ea13d64342 gettext date formats. Props rob1n and yskin. fixes #3863
git-svn-id: https://develop.svn.wordpress.org/trunk@4974 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-07 01:25:17 +00:00
Mark Jaquith 3e8632161b Pass draft titles through the_title filter. Props jhodgdon. fixes #3894
git-svn-id: https://develop.svn.wordpress.org/trunk@4966 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-04 18:48:19 +00:00
Mark Jaquith 923db34135 Fix AJAX delete/spam on individual post comments view. fixes #3639
git-svn-id: https://develop.svn.wordpress.org/trunk@4935 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-25 11:22:49 +00:00
Ryan Boren 4de9fef5c6 Make some date/time formats translateable. Props teknoseyir and nbachiyski. fixes #3661
git-svn-id: https://develop.svn.wordpress.org/trunk@4802 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-25 02:08:54 +00:00
Mark Jaquith 2c190706cd Categories with zero posts and posts with no comments no longer link to those empty views in the admin. fixes #3493
git-svn-id: https://develop.svn.wordpress.org/trunk@4659 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-21 23:40:16 +00:00
Mark Jaquith f95b191dab i18n fixes, logic cleanup, wording clarifications, and more from nbachiyski. fixes #3474
git-svn-id: https://develop.svn.wordpress.org/trunk@4658 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-21 23:06:18 +00:00
Mark Jaquith 31c39f948d new function for escaping within attributes: attribute_escape()
git-svn-id: https://develop.svn.wordpress.org/trunk@4656 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-21 10:10:04 +00:00
Mark Jaquith f51c732e6b comment => c fix, props to Pål Grønås Drange on wp-testers for catching it.
git-svn-id: https://develop.svn.wordpress.org/trunk@4615 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-06 10:52:09 +00:00
Matt Mullenweg 8d8d1f8ba4 Center ID and comments, fixes #3404
git-svn-id: https://develop.svn.wordpress.org/trunk@4541 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-29 20:57:52 +00:00
Ryan Boren e44ea1ff93 Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986
git-svn-id: https://develop.svn.wordpress.org/trunk@4495 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-19 07:56:05 +00:00
Ryan Boren a89032ffe3 Show 'Unpublished' instead of epoch time for drafts.
git-svn-id: https://develop.svn.wordpress.org/trunk@4491 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-19 07:24:55 +00:00
Ryan Boren 7e226f1a94 Hold off on menu cleanup until next release. There be dragons.
git-svn-id: https://develop.svn.wordpress.org/trunk@4480 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-18 07:31:29 +00:00
Matt Mullenweg 6af3bdbb32 Admin functions cleanup, and change how we do titles and parents in the backend
git-svn-id: https://develop.svn.wordpress.org/trunk@4478 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-18 06:09:48 +00:00
Ryan Boren cf30cd6e7e Don't use deprecated start_wp(). Props westi. fixes #3188
git-svn-id: https://develop.svn.wordpress.org/trunk@4465 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-14 01:24:27 +00:00
Mark Jaquith 4e20befc81 More [4432] cleanup. fixes #3309
git-svn-id: https://develop.svn.wordpress.org/trunk@4437 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-31 06:50:38 +00:00
Matt Mullenweg d3eee351ce Make these links shorter and remove unneeded vars
git-svn-id: https://develop.svn.wordpress.org/trunk@4432 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-30 19:27:24 +00:00
Matt Mullenweg bc2d62560c Some UI cleanups, changes, and various miscellany.
git-svn-id: https://develop.svn.wordpress.org/trunk@4349 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-06 01:14:47 +00:00
Mark Jaquith c09becab36 Manage Posts: hide empty categories in dropdown, provide hook for custom filtering. Props westi. fixes #3120
git-svn-id: https://develop.svn.wordpress.org/trunk@4321 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-04 07:54:38 +00:00
Ryan Boren 455dd7d763 RTL enhancements from Sewar. #3136
git-svn-id: https://develop.svn.wordpress.org/trunk@4258 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-27 00:51:17 +00:00
Ryan Boren a28be38534 i18n fixes from nbachiyski. fixes #3109
git-svn-id: https://develop.svn.wordpress.org/trunk@4165 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-05 18:52:24 +00:00
Ryan Boren 886be0b0bd Add Browse Category dropdown. Props westi and thomas. fixes #2340
git-svn-id: https://develop.svn.wordpress.org/trunk@4137 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-30 17:17:09 +00:00
Ryan Boren c5cfbc9e5e List manipulation improvements from mdawaffe. fixes #2786
git-svn-id: https://develop.svn.wordpress.org/trunk@3847 602fd350-edb4-49c9-b593-d223f7449a82
2006-06-06 04:14:04 +00:00
Ryan Boren 6f1d273fc9 Update nonce action strings. Props mdawaffe.
git-svn-id: https://develop.svn.wordpress.org/trunk@3804 602fd350-edb4-49c9-b593-d223f7449a82
2006-05-26 23:08:05 +00:00
Ryan Boren 60eeedbcd9 Script loader from mdawaffe. #2701
git-svn-id: https://develop.svn.wordpress.org/trunk@3788 602fd350-edb4-49c9-b593-d223f7449a82
2006-05-22 17:16:05 +00:00
Matt Mullenweg 104a56563c Lots of style and admin tweaks
git-svn-id: https://develop.svn.wordpress.org/trunk@3770 602fd350-edb4-49c9-b593-d223f7449a82
2006-05-10 20:35:10 +00:00
Ryan Boren 8cf29e9e4d Better escaping of strings used in JS.
git-svn-id: https://develop.svn.wordpress.org/trunk@3763 602fd350-edb4-49c9-b593-d223f7449a82
2006-05-05 07:49:05 +00:00
Ryan Boren fcfda4db13 Nonce from above. #2678
git-svn-id: https://develop.svn.wordpress.org/trunk@3759 602fd350-edb4-49c9-b593-d223f7449a82
2006-05-02 22:36:06 +00:00
Matt Mullenweg 3bb5dc8012 Save a few lines of code, don't show 0 in month list
git-svn-id: https://develop.svn.wordpress.org/trunk@3724 602fd350-edb4-49c9-b593-d223f7449a82
2006-04-19 08:51:01 +00:00
Matt Mullenweg e997c85341 Unification of how we display comments in various parts of the admin section
git-svn-id: https://develop.svn.wordpress.org/trunk@3722 602fd350-edb4-49c9-b593-d223f7449a82
2006-04-19 08:30:56 +00:00
Ryan Boren 5b54f4c199 Fixed edit comment links.
git-svn-id: https://develop.svn.wordpress.org/trunk@3699 602fd350-edb4-49c9-b593-d223f7449a82
2006-04-07 20:02:18 +00:00
Ryan Boren e622346b7d WP_Locale. Props Sewar. fixes #2568
git-svn-id: https://develop.svn.wordpress.org/trunk@3676 602fd350-edb4-49c9-b593-d223f7449a82
2006-04-02 00:20:11 +00:00
Ryan Boren 0a7f308884 Prompt for confirmation for mailapprovecomment action. Props mdawaffe. fixes #2615
git-svn-id: https://develop.svn.wordpress.org/trunk@3671 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-31 08:32:30 +00:00
Ryan Boren cb23290318 AJAX, cause you love it. Props mdawaffe. fixes #2561
git-svn-id: https://develop.svn.wordpress.org/trunk@3660 602fd350-edb4-49c9-b593-d223f7449a82
2006-03-29 01:51:55 +00:00
Ryan Boren dd489dd463 Allow queries by post type. Enable paging in Manage->Pages
git-svn-id: https://develop.svn.wordpress.org/trunk@3564 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-21 08:39:58 +00:00
Ryan Boren b8dd301bf4 Don't show private and draft pages in post lists. fixes #2442
git-svn-id: https://develop.svn.wordpress.org/trunk@3528 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-14 06:23:03 +00:00
Ryan Boren 6008a133c4 Death to trailing tabs. Props Mark J. fixes #2405
git-svn-id: https://develop.svn.wordpress.org/trunk@3517 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-12 07:53:23 +00:00
Ryan Boren bde96bc025 Add new page caps now that pages can be draft or publish. Brings page caps to parity with posts. Add delete caps for posts and pages. fixes #2382 #2336 #2301
git-svn-id: https://develop.svn.wordpress.org/trunk@3513 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-11 09:56:02 +00:00
Matt Mullenweg df15716313 HTML and JS cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@3422 602fd350-edb4-49c9-b593-d223f7449a82
2006-01-10 05:16:17 +00:00
Ryan Boren f160329f66 Attachment enhancements from skeltoac. fixes #2074
git-svn-id: https://develop.svn.wordpress.org/trunk@3303 602fd350-edb4-49c9-b593-d223f7449a82
2005-12-13 19:19:56 +00:00
Matt Mullenweg a0556647af Don't show 0 as a month.
git-svn-id: https://develop.svn.wordpress.org/trunk@3202 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-23 07:57:58 +00:00
Ryan Boren 6204cb5e82 Don't loop over empty list. Props Mark Jaquith. fixes #1827
git-svn-id: https://develop.svn.wordpress.org/trunk@3032 602fd350-edb4-49c9-b593-d223f7449a82
2005-11-10 23:36:50 +00:00
Ryan Boren 448122ff3c On the fly list manipulation. Delete in style. Mad props to mdawaffe. Applies to #1634
git-svn-id: https://develop.svn.wordpress.org/trunk@2832 602fd350-edb4-49c9-b593-d223f7449a82
2005-08-31 02:39:17 +00:00