Commit Graph

1189 Commits

Author SHA1 Message Date
Dougal Campbell f3fef03117 post-meta styles
git-svn-id: https://develop.svn.wordpress.org/trunk@989 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-23 18:59:25 +00:00
Dougal Campbell d4c07a526f Initial add of post-meta functions.
git-svn-id: https://develop.svn.wordpress.org/trunk@988 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-23 18:02:05 +00:00
Ryan Boren 8b7a7b2dcf Add feed and feed_image options to wp_list_cats() and wp_list_authors().
git-svn-id: https://develop.svn.wordpress.org/trunk@987 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-23 04:45:27 +00:00
Dougal Campbell 49ea5d6425 Set a default background color (one of my pet peeves ;) )
git-svn-id: https://develop.svn.wordpress.org/trunk@986 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-22 17:15:13 +00:00
Matt Mullenweg 8ee4986acb Texturize kung-foo
git-svn-id: https://develop.svn.wordpress.org/trunk@985 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-22 01:34:32 +00:00
Matt Mullenweg f14254c46b New comment moderation code, for trackbacks and comments.
git-svn-id: https://develop.svn.wordpress.org/trunk@984 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-21 08:31:33 +00:00
Matt Mullenweg 56a22d9ad1 File not being used currently.
git-svn-id: https://develop.svn.wordpress.org/trunk@983 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-21 07:46:13 +00:00
Matt Mullenweg 512c20e9b9 Generic update pinging. Needs review.
git-svn-id: https://develop.svn.wordpress.org/trunk@982 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-21 07:36:07 +00:00
Matt Mullenweg 741857240d Improved wording on preview.
git-svn-id: https://develop.svn.wordpress.org/trunk@981 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-21 07:16:18 +00:00
Matt Mullenweg 347f95fd22 Fix autop to not mess with pre blocks.
git-svn-id: https://develop.svn.wordpress.org/trunk@980 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-21 07:07:55 +00:00
Ryan Boren 19888e9223 Introducing wp_list_authors() and friends.
git-svn-id: https://develop.svn.wordpress.org/trunk@979 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-19 16:20:49 +00:00
Dougal Campbell fffefba32c Fixed bug that caused empty string options to receive a '0' value on update. This was breaking fileupload_allowedusers, for example.
git-svn-id: https://develop.svn.wordpress.org/trunk@978 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-16 17:36:56 +00:00
Dougal Campbell 6ac36de172 Fixed to use get_settings(). Via mindtrap: gbergling@0xfce3.net http://www.bsd-network.org/
git-svn-id: https://develop.svn.wordpress.org/trunk@977 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-16 14:41:39 +00:00
Ryan Boren d418ea50b5 Make sure $req_uri is not empty before passing to strpos().
git-svn-id: https://develop.svn.wordpress.org/trunk@976 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-14 16:43:55 +00:00
Ryan Boren 4e5eb1bb45 Use strpos() instead of preg_match() when searching for $req_uri at the head of the rewrite rule $match. This avoids regex compilation errors when $req_uri contains characters will special regex meaning. strpos() is also faster than preg_match().
git-svn-id: https://develop.svn.wordpress.org/trunk@975 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-14 13:33:03 +00:00
Ryan Boren 62e8849bc6 Fix wp_list_cats() argument handling.
git-svn-id: https://develop.svn.wordpress.org/trunk@974 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-12 23:51:16 +00:00
Ryan Boren fecb847777 Fix call to zeroise() in get_calendar(). Courtesy of harpshot.
http://wordpress.org/support/6/3218


git-svn-id: https://develop.svn.wordpress.org/trunk@973 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-12 03:36:16 +00:00
Matt Mullenweg 938bbef3cb Texturize missing some table block level tags.
git-svn-id: https://develop.svn.wordpress.org/trunk@972 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-11 16:38:54 +00:00
Matt Mullenweg 0330b203d6 XFN profile.
git-svn-id: https://develop.svn.wordpress.org/trunk@971 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-11 16:38:25 +00:00
Matt Mullenweg 98c4979a2f Forgot label, formatting.
git-svn-id: https://develop.svn.wordpress.org/trunk@970 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-11 08:53:05 +00:00
Matt Mullenweg f9c84d6edf More options improvements.
git-svn-id: https://develop.svn.wordpress.org/trunk@969 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-11 08:51:50 +00:00
Dougal Campbell 14c27e0191 Need to explicitly set the $cat var, in case globals are turned off.
git-svn-id: https://develop.svn.wordpress.org/trunk@968 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-10 19:46:48 +00:00
Matt Mullenweg d461610486 cat parent not quoted in SQL.
git-svn-id: https://develop.svn.wordpress.org/trunk@967 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-10 15:40:55 +00:00
Dougal Campbell 484d60853a Update to use get_settings (via Otsukare in http://wordpress.org/support/6/3213#post-3)
git-svn-id: https://develop.svn.wordpress.org/trunk@966 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-09 20:23:57 +00:00
Ryan Boren a95c8313cb More rewrite fixes. s/[0-9a-z_-]/[_0-9a-z-]/
git-svn-id: https://develop.svn.wordpress.org/trunk@965 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-09 03:55:01 +00:00
Matt Mullenweg 9a84126d9f Typo fixes from Cena.
git-svn-id: https://develop.svn.wordpress.org/trunk@964 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-08 08:49:21 +00:00
Ryan Boren 1bb133cd19 rewrite_rules() tweaks. Use rewrite_rules() in options-permalink.php.
git-svn-id: https://develop.svn.wordpress.org/trunk@963 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-08 05:12:11 +00:00
Ryan Boren 0ebf22b222 Converted overlooked reference to $siteurl to get_settings().
git-svn-id: https://develop.svn.wordpress.org/trunk@962 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-07 17:41:14 +00:00
Matt Mullenweg eb5dff6f00 Allow underscores in post_name
git-svn-id: https://develop.svn.wordpress.org/trunk@961 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-06 17:14:24 +00:00
Dougal Campbell fb4d6d4fd9 Allow 'limit = 0' in Link Categories to hide a category.
git-svn-id: https://develop.svn.wordpress.org/trunk@960 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-05 21:35:14 +00:00
Ryan Boren 764f2d1806 Remove spurious $
git-svn-id: https://develop.svn.wordpress.org/trunk@959 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-05 07:26:38 +00:00
Dougal Campbell e5614b76d9 Fixed posting problems when 'advanced controls' is the default writing option.
git-svn-id: https://develop.svn.wordpress.org/trunk@958 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-04 15:56:02 +00:00
Matt Mullenweg e64b754d4a Migration to get_settings and away from globals.
git-svn-id: https://develop.svn.wordpress.org/trunk@957 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-01 19:55:45 +00:00
Matt Mullenweg 59155a15f3 Migration to get_settings
git-svn-id: https://develop.svn.wordpress.org/trunk@956 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-01 06:13:32 +00:00
Matt Mullenweg 37c361e964 Migrating more of the global options to get_settings().
git-svn-id: https://develop.svn.wordpress.org/trunk@955 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-29 08:43:36 +00:00
Matt Mullenweg 06b281110f More options updates, not done, not entirely functional.
git-svn-id: https://develop.svn.wordpress.org/trunk@954 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-29 08:30:56 +00:00
Matt Mullenweg 10b46bd967 Changed to more closely emulate Bloglines OPML, which seems to be the best guide I can find to how people are actually using OPML.
git-svn-id: https://develop.svn.wordpress.org/trunk@953 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-29 02:12:55 +00:00
michelvaldrighi 73817b4edc added a timezone argument to get�_lastpost*()
git-svn-id: https://develop.svn.wordpress.org/trunk@952 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-28 17:51:41 +00:00
Matt Mullenweg 8d2b1fdee4 Version bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@951 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-28 17:28:06 +00:00
Matt Mullenweg fb319a95cb Label on search form.
git-svn-id: https://develop.svn.wordpress.org/trunk@950 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-27 19:22:56 +00:00
Matt Mullenweg 5fbd33f44e Some new options and an option cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@949 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-27 05:48:00 +00:00
Dougal Campbell 8ef6846f5a Tweaked test version of the_meta() a little
git-svn-id: https://develop.svn.wordpress.org/trunk@948 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-26 22:22:54 +00:00
Dougal Campbell 3754111ee2 Added per-post custom metadata support.
git-svn-id: https://develop.svn.wordpress.org/trunk@947 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-26 22:21:33 +00:00
Dougal Campbell 15f1b35267 Added per-post custom metadata support.
git-svn-id: https://develop.svn.wordpress.org/trunk@946 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-26 21:42:47 +00:00
Matt Mullenweg 22ed64e4ec Removed global $siteurl and $blogfilename, use get_settings. Syntax fix for wp-db.
git-svn-id: https://develop.svn.wordpress.org/trunk@945 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-26 16:15:48 +00:00
michelvaldrighi f7310ec845 using gmt_offset option instead of time_difference from now on
git-svn-id: https://develop.svn.wordpress.org/trunk@944 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-26 16:14:52 +00:00
michelvaldrighi 047441f893 aliasing time_difference to gmt_offset in get_settings(), for great justice
git-svn-id: https://develop.svn.wordpress.org/trunk@943 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-26 16:14:10 +00:00
michelvaldrighi 80abd287e5 rewrote upgrade for GMT, now checks for the option gmt_offset before changing anything
git-svn-id: https://develop.svn.wordpress.org/trunk@942 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-26 16:13:05 +00:00
michelvaldrighi d4adb0fff6 what an idiot, I had broken ?m=
git-svn-id: https://develop.svn.wordpress.org/trunk@941 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-26 16:08:12 +00:00
Matt Mullenweg 203184b1f1 Fix for PHP5, formatting changes.
git-svn-id: https://develop.svn.wordpress.org/trunk@940 602fd350-edb4-49c9-b593-d223f7449a82
2004-02-26 15:18:16 +00:00