Commit Graph

5867 Commits

Author SHA1 Message Date
Matt Mullenweg d6a30cc0e8 Refactoring of template tags to use filters, use TABS (!!!), and general cleanliness, which is next to godliness. Some get_settings improvements, less globals.
git-svn-id: https://develop.svn.wordpress.org/trunk@885 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-17 04:56:29 +00:00
Matt Mullenweg e7813d6d2b New *_action functions, removed alert_error.
git-svn-id: https://develop.svn.wordpress.org/trunk@883 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-17 03:00:20 +00:00
Ryan Boren 0081ac69aa Support PATH_INFO permalinks. Move rewrite rule generation to rewrite_rules().
git-svn-id: https://develop.svn.wordpress.org/trunk@881 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-17 02:50:57 +00:00
Matt Mullenweg 4a8a38f300 Fix for id= bug. Old code made obsolete by KSES.
git-svn-id: https://develop.svn.wordpress.org/trunk@876 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-16 03:18:36 +00:00
Matt Mullenweg b680691cef Texturize tweak.
git-svn-id: https://develop.svn.wordpress.org/trunk@875 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-16 03:02:25 +00:00
Matt Mullenweg ee730aea98 Show categories nested by default. New wp_list_cats function that uses parse_str.
git-svn-id: https://develop.svn.wordpress.org/trunk@873 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-13 16:14:36 +00:00
Matt Mullenweg 239532ea4e Edit post slugs.
git-svn-id: https://develop.svn.wordpress.org/trunk@870 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-13 11:21:30 +00:00
Matt Mullenweg 2a85f5b103 Autop improvement
git-svn-id: https://develop.svn.wordpress.org/trunk@868 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-13 06:33:55 +00:00
Matt Mullenweg 86072d56df New function, remove_filter. Added priorities to filters.
git-svn-id: https://develop.svn.wordpress.org/trunk@853 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-09 11:58:49 +00:00
Matt Mullenweg e2efe09044 Nested category list from Philip Taron.
git-svn-id: https://develop.svn.wordpress.org/trunk@848 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-09 08:55:29 +00:00
Matt Mullenweg 84886ddc38 Breaking out some of the formatting functions into a different file.
git-svn-id: https://develop.svn.wordpress.org/trunk@846 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-09 06:57:02 +00:00
michelvaldrighi 61c0ce4048 we should never use $RESUEST_URI, but access it with $_SERVER
git-svn-id: https://develop.svn.wordpress.org/trunk@845 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-08 16:10:28 +00:00
Matt Mullenweg 94054cd0ee Move hack file include.
git-svn-id: https://develop.svn.wordpress.org/trunk@844 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-07 22:52:20 +00:00
michelvaldrighi 70ed355a2b fixed typo
git-svn-id: https://develop.svn.wordpress.org/trunk@842 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-06 21:00:31 +00:00
Matt Mullenweg fd4ad0bcfc the_excerpt should get autop goodness. Excerpt should fake it by default.
git-svn-id: https://develop.svn.wordpress.org/trunk@841 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-06 20:28:26 +00:00
Matt Mullenweg 0ad0386f27 Comment author link should not strip tildes or plus signs.
git-svn-id: https://develop.svn.wordpress.org/trunk@840 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-06 18:04:35 +00:00
Ryan Boren 7e9584f828 Make sure permalink has trailing slash before appending "trackback/" in trackback_url().
git-svn-id: https://develop.svn.wordpress.org/trunk@838 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-06 02:32:24 +00:00
Ryan Boren 6ebd3ca6c0 Clean feed and trackback URLs.
git-svn-id: https://develop.svn.wordpress.org/trunk@836 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-05 20:55:50 +00:00
Matt Mullenweg be109e5ac0 Bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@835 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-05 15:38:23 +00:00
Matt Mullenweg aec151b9ac Logic error when checking for define.
git-svn-id: https://develop.svn.wordpress.org/trunk@834 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-05 15:25:00 +00:00
Matt Mullenweg 1fe76304c9 Let people override the allowedtags variable.
git-svn-id: https://develop.svn.wordpress.org/trunk@832 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-05 14:40:32 +00:00
Mike Little 87df7d7add Fixed category name bug. "When excluding a category by using '$cat = "-4";' in index.php, the name of the excluded cat is added to the page title."
git-svn-id: https://develop.svn.wordpress.org/trunk@814 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-31 00:03:51 +00:00
Alex King bf326d4a00 added single quotes around values in SQL statements
git-svn-id: https://develop.svn.wordpress.org/trunk@810 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-30 02:39:01 +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 d94ea8826f Comments link not shown if on comments page, link to comment form, number of comments in comment header, and slight font size tweak.
git-svn-id: https://develop.svn.wordpress.org/trunk@805 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-28 08:40:58 +00:00
Matt Mullenweg b158b9348d Version bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@803 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-28 01:52:58 +00:00
Matt Mullenweg 3cd0b08876 Broke up template-functions into several files to facilitate maintainance and change tracking.
git-svn-id: https://develop.svn.wordpress.org/trunk@801 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-27 09:58:01 +00:00
Matt Mullenweg afd8045b5f Sub-categories interface improvements.
git-svn-id: https://develop.svn.wordpress.org/trunk@799 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-27 08:31:17 +00:00
Matt Mullenweg 4b4a1405f3 Initial sub-categories code from Jason Verber
git-svn-id: https://develop.svn.wordpress.org/trunk@798 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-27 06:35:07 +00:00
Matt Mullenweg 3ca7dad5d1 last_cats fix from TheJason.
git-svn-id: https://develop.svn.wordpress.org/trunk@797 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-26 20:34:14 +00:00
Dougal Campbell e980dee752 Fix hide_empty for list_cats()
git-svn-id: https://develop.svn.wordpress.org/trunk@795 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-26 01:59:09 +00:00
Matt Mullenweg 7aaddac35c Use IDs instead of classes.
git-svn-id: https://develop.svn.wordpress.org/trunk@790 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-24 23:24:46 +00:00
Matt Mullenweg 0ab9b235c5 Fix for foreign language comments.
git-svn-id: https://develop.svn.wordpress.org/trunk@789 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-24 23:22:31 +00:00
Matt Mullenweg b03e33acf4 Have links use unique class.
git-svn-id: https://develop.svn.wordpress.org/trunk@788 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-24 23:12:55 +00:00
Alex King 169002b6bf added id's and classes to li's in the menu to help in skinning
git-svn-id: https://develop.svn.wordpress.org/trunk@786 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-24 22:52:22 +00:00
Alex King 4ef2daf25e bette rhandling of HTML entities in preview/next posts links
git-svn-id: https://develop.svn.wordpress.org/trunk@780 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-15 22:11:13 +00:00
Matt Mullenweg 65ead28b02 Fix for mpts markup prob.
git-svn-id: https://develop.svn.wordpress.org/trunk@779 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-15 11:01:21 +00:00
Alex King b290974a09 enabled using Category Description as the title attribute in list_cats and made the displayed text use htmlspecialchars
git-svn-id: https://develop.svn.wordpress.org/trunk@778 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-15 01:28:41 +00:00
Matt Mullenweg 8ac0a3a2ca Make entity catch in sanitize_title ungreedy.
git-svn-id: https://develop.svn.wordpress.org/trunk@775 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-14 05:46:53 +00:00
Matt Mullenweg 07604037d0 fix for multiple hypens.
git-svn-id: https://develop.svn.wordpress.org/trunk@774 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-14 05:40:57 +00:00
Alex King 80cc201c56 changed the permalink dates to output leading zeros
git-svn-id: https://develop.svn.wordpress.org/trunk@773 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-14 05:10:32 +00:00
Alex King 1afe017eee fixed hilite whitespace checking
git-svn-id: https://develop.svn.wordpress.org/trunk@770 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 23:24:51 +00:00
Dougal Campbell 6d54700831 Fix harcoded table names
git-svn-id: https://develop.svn.wordpress.org/trunk@769 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 22:53:11 +00:00
Matt Mullenweg 3856282eb3 Tag cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@767 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 22:09:07 +00:00
Dougal Campbell 5c91a6a14a Added a few tags. Pretty formatting.
git-svn-id: https://develop.svn.wordpress.org/trunk@766 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 18:15:09 +00:00
Matt Mullenweg 48079eb485 Version bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@764 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 12:59:27 +00:00
Matt Mullenweg b85d61310e Performance optimizations.
git-svn-id: https://develop.svn.wordpress.org/trunk@760 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 11:52:35 +00:00
Matt Mullenweg 6a05550bba Fix from alex:
http://wordpress.org/support/10/1636#post-11


git-svn-id: https://develop.svn.wordpress.org/trunk@755 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 09:33:02 +00:00
Matt Mullenweg bb4afb9042 Search hilite changes from Ryan Boren
git-svn-id: https://develop.svn.wordpress.org/trunk@754 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 00:59:21 +00:00
Alex King 30281b1047 made tooltips work with multiple posts per day
git-svn-id: https://develop.svn.wordpress.org/trunk@752 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-12 00:14:47 +00:00
Alex King fefc13fc6a making the category links include the trailing slash
git-svn-id: https://develop.svn.wordpress.org/trunk@749 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-10 01:46:27 +00:00
Matt Mullenweg 91a87d821a Google hilite.
git-svn-id: https://develop.svn.wordpress.org/trunk@747 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-09 11:16:10 +00:00
Dougal Campbell c4030f4b8f Fix bug handling ampersands.
git-svn-id: https://develop.svn.wordpress.org/trunk@740 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-08 22:59:25 +00:00
Dougal Campbell 79426eeb74 Fixed include path problem for links-update-xml
git-svn-id: https://develop.svn.wordpress.org/trunk@737 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-07 21:02:26 +00:00
Alex King c52d705679 re-enabling smilies in comments rss
git-svn-id: https://develop.svn.wordpress.org/trunk@735 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-07 03:00:10 +00:00
Alex King 9ac496ee20 commented out smiley conversion in comments RSS
git-svn-id: https://develop.svn.wordpress.org/trunk@734 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-07 02:28:32 +00:00
Alex King 6a6260666f escaping ampersand in url, task # 42
git-svn-id: https://develop.svn.wordpress.org/trunk@733 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-07 02:22:00 +00:00
Matt Mullenweg 0738b73f9a KSES fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@731 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-07 01:28:30 +00:00
Matt Mullenweg 3595621835 URL fix.
git-svn-id: https://develop.svn.wordpress.org/trunk@730 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-07 01:16:24 +00:00
Matt Mullenweg 6fc5343a5c Reduce queries.
git-svn-id: https://develop.svn.wordpress.org/trunk@727 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-06 12:44:46 +00:00
Matt Mullenweg 36841b79b3 More bug fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@726 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-06 10:44:41 +00:00
Matt Mullenweg bab03a7a4b Various fixes from forums and such.
git-svn-id: https://develop.svn.wordpress.org/trunk@725 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-06 10:33:07 +00:00
Alex King 57bae08ef5 made the pop-up comment link friendly url aware
git-svn-id: https://develop.svn.wordpress.org/trunk@721 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-05 04:07:19 +00:00
Alex King d05c946222 using the comments_link_rss function
git-svn-id: https://develop.svn.wordpress.org/trunk@720 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-05 03:14:12 +00:00
Alex King 58f4c191c3 removing extra nbsp before smilies
git-svn-id: https://develop.svn.wordpress.org/trunk@718 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-05 03:03:49 +00:00
Alex King 73682d64f8 making spacing of counts consistent betweek archives list and category list
git-svn-id: https://develop.svn.wordpress.org/trunk@717 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-05 03:03:35 +00:00
Alex King fc1fbafc58 fixing extra calendar cells bug
git-svn-id: https://develop.svn.wordpress.org/trunk@716 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-05 01:43:01 +00:00
Alex King beecaecc46 removing extra nbsp before smilies
git-svn-id: https://develop.svn.wordpress.org/trunk@715 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-05 01:41:00 +00:00
Matt Mullenweg f924ebc46e Lots of fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@714 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-04 07:40:15 +00:00
Alex King 9d54e6a0c5 fixing next/previous page links to work w/ clean URLs
git-svn-id: https://develop.svn.wordpress.org/trunk@713 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-04 02:54:36 +00:00
Matt Mullenweg 1c82c615d5 Space bug in wp_title.
git-svn-id: https://develop.svn.wordpress.org/trunk@712 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-04 02:34:58 +00:00
Matt Mullenweg 57d62ffdf3 Smilies fix.
git-svn-id: https://develop.svn.wordpress.org/trunk@710 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-04 00:48:29 +00:00
Matt Mullenweg 49feb2716f Comment_allowed_tags fixup.
git-svn-id: https://develop.svn.wordpress.org/trunk@709 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-03 23:48:16 +00:00
Matt Mullenweg 81ca149ad0 Change how get_settings errors are returned.
git-svn-id: https://develop.svn.wordpress.org/trunk@708 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-03 22:20:25 +00:00
Matt Mullenweg dfdf60424d Typo
git-svn-id: https://develop.svn.wordpress.org/trunk@706 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-03 19:05:55 +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 2f6e0142f8 Fix for post_id
git-svn-id: https://develop.svn.wordpress.org/trunk@687 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-02 19:38:16 +00:00
Matt Mullenweg b1923c0ccc Use post_status in get_lastpostdate
git-svn-id: https://develop.svn.wordpress.org/trunk@686 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-02 19:27:21 +00:00
Alex King 2376e40465 fixing a bug where the next month link was using previous->year instead of next->year
git-svn-id: https://develop.svn.wordpress.org/trunk@685 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-02 19:21:50 +00:00
Matt Mullenweg 66b51bbee8 Version bump
git-svn-id: https://develop.svn.wordpress.org/trunk@684 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-02 02:49:58 +00:00
Matt Mullenweg 6a55c9a84c Query optimizations.
git-svn-id: https://develop.svn.wordpress.org/trunk@683 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-02 00:58:13 +00:00
Matt Mullenweg 4209bebb6c Duplicate comment number queries.
git-svn-id: https://develop.svn.wordpress.org/trunk@681 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-02 00:45:12 +00:00
Matt Mullenweg d552550752 Use modified get_links_list
git-svn-id: https://develop.svn.wordpress.org/trunk@678 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-01 22:13:06 +00:00
Alex King 192fc9544f suppressing Notice messages and moving the use_cache setting higher in blog-header so that it actually gets used when getting settings
git-svn-id: https://develop.svn.wordpress.org/trunk@677 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-01 21:12:22 +00:00
Matt Mullenweg c8fd26d21a Author description field.
git-svn-id: https://develop.svn.wordpress.org/trunk@674 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-01 00:55:31 +00:00
Matt Mullenweg 622e22e5bb Edit comment from Ryan Boren.
git-svn-id: https://develop.svn.wordpress.org/trunk@673 602fd350-edb4-49c9-b593-d223f7449a82
2004-01-01 00:20:22 +00:00
Matt Mullenweg 88d4ebbac4 Installation cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@672 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-31 23:51:41 +00:00
Matt Mullenweg 749f393872 Initial Atom syndication and autodiscovery support.
git-svn-id: https://develop.svn.wordpress.org/trunk@666 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-30 12:05:25 +00:00
Matt Mullenweg 0319c15727 edit_this_post() from Ryan Boren. Cleaned up function and integrated into default template.
git-svn-id: https://develop.svn.wordpress.org/trunk@665 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-30 10:48:06 +00:00
Matt Mullenweg a00617018a KSES fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@663 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-30 08:34:57 +00:00
Matt Mullenweg 1003d0e395 Permalink structure fix and link comments when pings are on.
git-svn-id: https://develop.svn.wordpress.org/trunk@659 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-28 21:45:18 +00:00
Matt Mullenweg 3b7c3e22d1 Fix title function.
git-svn-id: https://develop.svn.wordpress.org/trunk@653 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-27 18:37:30 +00:00
Matt Mullenweg 0c44a67568 New title code.
git-svn-id: https://develop.svn.wordpress.org/trunk@652 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-25 00:01:31 +00:00
Matt Mullenweg 8682ef7789 We don't need to numeric amp.
git-svn-id: https://develop.svn.wordpress.org/trunk@651 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-24 21:57:16 +00:00
Matt Mullenweg a81f4116dd Add kses HTML cleaning to comment functions.
git-svn-id: https://develop.svn.wordpress.org/trunk@650 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-24 20:43:04 +00:00
Matt Mullenweg f27aff65fe Add kses HTML cleaning.
git-svn-id: https://develop.svn.wordpress.org/trunk@649 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-23 22:09:02 +00:00
Matt Mullenweg 481a009885 Version bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@648 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-23 21:51:56 +00:00
Matt Mullenweg d179dd97d9 Moved gzip stuff into options.
git-svn-id: https://develop.svn.wordpress.org/trunk@646 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-23 21:31:09 +00:00
Matt Mullenweg 4d96a5e921 Template tag for category_description and set $cat if you have category_name thing going on. Space out options screen.
git-svn-id: https://develop.svn.wordpress.org/trunk@643 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-23 20:51:04 +00:00
Dougal Campbell 0937ec283d Fixed %post_id% token handling. Fixed pingback link detection.
git-svn-id: https://develop.svn.wordpress.org/trunk@640 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-22 23:00:45 +00:00
Matt Mullenweg afa0ffeae3 Update sending pingbacks to use new URL structure. Need to update to receive like that.
git-svn-id: https://develop.svn.wordpress.org/trunk@638 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-22 03:26:31 +00:00
Matt Mullenweg 7d72c03fb8 Trackback on edit done.
git-svn-id: https://develop.svn.wordpress.org/trunk@636 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-22 02:46:40 +00:00
Matt Mullenweg 73c4bcdc7a Better error reporting.
git-svn-id: https://develop.svn.wordpress.org/trunk@635 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-22 01:50:20 +00:00
Matt Mullenweg dd95276c66 Multiple category support for RDF.
git-svn-id: https://develop.svn.wordpress.org/trunk@634 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-22 00:32:05 +00:00
Matt Mullenweg 3b71e1dec1 Moved wp-links files to wp-includes or wp-images where appropiate. Updated necessary paths.
git-svn-id: https://develop.svn.wordpress.org/trunk@630 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-18 10:12:34 +00:00
Matt Mullenweg 9fd74ae0eb Formatting changes and version bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@629 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-18 09:45:34 +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 0ddb4c1552 Now more sanely deals with bad connection data and offers useful suggestions, doesn't go on when it can't connect to the DB.
git-svn-id: https://develop.svn.wordpress.org/trunk@625 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-18 09:18:57 +00:00
Matt Mullenweg 382d6400f6 Multiple categories in RSS. RSS 1.0 currently broken
git-svn-id: https://develop.svn.wordpress.org/trunk@624 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-18 08:58:07 +00:00
Mike Little acf936810f Some more b2->wp renaming
git-svn-id: https://develop.svn.wordpress.org/trunk@617 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-16 01:58:39 +00:00
Matt Mullenweg 40fc216aa7 Hacks file option and include.
git-svn-id: https://develop.svn.wordpress.org/trunk@614 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-15 09:55:47 +00:00
Matt Mullenweg db09e4cd77 Took out some old stuff.
git-svn-id: https://develop.svn.wordpress.org/trunk@611 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-15 08:01:13 +00:00
Matt Mullenweg 781df194f5 Fix to have post title where post_name is specified but post ID is not.
git-svn-id: https://develop.svn.wordpress.org/trunk@610 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-13 17:53:42 +00:00
Matt Mullenweg 57afaea33d Update autop to include th and divs.
git-svn-id: https://develop.svn.wordpress.org/trunk@609 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-13 17:47:28 +00:00
Matt Mullenweg c5d9fd8e24 Missing quote.
git-svn-id: https://develop.svn.wordpress.org/trunk@605 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-11 18:44:05 +00:00
Matt Mullenweg 83052c7203 Fix for permalink in comment. Removed old sample config.
git-svn-id: https://develop.svn.wordpress.org/trunk@603 602fd350-edb4-49c9-b593-d223f7449a82
2003-12-11 18:10:43 +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