Commit Graph

2204 Commits

Author SHA1 Message Date
Matt Mullenweg d6b5164e88 Make more login stuff pluggable.
git-svn-id: https://develop.svn.wordpress.org/trunk@2204 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-02 10:48:54 +00:00
Matt Mullenweg 8099c0076a Don't show template dropdown if there's only one: http://mosquito.wordpress.org/view.php?id=530
git-svn-id: https://develop.svn.wordpress.org/trunk@2203 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-02 10:44:53 +00:00
Matt Mullenweg 97cc254675 Yay for IE
git-svn-id: https://develop.svn.wordpress.org/trunk@2202 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-02 10:39:50 +00:00
Matt Mullenweg 768c5f8c1b Tweaks to the dashboard planet display
git-svn-id: https://develop.svn.wordpress.org/trunk@2201 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-02 10:36:59 +00:00
Matt Mullenweg f365442290 We didn't know how big it'd get :)
git-svn-id: https://develop.svn.wordpress.org/trunk@2200 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-02 09:41:06 +00:00
Matt Mullenweg 1832211054 Adding support for a proxy-specific RBL that has shown to be extremely effective
git-svn-id: https://develop.svn.wordpress.org/trunk@2199 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-02 08:40:44 +00:00
Ryan Boren 6872bdba06 Fix apply_filters. Bug 777.
git-svn-id: https://develop.svn.wordpress.org/trunk@2198 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-02 06:07:11 +00:00
Ryan Boren 4247199e8d Fix typo spotted by morganiq.
git-svn-id: https://develop.svn.wordpress.org/trunk@2197 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 17:27:10 +00:00
michelvaldrighi 2f84e4d158 set emailed posts to be published. won't do no good moblogging if in the end one has to publish everything later
git-svn-id: https://develop.svn.wordpress.org/trunk@2196 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 13:21:12 +00:00
michelvaldrighi 35445592b7 Fix for bug #559, just use user_can_ functions
git-svn-id: https://develop.svn.wordpress.org/trunk@2195 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 11:14:45 +00:00
michelvaldrighi 31ba3d15e0 Fix for bug #559, capitalisation issue
git-svn-id: https://develop.svn.wordpress.org/trunk@2194 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 11:03:45 +00:00
Matt Mullenweg 6611d8e688 Preserve GUIDs in imports
git-svn-id: https://develop.svn.wordpress.org/trunk@2193 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 10:04:01 +00:00
Matt Mullenweg 5a91190427 Dashboard and option tweaks
git-svn-id: https://develop.svn.wordpress.org/trunk@2192 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 09:52:36 +00:00
Ryan Boren 5fc031ad98 Fix i18n page links. Handle RTL hierarchies.
git-svn-id: https://develop.svn.wordpress.org/trunk@2191 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 08:35:45 +00:00
Ryan Boren c336926a96 Add parse_query_vars() and parse_query action.
git-svn-id: https://develop.svn.wordpress.org/trunk@2190 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 08:34:19 +00:00
Ryan Boren 22f48d88c0 Don't stomp the percent in escaped octets.
git-svn-id: https://develop.svn.wordpress.org/trunk@2189 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 08:31:13 +00:00
Matt Mullenweg 521a1b9707 We weren't getting [...] in front of pingbacks.
git-svn-id: https://develop.svn.wordpress.org/trunk@2188 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 08:11:02 +00:00
Ryan Boren 1eda4450f8 Use parse_url instead of regex wackiness.
git-svn-id: https://develop.svn.wordpress.org/trunk@2187 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 07:05:00 +00:00
Ryan Boren daef7f8d21 get_home_path() fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@2186 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 06:59:44 +00:00
Ryan Boren 92c2275795 Remove extra wp-l10n.php include. Bug 756.
git-svn-id: https://develop.svn.wordpress.org/trunk@2185 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 06:43:31 +00:00
Ryan Boren 02a701f72b Allow multiple args to be passed to apply_filters and do_action. Move some code into merge_filters. Use call_user_func_array so that args can be passed by reference. Provide a default for the second arg to do_action so that we do not have to put empty strings in the do_action calls. Bug 768. Hat tip: morganiq
git-svn-id: https://develop.svn.wordpress.org/trunk@2184 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 06:20:54 +00:00
Ryan Boren 53d75a06d5 get_*_template() functions and filters.
git-svn-id: https://develop.svn.wordpress.org/trunk@2183 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 03:44:32 +00:00
Matt Mullenweg 3675edaacb Updating OPML feed.
git-svn-id: https://develop.svn.wordpress.org/trunk@2182 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 02:03:21 +00:00
Ryan Boren 6fba9fa40c Feed link fix for bug 775. Hat tip: Kafkaesqui
git-svn-id: https://develop.svn.wordpress.org/trunk@2181 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 02:01:38 +00:00
Matt Mullenweg 2e3009c374 Old variable would mysteriously crash some configs.
git-svn-id: https://develop.svn.wordpress.org/trunk@2180 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 01:51:05 +00:00
Ryan Boren 8b95197691 Remove support for 'all' queries and for poststart and postend.
git-svn-id: https://develop.svn.wordpress.org/trunk@2179 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 01:49:51 +00:00
Matt Mullenweg 1b53ffa6af Copyright and registered corrections cause more trouble than they help
git-svn-id: https://develop.svn.wordpress.org/trunk@2178 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 01:13:11 +00:00
Ryan Boren f4ae90174e Add set method.
git-svn-id: https://develop.svn.wordpress.org/trunk@2177 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-01 01:04:08 +00:00
michelvaldrighi 3213112f89 moving the pop3->delete call to the end of the loop so that emails are deleted if and only if a post is made successfully
git-svn-id: https://develop.svn.wordpress.org/trunk@2176 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 19:00:25 +00:00
Matt Mullenweg 5748ed2497 Don't look at dot directories or CVS for themes.
git-svn-id: https://develop.svn.wordpress.org/trunk@2175 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 18:46:17 +00:00
michelvaldrighi bbf8db321d no wonder posting by e-mail was broken
git-svn-id: https://develop.svn.wordpress.org/trunk@2174 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 17:19:56 +00:00
Matt Mullenweg 2e44737e80 Change to match new default - http://mosquito.wordpress.org/view.php?id=757
git-svn-id: https://develop.svn.wordpress.org/trunk@2173 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 10:35:28 +00:00
Matt Mullenweg 48c873e2fa Fix for assigning authors - http://mosquito.wordpress.org/view.php?id=759
git-svn-id: https://develop.svn.wordpress.org/trunk@2172 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 10:32:28 +00:00
Matt Mullenweg 72f9ff6ec0 If we're already in wp-admin don't recursive link
git-svn-id: https://develop.svn.wordpress.org/trunk@2171 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 10:28:53 +00:00
Matt Mullenweg 4c65eff661 http://mosquito.wordpress.org/view.php?id=430
git-svn-id: https://develop.svn.wordpress.org/trunk@2170 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 10:24:05 +00:00
Matt Mullenweg e0ab3754ae Invalid generated code - http://mosquito.wordpress.org/view.php?id=774
git-svn-id: https://develop.svn.wordpress.org/trunk@2169 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 10:17:48 +00:00
Matt Mullenweg 32013f8abc Don't do path thing for trackback URIs
git-svn-id: https://develop.svn.wordpress.org/trunk@2168 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 10:16:07 +00:00
Matt Mullenweg e73cfeddd5 Fix for http://mosquito.wordpress.org/view.php?id=587
git-svn-id: https://develop.svn.wordpress.org/trunk@2167 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 10:06:12 +00:00
Matt Mullenweg f6a27d19b0 Comment registration goodness. Hat tip to Jason at noprequisite.com for user_identity code.
git-svn-id: https://develop.svn.wordpress.org/trunk@2166 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 06:38:12 +00:00
Matt Mullenweg 8768dfb610 Moderation confirmation from Ryan, some other template and comment editing improvements.
git-svn-id: https://develop.svn.wordpress.org/trunk@2165 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 04:22:01 +00:00
Matt Mullenweg 36a16fee94 Adding rel tags
git-svn-id: https://develop.svn.wordpress.org/trunk@2164 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 03:49:50 +00:00
Ryan Boren c660984419 Remove upgrade-functions include.
git-svn-id: https://develop.svn.wordpress.org/trunk@2163 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-31 01:09:45 +00:00
Ryan Boren c41a6e5dc8 Get the title for pluggable top level admin pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@2162 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-30 07:34:03 +00:00
Ryan Boren 5e1fa70cd5 Set the locale and load the default text domain after plugins are loaded so that plugins can manipulate the locale. Bug 765.
git-svn-id: https://develop.svn.wordpress.org/trunk@2161 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-29 23:17:10 +00:00
Matt Mullenweg 231c6d4b41 Patch from Adi Sieker
git-svn-id: https://develop.svn.wordpress.org/trunk@2160 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-29 20:14:55 +00:00
Matt Mullenweg 0cae2ba036 Don't show box if there's nothing to show.
git-svn-id: https://develop.svn.wordpress.org/trunk@2159 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-27 22:24:07 +00:00
Matt Mullenweg e26b275234 Allow plugins to modify option values on the fly.
git-svn-id: https://develop.svn.wordpress.org/trunk@2158 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-27 18:39:52 +00:00
Ryan Boren 5f128146b2 Cleanup wp-l10n includes.
git-svn-id: https://develop.svn.wordpress.org/trunk@2157 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-27 15:20:48 +00:00
Matt Mullenweg dac0c05dc3 Shhhh
git-svn-id: https://develop.svn.wordpress.org/trunk@2156 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-27 05:55:07 +00:00
Ryan Boren 44451b7e80 Fix comment feed link. Bug 645.
git-svn-id: https://develop.svn.wordpress.org/trunk@2155 602fd350-edb4-49c9-b593-d223f7449a82
2005-01-27 05:52:48 +00:00