Ryan Boren
|
31fc42f07b
|
Add switch_theme(). Cache current theme in options to avoid calling get_themes(). fixes #5346
git-svn-id: https://develop.svn.wordpress.org/trunk@6334 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-13 05:07:44 +00:00 |
|
Ryan Boren
|
5697266149
|
Eliminate warnings in convert_smilies. Props tellyworth. fixes #5340
git-svn-id: https://develop.svn.wordpress.org/trunk@6331 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-12 19:33:06 +00:00 |
|
Ryan Boren
|
7a432a2ae9
|
Remove unused variable. Props epper. fixes #5339
git-svn-id: https://develop.svn.wordpress.org/trunk@6330 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-12 19:31:49 +00:00 |
|
Ryan Boren
|
115abc9122
|
phpdoc for get_category_feed_link(). see #5173
git-svn-id: https://develop.svn.wordpress.org/trunk@6328 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-09 20:31:24 +00:00 |
|
Ryan Boren
|
d07a289c1b
|
get_category_feed_link() from ionfish. fixes #5173
git-svn-id: https://develop.svn.wordpress.org/trunk@6327 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-09 20:12:04 +00:00 |
|
Ryan Boren
|
a6159988be
|
Make term slug unique when moving to another parent.
git-svn-id: https://develop.svn.wordpress.org/trunk@6326 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-09 18:34:41 +00:00 |
|
Ryan Boren
|
c9946fea10
|
Change 'all' hook calling. Bring filters and actions back into one array for back-compat. see #5231
git-svn-id: https://develop.svn.wordpress.org/trunk@6324 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-08 01:05:43 +00:00 |
|
Ryan Boren
|
8893deff85
|
Don't run sanitize_title on IDs in new widgets API to avoid performance overhead. fixes #5326
git-svn-id: https://develop.svn.wordpress.org/trunk@6323 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-08 00:56:54 +00:00 |
|
Ryan Boren
|
3330c693e4
|
Skip sanitization altogether for raw context. Props Quandary. fixes #5325
git-svn-id: https://develop.svn.wordpress.org/trunk@6321 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-07 06:20:08 +00:00 |
|
Ryan Boren
|
d5ed4b3d7d
|
has_action and has_filter. see #5231
git-svn-id: https://develop.svn.wordpress.org/trunk@6320 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-07 04:30:11 +00:00 |
|
Ryan Boren
|
35f22f56cf
|
Add missing type arg on call to _wp_filter_build_unique_id(). see #5231
git-svn-id: https://develop.svn.wordpress.org/trunk@6319 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-06 21:39:22 +00:00 |
|
Ryan Boren
|
f69f6c0070
|
current_fiter() from tellyworth. fixes #5232
git-svn-id: https://develop.svn.wordpress.org/trunk@6318 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-06 21:38:04 +00:00 |
|
Ryan Boren
|
6d61400949
|
Separate action and filter arrays. Get rid of filter merging. fixes #5231
git-svn-id: https://develop.svn.wordpress.org/trunk@6316 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-06 18:31:43 +00:00 |
|
Ryan Boren
|
ac3206db1e
|
Back out some changes from #5181. Props rubys. fixes #5307
git-svn-id: https://develop.svn.wordpress.org/trunk@6315 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-06 18:23:16 +00:00 |
|
Ryan Boren
|
667dad0a84
|
Improve performance of seems_utf8() and uf8_uri_encode(). fixes #5320
git-svn-id: https://develop.svn.wordpress.org/trunk@6314 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-05 17:13:43 +00:00 |
|
Ryan Boren
|
48127234af
|
Update awaiting moderation count when comments are moderated through AJAX. Props mdawaffe. fixes #5315
git-svn-id: https://develop.svn.wordpress.org/trunk@6312 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-04 06:23:03 +00:00 |
|
Ryan Boren
|
686182b75d
|
Fix raw context filtering for terms. see #5253
git-svn-id: https://develop.svn.wordpress.org/trunk@6311 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-03 19:06:43 +00:00 |
|
Ryan Boren
|
ed6c69983f
|
Disambiguate columns. Props lawrence123. fixes #5256
git-svn-id: https://develop.svn.wordpress.org/trunk@6310 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-03 19:00:33 +00:00 |
|
Peter Westwood
|
be99735638
|
Refactor of wp-admin/includes/image.php. Fixes #5312, #4151, #4709, #5304 props DD32.
git-svn-id: https://develop.svn.wordpress.org/trunk@6309 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-03 18:33:19 +00:00 |
|
Ryan Boren
|
77838c2433
|
Cache get_terms queries that return nothing.
git-svn-id: https://develop.svn.wordpress.org/trunk@6307 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-02 04:31:44 +00:00 |
|
Ryan Boren
|
ae66f7f3c8
|
Fix comment typo
git-svn-id: https://develop.svn.wordpress.org/trunk@6306 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-02 00:58:15 +00:00 |
|
Ryan Boren
|
5308684211
|
Make sure ID is set for later update() calls.
git-svn-id: https://develop.svn.wordpress.org/trunk@6305 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-02 00:47:04 +00:00 |
|
Ryan Boren
|
60883171f5
|
Typo fix from DD32. Fixes uploads. fixes #5302
git-svn-id: https://develop.svn.wordpress.org/trunk@6304 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-01 16:20:16 +00:00 |
|
Ryan Boren
|
8bbc8227ab
|
JS/AJAX form validation from mdawaffe. fixes #5299
git-svn-id: https://develop.svn.wordpress.org/trunk@6303 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-01 06:23:16 +00:00 |
|
Ryan Boren
|
ad52441c6b
|
Save user registration time. Props mdawaffe. fixes #5300
git-svn-id: https://develop.svn.wordpress.org/trunk@6302 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-11-01 05:49:23 +00:00 |
|
Ryan Boren
|
dbad2a3943
|
Post timezone to lastpost filters. Props mdawaffe. fixes #5292
git-svn-id: https://develop.svn.wordpress.org/trunk@6301 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-31 16:59:05 +00:00 |
|
Ryan Boren
|
8e29dfa495
|
wpdb::set_prefix(). fixes #5287
git-svn-id: https://develop.svn.wordpress.org/trunk@6300 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-31 03:59:18 +00:00 |
|
Ryan Boren
|
a7719ba164
|
AJAX for link category add and delete. Props mdawaffe. fixes #5291
git-svn-id: https://develop.svn.wordpress.org/trunk@6299 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-31 03:53:32 +00:00 |
|
Peter Westwood
|
095e0993bd
|
Add documentation for wp_version_check(). Fixes #5233 props darkdragon.
git-svn-id: https://develop.svn.wordpress.org/trunk@6297 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-30 21:40:30 +00:00 |
|
Ryan Boren
|
dd19fe2a27
|
wp_get_archives caching. fixes #5275
git-svn-id: https://develop.svn.wordpress.org/trunk@6296 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-30 06:03:11 +00:00 |
|
Ryan Boren
|
59555bdcb9
|
Add is_wp_error check
git-svn-id: https://develop.svn.wordpress.org/trunk@6295 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-28 21:33:03 +00:00 |
|
Ryan Boren
|
c66d25830f
|
Strip term name and description before preparing for DB.
git-svn-id: https://develop.svn.wordpress.org/trunk@6294 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-26 19:44:57 +00:00 |
|
Ryan Boren
|
efd6b3c958
|
Pass literal strings not vars to compact.
git-svn-id: https://develop.svn.wordpress.org/trunk@6290 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-25 07:15:02 +00:00 |
|
Ryan Boren
|
e1f98333f6
|
Update clean_object_term_cache() to clear for each taxonomy
git-svn-id: https://develop.svn.wordpress.org/trunk@6288 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-24 17:07:04 +00:00 |
|
Ryan Boren
|
e14f9e0d4d
|
Post filter fixes from mdawaffe. fixes #5249
git-svn-id: https://develop.svn.wordpress.org/trunk@6287 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-23 23:02:24 +00:00 |
|
Ryan Boren
|
87fb5e4b49
|
Separate taxonomy relationships into separate cache buckets.
git-svn-id: https://develop.svn.wordpress.org/trunk@6286 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-23 20:33:50 +00:00 |
|
Ryan Boren
|
cbad06c47e
|
Remove unnecessary GROUP BY when getting max term_group. Props michelwp. fixes #5240
git-svn-id: https://develop.svn.wordpress.org/trunk@6285 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-23 16:43:15 +00:00 |
|
Ryan Boren
|
61d75c2593
|
Add option for ordering retrieved terms by slug or term_group. Props michelwp. fixes #5245
git-svn-id: https://develop.svn.wordpress.org/trunk@6284 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-23 16:39:03 +00:00 |
|
Ryan Boren
|
8f5df55d26
|
get_row() not fetch_row(). Props michelwp. fixes #5230
git-svn-id: https://develop.svn.wordpress.org/trunk@6283 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-23 16:36:08 +00:00 |
|
Ryan Boren
|
5ac19bfa84
|
taxonomy phpdoc updates from darkdragon. see #4742
git-svn-id: https://develop.svn.wordpress.org/trunk@6282 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-21 17:18:24 +00:00 |
|
Peter Westwood
|
c9039f96d1
|
Add atom:self link to rss2 feeds per RSS Best Practices Profile. Fixes #5205 props lexhair and rubys.
git-svn-id: https://develop.svn.wordpress.org/trunk@6278 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-20 10:35:44 +00:00 |
|
Ryan Boren
|
a22e298dbd
|
phpdoc for plugin API. Props darkdragon. fixes #5225
git-svn-id: https://develop.svn.wordpress.org/trunk@6276 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-19 17:45:08 +00:00 |
|
Peter Westwood
|
70609d051f
|
Use a for loop where it's more appropriate. Fixes #5234 props darkdragon and DD32.
git-svn-id: https://develop.svn.wordpress.org/trunk@6275 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-19 16:32:56 +00:00 |
|
Peter Westwood
|
92694b55ce
|
Add @since to the new phpdoc relates #5181 and [6273]
git-svn-id: https://develop.svn.wordpress.org/trunk@6274 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-19 16:27:09 +00:00 |
|
Peter Westwood
|
eac65e6815
|
Refactor atom support to share code. Fixes #5181 props rubys
git-svn-id: https://develop.svn.wordpress.org/trunk@6273 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-19 15:42:30 +00:00 |
|
Ryan Boren
|
73bc9fb9ba
|
Catch WP_Error. Props tellyworth. fixes #5226
git-svn-id: https://develop.svn.wordpress.org/trunk@6271 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-18 15:55:15 +00:00 |
|
Mark Jaquith
|
a42beabd86
|
Stripslashes tag names to prevent double slashing in wp_insert_term(). fixes #5202
git-svn-id: https://develop.svn.wordpress.org/trunk@6267 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-17 20:41:43 +00:00 |
|
Peter Westwood
|
c4dc37ef75
|
Set the Sender on emails as well as from. Fixes #5007 for trunk props mattyrob
git-svn-id: https://develop.svn.wordpress.org/trunk@6265 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-17 20:17:01 +00:00 |
|
Mark Jaquith
|
89417fbaf0
|
Explicitly exclude previews from canonicalization. fixes #5203 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@6263 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-17 20:14:38 +00:00 |
|
Ryan Boren
|
427ba98610
|
Remove refs to old, dead caches.
git-svn-id: https://develop.svn.wordpress.org/trunk@6260 602fd350-edb4-49c9-b593-d223f7449a82
|
2007-10-17 17:37:21 +00:00 |
|