azaozz
|
8b64b300cc
|
Fix cache in WP_Widget_Recent_Posts, fixes #10251 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-26 14:35:40 +00:00 |
|
azaozz
|
ec0eadf2c4
|
Use CSS instead of nbsp, props demetris, fixes #10206 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11649 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-26 12:56:24 +00:00 |
|
azaozz
|
64067f4612
|
Fix overlap in plugin and theme editors, props eddieringle, fixes #10101 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11647 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-26 11:07:10 +00:00 |
|
ryan
|
8483a08d39
|
Sort wp_page_menu() by menu_order. Props nathanrice. fixes #10266
git-svn-id: http://svn.automattic.com/wordpress/trunk@11642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-26 05:24:02 +00:00 |
|
ryan
|
82472f5474
|
Fix role translation. fixes #10270 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11640 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-25 17:18:56 +00:00 |
|
azaozz
|
4ad0ddf7aa
|
Fix the test for autosave in post.js, fixes #10135 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-25 06:03:14 +00:00 |
|
ryan
|
c6838b1761
|
Pass delimiter to preg_quote(). Props Denis-de-Bernardy. see #9955
git-svn-id: http://svn.automattic.com/wordpress/trunk@11634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-23 22:10:46 +00:00 |
|
ryan
|
00c27d7e17
|
Revert [11524]. curl has its problems, but so does everything else. see #9998 fixes #10104 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11630 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-23 19:18:27 +00:00 |
|
ryan
|
4c0207a772
|
Merge latest pomo. Works around mbstring.func_overload. Props nbachiyski. fixes #10236 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11626 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-23 16:32:52 +00:00 |
|
westi
|
2562197d3b
|
Correct phpDoc comment for add_filter. Fixes #10164 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11617 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-20 18:14:46 +00:00 |
|
westi
|
0dba5eddcf
|
Introduce _deep_replace() and use it to improve the stripping of percent encoded values from urls. Fixes #10226 for trunk.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11615 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-20 17:42:24 +00:00 |
|
azaozz
|
740a42b75a
|
Always load the Dashboard RSS widgets with AJAX, see #10133 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11613 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-20 10:30:09 +00:00 |
|
markjaquith
|
6283b5aaf1
|
Create wp_validate_redirect(), have the upgrade done link use it. props Westi. fixes #10193 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11610 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-19 19:30:17 +00:00 |
|
ryan
|
ddad3fa4a5
|
absint paged
git-svn-id: http://svn.automattic.com/wordpress/trunk@11606 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-19 17:30:39 +00:00 |
|
ryan
|
3737553e65
|
Reduce SimplePie memory usage. Props link92. fixes #10147 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11599 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-18 19:38:08 +00:00 |
|
ryan
|
b37b56a339
|
Optimize timezone dropdown creation. Props sambauers. fixes #10125 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11597 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-18 17:40:40 +00:00 |
|
azaozz
|
8502dc0487
|
Fall back to wp-tinymce.js if wp-tinymce.js.gz doesn't exist
git-svn-id: http://svn.automattic.com/wordpress/trunk@11589 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-17 01:06:32 +00:00 |
|
ryan
|
c0752626de
|
Plugin install fixes. Props Denis-de-Bernardy. see #10192
git-svn-id: http://svn.automattic.com/wordpress/trunk@11585 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-16 19:36:48 +00:00 |
|
ryan
|
4d0c574bed
|
Don't write to htaccess every time page is saved. Add hard/soft flush flag to flush_rules(). Make sure fopen is successful and silence errors. Props Viper007Bond. fixes #10181 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11578 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-16 02:44:28 +00:00 |
|
ryan
|
8ffd022581
|
Add missing brackets. Props westonruter. fixes #8446 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11567 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-15 00:28:52 +00:00 |
|
ryan
|
4e6f054b47
|
Menu fixes
git-svn-id: http://svn.automattic.com/wordpress/trunk@11565 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-15 00:22:53 +00:00 |
|
azaozz
|
cb0b89a71c
|
is_active_sidebar() should use wp_get_sidebars_widgets(), props greenshady and Denis-de-Bernardy, fixes #10136
git-svn-id: http://svn.automattic.com/wordpress/trunk@11562 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-14 08:37:07 +00:00 |
|
azaozz
|
cff6cd66cd
|
CSS tweaks for the uploader and Media Library, props hailin, fixes #10110
git-svn-id: http://svn.automattic.com/wordpress/trunk@11557 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-13 05:03:43 +00:00 |
|
ryan
|
6c2cebdc56
|
Bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@11552 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-11 04:45:31 +00:00 |
|
matt
|
ecb825e4f1
|
Bumpity bump bump.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11549 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-11 01:29:29 +00:00 |
|
azaozz
|
4a60e70973
|
Fix check for a published post in calendar widget, props Denis-de-Bernardy, fixes #10091
git-svn-id: http://svn.automattic.com/wordpress/trunk@11548 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-11 00:04:20 +00:00 |
|
azaozz
|
de9947cc09
|
CSS tweak for Feature Filter (Theme Installer), props demetris, fixes #10088
git-svn-id: http://svn.automattic.com/wordpress/trunk@11547 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-10 22:11:26 +00:00 |
|
azaozz
|
5b0098f4d7
|
CSS tweaks for plugin page, props Denis-de-Bernardy, fixes #10054
git-svn-id: http://svn.automattic.com/wordpress/trunk@11546 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-10 21:55:14 +00:00 |
|
westi
|
c5ae6aa620
|
Remove theme_basename() for now as the changeset that introduced it was reverted and nothing uses it. See #10067.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11545 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-10 16:36:46 +00:00 |
|
westi
|
0c2e8444c4
|
Replace the _ before sorting the timezones. Fixes #10066 props nbachiyski.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-10 16:23:20 +00:00 |
|
azaozz
|
333924fbec
|
Check if turbo-nag exists and don't initialize Gears on every page load to check if it's enabled only check if it's installed to prevent crash in Firefox 3.0.10. Fixes #10083
git-svn-id: http://svn.automattic.com/wordpress/trunk@11538 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-10 02:52:16 +00:00 |
|
azaozz
|
8409a9149a
|
In get_posts() "category" is expected to be a string
git-svn-id: http://svn.automattic.com/wordpress/trunk@11536 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-09 21:48:58 +00:00 |
|
azaozz
|
71b4ed94f2
|
Add translation domain to the timezone picker, props nbachiyski, fixes #10066
git-svn-id: http://svn.automattic.com/wordpress/trunk@11533 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-08 21:02:19 +00:00 |
|
azaozz
|
ac029b70cf
|
bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@11532 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-07 22:59:07 +00:00 |
|
azaozz
|
331751ae01
|
CSS tweaks for the plugins screen, same style for active and inactive for all screens
git-svn-id: http://svn.automattic.com/wordpress/trunk@11531 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-07 22:43:31 +00:00 |
|
azaozz
|
1f2eb2f8b8
|
Allow CodePress to be disabled from Screen Options, see #10027
git-svn-id: http://svn.automattic.com/wordpress/trunk@11530 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-07 01:52:44 +00:00 |
|
ryan
|
a6e6817154
|
Initialize var. Props dd32. fixes #10050
git-svn-id: http://svn.automattic.com/wordpress/trunk@11529 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-06 15:02:55 +00:00 |
|
ryan
|
261f318c8a
|
Use array instead of query string notation. Prop dd32, kamiyeye. fixes #10047
git-svn-id: http://svn.automattic.com/wordpress/trunk@11528 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-06 14:44:38 +00:00 |
|
azaozz
|
782b2624e3
|
Preferred transport: move curl to last position and fockopen to 2nd position due to higher compatibility, props DD32, fixes #9998
git-svn-id: http://svn.automattic.com/wordpress/trunk@11524 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-06 06:51:35 +00:00 |
|
azaozz
|
75eb453e8c
|
CSS tweaks for plugins-all screen
git-svn-id: http://svn.automattic.com/wordpress/trunk@11523 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-06 03:33:20 +00:00 |
|
ryan
|
d026ea7673
|
Pass name to sidebar, footer, and header get actions. Props scribu. fixes #10022
git-svn-id: http://svn.automattic.com/wordpress/trunk@11521 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-04 17:59:14 +00:00 |
|
azaozz
|
75a3b36310
|
Fix the border in the install plugins table
git-svn-id: http://svn.automattic.com/wordpress/trunk@11520 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-04 08:21:17 +00:00 |
|
ryan
|
c7d287c45a
|
Don't pass by reference. Props kamiyeye. fixes #9994
git-svn-id: http://svn.automattic.com/wordpress/trunk@11518 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-04 05:32:58 +00:00 |
|
azaozz
|
cf7300c795
|
Add gray background to inactive rows on plugins screen
git-svn-id: http://svn.automattic.com/wordpress/trunk@11517 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-04 02:08:34 +00:00 |
|
azaozz
|
84ff783414
|
Using css to hide the Save button in widgets without settings, props Denis-de-Bernardy, fixes #10020
git-svn-id: http://svn.automattic.com/wordpress/trunk@11516 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-04 00:52:31 +00:00 |
|
azaozz
|
e0a2b8eebe
|
Improve widgets hooks, props Denis-de-Bernardy, fixes #10013
git-svn-id: http://svn.automattic.com/wordpress/trunk@11510 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-03 11:33:17 +00:00 |
|
ryan
|
206db6eddb
|
Bump
git-svn-id: http://svn.automattic.com/wordpress/trunk@11509 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-03 10:20:18 +00:00 |
|
azaozz
|
7182b0dbb4
|
Add more translator comments for placeholders, props nbachiyski, fixes #10002
git-svn-id: http://svn.automattic.com/wordpress/trunk@11506 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-02 07:21:42 +00:00 |
|
azaozz
|
d99872af71
|
Allow translators to change the curly quotes in wptexturize(), props nbachiyski fixes #10001
git-svn-id: http://svn.automattic.com/wordpress/trunk@11504 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-02 00:27:53 +00:00 |
|
azaozz
|
a71b8736cd
|
Add "Accessibility Mode" for widgets screen (can be turned on from Screen Options). Add set_user_setting() to the UI state saving functions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11503 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-06-01 23:31:34 +00:00 |
|