Ryan Boren
|
7bdc97c1b8
|
Typo fix
git-svn-id: https://develop.svn.wordpress.org/trunk@11242 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-08 18:21:05 +00:00 |
|
Andrew Ozz
|
0dd0fb550d
|
Properly unset widget number when saving
git-svn-id: https://develop.svn.wordpress.org/trunk@11240 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-08 17:17:54 +00:00 |
|
Andrew Ozz
|
2b97f18c3d
|
Fix old format multi-number placeholder in widgets
git-svn-id: https://develop.svn.wordpress.org/trunk@11238 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-07 21:58:45 +00:00 |
|
Ryan Boren
|
424eed30a7
|
Allow plugis to replace just the default help, preserving contextual.
git-svn-id: https://develop.svn.wordpress.org/trunk@11235 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-07 19:30:41 +00:00 |
|
Andrew Ozz
|
1466033b1e
|
Minor widgets screen css fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@11234 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-07 19:07:41 +00:00 |
|
Andrew Ozz
|
76e525c50f
|
Cast to string in array_key_exists() in media.php, props lusuonline, fixes #9749
git-svn-id: https://develop.svn.wordpress.org/trunk@11233 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-07 17:28:51 +00:00 |
|
Andrew Ozz
|
b63adead33
|
Add missing "echo" in plugin installer, props Viper007Bond, fixes #9746
git-svn-id: https://develop.svn.wordpress.org/trunk@11232 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-07 10:18:12 +00:00 |
|
Peter Westwood
|
8ba82ffe36
|
Revert the rememeber last view for comments page code as it is confusing.
git-svn-id: https://develop.svn.wordpress.org/trunk@11231 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-07 07:38:14 +00:00 |
|
Peter Westwood
|
fa31602215
|
Set empty file type if skipping file type check. Fixes notices when importing. See #9393 props sivel.
git-svn-id: https://develop.svn.wordpress.org/trunk@11227 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-07 06:50:54 +00:00 |
|
Peter Westwood
|
18291c1084
|
Notice fix for plugin editor when no functions found. See #9393 props sivel.
git-svn-id: https://develop.svn.wordpress.org/trunk@11226 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-07 06:48:21 +00:00 |
|
Andrew Ozz
|
76fcdd118d
|
Show Plugin Information thickbox title only when installing plugins, restore access to links on install plugins screens, some colors-fresh.css cleanup, fixes #9742
git-svn-id: https://develop.svn.wordpress.org/trunk@11225 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-07 02:41:36 +00:00 |
|
Andrew Ozz
|
b4511b71fd
|
Change CSS classes to avoid collisions with ui.tabs, fixes #9740
git-svn-id: https://develop.svn.wordpress.org/trunk@11224 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-06 21:31:07 +00:00 |
|
Ryan Boren
|
c07f397c04
|
Default password nag fixes. Props DD32. fixes #9710
git-svn-id: https://develop.svn.wordpress.org/trunk@11217 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-06 16:19:40 +00:00 |
|
Ryan Boren
|
ee97325df3
|
Die on file error. Cleanup. Props hakre. fixes #9452
git-svn-id: https://develop.svn.wordpress.org/trunk@11214 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-06 04:08:13 +00:00 |
|
Ryan Boren
|
5a250e36ff
|
Fix display of plugin update messages after bulk ops. Props DD32. fixes #9303
git-svn-id: https://develop.svn.wordpress.org/trunk@11207 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-05 20:48:46 +00:00 |
|
Mark Jaquith
|
c638e8d8de
|
_a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11204 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-05 19:43:53 +00:00 |
|
Andrew Ozz
|
8788a2520e
|
Add wpspin_light and wpspin_dark spinners
git-svn-id: https://develop.svn.wordpress.org/trunk@11203 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-05 18:57:43 +00:00 |
|
Ryan Boren
|
63e38ce6a2
|
Don't over sanitize uploaded file titles. Props hakre. fixes #9081
git-svn-id: https://develop.svn.wordpress.org/trunk@11198 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-05 05:57:56 +00:00 |
|
Ryan Boren
|
3af69ff1a1
|
Better meta form query. Props Denis-de-Bernardy. fixes #9684
git-svn-id: https://develop.svn.wordpress.org/trunk@11196 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-05 05:40:03 +00:00 |
|
Ryan Boren
|
2deb2b1087
|
Add hook for adding info to plugin update message. Props JohnLamansky. fixes #9553
git-svn-id: https://develop.svn.wordpress.org/trunk@11193 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-05 05:19:53 +00:00 |
|
Ryan Boren
|
6c3fbc191c
|
Textual consistency. Props Denis-de-Bernardy. fixes #9596
git-svn-id: https://develop.svn.wordpress.org/trunk@11192 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-05 05:17:23 +00:00 |
|
Andrew Ozz
|
16e5733fe9
|
Add column "Rating" in Link Manager, props hakre, fixes #9443
git-svn-id: https://develop.svn.wordpress.org/trunk@11191 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-05 04:59:19 +00:00 |
|
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
|
86261669cb
|
Clear upgrade nag when doing manual upgrade. Props Denis-de-Bernardy. fixes #9139
git-svn-id: https://develop.svn.wordpress.org/trunk@11189 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-05 04:02:49 +00:00 |
|
Ryan Boren
|
5b834b6daa
|
get_home_path() improvements. Props akd907. fixes #9246
git-svn-id: https://develop.svn.wordpress.org/trunk@11187 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-05 02:45:40 +00:00 |
|
Ryan Boren
|
aa9afc7810
|
Make sure plugin menu icons are delivered via https if is_ssl(). Props DD32. fixes #8901
git-svn-id: https://develop.svn.wordpress.org/trunk@11186 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-05 02:38:18 +00:00 |
|
Andrew Ozz
|
c5c67cdaac
|
Fix "No posts found" on media screens, props hakre, fixes #9680
git-svn-id: https://develop.svn.wordpress.org/trunk@11185 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-05 02:31:32 +00:00 |
|
Andrew Ozz
|
8c0943cbf2
|
Some cleanup for edit-page-form.php and edit-form-advanced.php, props simek, fixes #9501
git-svn-id: https://develop.svn.wordpress.org/trunk@11183 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-05 02:14:25 +00:00 |
|
Ryan Boren
|
c6d1e4e51b
|
Use invisible for hiding labels
git-svn-id: https://develop.svn.wordpress.org/trunk@11181 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-04 21:42:39 +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
|
1504303718
|
Stub attribute_escape()
git-svn-id: https://develop.svn.wordpress.org/trunk@11179 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-05-04 20:57:22 +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
|
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
|
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
|
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 |
|
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 |
|
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
|
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
|
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 |
|
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
|
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
|
bd58cf3efc
|
No need to attribute_escape a cleaned url. fixes #8587
git-svn-id: https://develop.svn.wordpress.org/trunk@11127 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-29 20:14:39 +00:00 |
|
Ryan Boren
|
0b9998f037
|
Include subcats in search results. Props Denis-de-Bernardy. fixes #8632
git-svn-id: https://develop.svn.wordpress.org/trunk@11123 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-29 16:46:45 +00:00 |
|
Ryan Boren
|
7d9f7833ff
|
urlencode referrer. Props hakre. fixes #8587
git-svn-id: https://develop.svn.wordpress.org/trunk@11120 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-29 16:20:14 +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
|
61f7821b34
|
Don't double escape autosaves. fixes #9433
git-svn-id: https://develop.svn.wordpress.org/trunk@11117 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-29 02:47:41 +00:00 |
|
Andrew Ozz
|
8621dc0e1d
|
Add list css classes, fixes #9491
git-svn-id: https://develop.svn.wordpress.org/trunk@11116 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-28 20:57:04 +00:00 |
|
Ryan Boren
|
f2069e6450
|
Better target descriptions. Props RanYanivHartstein, scohoust. fixes #6615
git-svn-id: https://develop.svn.wordpress.org/trunk@11114 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-28 19:45:57 +00:00 |
|
Ryan Boren
|
b292e35bfe
|
More hook back-compat. Props coffee2code. fixes #9438
git-svn-id: https://develop.svn.wordpress.org/trunk@11113 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-28 19:40:34 +00:00 |
|
Ryan Boren
|
3b7130bbae
|
attr escaping. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11110 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-28 06:37:51 +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 |
|
Andrew Ozz
|
c802bf78b1
|
Clean up for colors-classic.css, props Simek, fixes #9658
git-svn-id: https://develop.svn.wordpress.org/trunk@11107 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-28 00:22:19 +00:00 |
|
Ryan Boren
|
a114582715
|
Some attr escaping. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11104 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-27 23:09:08 +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
|
6cced8d299
|
Blue theme updates. Props Gordon Brander
git-svn-id: https://develop.svn.wordpress.org/trunk@11100 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-27 18:48:58 +00:00 |
|
Ryan Boren
|
f2bba67fe9
|
Add missing quotes for returned values in admin-ajax.php. Props Simek. fixes #9654
git-svn-id: https://develop.svn.wordpress.org/trunk@11099 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-27 18:36:27 +00:00 |
|
Andrew Ozz
|
5ede340f80
|
Add hook for update profile, props Cimmo, fixes #9302
git-svn-id: https://develop.svn.wordpress.org/trunk@11096 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-27 11:18:04 +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
|
ba0791f8ea
|
Allow menu reordering via plugin
git-svn-id: https://develop.svn.wordpress.org/trunk@11092 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-27 05:09:50 +00:00 |
|
Ryan Boren
|
e50dc93bd3
|
WP_Upgrader updates from DD32. see #7875
git-svn-id: https://develop.svn.wordpress.org/trunk@11089 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-26 18:17:19 +00:00 |
|
Ryan Boren
|
3daff8ecf0
|
Fix php4 constructors
git-svn-id: https://develop.svn.wordpress.org/trunk@11084 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-24 23:50:37 +00:00 |
|
Ryan Boren
|
d77d35e502
|
Check if not exists and not is_dir before bailing. Props st3ff3n. fixes #9274
git-svn-id: https://develop.svn.wordpress.org/trunk@11082 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-24 17:12:21 +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 |
|
Ryan Boren
|
f309ae3dff
|
Better error messages. Props DD32. see #7875
git-svn-id: https://develop.svn.wordpress.org/trunk@11080 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-24 16:53:35 +00:00 |
|
Ryan Boren
|
63a54ef5f3
|
Tabify
git-svn-id: https://develop.svn.wordpress.org/trunk@11079 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-24 16:44:50 +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
|
4be3953c7a
|
Lets try the HTML 5 offline resources storage (Firefox 3.5 only)
git-svn-id: https://develop.svn.wordpress.org/trunk@11077 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-24 13:02:52 +00:00 |
|
Andrew Ozz
|
dfe7ffec18
|
get_manifest() + gears-manifest.php + cache-manifest.php, props ryan, see #7262
git-svn-id: https://develop.svn.wordpress.org/trunk@11076 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-24 10:48:08 +00:00 |
|
Andrew Ozz
|
6a3781100f
|
Remove the top border from the plugin-update notice, props demetris, fixes #9628
git-svn-id: https://develop.svn.wordpress.org/trunk@11075 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-24 06:39:08 +00:00 |
|
Andrew Ozz
|
b4baabb343
|
Fix hiding of comments after approving/unapproving them
git-svn-id: https://develop.svn.wordpress.org/trunk@11073 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-24 02:25:20 +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 |
|
Mark Jaquith
|
9eff22d723
|
Dynamically update display name as its components are updated in the profile. props to mattwalters for the original patch. fixes #8508
git-svn-id: https://develop.svn.wordpress.org/trunk@11065 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-23 05:55:26 +00:00 |
|
Ryan Boren
|
e76b5a0e42
|
SS2 FS fixes. Props DD32. fixes #8210
git-svn-id: https://develop.svn.wordpress.org/trunk@11063 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 23:38:01 +00:00 |
|
Ryan Boren
|
86fff1ba53
|
Update pclzip to 2.8 and apply x64 patch. Props demetris. fixes #9615
git-svn-id: https://develop.svn.wordpress.org/trunk@11056 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 18:04:49 +00:00 |
|
Ryan Boren
|
e87cac6f06
|
Don't remember search in last view. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11055 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 17:56:38 +00:00 |
|
Andrew Ozz
|
6358bca7d2
|
Notice fixes, props sivel, see #9393
git-svn-id: https://develop.svn.wordpress.org/trunk@11052 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 12:24:45 +00:00 |
|
Andrew Ozz
|
ad16220db1
|
Properly set the default tab in the uploader, props fuggi, fixes #7219
git-svn-id: https://develop.svn.wordpress.org/trunk@11051 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 11:10:15 +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
|
c23db792be
|
Change text in link categories forms, fixes #9612
git-svn-id: https://develop.svn.wordpress.org/trunk@11047 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 07:29:01 +00:00 |
|
Ryan Boren
|
98244137a4
|
Grammar fix. Props novasource, Denis-de-Bernardy. fixes #9135
git-svn-id: https://develop.svn.wordpress.org/trunk@11046 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 06:50:03 +00:00 |
|
Ryan Boren
|
b1af620cfb
|
When on create page, default favorite actions to the correspoding manage page.
git-svn-id: https://develop.svn.wordpress.org/trunk@11044 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 01:47:20 +00:00 |
|
Ryan Boren
|
73ee0e829b
|
When on manage page, default favorite actions to the correspoding create page.
git-svn-id: https://develop.svn.wordpress.org/trunk@11043 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 01:30:15 +00:00 |
|
Ryan Boren
|
43460fd224
|
Update plugins leader text
git-svn-id: https://develop.svn.wordpress.org/trunk@11042 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 01:29:49 +00:00 |
|
Andrew Ozz
|
e3830feb21
|
Remove remnants from widgets search, see #9511
git-svn-id: https://develop.svn.wordpress.org/trunk@11041 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-22 01:06:15 +00:00 |
|
Mark Jaquith
|
3c2fd1ca40
|
Drop the dual-use of db_version. Now it just stores the version. Post-upgrade hook triggered by separate binary db_upgraded option. fixes #9618
git-svn-id: https://develop.svn.wordpress.org/trunk@11040 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-21 23:12:57 +00:00 |
|
Ryan Boren
|
677a8f5387
|
Fix all link. Props mtekk. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11039 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-21 22:57:23 +00:00 |
|
Ryan Boren
|
4fefd15731
|
Use dist pczlip. see #9615 #9464
git-svn-id: https://develop.svn.wordpress.org/trunk@11038 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-21 22:42:25 +00:00 |
|
Ryan Boren
|
0469b9ce24
|
Typo fix. Props DD32. fixes #9609
git-svn-id: https://develop.svn.wordpress.org/trunk@11036 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-21 22:06:15 +00:00 |
|
Ryan Boren
|
19069cab03
|
Remember last view for comments page
git-svn-id: https://develop.svn.wordpress.org/trunk@11035 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-21 21:12:01 +00:00 |
|
Ryan Boren
|
40a49d7481
|
Remember last view for plugins page. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11034 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-21 20:38:17 +00:00 |
|
Ryan Boren
|
0692a7bd20
|
Hook name back-compat from Denis-de-Bernardy. fixes #9438
git-svn-id: https://develop.svn.wordpress.org/trunk@11032 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-21 19:49:56 +00:00 |
|
Ryan Boren
|
30e5072c9e
|
Remember status and page when redirecting. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11029 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-21 19:17:44 +00:00 |
|
Andrew Ozz
|
c9ebd34b88
|
Remove passing by reference in WP_Upgrader, see #7875
git-svn-id: https://develop.svn.wordpress.org/trunk@11028 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-21 08:10:41 +00:00 |
|
Ryan Boren
|
493a97c532
|
Add per page screen option to plugins page. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11027 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-21 06:49:53 +00:00 |
|
Andrew Ozz
|
3ff9ca71db
|
Show thumbnails for comments on attachments on Edit Comments screen
git-svn-id: https://develop.svn.wordpress.org/trunk@11026 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-21 05:01:04 +00:00 |
|
Ryan Boren
|
db38aa397e
|
Update pclzip to 2.7. Props simek. fixes #9464
git-svn-id: https://develop.svn.wordpress.org/trunk@11025 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-20 22:25:40 +00:00 |
|
Ryan Boren
|
3ce92cfb8a
|
Cast to array to avoid warning. Props Denis-de-Bernardy, pamelatech. fixes #9116
git-svn-id: https://develop.svn.wordpress.org/trunk@11021 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-20 20:37:23 +00:00 |
|
Ryan Boren
|
ed24743eb5
|
Use unlocalized hook name. Props hakre. fixes #9438
git-svn-id: https://develop.svn.wordpress.org/trunk@11017 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-20 19:48:11 +00:00 |
|
Ryan Boren
|
e201304529
|
Fix bulk action lists. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11014 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-20 19:23:33 +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
|
f09b95e5f5
|
Install/upgrade cleanups. Props DD32, sivel. see #7875
git-svn-id: https://develop.svn.wordpress.org/trunk@11012 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-20 18:15:08 +00:00 |
|
Andrew Ozz
|
deba40e5b9
|
Press This notice fixes, props DD32, fixes #9593
git-svn-id: https://develop.svn.wordpress.org/trunk@11010 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-20 11:14:37 +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 |
|
Peter Westwood
|
54bf093efc
|
Better view on Manage Themes when only one theme installed. Fixes #9029.
git-svn-id: https://develop.svn.wordpress.org/trunk@11008 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-19 20:56:02 +00:00 |
|
Ryan Boren
|
b34a59b835
|
Add manage_comments_custom_column hook. Props sirzooro, coffee2code. fixes #9583
git-svn-id: https://develop.svn.wordpress.org/trunk@11007 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-19 20:18:27 +00:00 |
|
Ryan Boren
|
d89d4ef685
|
RTL fixes. Props yoavf. fixes #9521
git-svn-id: https://develop.svn.wordpress.org/trunk@11006 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-19 20:07:58 +00:00 |
|
Ryan Boren
|
603fba4ad4
|
consolidate plugin/theme/core upgrade/install functions. Props DD32. see #7875
git-svn-id: https://develop.svn.wordpress.org/trunk@11005 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-19 19:36:28 +00:00 |
|
Ryan Boren
|
cff07d7f0d
|
Show actions based on plugin active status. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11004 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-19 18:53:05 +00:00 |
|
Ryan Boren
|
4cd99b0f04
|
Plugin search and paging. Props DD32. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11003 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-19 18:50:22 +00:00 |
|
Ryan Boren
|
ff50150630
|
Fix translation of plugin metadata. Props DD32. fixes #9573
git-svn-id: https://develop.svn.wordpress.org/trunk@11002 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-19 18:45:09 +00:00 |
|
Ryan Boren
|
85c2295ced
|
Move leader text to contextual help. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11001 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-19 01:27:18 +00:00 |
|
Ryan Boren
|
cd7b969f9f
|
Add filter showing all plugins that have an upgrade available. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@11000 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-19 01:22:02 +00:00 |
|
Ryan Boren
|
8511a85eae
|
Add plugin filter by status. Move help verbage to contextual help. see #9527
git-svn-id: https://develop.svn.wordpress.org/trunk@10999 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-19 01:11:13 +00:00 |
|
Ryan Boren
|
1c40d30776
|
Improve meta_form() query. Props Denis-de-Bernardy. fixes #8561
git-svn-id: https://develop.svn.wordpress.org/trunk@10998 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-18 23:48:07 +00:00 |
|
Andrew Ozz
|
d57b05e3ab
|
Add "View page" link in the status notice after a page has been updated
git-svn-id: https://develop.svn.wordpress.org/trunk@10996 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-18 08:12:44 +00:00 |
|
Andrew Ozz
|
f9007b9ac8
|
Add "code" class to more URL input fields, props johnbillion, fixes #8383
git-svn-id: https://develop.svn.wordpress.org/trunk@10995 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-18 06:47:56 +00:00 |
|
Ryan Boren
|
540fbabdb0
|
Case-insensitive sorting of themes in themes.php. Props demetris. fixes #9570
git-svn-id: https://develop.svn.wordpress.org/trunk@10993 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 21:31: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
|
aacf7f3f4d
|
Enforce unique email addresses. Props Denis-de-Bernardy. fixes #9563
git-svn-id: https://develop.svn.wordpress.org/trunk@10990 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 18:43:40 +00:00 |
|
Andrew Ozz
|
d96dc87343
|
Keep the same name and remove unused core, see [10987]
git-svn-id: https://develop.svn.wordpress.org/trunk@10988 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 12:55:03 +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 |
|
Mark Jaquith
|
2a9cc5e19d
|
elbow room for upgrade.php
git-svn-id: https://develop.svn.wordpress.org/trunk@10986 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 08:00:48 +00:00 |
|
Mark Jaquith
|
c202bc24e5
|
slightly more friendly database upgrade message
git-svn-id: https://develop.svn.wordpress.org/trunk@10985 602fd350-edb4-49c9-b593-d223f7449a82
|
2009-04-17 07:46:43 +00:00 |
|