Commit Graph

56 Commits

Author SHA1 Message Date
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
Ryan Boren 268fc9f7a1 Cap migration.
git-svn-id: https://develop.svn.wordpress.org/trunk@2720 602fd350-edb4-49c9-b593-d223f7449a82
2005-07-17 19:29:55 +00:00
Ryan Boren 9527e184fe More cap migration.
git-svn-id: https://develop.svn.wordpress.org/trunk@2714 602fd350-edb4-49c9-b593-d223f7449a82
2005-07-15 02:16:45 +00:00
Ryan Boren 5dbb58cd91 Migrate to caps.
git-svn-id: https://develop.svn.wordpress.org/trunk@2709 602fd350-edb4-49c9-b593-d223f7449a82
2005-07-13 22:26:26 +00:00
Matt Mullenweg 5bd6027fbd Drafts clean up.
git-svn-id: https://develop.svn.wordpress.org/trunk@2701 602fd350-edb4-49c9-b593-d223f7449a82
2005-07-08 22:59:15 +00:00
Ryan Boren 656c1c1f03 Don't need to include blog header when you've got wp().
git-svn-id: https://develop.svn.wordpress.org/trunk@2646 602fd350-edb4-49c9-b593-d223f7449a82
2005-06-17 00:59:58 +00:00
Matt Mullenweg 34f8f74d36 More sanitization cleanups
git-svn-id: https://develop.svn.wordpress.org/trunk@2557 602fd350-edb4-49c9-b593-d223f7449a82
2005-04-20 04:06:37 +00:00
Ryan Boren 82d89d8d7c Add paging to Manage->Posts. http://mosquito.wordpress.org/view.php?id=1177
git-svn-id: https://develop.svn.wordpress.org/trunk@2481 602fd350-edb4-49c9-b593-d223f7449a82
2005-03-28 02:34:16 +00:00
Ryan Boren 7fa77a3e96 Level 1 users cannot edit or delete published posts. http://mosquito.wordpress.org/view.php?id=1004
git-svn-id: https://develop.svn.wordpress.org/trunk@2452 602fd350-edb4-49c9-b593-d223f7449a82
2005-03-17 03:38:28 +00:00
Ryan Boren c377b8c526 Wrong arguments for user_can_edit_user() in wp-admin/edit.php. http://mosquito.wordpress.org/view.php?id=865 Hat tip: Agent Orange
git-svn-id: https://develop.svn.wordpress.org/trunk@2298 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-13 19:30:34 +00:00
Donncha O Caoimh 686692cfdf Removed a leftover debug print_r
git-svn-id: https://develop.svn.wordpress.org/trunk@2276 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-11 22:45:49 +00:00
michelvaldrighi 11e064638b adding flexibility to the Manage Posts table, ad two hooks to manipulate it described on hackers@ ML
git-svn-id: https://develop.svn.wordpress.org/trunk@2275 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-11 17:58:11 +00:00
Matt Mullenweg a03193c753 Use new user_can_edit_user function.
git-svn-id: https://develop.svn.wordpress.org/trunk@2267 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-11 03:12:27 +00:00
Ryan Boren dc1767afe4 s/comment_status/comment_approved/. Bug 807. Hat tip: gbhugo.
git-svn-id: https://develop.svn.wordpress.org/trunk@2224 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-05 18:32:57 +00:00
Matt Mullenweg c1a3f8b7a9 Don't show spam in list
git-svn-id: https://develop.svn.wordpress.org/trunk@2211 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-03 19:13:11 +00:00
Matt Mullenweg cd7f1c76dd Don't show other drafts on one-user blogs - http://mosquito.wordpress.org/view.php?id=723
git-svn-id: https://develop.svn.wordpress.org/trunk@2132 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-24 07:39:23 +00:00
Matt Mullenweg 854ef401c3 Encode for JS
git-svn-id: https://develop.svn.wordpress.org/trunk@2126 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-24 06:15:25 +00:00
Matt Mullenweg a3daa0be76 Change dateYMDhour to be something more sane, bugfix on edit.php.
git-svn-id: https://develop.svn.wordpress.org/trunk@1971 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-17 19:27:35 +00:00
Matt Mullenweg 953caf1484 Axing htmlspecialchars because it double-encodes-encodes. Better error handling around queries.
git-svn-id: https://develop.svn.wordpress.org/trunk@1940 602fd350-edb4-49c9-b593-d223f7449a82
2004-12-12 20:41:19 +00:00
Ryan Boren 270be39ee6 Mark string for translation. Bug 493. Hat tip: nbachiyski
git-svn-id: https://develop.svn.wordpress.org/trunk@1889 602fd350-edb4-49c9-b593-d223f7449a82
2004-11-27 00:51:43 +00:00
Ryan Boren ed78ed9a2d Split admin-header.php into admin.php and admin-header.php. Split menu.php into menu-header.php and menu.php. Add plugin admin page support.
git-svn-id: https://develop.svn.wordpress.org/trunk@1818 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-19 03:03:06 +00:00
Matt Mullenweg 31ea9c565d Input cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@1743 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-05 06:59:13 +00:00
Ryan Boren bbbd99a6db Use superglobals for m and s. Bug 321. Hat tip: christoph.
git-svn-id: https://develop.svn.wordpress.org/trunk@1720 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-28 01:22:35 +00:00
Donncha O Caoimh febf75f50d When there's only one user on a blog edit.php displays an error. Fixed.
http://wordpress.org/support/6/12915


git-svn-id: https://develop.svn.wordpress.org/trunk@1680 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-17 10:51:23 +00:00
Matt Mullenweg f5aee94284 Make the posts page a bit friendlier.
git-svn-id: https://develop.svn.wordpress.org/trunk@1653 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 11:24:50 +00:00
Matt Mullenweg 9c5213c6b8 View other's drafts. Still need author editing on the advanced edit form.
git-svn-id: https://develop.svn.wordpress.org/trunk@1647 602fd350-edb4-49c9-b593-d223f7449a82
2004-09-14 10:02:48 +00:00
Ryan Boren 1c7a48c64a Limit number of posts displayed on the edit posts page to 15 unless searching by month. In that case, show all posts for that month. Regression from 1.2. Reported by shelleyp.
git-svn-id: https://develop.svn.wordpress.org/trunk@1579 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-30 23:46:32 +00:00
Matt Mullenweg 506423464f New submenu system.
git-svn-id: https://develop.svn.wordpress.org/trunk@1551 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-22 23:24:50 +00:00
Ryan Boren 3db73193ef Paging cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@1536 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-16 22:50:06 +00:00
Ryan Boren ec57c1a114 Static pages. Take 1.
git-svn-id: https://develop.svn.wordpress.org/trunk@1527 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-10 05:35:59 +00:00
Matt Mullenweg 043890f9a5 Menu re-org
git-svn-id: https://develop.svn.wordpress.org/trunk@1494 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-28 07:18:59 +00:00
Matt Mullenweg 3ec8ee1f14 http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000145 and a few other hardcoded styles.
git-svn-id: https://develop.svn.wordpress.org/trunk@1454 602fd350-edb4-49c9-b593-d223f7449a82
2004-07-06 18:14:42 +00:00
jverber 7f63343b31 Fixed invalid XHTML in a number of admin pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@1411 602fd350-edb4-49c9-b593-d223f7449a82
2004-06-11 18:23:12 +00:00
Matt Mullenweg 717855f007 Giant commit, sorry mailing list people. Move all table names to new $wpdb versions. Works but the whole app needs thorough testing now.
git-svn-id: https://develop.svn.wordpress.org/trunk@1355 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-24 08:22:18 +00:00
Matt Mullenweg d03e52af98 Tweaking what shows by default.
git-svn-id: https://develop.svn.wordpress.org/trunk@1271 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-14 06:19:46 +00:00
Matt Mullenweg 7f1cdc843e Various fixes and cleanups, inspired and pointed out by Joseph Scott.
git-svn-id: https://develop.svn.wordpress.org/trunk@1245 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-09 05:47:02 +00:00
Matt Mullenweg 3fedfb5746 E_ALL fixes and cleanups.
git-svn-id: https://develop.svn.wordpress.org/trunk@1239 602fd350-edb4-49c9-b593-d223f7449a82
2004-05-07 23:56:33 +00:00
Matt Mullenweg 0243832b1e i29n
git-svn-id: https://develop.svn.wordpress.org/trunk@1213 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-30 07:37:51 +00:00
Matt Mullenweg 737aa43879 Cosmetic fixes from forums.
git-svn-id: https://develop.svn.wordpress.org/trunk@1205 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-28 19:49:27 +00:00
Matt Mullenweg b8e5917c5d Bug fixes and version bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@1204 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-28 08:57:11 +00:00
Ryan Boren f453b84a69 Mark strings for translation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1141 602fd350-edb4-49c9-b593-d223f7449a82
2004-04-24 04:47:27 +00:00
Matt Mullenweg 2c0ff17b55 Admin interface improvements.
git-svn-id: https://develop.svn.wordpress.org/trunk@872 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-13 15:36:28 +00:00
Matt Mullenweg f94fdae019 Remove remnants of $c.
git-svn-id: https://develop.svn.wordpress.org/trunk@808 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-29 06:49:19 +00:00
Matt Mullenweg 13519fd241 Comments number bug.
git-svn-id: https://develop.svn.wordpress.org/trunk@701 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-03 05:03:28 +00:00
Matt Mullenweg 30f6f172c8 Now with default statuses. Drafts on edit page. Fixed bookmarklets, tested in IE and Moz. Slightly tweaked CSS.
git-svn-id: https://develop.svn.wordpress.org/trunk@670 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-31 22:21:50 +00:00
Matt Mullenweg ccc413011a Renaming Reloaded.
git-svn-id: https://develop.svn.wordpress.org/trunk@628 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-18 09:36:13 +00:00
Matt Mullenweg 9c6a0a9403 The great renaming.
git-svn-id: https://develop.svn.wordpress.org/trunk@601 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-11 00:22:36 +00:00
Mike Little dc373039df Removed $querycount.
git-svn-id: https://develop.svn.wordpress.org/trunk@570 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-05 01:27:00 +00:00
Matt Mullenweg a363114013 Made status dropdowns radio boxes, more moderation cleanups. Edit section now clean.
git-svn-id: https://develop.svn.wordpress.org/trunk@560 602fd350-edb4-49c9-b593-d223f7449a82
2003-11-30 22:13:53 +00:00