saxmatt
|
9ae063a5ed
|
Don't show template dropdown if there's only one: http://mosquito.wordpress.org/view.php?id=530
git-svn-id: http://svn.automattic.com/wordpress/trunk@2203 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-02 10:44:53 +00:00 |
saxmatt
|
ac7b74637e
|
Yay for IE
git-svn-id: http://svn.automattic.com/wordpress/trunk@2202 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-02 10:39:50 +00:00 |
saxmatt
|
24036be935
|
Tweaks to the dashboard planet display
git-svn-id: http://svn.automattic.com/wordpress/trunk@2201 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-02 10:36:59 +00:00 |
saxmatt
|
c19e40c302
|
We didn't know how big it'd get :)
git-svn-id: http://svn.automattic.com/wordpress/trunk@2200 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-02 09:41:06 +00:00 |
saxmatt
|
30213a51c1
|
Adding support for a proxy-specific RBL that has shown to be extremely effective
git-svn-id: http://svn.automattic.com/wordpress/trunk@2199 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-02 08:40:44 +00:00 |
rboren
|
f924bec2f3
|
Fix apply_filters. Bug 777.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2198 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-02 06:07:11 +00:00 |
rboren
|
8b0d256a44
|
Fix typo spotted by morganiq.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2197 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 17:27:10 +00:00 |
michelvaldrighi
|
e75e000346
|
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: http://svn.automattic.com/wordpress/trunk@2196 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 13:21:12 +00:00 |
michelvaldrighi
|
e1325ba94b
|
Fix for bug #559, just use user_can_ functions
git-svn-id: http://svn.automattic.com/wordpress/trunk@2195 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 11:14:45 +00:00 |
michelvaldrighi
|
2774142c5a
|
Fix for bug #559, capitalisation issue
git-svn-id: http://svn.automattic.com/wordpress/trunk@2194 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 11:03:45 +00:00 |
saxmatt
|
9b8483289d
|
Preserve GUIDs in imports
git-svn-id: http://svn.automattic.com/wordpress/trunk@2193 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 10:04:01 +00:00 |
saxmatt
|
b5a43a4b77
|
Dashboard and option tweaks
git-svn-id: http://svn.automattic.com/wordpress/trunk@2192 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 09:52:36 +00:00 |
rboren
|
66aa2aad8a
|
Fix i18n page links. Handle RTL hierarchies.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2191 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 08:35:45 +00:00 |
rboren
|
e9c621df15
|
Add parse_query_vars() and parse_query action.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2190 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 08:34:19 +00:00 |
rboren
|
dc140e66c8
|
Don't stomp the percent in escaped octets.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2189 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 08:31:13 +00:00 |
saxmatt
|
7f77b54e16
|
We weren't getting [...] in front of pingbacks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2188 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 08:11:02 +00:00 |
rboren
|
bacd080989
|
Use parse_url instead of regex wackiness.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2187 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 07:05:00 +00:00 |
rboren
|
d883df1424
|
get_home_path() fixes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2186 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 06:59:44 +00:00 |
rboren
|
2a8038d93b
|
Remove extra wp-l10n.php include. Bug 756.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2185 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 06:43:31 +00:00 |
rboren
|
9838608868
|
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: http://svn.automattic.com/wordpress/trunk@2184 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 06:20:54 +00:00 |
rboren
|
c407b7b457
|
get_*_template() functions and filters.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2183 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 03:44:32 +00:00 |
saxmatt
|
9c87de2edc
|
Updating OPML feed.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2182 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 02:03:21 +00:00 |
rboren
|
85e1235b65
|
Feed link fix for bug 775. Hat tip: Kafkaesqui
git-svn-id: http://svn.automattic.com/wordpress/trunk@2181 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 02:01:38 +00:00 |
saxmatt
|
a90237eb16
|
Old variable would mysteriously crash some configs.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2180 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 01:51:05 +00:00 |
rboren
|
e9d1241d26
|
Remove support for 'all' queries and for poststart and postend.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2179 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 01:49:51 +00:00 |
saxmatt
|
1a10aedc78
|
Copyright and registered corrections cause more trouble than they help
git-svn-id: http://svn.automattic.com/wordpress/trunk@2178 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 01:13:11 +00:00 |
rboren
|
01b7f5aaf4
|
Add set method.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2177 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-02-01 01:04:08 +00:00 |
michelvaldrighi
|
65950b5a8d
|
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: http://svn.automattic.com/wordpress/trunk@2176 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-31 19:00:25 +00:00 |
saxmatt
|
dac4a93b38
|
Don't look at dot directories or CVS for themes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2175 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-31 18:46:17 +00:00 |
michelvaldrighi
|
b9ea830dd6
|
no wonder posting by e-mail was broken
git-svn-id: http://svn.automattic.com/wordpress/trunk@2174 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-31 17:19:56 +00:00 |
saxmatt
|
4610a1aa0a
|
Change to match new default - http://mosquito.wordpress.org/view.php?id=757
git-svn-id: http://svn.automattic.com/wordpress/trunk@2173 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-31 10:35:28 +00:00 |
saxmatt
|
c4d8b5c8b4
|
Fix for assigning authors - http://mosquito.wordpress.org/view.php?id=759
git-svn-id: http://svn.automattic.com/wordpress/trunk@2172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-31 10:32:28 +00:00 |
saxmatt
|
ca2815fb70
|
If we're already in wp-admin don't recursive link
git-svn-id: http://svn.automattic.com/wordpress/trunk@2171 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-31 10:28:53 +00:00 |
saxmatt
|
85c19d30c2
|
http://mosquito.wordpress.org/view.php?id=430
git-svn-id: http://svn.automattic.com/wordpress/trunk@2170 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-31 10:24:05 +00:00 |
saxmatt
|
eeee21f816
|
Invalid generated code - http://mosquito.wordpress.org/view.php?id=774
git-svn-id: http://svn.automattic.com/wordpress/trunk@2169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-31 10:17:48 +00:00 |
saxmatt
|
19b9dc09ae
|
Don't do path thing for trackback URIs
git-svn-id: http://svn.automattic.com/wordpress/trunk@2168 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-31 10:16:07 +00:00 |
saxmatt
|
e2e1028be1
|
Fix for http://mosquito.wordpress.org/view.php?id=587
git-svn-id: http://svn.automattic.com/wordpress/trunk@2167 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-31 10:06:12 +00:00 |
saxmatt
|
c4649b9979
|
Comment registration goodness. Hat tip to Jason at noprequisite.com for user_identity code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2166 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-31 06:38:12 +00:00 |
saxmatt
|
f95c9db9b7
|
Moderation confirmation from Ryan, some other template and comment editing improvements.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2165 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-31 04:22:01 +00:00 |
saxmatt
|
43a237c41c
|
Adding rel tags
git-svn-id: http://svn.automattic.com/wordpress/trunk@2164 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-31 03:49:50 +00:00 |
rboren
|
b3be81f284
|
Remove upgrade-functions include.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-31 01:09:45 +00:00 |
rboren
|
48d334e1c0
|
Get the title for pluggable top level admin pages.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2162 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-30 07:34:03 +00:00 |
rboren
|
0e73b09de1
|
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: http://svn.automattic.com/wordpress/trunk@2161 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-29 23:17:10 +00:00 |
saxmatt
|
7f793c6cfe
|
Patch from Adi Sieker
git-svn-id: http://svn.automattic.com/wordpress/trunk@2160 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-29 20:14:55 +00:00 |
saxmatt
|
3d59d342d1
|
Don't show box if there's nothing to show.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2159 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-27 22:24:07 +00:00 |
saxmatt
|
264d9ac56f
|
Allow plugins to modify option values on the fly.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2158 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-27 18:39:52 +00:00 |
rboren
|
ba04c52c00
|
Cleanup wp-l10n includes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2157 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-27 15:20:48 +00:00 |
saxmatt
|
4699b62b40
|
Shhhh
git-svn-id: http://svn.automattic.com/wordpress/trunk@2156 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-27 05:55:07 +00:00 |
rboren
|
c0e5791277
|
Fix comment feed link. Bug 645.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2155 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-27 05:52:48 +00:00 |
rboren
|
6a6a192a1f
|
Add author_link filter.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2154 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-01-26 22:50:15 +00:00 |