Andrew Ozz
|
3bf18aa189
|
Banishing ASCII quotes and apostrophes, props demetris, fixes #9655
git-svn-id: https://develop.svn.wordpress.org/trunk@11190 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-05 04:28:05 +00:00 |
|
Ryan Boren
|
eb4fd7e4f6
|
always apply widget_title filter. Props Denis-de-Bernardy. fixes #9450
git-svn-id: https://develop.svn.wordpress.org/trunk@11188 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-05 03:59:08 +00:00 |
|
Andrew Ozz
|
1741eb34e0
|
Add a space between image and name in bookmark-template.php, props sivel, fixes #8608
git-svn-id: https://develop.svn.wordpress.org/trunk@11184 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-05 02:23:40 +00:00 |
|
Andrew Ozz
|
df6c9f7e92
|
Fix target = _blank, props Nazgul, fixes #6049
git-svn-id: https://develop.svn.wordpress.org/trunk@11182 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-05 00:51:47 +00:00 |
|
Ryan Boren
|
4a047f4240
|
Use invisible class for hiding labels and legends.
git-svn-id: https://develop.svn.wordpress.org/trunk@11180 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-04 21:28:58 +00:00 |
|
Ryan Boren
|
d2d104d968
|
sanitize_file_name() improvements. Props sivel. fixes #9416
git-svn-id: https://develop.svn.wordpress.org/trunk@11178 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-04 20:20:48 +00:00 |
|
Andrew Ozz
|
d48074c6f8
|
Fix widget option saving on drop, fixes #9721
git-svn-id: https://develop.svn.wordpress.org/trunk@11176 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-04 19:33:54 +00:00 |
|
Ryan Boren
|
7357b54497
|
Hide things that need to be available to screen readers via offscreen positioning. see #9445
git-svn-id: https://develop.svn.wordpress.org/trunk@11175 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-04 18:05:16 +00:00 |
|
Ryan Boren
|
cfd320446f
|
Attr escaping
git-svn-id: https://develop.svn.wordpress.org/trunk@11173 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-04 17:54:08 +00:00 |
|
Andrew Ozz
|
687a400776
|
Hide text while editor is loading, show html editor on error
git-svn-id: https://develop.svn.wordpress.org/trunk@11171 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-04 10:34:50 +00:00 |
|
Peter Westwood
|
66f8496f68
|
Move _cleanup_header_comment() to wp-includes so it is always available. Fixes #8497 props Denis-de-Bernardy.
git-svn-id: https://develop.svn.wordpress.org/trunk@11170 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-04 09:33:58 +00:00 |
|
Peter Westwood
|
e4f47bc83f
|
Enhance get_comments() phpdoc.
git-svn-id: https://develop.svn.wordpress.org/trunk@11169 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-04 09:22:44 +00:00 |
|
Peter Westwood
|
5db0851318
|
Support single line Template Name comment blocks for theme Templates and apply same cleanup to all header lines. Fixes #8497 props DD32 and Denis-de-Bernardy.
git-svn-id: https://develop.svn.wordpress.org/trunk@11168 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-04 09:12:12 +00:00 |
|
Andrew Ozz
|
c48c21b845
|
Refresh widgets screen css
git-svn-id: https://develop.svn.wordpress.org/trunk@11167 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-04 01:21:59 +00:00 |
|
Andrew Ozz
|
90e500ae36
|
Widgets UI improvements: arrows, some more help
git-svn-id: https://develop.svn.wordpress.org/trunk@11166 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-04 01:19:10 +00:00 |
|
Andrew Ozz
|
a2bbfe9f26
|
Make is_active_widget() optionally look in 'wp_inactive_widgets' for use in the admin
git-svn-id: https://develop.svn.wordpress.org/trunk@11164 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-03 23:20:26 +00:00 |
|
Andrew Ozz
|
d578c68a73
|
Widgets UI styling, see #9511
git-svn-id: https://develop.svn.wordpress.org/trunk@11160 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-03 05:27:13 +00:00 |
|
Ryan Boren
|
d4fc4496fd
|
Turn off tag cloud filtering when requesting the cloud via AJAX. Props jhodgdon. fixes ##6593
git-svn-id: https://develop.svn.wordpress.org/trunk@11158 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-02 18:43:04 +00:00 |
|
Andrew Ozz
|
d9e724974f
|
Add action "in_widget_form" allowing plugins to add extra fields, don't show "Save" button if a widget doesn't have settings form, fixes #9651
git-svn-id: https://develop.svn.wordpress.org/trunk@11155 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-02 00:21:16 +00:00 |
|
Ryan Boren
|
47d56db997
|
Send valid host when using WP_Http_Fsockopen over SSL. Props mdawaffe. fixes #9699
git-svn-id: https://develop.svn.wordpress.org/trunk@11154 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-01 23:53:38 +00:00 |
|
Ryan Boren
|
71fbf68dee
|
strip slashes from term before prepare(). Props jhodgdon. see #6593
git-svn-id: https://develop.svn.wordpress.org/trunk@11153 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-01 22:05:04 +00:00 |
|
Ryan Boren
|
d0b30bee2a
|
Trim term before checking if it already exists. Props jhodgdon. fixes #9397
git-svn-id: https://develop.svn.wordpress.org/trunk@11151 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-01 20:59:14 +00:00 |
|
Mark Jaquith
|
4569581d73
|
Exclamation mark is a valid and safe character in a URI. props hakre. fixes #8904
git-svn-id: https://develop.svn.wordpress.org/trunk@11147 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-30 23:52:32 +00:00 |
|
Ryan Boren
|
bb1a97303f
|
Use _http_build_query() if PHP version < 5.1.2. Props hakre. fixes #9044
git-svn-id: https://develop.svn.wordpress.org/trunk@11143 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-30 21:51:16 +00:00 |
|
Ryan Boren
|
7a78685b82
|
Use correct var. Update phpdoc. Props MichaelH, coffee2code. fixes #8776
git-svn-id: https://develop.svn.wordpress.org/trunk@11142 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-30 19:55:29 +00:00 |
|
Ryan Boren
|
1f47d7d591
|
Fix registration of default taxonomies so that proper rewrite rules are written.
git-svn-id: https://develop.svn.wordpress.org/trunk@11141 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-30 19:05:32 +00:00 |
|
Ryan Boren
|
c50d877687
|
Fix category search pagination. Fix caching of empty term results. Props Denis-de-Bernardy. fixes #8632
git-svn-id: https://develop.svn.wordpress.org/trunk@11140 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-30 16:51:45 +00:00 |
|
Ryan Boren
|
89ae94f80e
|
get_the_author_meta() and the_author_meta(). Props DD32, thee17. fixes #8776
git-svn-id: https://develop.svn.wordpress.org/trunk@11138 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-30 16:27:17 +00:00 |
|
Peter Westwood
|
9aa1b4c9f9
|
Fix wp_mails handling of custom boundaries. Fixes #5204 props filosofo.
git-svn-id: https://develop.svn.wordpress.org/trunk@11136 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-30 07:25:47 +00:00 |
|
Andrew Ozz
|
b1c90ff067
|
Add is_active_sidebar(), props filosofo, fixes #4594
git-svn-id: https://develop.svn.wordpress.org/trunk@11134 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-30 04:26:34 +00:00 |
|
Ryan Boren
|
b1bf7685ce
|
Allow plugins to override default taxonomies. Props Denis-de-Bernardy. fixes #9647
git-svn-id: https://develop.svn.wordpress.org/trunk@11129 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-29 20:25:30 +00:00 |
|
Ryan Boren
|
494d54de30
|
Don't prepend http to fragments. Props scohoust. fixes #4051
git-svn-id: https://develop.svn.wordpress.org/trunk@11126 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-29 20:10:06 +00:00 |
|
Ryan Boren
|
ca5807df86
|
Make post slugs unique across all hierarhical post types. Props Denis-de-Bernardy. fixes #6437
git-svn-id: https://develop.svn.wordpress.org/trunk@11125 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-29 19:04:27 +00:00 |
|
Ryan Boren
|
3e6b3326c8
|
Fix status transitions from edit comment form. Props josephscott. fixes #8863
git-svn-id: https://develop.svn.wordpress.org/trunk@11124 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-29 17:22:08 +00:00 |
|
Ryan Boren
|
66c017857a
|
Allow taxonomy registration before init. Props arena. fixes #9647
git-svn-id: https://develop.svn.wordpress.org/trunk@11122 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-29 16:40:36 +00:00 |
|
Ryan Boren
|
9627196cb4
|
Sanitize when querying against category name so that multiple-word subcategories match. props filosofo. fixes #8619
git-svn-id: https://develop.svn.wordpress.org/trunk@11121 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-29 16:25:33 +00:00 |
|
Andrew Ozz
|
ff35abc77e
|
Don't concatenate scripts when SCRIPT_DEBUG is set, fixes #9675
git-svn-id: https://develop.svn.wordpress.org/trunk@11119 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-29 06:25:49 +00:00 |
|
Andrew Ozz
|
4a911beaf3
|
Load the menu folded (if set), load the editor earlier
git-svn-id: https://develop.svn.wordpress.org/trunk@11118 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-29 05:43:03 +00:00 |
|
Ryan Boren
|
0537f5af69
|
get_term_children phpdoc and var naming improvements. Props simonwheatley. fixes #9667
git-svn-id: https://develop.svn.wordpress.org/trunk@11115 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-28 19:49:21 +00:00 |
|
Ryan Boren
|
41f75a2604
|
Pass post ID to the_title filter. Props DD32. see #5746 #9666
git-svn-id: https://develop.svn.wordpress.org/trunk@11112 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-28 17:40:49 +00:00 |
|
Ryan Boren
|
7e3b303f19
|
protected_title_format and private_title_format. Props anderswc. fixes #8918
git-svn-id: https://develop.svn.wordpress.org/trunk@11111 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-28 17:36:10 +00:00 |
|
Ryan Boren
|
fe7c34b6fd
|
s/attribute_escape/attr/. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11109 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-28 05:58:45 +00:00 |
|
Ryan Boren
|
6c066a90d8
|
Limit get_lastpost* functions to post_type=post. Props Denis-de-Bernardy. fixes #9636
git-svn-id: https://develop.svn.wordpress.org/trunk@11108 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-28 05:42:30 +00:00 |
|
Ryan Boren
|
067e8ba9ee
|
Don't show password protected posts in searches for non-logged in users. Props coffee2code. fixes #9559
git-svn-id: https://develop.svn.wordpress.org/trunk@11106 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-28 00:05:43 +00:00 |
|
Andrew Ozz
|
280ad0245d
|
Fix Paste from Word button in TinyMCE
git-svn-id: https://develop.svn.wordpress.org/trunk@11105 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-27 23:19:23 +00:00 |
|
Ryan Boren
|
036a7656f9
|
attr(), _a(), _ea(), _xa() for shorthand attribute escaping. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11103 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-27 21:58:04 +00:00 |
|
Ryan Boren
|
b05307b90c
|
Clarify add endpoint phpdoc. Props Denis-de-Bernardy. fixes #9476
git-svn-id: https://develop.svn.wordpress.org/trunk@11102 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-27 21:11:01 +00:00 |
|
Ryan Boren
|
8f15c79dda
|
Add redirect param to wp_loginout(). Props Denis-de-Bernardy. fixes #9241
git-svn-id: https://develop.svn.wordpress.org/trunk@11101 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-27 20:00:59 +00:00 |
|
Ryan Boren
|
89afda412e
|
Eliminate preg_replace with /e. Props tbaboon. fixes #8689
git-svn-id: https://develop.svn.wordpress.org/trunk@11098 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-27 16:17:24 +00:00 |
|
Ryan Boren
|
eedcfbbc2b
|
Remove call-time pass-by-ref. Props jbsil. see #9651
git-svn-id: https://develop.svn.wordpress.org/trunk@11097 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-27 16:09:49 +00:00 |
|
Andrew Ozz
|
93ce9fc60b
|
Add hooks to WP_Widget, props ceenz, fixes #9651, see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@11095 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-27 10:56:29 +00:00 |
|
Andrew Ozz
|
1ebfefd191
|
Move Tag Cloud widget to WP_Widget, see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@11094 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-27 09:28:57 +00:00 |
|
Andrew Ozz
|
95871c8e51
|
Move RSS widget to WP_Widget, see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@11093 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-27 08:46:47 +00:00 |
|
Ryan Boren
|
70e2247b26
|
phpdoc udpates and error checks for http. Props DD32. fixes #8620
git-svn-id: https://develop.svn.wordpress.org/trunk@11091 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-26 23:54:59 +00:00 |
|
Andrew Ozz
|
9a7f9d2ae1
|
Move recent comments widget to WP_Widget, extend is_active_widget() to use $id_base, see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@11090 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-26 20:09:08 +00:00 |
|
Andrew Ozz
|
78bb20529a
|
Fix conversion of old widget settings for Recent Posts, see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@11088 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-26 05:34:06 +00:00 |
|
Andrew Ozz
|
1ad72b3d59
|
Move recent posts widget to WP_Widget. see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@11087 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-25 12:43:51 +00:00 |
|
Andrew Ozz
|
d812bc92a8
|
Fix category__not_in and tag__not_in running empty, props coffee2code, fixes #9645
git-svn-id: https://develop.svn.wordpress.org/trunk@11086 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-25 07:48:17 +00:00 |
|
Ryan Boren
|
e2c1cc6c08
|
Revert [10956]. fixes #9643 see #8619
git-svn-id: https://develop.svn.wordpress.org/trunk@11085 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-25 00:01:05 +00:00 |
|
Ryan Boren
|
273df5a466
|
Fix 'Only variable references should be returned by reference' notices
git-svn-id: https://develop.svn.wordpress.org/trunk@11083 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-24 23:43:32 +00:00 |
|
Ryan Boren
|
ea6c1efcb9
|
Silence html_entity_decode warnings. Props Denis-de-Bernardy. fixes #9616
git-svn-id: https://develop.svn.wordpress.org/trunk@11081 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-24 16:57:27 +00:00 |
|
Andrew Ozz
|
659a3fb191
|
TinyMCE 3.2.3 final, includes new Paste plugin with auto-cleanup (better paste from MS Word)
git-svn-id: https://develop.svn.wordpress.org/trunk@11078 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-24 15:26:00 +00:00 |
|
Andrew Ozz
|
da385d8a79
|
Upgrade widget options only from admin, props ryan, fixes #9629
git-svn-id: https://develop.svn.wordpress.org/trunk@11074 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-24 06:27:06 +00:00 |
|
Andrew Ozz
|
8757f218ea
|
Remove slash from plugin_basename(), props alexrabe, fixes #9561
git-svn-id: https://develop.svn.wordpress.org/trunk@11072 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-23 21:45:38 +00:00 |
|
Ryan Boren
|
5e6528cd14
|
Add wp_unique_post_slug(). Apply it when getting sample permalinks. Props nbachiyski. fixes #6595
git-svn-id: https://develop.svn.wordpress.org/trunk@11071 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-23 20:21:18 +00:00 |
|
Andrew Ozz
|
ac40df7d99
|
Add <col> to list of block elements, props CharlieHamu and Denis-de-Bernardy, fixes #9484
git-svn-id: https://develop.svn.wordpress.org/trunk@11070 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-23 08:28:22 +00:00 |
|
Andrew Ozz
|
d67f8147d5
|
Make plugin_dir() and plugin_basename() work for mu-plugins directory, props Denis-de-Bernardy, fixes #9561
git-svn-id: https://develop.svn.wordpress.org/trunk@11069 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-23 08:16:06 +00:00 |
|
Ryan Boren
|
fe2cea5e10
|
Clarify args to wp_update_term(). Props simonwheatley, johnbillion. fixes #9293
git-svn-id: https://develop.svn.wordpress.org/trunk@11068 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-23 08:05:36 +00:00 |
|
Ryan Boren
|
2323b85540
|
Return empty list if requests bookmark category does not exist. Props Viper007Bond. fixes #7507
git-svn-id: https://develop.svn.wordpress.org/trunk@11064 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-23 05:39:33 +00:00 |
|
Ryan Boren
|
cd7a5b36b1
|
Formatting cleanups. Props Viper007Bond. fixes #8703
git-svn-id: https://develop.svn.wordpress.org/trunk@11062 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 22:56:52 +00:00 |
|
Ryan Boren
|
c43d9ccbdc
|
Always display the default header when previewing a theme. Props Viper007Bond. fixes #9152
git-svn-id: https://develop.svn.wordpress.org/trunk@11061 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 22:32:35 +00:00 |
|
Ryan Boren
|
7af4f1b84d
|
Add comment-reply-login class. Props mattwalters. fixes #8633
git-svn-id: https://develop.svn.wordpress.org/trunk@11060 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 21:27:07 +00:00 |
|
Ryan Boren
|
8822f049a3
|
Fix wp_nonce_ays() go back link. fixes #7436
git-svn-id: https://develop.svn.wordpress.org/trunk@11059 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 21:08:19 +00:00 |
|
Andrew Ozz
|
bb93b6bab4
|
Queue all default scripts for the head when a custom script lists them as dependencies, fixes #9620
git-svn-id: https://develop.svn.wordpress.org/trunk@11058 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 21:01:36 +00:00 |
|
Ryan Boren
|
563583c87b
|
Don't notify post author of own comments. Props Denis-de-Bernardy. fixes #8695
git-svn-id: https://develop.svn.wordpress.org/trunk@11057 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 20:55:04 +00:00 |
|
Ryan Boren
|
7252c98c54
|
Add page-id-x class to body for pages. jamescollins. see #7939
git-svn-id: https://develop.svn.wordpress.org/trunk@11054 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 17:46:51 +00:00 |
|
Ryan Boren
|
a6fac0db89
|
Faster query to see if page has children
git-svn-id: https://develop.svn.wordpress.org/trunk@11053 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 17:45:20 +00:00 |
|
Andrew Ozz
|
82e956b997
|
wordcount.js fix for nbsp passed as #160 char, props Denis-de-Bernardy, fixes #9597
git-svn-id: https://develop.svn.wordpress.org/trunk@11050 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 09:29:43 +00:00 |
|
Andrew Ozz
|
1dd8d336aa
|
Add a complementary get_* function for posts_nav_link(), props filosofo, fixes #9094
git-svn-id: https://develop.svn.wordpress.org/trunk@11049 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 08:44:37 +00:00 |
|
Andrew Ozz
|
27cf3f2991
|
Don't output <br /> for empty posts, props Denis-de-Bernardy, fixes #6128
git-svn-id: https://develop.svn.wordpress.org/trunk@11048 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 07:37:24 +00:00 |
|
Andrew Ozz
|
75dba91661
|
Optionally use the class name as id_base, see #9511
git-svn-id: https://develop.svn.wordpress.org/trunk@11045 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 04:01:20 +00:00 |
|
Ryan Boren
|
c9b0e3b49a
|
get_terms_orderby, get_terms_fields, and tag_clooud-sort filters. Props jhodgdon, filosofo. fixes #9004
git-svn-id: https://develop.svn.wordpress.org/trunk@11037 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-21 22:13:44 +00:00 |
|
Ryan Boren
|
eef3fe8028
|
Wrap get_user_by() in function_exists check. Props alexrabe. fixes #9617
git-svn-id: https://develop.svn.wordpress.org/trunk@11033 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-21 20:27:22 +00:00 |
|
Ryan Boren
|
360ffa3fb5
|
Fix typing in cat_is_ancestor_of(). Props filosofo. fixes #9614
git-svn-id: https://develop.svn.wordpress.org/trunk@11031 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-21 19:42:28 +00:00 |
|
Ryan Boren
|
b9bfa4aade
|
Handle upgrade of old text widgets. Props Denis-de-Bernardy. fixes #9608
git-svn-id: https://develop.svn.wordpress.org/trunk@11030 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-21 19:40:20 +00:00 |
|
Ryan Boren
|
af2d2e6bfa
|
Eliminate unecessary preg_replace. Props bernzilla, Denis-de-Bernardy. fixes #5624
git-svn-id: https://develop.svn.wordpress.org/trunk@11024 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-20 22:15:14 +00:00 |
|
Ryan Boren
|
4dc60fe8bb
|
Allow pipes through clean_url(). Props scohoust. fixes #7145
git-svn-id: https://develop.svn.wordpress.org/trunk@11023 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-20 22:02:17 +00:00 |
|
Ryan Boren
|
021a12edf6
|
Fix warning in wp_ob_end_flush_all(). Props richcon. fixes #5109
git-svn-id: https://develop.svn.wordpress.org/trunk@11020 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-20 20:35:31 +00:00 |
|
Ryan Boren
|
66ab91564b
|
Cast to array to fix warning. Props johnkolbert, Denis-de-Bernardy. fixes #9128
git-svn-id: https://develop.svn.wordpress.org/trunk@11019 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-20 20:03:20 +00:00 |
|
Ryan Boren
|
3d3d56b538
|
Add option to run wpautop for text widget. Props Denis-de-Bernardy. fixes #5113
git-svn-id: https://develop.svn.wordpress.org/trunk@11018 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-20 19:59:46 +00:00 |
|
Ryan Boren
|
ae16b19350
|
Fix PHP error in magpie. Props jsixpack. fixes #9225
git-svn-id: https://develop.svn.wordpress.org/trunk@11016 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-20 19:37:29 +00:00 |
|
Ryan Boren
|
b14a9bdf3d
|
Update Jcrop to 0.9.8. Props nbachiyski. fixes #9545
git-svn-id: https://develop.svn.wordpress.org/trunk@11015 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-20 19:34:27 +00:00 |
|
Ryan Boren
|
12c7093645
|
Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@11013 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-20 18:18:39 +00:00 |
|
Ryan Boren
|
7908795548
|
Add some CYA clean_url()s
git-svn-id: https://develop.svn.wordpress.org/trunk@11011 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-20 17:46:46 +00:00 |
|
Andrew Ozz
|
cf45258321
|
Add and edit widget when js is disabled, see #9511
git-svn-id: https://develop.svn.wordpress.org/trunk@11009 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-20 10:58:50 +00:00 |
|
Ryan Boren
|
96467705d7
|
Make user_nicenames unique. Props Denis-de-Bernardy. fixes #1626
git-svn-id: https://develop.svn.wordpress.org/trunk@10997 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-18 23:21:20 +00:00 |
|
Andrew Ozz
|
9df5870221
|
TinyMCE 3.2.2.3_1087 fixes WebKit bug in Sizzle.js among others
git-svn-id: https://develop.svn.wordpress.org/trunk@10994 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 22:43:57 +00:00 |
|
Ryan Boren
|
fcb4384381
|
Cache user lookups made by nicename. Add get_user_by(). fixes #4170
git-svn-id: https://develop.svn.wordpress.org/trunk@10992 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 21:25:11 +00:00 |
|
Ryan Boren
|
4fbd3a712a
|
Fix unregister_widget(). see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10991 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 20:45:33 +00:00 |
|
Ryan Boren
|
77a64d69a5
|
make_clickable() regex fixes. Props piouPiouM. fixes #9390
git-svn-id: https://develop.svn.wordpress.org/trunk@10989 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 16:51:53 +00:00 |
|
Andrew Ozz
|
ad021e44ad
|
Submit the form when setting items per page option so it's visible straight away
git-svn-id: https://develop.svn.wordpress.org/trunk@10987 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 12:46:53 +00:00 |
|
Ryan Boren
|
ece424d95e
|
Add comments_atom_head action. Props neoxx, Denis-de-Bernardy. fixes #6186
git-svn-id: https://develop.svn.wordpress.org/trunk@10984 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 07:09:06 +00:00 |
|
Ryan Boren
|
ed74bba997
|
Add url filters. Props coffee2code. see #7709
git-svn-id: https://develop.svn.wordpress.org/trunk@10983 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 07:05:41 +00:00 |
|
Ryan Boren
|
1c97a58522
|
Use comments_open() and pings_open(). Props coffee2code. fixes #9557
git-svn-id: https://develop.svn.wordpress.org/trunk@10982 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 07:02:55 +00:00 |
|
Ryan Boren
|
91edad4f95
|
Add wp_trim_excerpt filter. Props coffee2code. fixes #9558
git-svn-id: https://develop.svn.wordpress.org/trunk@10981 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 06:59:33 +00:00 |
|
Ryan Boren
|
19ee134325
|
unregister_widget(). see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10979 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 05:54:07 +00:00 |
|
Mark Jaquith
|
b190328260
|
Dots in post slugs should be dashed, not dropped. props Denis-de-Bernardy. fixes #9489
git-svn-id: https://develop.svn.wordpress.org/trunk@10977 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 03:28:55 +00:00 |
|
Mark Jaquith
|
c4dc6ef860
|
Clean up is_blog_installed(), remove redundant or unnecessary code. see #8947
git-svn-id: https://develop.svn.wordpress.org/trunk@10974 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 01:43:53 +00:00 |
|
Andrew Ozz
|
bf48851d29
|
Spaced hyphens into spaced dashes, props ionfish, fixes #8161
git-svn-id: https://develop.svn.wordpress.org/trunk@10973 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 01:38:52 +00:00 |
|
Andrew Ozz
|
0fa639d585
|
Don't use get_catname() (deprecated), props filosofo, see #9550
git-svn-id: https://develop.svn.wordpress.org/trunk@10972 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 01:11:31 +00:00 |
|
Ryan Boren
|
5159541678
|
Fix handling of old timestamps in wp_reschedule_event(). Props natethelen. fixes #9318
git-svn-id: https://develop.svn.wordpress.org/trunk@10969 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 00:23:48 +00:00 |
|
Ryan Boren
|
f4f1dd5a05
|
Fix headers array processing for wp_mail(). Props gortsleigh. fixes #9284
git-svn-id: https://develop.svn.wordpress.org/trunk@10967 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 00:06:18 +00:00 |
|
Ryan Boren
|
b47e7b03fd
|
Create default taxonomies upon init. Props nbachiyski. fixes #9399
git-svn-id: https://develop.svn.wordpress.org/trunk@10965 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-16 23:17:49 +00:00 |
|
Ryan Boren
|
587e0e979f
|
Clarify phpdoc for wp_set_object_terms(). Props simonwheatley. fixes #9348
git-svn-id: https://develop.svn.wordpress.org/trunk@10963 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-16 22:19:01 +00:00 |
|
Ryan Boren
|
eaa749e545
|
Add comment-body class. Props docwhat. fixes #9301
git-svn-id: https://develop.svn.wordpress.org/trunk@10961 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-16 22:15:12 +00:00 |
|
Ryan Boren
|
9abb5b2f3e
|
Add link to password recovery in login error messages. Props Denis-de-Bernardy. fixes #9442
git-svn-id: https://develop.svn.wordpress.org/trunk@10960 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-16 22:07:25 +00:00 |
|
Ryan Boren
|
5ea68d0c9c
|
Deprecae get_catname(). Props filosofo. fixes #9550
git-svn-id: https://develop.svn.wordpress.org/trunk@10959 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-16 22:03:45 +00:00 |
|
Ryan Boren
|
fdc0e0b555
|
Optimize install check by checking alloptions cache before doing a separate query. Props joostdevalk. fixes #8947
git-svn-id: https://develop.svn.wordpress.org/trunk@10958 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-16 22:00:39 +00:00 |
|
Mark Jaquith
|
6ed53a4461
|
Sanitize when querying against category name so that multiple-word subcategories match. props filosofo. fixes #8619
git-svn-id: https://develop.svn.wordpress.org/trunk@10956 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-16 21:47:42 +00:00 |
|
Mark Jaquith
|
84b875a903
|
Return false for corrupted serialized strings. props Denis-de-Bernardy. fixes #9549
git-svn-id: https://develop.svn.wordpress.org/trunk@10955 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-16 21:03:18 +00:00 |
|
Ryan Boren
|
99b5b3693b
|
Fix teaser stripping when no teaser. Props makibo, simonwheatley. fixes #6312
git-svn-id: https://develop.svn.wordpress.org/trunk@10954 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-16 19:43:01 +00:00 |
|
Ryan Boren
|
8a4bc7dabe
|
Translate defaults. Props nbachiyski. fixes #9548
git-svn-id: https://develop.svn.wordpress.org/trunk@10953 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-16 18:51:50 +00:00 |
|
Ryan Boren
|
f5020f43d2
|
Remove unneeded spaces. Props Denis-de-Bernardy. fixes #108
git-svn-id: https://develop.svn.wordpress.org/trunk@10952 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-16 18:47:41 +00:00 |
|
Ryan Boren
|
18892308b0
|
Add page class to get_boddy_class(). Props nathanrice. fixes #9514
git-svn-id: https://develop.svn.wordpress.org/trunk@10950 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-16 18:22:27 +00:00 |
|
Ryan Boren
|
799a2c59ed
|
Add page classes to page attachments. Props minusfive. fixes #9472
git-svn-id: https://develop.svn.wordpress.org/trunk@10947 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-16 17:37:58 +00:00 |
|
Ryan Boren
|
c600d21efa
|
Add echo arg to tag cloud. Props DD32. fixes #5710
git-svn-id: https://develop.svn.wordpress.org/trunk@10946 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-16 17:32:06 +00:00 |
|
Ryan Boren
|
eef293ff04
|
Add WAI-ARIA landmark roles to default theme. Props peterkz. fixes #9408
git-svn-id: https://develop.svn.wordpress.org/trunk@10945 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-16 16:42:32 +00:00 |
|
Andrew Ozz
|
9a62b02dfe
|
CSS cleanup and fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@10943 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-16 04:41:05 +00:00 |
|
Andrew Ozz
|
3ca11d47c9
|
Disable PHP error reporting in gears-manifest.php, load-scripts.php and load-styles.php since they don't load wp-settings, fix some notices
git-svn-id: https://develop.svn.wordpress.org/trunk@10939 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-15 19:55:41 +00:00 |
|
Ryan Boren
|
7c02549e4c
|
Allow m4v. Props hailin. fixes #9541
git-svn-id: https://develop.svn.wordpress.org/trunk@10938 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-15 19:36:09 +00:00 |
|
Ryan Boren
|
1528af55df
|
Define wp_clone() before loading the cache.
git-svn-id: https://develop.svn.wordpress.org/trunk@10937 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-15 19:14:43 +00:00 |
|
Ryan Boren
|
378932c255
|
Escape title. Props GamerZ. fixes #9540
git-svn-id: https://develop.svn.wordpress.org/trunk@10936 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-15 17:12:31 +00:00 |
|
Ryan Boren
|
b02ee27548
|
Typo fix
git-svn-id: https://develop.svn.wordpress.org/trunk@10934 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-14 22:34:51 +00:00 |
|
Ryan Boren
|
2eae08c088
|
Updates to wp_login_url() and wp_logout_url(). Use them in more places. Props wnorris. fixes #9536
git-svn-id: https://develop.svn.wordpress.org/trunk@10931 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-14 18:31:49 +00:00 |
|
Ryan Boren
|
3ae543cf47
|
Check if SimplePie class is already defined.
git-svn-id: https://develop.svn.wordpress.org/trunk@10929 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-14 17:02:24 +00:00 |
|
Andrew Ozz
|
dfd17477f1
|
Fold widget after saving, see #9511
git-svn-id: https://develop.svn.wordpress.org/trunk@10926 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-13 17:08:13 +00:00 |
|
Andrew Ozz
|
e01670f1c8
|
Widgets: open when adding, clean-up AJAX calls, slower animation/less jumping in IE, see #9511
git-svn-id: https://develop.svn.wordpress.org/trunk@10922 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-13 16:20:58 +00:00 |
|
Ryan Boren
|
866d4203ed
|
robots.txt is not home. Props johnbillion. fixes #9482
git-svn-id: https://develop.svn.wordpress.org/trunk@10920 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-13 16:15:44 +00:00 |
|
Ryan Boren
|
447dd72511
|
Run RTL CSS urls through the style_loader_src filter. Props nbachiyski. fixes #9528
git-svn-id: https://develop.svn.wordpress.org/trunk@10918 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-13 16:07:27 +00:00 |
|
Andrew Ozz
|
8e48888e47
|
Widgets page, first run, see #9511
git-svn-id: https://develop.svn.wordpress.org/trunk@10912 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-11 14:37:24 +00:00 |
|
Ryan Boren
|
36cb5cd05b
|
phpdoc updates for wpdb. Props mdawaffe. fixes #9506
git-svn-id: https://develop.svn.wordpress.org/trunk@10911 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-10 21:57:40 +00:00 |
|
Ryan Boren
|
f88a61fac5
|
Store field types in wpdb object. Props mdawaffe. see #7171
git-svn-id: https://develop.svn.wordpress.org/trunk@10910 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-10 21:56:30 +00:00 |
|
Ryan Boren
|
d957761a32
|
Backtick table and column names. Props mdawaffe. fixes #9505
git-svn-id: https://develop.svn.wordpress.org/trunk@10907 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-10 21:37:19 +00:00 |
|
Ryan Boren
|
f7df1f116e
|
Add option to check if term exists with given parent. Update ajax add-cat check to pass parent when checking if cat exists.
git-svn-id: https://develop.svn.wordpress.org/trunk@10905 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-10 20:58:25 +00:00 |
|
Ryan Boren
|
46490b01a5
|
Notice fixes. Props DD32. fixes #9502
git-svn-id: https://develop.svn.wordpress.org/trunk@10904 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-10 04:34:44 +00:00 |
|
Andrew Ozz
|
10aaa00f62
|
Tag descriptions, props aaroncampbell, fixes #9381
git-svn-id: https://develop.svn.wordpress.org/trunk@10903 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-09 16:00:40 +00:00 |
|
Andrew Ozz
|
9cf560011c
|
Append "-css" to the IDs for <link rel="stylesheet"> tags in the head, props Denis-de-Bernardy, fixes #9486
git-svn-id: https://develop.svn.wordpress.org/trunk@10899 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-08 22:49:39 +00:00 |
|
Peter Westwood
|
f84a032000
|
Improve cron phpdoc.
git-svn-id: https://develop.svn.wordpress.org/trunk@10898 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-08 20:16:59 +00:00 |
|
Ryan Boren
|
ce72db431f
|
Add date_i18n filter. Props Denis-de-Bernardy. fixes #9396
git-svn-id: https://develop.svn.wordpress.org/trunk@10897 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-08 19:56:58 +00:00 |
|
Ryan Boren
|
29c7cbf6c6
|
Allowing displaying links from a specific category in the links widget. Props Denis-de-Bernardy. fixes #9449
git-svn-id: https://develop.svn.wordpress.org/trunk@10896 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-08 19:37:33 +00:00 |
|
Peter Westwood
|
49797a374a
|
Correct phpdoc for update_user_option.
git-svn-id: https://develop.svn.wordpress.org/trunk@10891 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-08 18:24:49 +00:00 |
|
Ryan Boren
|
91dc06e264
|
Invoke the_tags filter in the_tags(). Props scribu. fixes #9436
git-svn-id: https://develop.svn.wordpress.org/trunk@10888 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-07 23:54:16 +00:00 |
|
Peter Westwood
|
71da14eb1d
|
Allow the update period to be filtered in RSS/RDF feeds. Fixes #9133 props hakre.
git-svn-id: https://develop.svn.wordpress.org/trunk@10886 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-07 17:42:17 +00:00 |
|
Andrew Ozz
|
066b37cc53
|
Fix css for the submit box on the Edit Comment screen
git-svn-id: https://develop.svn.wordpress.org/trunk@10884 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-07 14:55:24 +00:00 |
|
Andrew Ozz
|
7f277c435c
|
Fix confirmation for second bulk delete, fixes #9473
git-svn-id: https://develop.svn.wordpress.org/trunk@10881 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-06 22:21:45 +00:00 |
|
Ryan Boren
|
1a1bd4494c
|
Don't trigger loop start in get_body_class(). Props Denis-de-Bernardy. fixes #9457
git-svn-id: https://develop.svn.wordpress.org/trunk@10877 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-06 15:42:12 +00:00 |
|
Peter Westwood
|
3748a7731e
|
Move byuser to a seperate array entry to ease filtering by plugins. Fixes #9465 for trunk props hakre.
git-svn-id: https://develop.svn.wordpress.org/trunk@10875 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-05 17:38:19 +00:00 |
|
Peter Westwood
|
16ab2e1302
|
Let a plugin filter the expanded capabilities returned by map_meta_cap. Fixes #9462 props rmccue.
git-svn-id: https://develop.svn.wordpress.org/trunk@10874 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-05 17:23:04 +00:00 |
|
Andrew Ozz
|
bd0313e3bc
|
Styling and minor improvements for items per page option
git-svn-id: https://develop.svn.wordpress.org/trunk@10872 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-05 08:25:10 +00:00 |
|
Ryan Boren
|
17bd503fb4
|
Correct spelling. Props jbsil. see #4011
git-svn-id: https://develop.svn.wordpress.org/trunk@10870 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-04 17:55:48 +00:00 |
|
Andrew Ozz
|
9ff40f470b
|
Improved no-js styles
git-svn-id: https://develop.svn.wordpress.org/trunk@10869 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-04 17:07:31 +00:00 |
|
Andrew Ozz
|
96dc28968e
|
Set the taxonomy/term when using a custom ?tax_slug=term_slug query, props DD32, fixes #9453
git-svn-id: https://develop.svn.wordpress.org/trunk@10866 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-04 10:48:22 +00:00 |
|
Andrew Ozz
|
ca129da990
|
Fix flash upload button, right sidebar on write pages in IE6
git-svn-id: https://develop.svn.wordpress.org/trunk@10865 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-04 10:21:43 +00:00 |
|
Ryan Boren
|
5f2218455d
|
Proxy support. Props DD32. see #4011
git-svn-id: https://develop.svn.wordpress.org/trunk@10864 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-03 18:23:13 +00:00 |
|
Ryan Boren
|
f544f21ad3
|
Make jCrop compatible with noConflict. Props nbachiyski. fixes #9375
git-svn-id: https://develop.svn.wordpress.org/trunk@10863 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-03 18:18:47 +00:00 |
|
Ryan Boren
|
9a238639a4
|
Add pre_transient filter
git-svn-id: https://develop.svn.wordpress.org/trunk@10862 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-03 16:19:25 +00:00 |
|
Andrew Ozz
|
76b036f33b
|
Put back jQuery.noConflict(), props Ryan
git-svn-id: https://develop.svn.wordpress.org/trunk@10861 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-03 02:36:14 +00:00 |
|
Ryan Boren
|
36859acb5c
|
Move deleted_post back. Props Denis-de-Bernardy . see #9422
git-svn-id: https://develop.svn.wordpress.org/trunk@10858 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-01 16:10:14 +00:00 |
|
Mark Jaquith
|
a55e87736b
|
PHP Notice fix for non-normative nonce action strings. props Viper007Bond. see #9393
git-svn-id: https://develop.svn.wordpress.org/trunk@10857 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-01 05:52:05 +00:00 |
|
Ryan Boren
|
fa588c3598
|
Remove spurious character. Props hakre. fixes #9428
git-svn-id: https://develop.svn.wordpress.org/trunk@10853 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-31 22:01:51 +00:00 |
|
Ryan Boren
|
6dfc7d31ba
|
Enforce consistent ID types to allow for foreign keys to be defined between tables. Props Denis-de-Bernardy. see #9422
git-svn-id: https://develop.svn.wordpress.org/trunk@10852 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-31 21:57:51 +00:00 |
|
Ryan Boren
|
c3d0a6fe71
|
Fix delete statements to ensure data integrity when innodb and foreign keys are used. Props Denis-de-Bernardy. see #9422
git-svn-id: https://develop.svn.wordpress.org/trunk@10851 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-31 19:16:53 +00:00 |
|
Andrew Ozz
|
ac2b09ccc8
|
Fix highlighting of the whole page while dragging a sortable in WebKit, ajax tag cloud for non-admin users
git-svn-id: https://develop.svn.wordpress.org/trunk@10849 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-28 08:21:43 +00:00 |
|
Ryan Boren
|
64aae34fdc
|
Bind to submit event. Bump script loader.
git-svn-id: https://develop.svn.wordpress.org/trunk@10848 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-27 22:58:53 +00:00 |
|
Ryan Boren
|
d861062501
|
Use Jcrop for cropping. see #9375
git-svn-id: https://develop.svn.wordpress.org/trunk@10846 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-27 16:45:55 +00:00 |
|
Andrew Ozz
|
38fb326258
|
TinyMCE 3.2.2.3, has several bugfixes
git-svn-id: https://develop.svn.wordpress.org/trunk@10845 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-27 12:57:25 +00:00 |
|
Andrew Ozz
|
cee4e8641c
|
Make uploader selection "sticky"
git-svn-id: https://develop.svn.wordpress.org/trunk@10844 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-27 08:36:51 +00:00 |
|
Ryan Boren
|
85aa38df9b
|
Make random_seed a transient
git-svn-id: https://develop.svn.wordpress.org/trunk@10838 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-25 20:03:57 +00:00 |
|
Andrew Ozz
|
e57d0ac693
|
Add toggle all button to the Gallery tab in the uploader
git-svn-id: https://develop.svn.wordpress.org/trunk@10837 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-25 17:20:03 +00:00 |
|
Ryan Boren
|
a1037e9954
|
Show template files in subdirs. Props DD32. fixes #4131
git-svn-id: https://develop.svn.wordpress.org/trunk@10835 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-25 16:51:08 +00:00 |
|
Andrew Ozz
|
759fde9021
|
jQuery 1.3.2 and UI 1.7.1, may still have some regressions, add screen columns setting to the write/edit post/page screen options, fixes #8867
git-svn-id: https://develop.svn.wordpress.org/trunk@10834 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-25 14:29:22 +00:00 |
|
Ryan Boren
|
7dacf5fd96
|
Validation fixes. Props Viper007Bond. fixes #9387
git-svn-id: https://develop.svn.wordpress.org/trunk@10832 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-24 15:27:17 +00:00 |
|
Peter Westwood
|
9fdd1163b5
|
Set a short timeout for the SSL discovery support so that we don't block requests until the attempt timesout. Fixes #9380 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10830 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-23 22:05:04 +00:00 |
|
Andrew Ozz
|
28db896510
|
Fix notice in wp-includes/theme.php, props filosofo, fixes #9336
git-svn-id: https://develop.svn.wordpress.org/trunk@10825 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-20 00:52:42 +00:00 |
|
Andrew Ozz
|
f5942a0a73
|
Less confusing regex, props filosofo, fixes #9244
git-svn-id: https://develop.svn.wordpress.org/trunk@10824 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-20 00:30:32 +00:00 |
|
Andrew Ozz
|
a779b2e002
|
More theme install styling, see #8652
git-svn-id: https://develop.svn.wordpress.org/trunk@10823 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-20 00:14:57 +00:00 |
|
Ryan Boren
|
9b39471cc0
|
Move WP_Widget to the top
git-svn-id: https://develop.svn.wordpress.org/trunk@10822 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-19 22:10:18 +00:00 |
|
Andrew Ozz
|
4fa9b6b1b2
|
Fix alignment and blockquote when multiple paragraphs are selected in TinyMCE, fixes #9361
git-svn-id: https://develop.svn.wordpress.org/trunk@10817 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-19 08:52:45 +00:00 |
|
Peter Westwood
|
6963c9d1b9
|
Add relational links to next/prev/parent posts. See #8703 props sivel.
git-svn-id: https://develop.svn.wordpress.org/trunk@10815 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-18 21:56:03 +00:00 |
|
Peter Westwood
|
88600c7fdb
|
Allow a plugin to filter the classes applied in wp_list_pages. Fixes #9304 props willnorris.
git-svn-id: https://develop.svn.wordpress.org/trunk@10814 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-18 21:43:51 +00:00 |
|
Peter Westwood
|
c8d46a6a36
|
Allow wp_delete_term users to force all objects to have a new term applied. Allow for category merging use-case. Fixes #9355.
git-svn-id: https://develop.svn.wordpress.org/trunk@10813 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-18 21:06:49 +00:00 |
|
Ryan Boren
|
f6273323c0
|
Add some phpdoc to WP_Widget. see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10812 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-18 07:20:58 +00:00 |
|
Ryan Boren
|
8d00b5d37d
|
Trim trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@10810 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-18 02:43:45 +00:00 |
|
Ryan Boren
|
1290b81a4f
|
Move categories widget to WP_Widget. see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10809 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-18 01:50:20 +00:00 |
|
Ryan Boren
|
0b25a700cb
|
Introduce singleton widget factory
git-svn-id: https://develop.svn.wordpress.org/trunk@10808 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-17 23:44:36 +00:00 |
|
Ryan Boren
|
184e5b69e8
|
Echo submit field from base class so widgets don't have to do it.
git-svn-id: https://develop.svn.wordpress.org/trunk@10807 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-17 21:20:19 +00:00 |
|
Ryan Boren
|
6f6ef8709a
|
Pass the unprocessed title to the sanitize_title filter. Props chineseleper. fixes #8981 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@10804 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-17 17:42:54 +00:00 |
|
Ryan Boren
|
fc7b52bb1a
|
Check if error. Props simonwheatley. fixes #9345
git-svn-id: https://develop.svn.wordpress.org/trunk@10803 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-17 16:42:21 +00:00 |
|
Ryan Boren
|
dce7bff2eb
|
Move text widget to WP_Widget. see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10802 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-17 15:39:36 +00:00 |
|
Ryan Boren
|
ea91a8791a
|
Move submit check into WP_Widget
git-svn-id: https://develop.svn.wordpress.org/trunk@10801 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-03-17 02:58:15 +00:00 |
|