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 |
Ryan Boren
|
dbf0dd1a1a
|
Typo fix
git-svn-id: https://develop.svn.wordpress.org/trunk@11177 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-04 19:53:39 +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
|
9d6444bc64
|
Typo fix
git-svn-id: https://develop.svn.wordpress.org/trunk@11174 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-04 18:02:00 +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
|
0289460644
|
Make tags accessible without js on the edit screen
git-svn-id: https://develop.svn.wordpress.org/trunk@11172 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-04 12:13:44 +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
|
4cbf51bc20
|
Sync common.js with common.dev.js
git-svn-id: https://develop.svn.wordpress.org/trunk@11165 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-03 23:23:32 +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
|
c549ff4e42
|
Pass the form fields names as strings when saving widgets, fixes #9703
git-svn-id: https://develop.svn.wordpress.org/trunk@11163 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-03 23:17:47 +00:00 |
Peter Westwood
|
4c01def10f
|
Add a nag message if the user is still using an auto-generated password. See #9710 props DD32.
git-svn-id: https://develop.svn.wordpress.org/trunk@11162 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-03 17:06:29 +00:00 |
Andrew Ozz
|
263b761408
|
Do not import sidebars by index after switching themes, props Denis-de-Bernardy, see #9695
git-svn-id: https://develop.svn.wordpress.org/trunk@11161 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-03 07:53:54 +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
|
630f4578b7
|
Clean up save mssage. see #8713
git-svn-id: https://develop.svn.wordpress.org/trunk@11159 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-02 21:44:09 +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
|
5bac670114
|
Make the orange in Right Now module darker
git-svn-id: https://develop.svn.wordpress.org/trunk@11157 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-02 08:04:03 +00:00 |
Ryan Boren
|
fa64b5b57c
|
Update manifest to reflect removed files. fixes #9700
git-svn-id: https://develop.svn.wordpress.org/trunk@11156 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-02 03:26:38 +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
|
1583662c19
|
Add labels to text inputs. see #9445
git-svn-id: https://develop.svn.wordpress.org/trunk@11152 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-01 21:52:34 +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 |
Andrew Ozz
|
aac1622495
|
Add wpspin.gif and replace all spinners
git-svn-id: https://develop.svn.wordpress.org/trunk@11150 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-01 19:43:22 +00:00 |
Ryan Boren
|
1aa98191c5
|
Add labels to titles. see #9445
git-svn-id: https://develop.svn.wordpress.org/trunk@11149 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-01 17:54:05 +00:00 |
Andrew Ozz
|
09766dfe12
|
Fix styling issues with the registration form, fixes #9688
git-svn-id: https://develop.svn.wordpress.org/trunk@11148 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-30 23:53:26 +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 |
Andrew Ozz
|
1ef2a296d9
|
Add background color on widget control with blue admin, props arena, fixes #9589
git-svn-id: https://develop.svn.wordpress.org/trunk@11146 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-30 23:33:54 +00:00 |
Andrew Ozz
|
31210eb4b9
|
Fox layout in the tagret postbox on edit link screen
git-svn-id: https://develop.svn.wordpress.org/trunk@11145 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-30 23:09:26 +00:00 |
Andrew Ozz
|
bf911aefc7
|
Let plugins use screen layout columns, props arena, fixes #9606
git-svn-id: https://develop.svn.wordpress.org/trunk@11144 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-30 22:51:42 +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
|
f0bcbd96bc
|
cat_row fixes. Props hailin. fixes #9661 see #8632
git-svn-id: https://develop.svn.wordpress.org/trunk@11139 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-30 16:29:40 +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 |
Ryan Boren
|
b997d56b17
|
Plural contexts. Props nbachiyski. fixes #8128
git-svn-id: https://develop.svn.wordpress.org/trunk@11137 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-30 16:22:14 +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
|
0328cb8a2b
|
Call wp_menu_unfold() after user settings have been synchronized
git-svn-id: https://develop.svn.wordpress.org/trunk@11135 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-30 07:17:05 +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 |
Andrew Ozz
|
84c56e062e
|
Add some help for the widgets screen, make css class .description usable everywhere, fixes #5859
git-svn-id: https://develop.svn.wordpress.org/trunk@11133 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-30 02:33:22 +00:00 |
Ryan Boren
|
bbd5c9e581
|
Avoid expensive NOT LIKE query. Filter in php instead.
git-svn-id: https://develop.svn.wordpress.org/trunk@11132 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-29 23:32:53 +00:00 |
Andrew Ozz
|
172855f545
|
Hide widget count when no sidebars defined, props scribu, fixes #8035
git-svn-id: https://develop.svn.wordpress.org/trunk@11131 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-29 23:30:07 +00:00 |
Ryan Boren
|
ef738c9b9b
|
Allow for non-contiguous array indices. Props hailin. fixes #9670
git-svn-id: https://develop.svn.wordpress.org/trunk@11130 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-29 21:01:51 +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 |