rob1n
|
62f5c944dc
|
Fix gettext's plural forms for more than 2 plural forms. Props moeffju and nbachiyski. fixes #4005
git-svn-id: http://svn.automattic.com/wordpress/trunk@5266 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-13 23:29:47 +00:00 |
|
rob1n
|
24e1d66471
|
Respect show_option_all in wp_list_categories(). Props westi. fixes #4145
git-svn-id: http://svn.automattic.com/wordpress/trunk@5265 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-13 23:20:14 +00:00 |
|
rob1n
|
cb5e9836c1
|
Add RTL css for #tagdiv. Props Sewar. fixes #4140
git-svn-id: http://svn.automattic.com/wordpress/trunk@5264 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-13 03:29:43 +00:00 |
|
rob1n
|
e6a85a0fc8
|
Add encoding to WXR exports, and clean up HTML comments.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5263 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-12 23:53:36 +00:00 |
|
rob1n
|
ae0d54317c
|
Don't treat object and param as block elements in wpautop. fixes #3854
git-svn-id: http://svn.automattic.com/wordpress/trunk@5262 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-12 23:19:16 +00:00 |
|
rob1n
|
30d6c1ad15
|
Get add_query_arg() to urlencode all values of parse_str array. Props mdawaffe. fixes #4084
git-svn-id: http://svn.automattic.com/wordpress/trunk@5261 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-12 22:00:22 +00:00 |
|
rob1n
|
0e669f143d
|
Replace some stristr's with stripos'.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5260 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-12 21:59:31 +00:00 |
|
rob1n
|
876b0c431f
|
Take out undefined variable. fixes #2781
git-svn-id: http://svn.automattic.com/wordpress/trunk@5259 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-12 21:43:38 +00:00 |
|
ryan
|
5fae2af843
|
Refactor l10n code to reduce duplication. Change placement of context. Props nbachiyski. fixes #3687
git-svn-id: http://svn.automattic.com/wordpress/trunk@5258 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-12 21:15:44 +00:00 |
|
markjaquith
|
d5bd979f87
|
CSS IDs should avoid using underscores for compat with older browers. See http://tinyurl.com/2s99u6 addresses #4140
git-svn-id: http://svn.automattic.com/wordpress/trunk@5257 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-12 20:53:59 +00:00 |
|
rob1n
|
dbda3aabaa
|
Upgrade TinyMCE to 2.1.0. Props andy. fixes #3788
git-svn-id: http://svn.automattic.com/wordpress/trunk@5256 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-12 17:04:03 +00:00 |
|
rob1n
|
75efedc528
|
Delete the cache in tmp even if the copy failed. Props andy. fixes #4141
git-svn-id: http://svn.automattic.com/wordpress/trunk@5255 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-12 16:31:47 +00:00 |
|
rob1n
|
570b2a4600
|
Tidy up the tags interface. Props andy. fixes #4140
git-svn-id: http://svn.automattic.com/wordpress/trunk@5254 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-12 16:13:37 +00:00 |
|
rob1n
|
aaab9dd1f4
|
Add small i18n fix. Props nbachiyski. fixes #4139
git-svn-id: http://svn.automattic.com/wordpress/trunk@5253 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-12 05:59:59 +00:00 |
|
rob1n
|
64f8429a12
|
Some fixes for another fix. Props takayukister. fixes #4040
git-svn-id: http://svn.automattic.com/wordpress/trunk@5252 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-12 05:55:34 +00:00 |
|
rob1n
|
e169d671d2
|
Add ability to convert all categories to tags. fixes #4135
git-svn-id: http://svn.automattic.com/wordpress/trunk@5251 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-12 05:46:36 +00:00 |
|
rob1n
|
aab2df9f6a
|
Improve tag archive's title. Props johnbillion. fixes #4133
git-svn-id: http://svn.automattic.com/wordpress/trunk@5250 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-12 04:39:55 +00:00 |
|
ryan
|
44111a3ae7
|
Stripslashes post meta values before handing off to add_post_meta. Use wpdb::escape instead of addslashes. Props takayukister. fixes #4028
git-svn-id: http://svn.automattic.com/wordpress/trunk@5249 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-12 02:58:41 +00:00 |
|
ryan
|
0e28e967ad
|
Actually make use of wp_cache_add to avoid unnecessary cache writes. Props skeltoac. fixes #4138
git-svn-id: http://svn.automattic.com/wordpress/trunk@5248 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-12 02:27:12 +00:00 |
|
rob1n
|
f8fd7370fc
|
Use get_var and only select cat_ID. see #4040
git-svn-id: http://svn.automattic.com/wordpress/trunk@5247 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-12 02:08:40 +00:00 |
|
rob1n
|
f603da47b6
|
Use cat_name instead of cat_nicename when creating categories from import. Props takayukister. fixes #4040
git-svn-id: http://svn.automattic.com/wordpress/trunk@5246 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-12 01:49:46 +00:00 |
|
ryan
|
69d3f2df59
|
Preserve page hierarchy. Props takayukister. fixes #4025
git-svn-id: http://svn.automattic.com/wordpress/trunk@5245 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-12 01:34:15 +00:00 |
|
rob1n
|
43c0541e81
|
<!--more--> regex fixes. Props Nazgul. fixes #3698
git-svn-id: http://svn.automattic.com/wordpress/trunk@5244 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-11 22:47:36 +00:00 |
|
ryan
|
b6c49e3023
|
Allow passing an empty tag set to wp_set_post_tags() so all tags can be removed from a post. see #3723
git-svn-id: http://svn.automattic.com/wordpress/trunk@5243 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-11 18:04:49 +00:00 |
|
rob1n
|
f0da57ee4e
|
Don't use fancy permalinks on draft previews. Props Viper007Bond. fixes #4117
git-svn-id: http://svn.automattic.com/wordpress/trunk@5242 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-11 16:52:58 +00:00 |
|
rob1n
|
61e18c550e
|
Add the_meta_key filter with $key and $value arguments. Props mdawaffe. fixes #2861
git-svn-id: http://svn.automattic.com/wordpress/trunk@5241 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-11 05:38:30 +00:00 |
|
rob1n
|
25191fabb8
|
Rollback wonky part of [5193]. see #4084
git-svn-id: http://svn.automattic.com/wordpress/trunk@5240 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-11 03:41:42 +00:00 |
|
rob1n
|
ef58292639
|
Don't die because of output by badly-written plugins upon activation. Props masquerade. fixes #4127
git-svn-id: http://svn.automattic.com/wordpress/trunk@5239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-11 03:23:23 +00:00 |
|
rob1n
|
d40f03754d
|
Tweak displaying comments awaiting moderation to their authors. Props wnorris. fixes #4108
git-svn-id: http://svn.automattic.com/wordpress/trunk@5238 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-11 03:12:11 +00:00 |
|
rob1n
|
253bbfcd7f
|
Take out duplicate ID. Props JeremyVisser. fixes #3432
git-svn-id: http://svn.automattic.com/wordpress/trunk@5237 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-10 23:44:58 +00:00 |
|
rob1n
|
879a091a06
|
Run make_clickable before texturize. Props Nazgul. fixes #4116
git-svn-id: http://svn.automattic.com/wordpress/trunk@5236 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-10 23:21:00 +00:00 |
|
ryan
|
45f4a1870e
|
Change get_the_tags() to return an array of tags. Move tag list code to the_tags(). fixes #4123
git-svn-id: http://svn.automattic.com/wordpress/trunk@5235 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-10 21:23:11 +00:00 |
|
ryan
|
77cdde3f87
|
Tag clouds from mdawaffe. fixes #4129
git-svn-id: http://svn.automattic.com/wordpress/trunk@5234 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-10 19:52:15 +00:00 |
|
ryan
|
f32f812fa9
|
Bumpage
git-svn-id: http://svn.automattic.com/wordpress/trunk@5233 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-10 19:08:49 +00:00 |
|
ryan
|
de91343f51
|
Add get_tags(). See #3723
git-svn-id: http://svn.automattic.com/wordpress/trunk@5232 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-10 18:55:51 +00:00 |
|
ryan
|
246db4315f
|
s/get_post_tags/wp_get_post_tags/ to match the rest of the API.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5231 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-10 18:30:55 +00:00 |
|
rob1n
|
d76a895798
|
Bump jQuery and Interface versions in script loader. Props Viper007Bond. fixes #4124
git-svn-id: http://svn.automattic.com/wordpress/trunk@5230 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-10 17:01:52 +00:00 |
|
rob1n
|
1a15286ed5
|
Use own category_exists() function, and only list categories to convert. fixes #4107
git-svn-id: http://svn.automattic.com/wordpress/trunk@5229 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-10 16:57:21 +00:00 |
|
rob1n
|
27f9b4a0fb
|
Fix some i18n and typographical stuff in the UTW importer. Props nbachiyski. fixes #4121
git-svn-id: http://svn.automattic.com/wordpress/trunk@5228 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-10 09:27:50 +00:00 |
|
matt
|
b5b01a4976
|
Missing change from last commit.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5227 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-10 07:39:47 +00:00 |
|
matt
|
43e5b7c897
|
This fixes the broken paginate_links on the comments and users page, however the way this function works is rather awkward and should be redone. There is far too much complexity for what it's trying to do.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5226 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-10 07:38:36 +00:00 |
|
rob1n
|
a24ee4902a
|
empty() only takes variables. Props filosofo. fixes #4118
git-svn-id: http://svn.automattic.com/wordpress/trunk@5224 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-10 04:28:40 +00:00 |
|
rob1n
|
404dd03317
|
Don't autop <script> blocks. Props Nazgul. fixes #3854
git-svn-id: http://svn.automattic.com/wordpress/trunk@5223 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-10 00:49:18 +00:00 |
|
rob1n
|
7507125fd3
|
Don't autop <hr />. fixes #3952
git-svn-id: http://svn.automattic.com/wordpress/trunk@5222 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-10 00:47:08 +00:00 |
|
rob1n
|
f3cc3e6049
|
Change edit comment link to 'edit' rather than 'e'. Props pishmishy. fixes #3977
git-svn-id: http://svn.automattic.com/wordpress/trunk@5221 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-09 21:08:46 +00:00 |
|
rob1n
|
dd96826c34
|
Default to 'en' for TinyMCE language if get_locale() is empty, to avoid meltdowns. Props m0n5t3r. fixes #4118
git-svn-id: http://svn.automattic.com/wordpress/trunk@5220 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-09 16:33:43 +00:00 |
|
rob1n
|
a0d725d980
|
Just check for manage_categories. fixes #4107
git-svn-id: http://svn.automattic.com/wordpress/trunk@5218 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-09 16:27:22 +00:00 |
|
rob1n
|
d5bb675acb
|
And that's a wrap, folks.
git-svn-id: http://svn.automattic.com/wordpress/trunk@5217 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-09 16:15:50 +00:00 |
|
rob1n
|
80706e269d
|
Link to categories to tags converter and UTW importer. fixes #4100 #4107
git-svn-id: http://svn.automattic.com/wordpress/trunk@5216 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-09 06:35:32 +00:00 |
|
rob1n
|
8516de020f
|
Don't show categories in getCategoryList. fixes #4114
git-svn-id: http://svn.automattic.com/wordpress/trunk@5215 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2007-04-09 02:12:29 +00:00 |
|