Commit Graph

1820 Commits

Author SHA1 Message Date
donncha
2bef1de2b9 Make checking enclosure URLs much faster - fclose() after blank line in response.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1820 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-20 15:07:49 +00:00
donncha
279385f199 change for admin.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@1819 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-19 16:01:13 +00:00
rboren
04786f267d 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: http://svn.automattic.com/wordpress/trunk@1818 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-19 03:03:06 +00:00
rboren
c591d809f7 Default textdomain loading cleanup. Fix for bug 230.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1817 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-19 00:18:12 +00:00
michelvaldrighi
8990d8c02f better fix for single_month_title, preserves backward-compatibility with
git-svn-id: http://svn.automattic.com/wordpress/trunk@1816 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-18 23:52:36 +00:00
michelvaldrighi
d6928c9df3 fixed single_month_title. thanks to Brak (http://wordpress.org/support/6/14897)
git-svn-id: http://svn.automattic.com/wordpress/trunk@1815 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-18 23:45:26 +00:00
michelvaldrighi
16d9e709ea update the XMLRPC part
git-svn-id: http://svn.automattic.com/wordpress/trunk@1814 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-18 23:38:59 +00:00
michelvaldrighi
33203610c8 fix for bug #328: better/sane way to get before using it as a fallback for post_name
git-svn-id: http://svn.automattic.com/wordpress/trunk@1813 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-18 15:58:06 +00:00
donncha
9f62c48cf9 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: http://svn.automattic.com/wordpress/trunk@1812 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-18 12:09:20 +00:00
rboren
3bfe668183 Use options-head
git-svn-id: http://svn.automattic.com/wordpress/trunk@1811 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-18 04:52:02 +00:00
rboren
4568e83625 Do not stomp permalink setting. Bug 372.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1810 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-18 04:50:08 +00:00
rboren
667912ce0e Fix typo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1809 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-18 04:38:49 +00:00
rboren
b29cb9cb81 Plugin and theme localization.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1808 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-18 02:27:35 +00:00
michelvaldrighi
4581b28d54 honey, your cookies are delicious, but not when they're empty
git-svn-id: http://svn.automattic.com/wordpress/trunk@1807 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-17 12:42:18 +00:00
michelvaldrighi
595ac150eb removed call time pass by reference in enclosures support
git-svn-id: http://svn.automattic.com/wordpress/trunk@1806 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-16 10:18:36 +00:00
michelvaldrighi
a0a2e1f39d replaced stuff with user_can_*() stuff
git-svn-id: http://svn.automattic.com/wordpress/trunk@1805 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-15 16:21:32 +00:00
michelvaldrighi
2c7c6cdc8f added more user_can_* functions
git-svn-id: http://svn.automattic.com/wordpress/trunk@1804 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-15 16:20:25 +00:00
saxmatt
eb08740fc0 Fix for http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000351 from MC_incubus
git-svn-id: http://svn.automattic.com/wordpress/trunk@1803 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-15 04:50:40 +00:00
rboren
cf34374c9c If the match is unanchored and greedy, prepend rewrite conditions to avoid infinite redirects and eclipsing of real files. Add L to rewrite flags to break out of rewriting once a match is found.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1802 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-15 03:16:01 +00:00
saxmatt
1be9d16136 Missed some preview stuff.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1801 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-14 21:01:13 +00:00
donncha
f9823fb53c Seperate enclosure URLs by 1 space, not 3.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1800 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-14 14:22:40 +00:00
saxmatt
62ea5faef5 Fix for bug 137. Patch from kelson.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1799 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-14 08:27:56 +00:00
saxmatt
83253f757f Fix for bug 299.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1798 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-14 08:09:00 +00:00
donncha
c3d0099bfb Fix for fsockopen to stop warnings about "Call-time pass-by-reference".
git-svn-id: http://svn.automattic.com/wordpress/trunk@1797 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-14 07:48:15 +00:00
saxmatt
9d7cee76d2 Forgot to uncomment debug line
git-svn-id: http://svn.automattic.com/wordpress/trunk@1796 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-14 07:34:55 +00:00
saxmatt
5c4e8a43a8 Rollback live preview stuff.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1795 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-14 07:33:06 +00:00
saxmatt
40a8e6885b Trackback and pingback cleanups.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1794 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-14 07:26:41 +00:00
saxmatt
5b7e0784b2 Some code cleanup. Also double email fix care of Mark Jaquith.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1793 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-14 05:00:51 +00:00
rboren
3472b445a2 Move get_theme*() from admin-functions to functions so that templates and plugins can use them.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1792 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-14 03:54:57 +00:00
michelvaldrighi
a53659c2ab unb0rked the pagination links
git-svn-id: http://svn.automattic.com/wordpress/trunk@1791 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-13 14:18:17 +00:00
saxmatt
619c0d2f93 Unused link images
git-svn-id: http://svn.automattic.com/wordpress/trunk@1790 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-13 06:28:03 +00:00
rboren
c4ff2cc8ec Add template and stylesheet filters.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1789 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-13 03:20:03 +00:00
rboren
f192cfe5c8 Double hash password in cookies.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1788 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-13 02:21:37 +00:00
rboren
6842c8a917 Use == instead of =
git-svn-id: http://svn.automattic.com/wordpress/trunk@1787 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-12 17:54:54 +00:00
donncha
dad5defb99 Added enclosure support.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1786 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-12 15:52:29 +00:00
michelvaldrighi
a00764ed8e fixed next_posts_links, removed debug artefacts lying there
git-svn-id: http://svn.automattic.com/wordpress/trunk@1785 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-12 13:21:53 +00:00
michelvaldrighi
f1cd47763b fixed posts_nav_link again, to reclaim functionality lost in last fix ;)
git-svn-id: http://svn.automattic.com/wordpress/trunk@1784 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-12 13:12:03 +00:00
michelvaldrighi
fc528e3d09 fixed posts_nav_link to use a much lighter query
git-svn-id: http://svn.automattic.com/wordpress/trunk@1783 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-12 13:04:35 +00:00
saxmatt
64e27492d1 Some additional API hooks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1782 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-11 22:13:40 +00:00
saxmatt
f285ca5c55 Move balanceTags into filters.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1781 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-11 22:07:09 +00:00
saxmatt
55d5e9f47a Removed some left-over link rating stuff
git-svn-id: http://svn.automattic.com/wordpress/trunk@1780 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-11 19:54:09 +00:00
saxmatt
2dc5c6115a PHP 5 fix from http://www.fredfred.net/skriker/index.php?p=84
There be dragons here


git-svn-id: http://svn.automattic.com/wordpress/trunk@1779 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-11 18:45:14 +00:00
michelvaldrighi
4af875d28f printr instead of print_r
git-svn-id: http://svn.automattic.com/wordpress/trunk@1778 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-11 16:49:52 +00:00
michelvaldrighi
7e0657c317 remove contextual compatiblity, and require functions-compat instead
git-svn-id: http://svn.automattic.com/wordpress/trunk@1777 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-11 13:22:33 +00:00
michelvaldrighi
172b13b70a functions-compat.php shall hold PHP functions needed for PHP 4.1 compatibility
git-svn-id: http://svn.automattic.com/wordpress/trunk@1776 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-11 13:17:12 +00:00
donncha
49cb88b7c0 Re-arranged where wp-mail() sets message headers
git-svn-id: http://svn.automattic.com/wordpress/trunk@1775 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-11 12:04:37 +00:00
rboren
39e9a6d942 Login fixes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1774 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-11 07:00:22 +00:00
saxmatt
d34b925136 File removed.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1773 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-11 06:45:16 +00:00
rboren
064652b98f Add missing paren.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1772 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-11 05:47:51 +00:00
saxmatt
1e3dd2d50f Typo
git-svn-id: http://svn.automattic.com/wordpress/trunk@1771 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-10-10 21:28:35 +00:00