Commit Graph

25 Commits

Author SHA1 Message Date
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
Matt Mullenweg 76efdcaadb Navigation doesn't work, just show all pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@3727 602fd350-edb4-49c9-b593-d223f7449a82
2006-04-19 09:17:10 +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 b4351fd870 Breakup post.php into post.php, comment.php, page.php, post-new.php
git-svn-id: https://develop.svn.wordpress.org/trunk@3563 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-21 06:11:46 +00:00
Ryan Boren e5c3552381 Move raquo into gettext. Props SteveAgl. fixes #2453
git-svn-id: https://develop.svn.wordpress.org/trunk@3541 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-17 01:29:33 +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
Ryan Boren f961003343 Allow draft pages. Use post_type for object types. Reserve post_status strictly for status. fixes #1820
git-svn-id: https://develop.svn.wordpress.org/trunk@3510 602fd350-edb4-49c9-b593-d223f7449a82
2006-02-09 10:03:48 +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
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
Matt Mullenweg 5998b3db15 Minor tweaks
git-svn-id: https://develop.svn.wordpress.org/trunk@2763 602fd350-edb4-49c9-b593-d223f7449a82
2005-08-08 03:28:37 +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
Matt Mullenweg 810e0018f4 Massive user_level fix. We were still using the user_level field in wp_users in some places, where we should just use the table prefixed usermeta value.
git-svn-id: https://develop.svn.wordpress.org/trunk@2702 602fd350-edb4-49c9-b593-d223f7449a82
2005-07-09 01:27:46 +00:00
Matt Mullenweg ff4bdeb94a http://mosquito.wordpress.org/view.php?id=522
git-svn-id: https://develop.svn.wordpress.org/trunk@2264 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-11 02:27:45 +00:00
Matt Mullenweg c136a2ad21 Sub-page hierarchy, show pages on default menu. TODO: Ping Michael about top-level pages in kubrick menu.
git-svn-id: https://develop.svn.wordpress.org/trunk@2029 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-01 23:05:07 +00:00
Ryan Boren bf1835606e String i18n. Bug 505. Patch from nbachiyski.
git-svn-id: https://develop.svn.wordpress.org/trunk@1902 602fd350-edb4-49c9-b593-d223f7449a82
2004-11-29 19:46:20 +00:00
Matt Mullenweg 70fdfb4785 Improvements to page handling. Move form to own page, put under "Write", ambiguiate language, and fix redirect.
git-svn-id: https://develop.svn.wordpress.org/trunk@1857 602fd350-edb4-49c9-b593-d223f7449a82
2004-11-16 19:29:51 +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
Ryan Boren 4b44c46602 Page templates.
git-svn-id: https://develop.svn.wordpress.org/trunk@1753 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-06 05:11:11 +00:00
Ryan Boren c54a49b9aa Page/subpage URIs.
git-svn-id: https://develop.svn.wordpress.org/trunk@1752 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-06 02:18:37 +00:00
Matt Mullenweg 9aa1ed0d11 Pages update and tweaks.
git-svn-id: https://develop.svn.wordpress.org/trunk@1747 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-05 08:27:13 +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 f261bc462e Static pages. Take 1.
git-svn-id: https://develop.svn.wordpress.org/trunk@1528 602fd350-edb4-49c9-b593-d223f7449a82
2004-08-10 05:58:19 +00:00