Commit Graph

1112 Commits

Author SHA1 Message Date
saxmatt 0c1e3856b6 Additional plugin API hooks, extending moderation scheme to more fully cover trackbacks and pingbacks, cleanup of XML-RPC file.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1012 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 20:18:20 +00:00
saxmatt 8a79d5712a If more than X links in a comment, moderate that sucker.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1011 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 10:11:58 +00:00
saxmatt e733249e69 Functional plugin implementation.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1010 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 08:10:26 +00:00
saxmatt 82605b706b Recache options when updating.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1009 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 07:21:00 +00:00
saxmatt 790f6e50eb Initial plugin funcitonality checkin. Not done yet.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1008 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 07:05:52 +00:00
saxmatt 591d952310 Typo fixes to do_action and generic_ping
git-svn-id: http://svn.automattic.com/wordpress/trunk@1007 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 06:11:28 +00:00
saxmatt b2e9f46408 Quicktag and CSS cleanups. Awesome insert code from Mark.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1006 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 05:38:59 +00:00
michelvaldrighi a2d8fcf716 oops, typo
git-svn-id: http://svn.automattic.com/wordpress/trunk@1005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 03:56:13 +00:00
michelvaldrighi b8df8fb93d now storing emailed posts as localtime+gmt
git-svn-id: http://svn.automattic.com/wordpress/trunk@1004 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 02:45:32 +00:00
michelvaldrighi 69efdb90fd now storing trackback times as localtime+gmt
git-svn-id: http://svn.automattic.com/wordpress/trunk@1003 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 02:39:16 +00:00
michelvaldrighi 3e1430110b fixed get_lastpostdate and get_lastpostmodified
git-svn-id: http://svn.automattic.com/wordpress/trunk@1002 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 02:37:47 +00:00
michelvaldrighi 3ce57e5d9c since time_difference is now relative to GMT, we should use gmdate instead of date when adding time_difference
git-svn-id: http://svn.automattic.com/wordpress/trunk@1001 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 02:21:40 +00:00
michelvaldrighi d295a6290b back to localtime, also using :59 instead of :00 should be better and still make use of mysql's query cache
git-svn-id: http://svn.automattic.com/wordpress/trunk@1000 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 02:15:36 +00:00
michelvaldrighi 79fa8206c1 gmt to localtime, and some time_difference fixes that had gone unnoticed
git-svn-id: http://svn.automattic.com/wordpress/trunk@999 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 02:04:15 +00:00
michelvaldrighi f043e71fdd comments template functions back to localtime
git-svn-id: http://svn.automattic.com/wordpress/trunk@998 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 01:58:48 +00:00
michelvaldrighi caeaf47bbb now commenting in localtime+gmt
git-svn-id: http://svn.automattic.com/wordpress/trunk@997 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 01:56:02 +00:00
michelvaldrighi 5abfd66c93 calendar, archives, date, time, you name it, it's back to localtime
git-svn-id: http://svn.automattic.com/wordpress/trunk@996 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 01:45:07 +00:00
michelvaldrighi 897087e509 now posts and edits in localtime+gmt
git-svn-id: http://svn.automattic.com/wordpress/trunk@995 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-25 01:43:47 +00:00
michelvaldrighi 48416cdbb6 the big GMT/local changes, part 1: adding _gmt fields
git-svn-id: http://svn.automattic.com/wordpress/trunk@994 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-24 22:53:30 +00:00
emc3 4361dc3e65 Fixed require_name_email option.
git-svn-id: http://svn.automattic.com/wordpress/trunk@993 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-24 15:13:22 +00:00
emc3 ea4cecf6eb Check $comment_counts before using.
git-svn-id: http://svn.automattic.com/wordpress/trunk@992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-24 14:45:48 +00:00
emc3 ea9cc3ff81 Removed 'Meta:' leader from the_meta().
git-svn-id: http://svn.automattic.com/wordpress/trunk@991 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-24 14:41:05 +00:00
emc3 867f87f41b Fixed 'add custom' button
git-svn-id: http://svn.automattic.com/wordpress/trunk@990 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-23 22:06:23 +00:00
emc3 1e6933cb2e post-meta styles
git-svn-id: http://svn.automattic.com/wordpress/trunk@989 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-23 18:59:25 +00:00
emc3 4a8f41e640 Initial add of post-meta functions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@988 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-23 18:02:05 +00:00
rboren 346990432c Add feed and feed_image options to wp_list_cats() and wp_list_authors().
git-svn-id: http://svn.automattic.com/wordpress/trunk@987 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-23 04:45:27 +00:00
emc3 2458274082 Set a default background color (one of my pet peeves ;) )
git-svn-id: http://svn.automattic.com/wordpress/trunk@986 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-22 17:15:13 +00:00
saxmatt b4a43ce64d Texturize kung-foo
git-svn-id: http://svn.automattic.com/wordpress/trunk@985 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-22 01:34:32 +00:00
saxmatt adbca5d4fc New comment moderation code, for trackbacks and comments.
git-svn-id: http://svn.automattic.com/wordpress/trunk@984 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-21 08:31:33 +00:00
saxmatt 76dd5c2562 File not being used currently.
git-svn-id: http://svn.automattic.com/wordpress/trunk@983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-21 07:46:13 +00:00
saxmatt a7cdf5c0d4 Generic update pinging. Needs review.
git-svn-id: http://svn.automattic.com/wordpress/trunk@982 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-21 07:36:07 +00:00
saxmatt 277179d9a4 Improved wording on preview.
git-svn-id: http://svn.automattic.com/wordpress/trunk@981 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-21 07:16:18 +00:00
saxmatt ee0af1789d Fix autop to not mess with pre blocks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-21 07:07:55 +00:00
rboren 8974c946a7 Introducing wp_list_authors() and friends.
git-svn-id: http://svn.automattic.com/wordpress/trunk@979 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-19 16:20:49 +00:00
emc3 16e6fd76ea Fixed bug that caused empty string options to receive a '0' value on update. This was breaking fileupload_allowedusers, for example.
git-svn-id: http://svn.automattic.com/wordpress/trunk@978 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-16 17:36:56 +00:00
emc3 d71f97bb20 Fixed to use get_settings(). Via mindtrap: gbergling@0xfce3.net http://www.bsd-network.org/
git-svn-id: http://svn.automattic.com/wordpress/trunk@977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-16 14:41:39 +00:00
rboren 32aebf5d7a Make sure $req_uri is not empty before passing to strpos().
git-svn-id: http://svn.automattic.com/wordpress/trunk@976 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-14 16:43:55 +00:00
rboren 5670d0e1ad 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: http://svn.automattic.com/wordpress/trunk@975 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-14 13:33:03 +00:00
rboren 44f59de914 Fix wp_list_cats() argument handling.
git-svn-id: http://svn.automattic.com/wordpress/trunk@974 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-12 23:51:16 +00:00
rboren 7270102622 Fix call to zeroise() in get_calendar(). Courtesy of harpshot.
http://wordpress.org/support/6/3218


git-svn-id: http://svn.automattic.com/wordpress/trunk@973 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-12 03:36:16 +00:00
saxmatt 9410b1835c Texturize missing some table block level tags.
git-svn-id: http://svn.automattic.com/wordpress/trunk@972 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-11 16:38:54 +00:00
saxmatt db4d716fbc XFN profile.
git-svn-id: http://svn.automattic.com/wordpress/trunk@971 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-11 16:38:25 +00:00
saxmatt a1c7db8a54 Forgot label, formatting.
git-svn-id: http://svn.automattic.com/wordpress/trunk@970 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-11 08:53:05 +00:00
saxmatt 75c8c3a72e More options improvements.
git-svn-id: http://svn.automattic.com/wordpress/trunk@969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-11 08:51:50 +00:00
emc3 74638831a4 Need to explicitly set the $cat var, in case globals are turned off.
git-svn-id: http://svn.automattic.com/wordpress/trunk@968 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-10 19:46:48 +00:00
saxmatt 684cb32ce0 cat parent not quoted in SQL.
git-svn-id: http://svn.automattic.com/wordpress/trunk@967 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-10 15:40:55 +00:00
emc3 dda1e539d1 Update to use get_settings (via Otsukare in http://wordpress.org/support/6/3213#post-3)
git-svn-id: http://svn.automattic.com/wordpress/trunk@966 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-09 20:23:57 +00:00
rboren 87c74b9c6e More rewrite fixes. s/[0-9a-z_-]/[_0-9a-z-]/
git-svn-id: http://svn.automattic.com/wordpress/trunk@965 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-09 03:55:01 +00:00
saxmatt 06fa93c297 Typo fixes from Cena.
git-svn-id: http://svn.automattic.com/wordpress/trunk@964 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-08 08:49:21 +00:00
rboren 6f2c205b0b rewrite_rules() tweaks. Use rewrite_rules() in options-permalink.php.
git-svn-id: http://svn.automattic.com/wordpress/trunk@963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2004-03-08 05:12:11 +00:00