Commit Graph

831 Commits

Author SHA1 Message Date
Ryan Boren 426cd01a2a The first category is 1 not 0.
git-svn-id: https://develop.svn.wordpress.org/trunk@1852 602fd350-edb4-49c9-b593-d223f7449a82
2004-11-15 05:59:34 +00:00
Ryan Boren 1089c39b55 Use $wpdb->post2cat instead of wp_main_post2cat. Bug 442. Hat tip: ludoo.
git-svn-id: https://develop.svn.wordpress.org/trunk@1848 602fd350-edb4-49c9-b593-d223f7449a82
2004-11-09 02:40:09 +00:00
michelvaldrighi a82fa76aee leave my textarea opened, kthx
git-svn-id: https://develop.svn.wordpress.org/trunk@1839 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-29 15:29:36 +00:00
Ryan Boren 94d704f573 Save user profile. Bug 413.
git-svn-id: https://develop.svn.wordpress.org/trunk@1838 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-29 01:17:17 +00:00
Ryan Boren 4f5b48fdf4 require_once admin.php from admin-header.php. This will avoid having to change plugins that use the old style include. Bug 393.
git-svn-id: https://develop.svn.wordpress.org/trunk@1837 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-28 04:03:56 +00:00
Ryan Boren 31023dd15b Make button save "Save Page" instead of "Create New Page" when editing an existing page.
git-svn-id: https://develop.svn.wordpress.org/trunk@1836 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-28 04:01:51 +00:00
Donncha O Caoimh 0064b2180c Very minor typo.
git-svn-id: https://develop.svn.wordpress.org/trunk@1832 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-26 16:31:44 +00:00
Donncha O Caoimh c10ebb4a7c Added links to developer's sites.
Fixed bug in install: post2cat record for "first post" missing.


git-svn-id: https://develop.svn.wordpress.org/trunk@1831 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-26 16:28:43 +00:00
Ryan Boren d3f7d9e4c8 List broken themes and suggest corrective action.
git-svn-id: https://develop.svn.wordpress.org/trunk@1829 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-24 23:48:51 +00:00
Donncha O Caoimh 18c485e15a Indented file.
git-svn-id: https://develop.svn.wordpress.org/trunk@1825 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-22 14:41:01 +00:00
Donncha O Caoimh 887f94011f Fixed missing function - include admin.php
git-svn-id: https://develop.svn.wordpress.org/trunk@1824 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-21 15:16:03 +00:00
Ryan Boren fb09e46ffe Introducing add_query_arg() and remove_query_arg(). Props: Owen Winkler.
git-svn-id: https://develop.svn.wordpress.org/trunk@1823 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-20 21:28:37 +00:00
Dougal Campbell b1338c154c Fix header error when saving drafts.
git-svn-id: https://develop.svn.wordpress.org/trunk@1822 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-20 21:27:40 +00:00
Donncha O Caoimh a7f2ca457b change for admin.php
git-svn-id: https://develop.svn.wordpress.org/trunk@1819 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-19 16:01:13 +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
michelvaldrighi f099ceea5a fix for bug #328: better/sane way to get before using it as a fallback for post_name
git-svn-id: https://develop.svn.wordpress.org/trunk@1813 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-18 15:58:06 +00:00
Donncha O Caoimh cc9dc67ff8 Enclosure support moved to functions.php - it now scans the content
and encloses file of mime type "video", "audio" and "image".
Fixed a bug in upgrade.php - extra character at the start of file.


git-svn-id: https://develop.svn.wordpress.org/trunk@1812 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-18 12:09:20 +00:00
Ryan Boren 24cfab44c0 Use options-head
git-svn-id: https://develop.svn.wordpress.org/trunk@1811 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-18 04:52:02 +00:00
Ryan Boren 9e935d3f42 Do not stomp permalink setting. Bug 372.
git-svn-id: https://develop.svn.wordpress.org/trunk@1810 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-18 04:50:08 +00:00
michelvaldrighi 38f8395c4a honey, your cookies are delicious, but not when they're empty
git-svn-id: https://develop.svn.wordpress.org/trunk@1807 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-17 12:42:18 +00:00
michelvaldrighi df198e98cc removed call time pass by reference in enclosures support
git-svn-id: https://develop.svn.wordpress.org/trunk@1806 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-16 10:18:36 +00:00
michelvaldrighi 989de456b6 replaced stuff with user_can_*() stuff
git-svn-id: https://develop.svn.wordpress.org/trunk@1805 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-15 16:21:32 +00:00
Matt Mullenweg 5fef29b626 Fix for http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000351 from MC_incubus
git-svn-id: https://develop.svn.wordpress.org/trunk@1803 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-15 04:50:40 +00:00
Matt Mullenweg 03c51fee72 Missed some preview stuff.
git-svn-id: https://develop.svn.wordpress.org/trunk@1801 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-14 21:01:13 +00:00
Donncha O Caoimh 64c7ac39be Seperate enclosure URLs by 1 space, not 3.
git-svn-id: https://develop.svn.wordpress.org/trunk@1800 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-14 14:22:40 +00:00
Matt Mullenweg 53316541a9 Fix for bug 299.
git-svn-id: https://develop.svn.wordpress.org/trunk@1798 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-14 08:09:00 +00:00
Donncha O Caoimh db93072a78 Fix for fsockopen to stop warnings about "Call-time pass-by-reference".
git-svn-id: https://develop.svn.wordpress.org/trunk@1797 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-14 07:48:15 +00:00
Matt Mullenweg 904bb037c5 Forgot to uncomment debug line
git-svn-id: https://develop.svn.wordpress.org/trunk@1796 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-14 07:34:55 +00:00
Matt Mullenweg 8a561a99e9 Rollback live preview stuff.
git-svn-id: https://develop.svn.wordpress.org/trunk@1795 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-14 07:33:06 +00:00
Matt Mullenweg b4984a31c2 Trackback and pingback cleanups.
git-svn-id: https://develop.svn.wordpress.org/trunk@1794 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-14 07:26:41 +00:00
Matt Mullenweg ac839a8005 Some code cleanup. Also double email fix care of Mark Jaquith.
git-svn-id: https://develop.svn.wordpress.org/trunk@1793 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-14 05:00:51 +00:00
Ryan Boren 707bf8bb44 Move get_theme*() from admin-functions to functions so that templates and plugins can use them.
git-svn-id: https://develop.svn.wordpress.org/trunk@1792 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-14 03:54:57 +00:00
Ryan Boren afe389d930 Use == instead of =
git-svn-id: https://develop.svn.wordpress.org/trunk@1787 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-12 17:54:54 +00:00
Donncha O Caoimh 2b105ba050 Added enclosure support.
git-svn-id: https://develop.svn.wordpress.org/trunk@1786 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-12 15:52:29 +00:00
Matt Mullenweg 44e6155894 Some additional API hooks.
git-svn-id: https://develop.svn.wordpress.org/trunk@1782 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-11 22:13:40 +00:00
Matt Mullenweg 236c6ede65 Move balanceTags into filters.
git-svn-id: https://develop.svn.wordpress.org/trunk@1781 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-11 22:07:09 +00:00
Ryan Boren 18585460f5 Login fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@1774 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-11 07:00:22 +00:00
Ryan Boren f041f4cd6c Add missing paren.
git-svn-id: https://develop.svn.wordpress.org/trunk@1772 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-11 05:47:51 +00:00
Matt Mullenweg db7ae53057 Typo
git-svn-id: https://develop.svn.wordpress.org/trunk@1771 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-10 21:28:35 +00:00
Matt Mullenweg 6b21282413 Minor header cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@1769 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-10 18:07:33 +00:00
Matt Mullenweg 7fd906972e Move to cookiehash define, use wp_login() function for auth.php.
git-svn-id: https://develop.svn.wordpress.org/trunk@1768 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-10 18:02:30 +00:00
Matt Mullenweg b5dfef4925 Automatically trigger DB upgrade.
git-svn-id: https://develop.svn.wordpress.org/trunk@1764 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-08 19:49:58 +00:00
Donncha O Caoimh 62332983cf "Instant Preview" added to Advanced Editing form.
git-svn-id: https://develop.svn.wordpress.org/trunk@1762 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-08 16:33:10 +00:00
Dougal Campbell 8254105bef Fixed the file renaming bug that I introduced.
git-svn-id: https://develop.svn.wordpress.org/trunk@1761 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-08 14:59:52 +00:00
Ryan Boren 76209b90d2 Check to see if any pages exist when generating page rewrite rules. Bug 345. Patch from MC_incubus.
git-svn-id: https://develop.svn.wordpress.org/trunk@1758 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-08 00:16:44 +00:00
Ryan Boren 85b3d7821e Add switch_theme action. Cleanup staticize-reloaded's cache when theme is switched.
git-svn-id: https://develop.svn.wordpress.org/trunk@1755 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-06 06:20:52 +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 112d84ee01 Better redirect cleaning.
git-svn-id: https://develop.svn.wordpress.org/trunk@1751 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-05 16:22:31 +00:00
Donncha O Caoimh 2a84361447 Very minor bugfix - extra ","
git-svn-id: https://develop.svn.wordpress.org/trunk@1749 602fd350-edb4-49c9-b593-d223f7449a82
2004-10-05 09:04:53 +00:00