Commit Graph

1169 Commits

Author SHA1 Message Date
Alex King 5a37c37d10 making the post meta accept 0 as a value
git-svn-id: https://develop.svn.wordpress.org/trunk@1019 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-26 22:16:00 +00:00
michelvaldrighi ab33245ad1 typo
git-svn-id: https://develop.svn.wordpress.org/trunk@1018 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-26 11:26:57 +00:00
Matt Mullenweg e55eb009fd Don't try to ping empty sets.
git-svn-id: https://develop.svn.wordpress.org/trunk@1017 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 23:05:25 +00:00
Matt Mullenweg d7a86c150c Debug code left.
git-svn-id: https://develop.svn.wordpress.org/trunk@1016 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 21:15:55 +00:00
Matt Mullenweg 52b84858f6 Show version and header bugfix.
git-svn-id: https://develop.svn.wordpress.org/trunk@1015 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 21:04:36 +00:00
Matt Mullenweg ada39aeb8e Textile should be moved to plugin.
git-svn-id: https://develop.svn.wordpress.org/trunk@1014 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 20:50:50 +00:00
Matt Mullenweg a45c044297 Added missing API hooks.
git-svn-id: https://develop.svn.wordpress.org/trunk@1013 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 20:28:09 +00:00
Matt Mullenweg 84635f1a44 Additional plugin API hooks, extending moderation scheme to more fully cover trackbacks and pingbacks, cleanup of XML-RPC file.
git-svn-id: https://develop.svn.wordpress.org/trunk@1012 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 20:18:20 +00:00
Matt Mullenweg cadc96082b If more than X links in a comment, moderate that sucker.
git-svn-id: https://develop.svn.wordpress.org/trunk@1011 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 10:11:58 +00:00
Matt Mullenweg a3aa82d0e0 Functional plugin implementation.
git-svn-id: https://develop.svn.wordpress.org/trunk@1010 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 08:10:26 +00:00
Matt Mullenweg d064bd4545 Recache options when updating.
git-svn-id: https://develop.svn.wordpress.org/trunk@1009 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 07:21:00 +00:00
Matt Mullenweg 2b8bbdb401 Initial plugin funcitonality checkin. Not done yet.
git-svn-id: https://develop.svn.wordpress.org/trunk@1008 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 07:05:52 +00:00
Matt Mullenweg 8198dc5328 Typo fixes to do_action and generic_ping
git-svn-id: https://develop.svn.wordpress.org/trunk@1007 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 06:11:28 +00:00
Matt Mullenweg 112f23cc9e Quicktag and CSS cleanups. Awesome insert code from Mark.
git-svn-id: https://develop.svn.wordpress.org/trunk@1006 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 05:38:59 +00:00
michelvaldrighi 4c63770c2d oops, typo
git-svn-id: https://develop.svn.wordpress.org/trunk@1005 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 03:56:13 +00:00
michelvaldrighi c38dc8bab3 now storing emailed posts as localtime+gmt
git-svn-id: https://develop.svn.wordpress.org/trunk@1004 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 02:45:32 +00:00
michelvaldrighi 1635f4335a now storing trackback times as localtime+gmt
git-svn-id: https://develop.svn.wordpress.org/trunk@1003 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 02:39:16 +00:00
michelvaldrighi 8d907a1768 fixed get_lastpostdate and get_lastpostmodified
git-svn-id: https://develop.svn.wordpress.org/trunk@1002 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 02:37:47 +00:00
michelvaldrighi 15a49deda2 since time_difference is now relative to GMT, we should use gmdate instead of date when adding time_difference
git-svn-id: https://develop.svn.wordpress.org/trunk@1001 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 02:21:40 +00:00
michelvaldrighi f323a6e484 back to localtime, also using :59 instead of :00 should be better and still make use of mysql's query cache
git-svn-id: https://develop.svn.wordpress.org/trunk@1000 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 02:15:36 +00:00
michelvaldrighi 90af6e10b8 gmt to localtime, and some time_difference fixes that had gone unnoticed
git-svn-id: https://develop.svn.wordpress.org/trunk@999 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 02:04:15 +00:00
michelvaldrighi 42a3ed90e5 comments template functions back to localtime
git-svn-id: https://develop.svn.wordpress.org/trunk@998 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 01:58:48 +00:00
michelvaldrighi 21084dfa50 now commenting in localtime+gmt
git-svn-id: https://develop.svn.wordpress.org/trunk@997 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 01:56:02 +00:00
michelvaldrighi cf5a16fc01 calendar, archives, date, time, you name it, it's back to localtime
git-svn-id: https://develop.svn.wordpress.org/trunk@996 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 01:45:07 +00:00
michelvaldrighi 0f794be3e6 now posts and edits in localtime+gmt
git-svn-id: https://develop.svn.wordpress.org/trunk@995 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-25 01:43:47 +00:00
michelvaldrighi 9d5f0af661 the big GMT/local changes, part 1: adding _gmt fields
git-svn-id: https://develop.svn.wordpress.org/trunk@994 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-24 22:53:30 +00:00
Dougal Campbell 5d2898d7ef Fixed require_name_email option.
git-svn-id: https://develop.svn.wordpress.org/trunk@993 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-24 15:13:22 +00:00
Dougal Campbell 4f89c11350 Check $comment_counts before using.
git-svn-id: https://develop.svn.wordpress.org/trunk@992 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-24 14:45:48 +00:00
Dougal Campbell 4f49a4163d Removed 'Meta:' leader from the_meta().
git-svn-id: https://develop.svn.wordpress.org/trunk@991 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-24 14:41:05 +00:00
Dougal Campbell 391c91d78b Fixed 'add custom' button
git-svn-id: https://develop.svn.wordpress.org/trunk@990 602fd350-edb4-49c9-b593-d223f7449a82
2004-03-23 22:06:23 +00:00
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