Commit Graph

5478 Commits

Author SHA1 Message Date
azaozz
8dff8f9f73 Properly escape comment_author_url when displaying, for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11721 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-18 23:21:50 +00:00
azaozz
8e564c4782 Properly sanitize Gears storeName for IDN domains, fixes #9594
git-svn-id: http://svn.automattic.com/wordpress/trunk@11719 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-18 06:27:42 +00:00
azaozz
e67872f12e Correct icon_url over SSL in add_object_page(), props johnbillion, fixes #10412
git-svn-id: http://svn.automattic.com/wordpress/trunk@11717 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-15 08:36:45 +00:00
azaozz
93b0be9b0c Fix plugins descriptions localization, props Denis-de-Bernardy, fixes #10382
git-svn-id: http://svn.automattic.com/wordpress/trunk@11716 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-14 08:54:03 +00:00
azaozz
9afb0a1277 Fix notice in upload.php, props mrmist, fixes #10223
git-svn-id: http://svn.automattic.com/wordpress/trunk@11715 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-14 08:39:56 +00:00
azaozz
7842ab84d9 Improve temp file name, props DD32, fixes #10224
git-svn-id: http://svn.automattic.com/wordpress/trunk@11712 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-14 08:12:18 +00:00
azaozz
b86edde092 Fix converting of HTML entities in Quick editor for comments, don't output QE data when the user cannot edit comments, fixes #9935
git-svn-id: http://svn.automattic.com/wordpress/trunk@11711 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-14 07:59:52 +00:00
westi
9f3da8a6ef Call wp_dropdown_users() with echo=0 when outputting the quickedit and bulkedit forms so as to remove the need for output buffering. Fixes #10062 props johnbillion.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11709 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-11 09:17:09 +00:00
westi
2705e7ff47 Remove comment quickedit data from the dashboard recent comments widget. Fixes #9603 props coffee2code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11708 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-11 09:11:15 +00:00
westi
f0007384e4 Provide a pre-filled wp-config.php file in a textarea if setup-config can't write to the server. Fixes #10107 props filosofo.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11705 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-09 21:35:47 +00:00
westi
a809b6a57f Fix typo in type_url_from_video() link text description. Fixes #10071 props Denis-de-Bernardy.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11704 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-09 21:21:57 +00:00
westi
9247aae5cc Make checked and selected compare more carefully and update the phpdoc with the correct @since version. Fixes #9862 props Denis-de-Bernardy.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11703 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-09 21:13:23 +00:00
ryan
36d7a55b5e change wp_ajax_nopriv in admin-ajax.php to support GET as well as POST. Props dd32. fixes #10345
git-svn-id: http://svn.automattic.com/wordpress/trunk@11694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-06 16:55:07 +00:00
ryan
57b330b0ed Don't allow direct loading of link-parse-opml.php. This file needs to go away someday.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11682 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-02 03:15:00 +00:00
azaozz
f385e7da46 Use new jQuery methods when adding, editing and deleting tags with AJAX, fix warning when deleting tags, see #10239
git-svn-id: http://svn.automattic.com/wordpress/trunk@11676 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-01 08:12:39 +00:00
azaozz
1a88d01e90 Fix the rounded corners on .widefat, for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11674 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-07-01 07:31:37 +00:00
ryan
3722d82269 Check that token_get_all() exists before creating documentation links. fixes #10261 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11671 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-29 20:48:12 +00:00
ryan
a24a68b2e6 Change update string to indicate if version is the original English one, or the local one. Props nbachiyski. fixes #10117 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11669 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-29 20:25:51 +00:00
ryan
6f53717be4 Proper permissions for newly created files. Props azaozz. fixes #10170 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11667 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-29 20:23:04 +00:00
ryan
665989f969 RTL admin fixes. Props sambauers, nbachiyski. fixes #10159 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11665 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-29 00:40:26 +00:00
azaozz
4b3d0ed00e Fix vertical misalignment and cell borders in IE, props demetris, fixes #10090 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11664 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-28 03:41:01 +00:00
azaozz
daa5da7259 Fix pending comments count, paging and comments requests while moderating for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11660 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-27 22:40:06 +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
0c8f4cba63 Don't show error message when updating a custom field without changing its value. see #10254
git-svn-id: http://svn.automattic.com/wordpress/trunk@11644 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-26 06:19:54 +00:00
ryan
2f090d1e30 Don't lose upload error messages. Props filosofo. fixes #10238 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11638 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-25 06:09:22 +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
75c820b140 Enforce stream_get_contents() requirement for ssh2 fs. Props dd32. fixes #10093 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11632 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-23 21:54:53 +00:00
ryan
a64bd28ddb Fix back-compat plugins page redirects. Props filosofo. fixes #10246 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11628 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-23 17:23:11 +00:00
westi
897f52c524 Remove the cruft. Fixes #10227 for trunk props sirzooro.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11619 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-20 18:50:31 +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
westi
00f1078629 Make it easier for plugins to add extra fields to the Edit Category/Tag forms. Fixes #8831 for trunk props Denis-de-Bernardy
git-svn-id: http://svn.automattic.com/wordpress/trunk@11608 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-19 18:56:28 +00:00
ryan
f978e54cd9 Enforce incoming links item limit
git-svn-id: http://svn.automattic.com/wordpress/trunk@11604 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-19 06:08:27 +00:00
ryan
2f20a9693c Revert oops
git-svn-id: http://svn.automattic.com/wordpress/trunk@11603 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-19 06:08:03 +00:00
ryan
5f37d31754 Enforce incoming links item limit
git-svn-id: http://svn.automattic.com/wordpress/trunk@11602 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-19 06:07:25 +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
ryan
947f1ce2c6 Require all plugin page requests (?page=) to be for registered plugins pages. Provides CYA for plugins that don't do enough cap checking. action requests not bound to a plugin page still go through.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11595 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-18 00:33:07 +00:00
ryan
71f507ac47 More menu fixes
git-svn-id: http://svn.automattic.com/wordpress/trunk@11592 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-17 19:50:38 +00:00
westi
5d044d03aa Improve description of comments_per_page option. Fixes #9900 props hailin.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11591 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-17 06:56:34 +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
9d293d9f0e Increase download_url() timeout from 30 to 60. see #10104
git-svn-id: http://svn.automattic.com/wordpress/trunk@11587 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-16 19:39:31 +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
e007633fcd Trim query strings from menu entries before seeing if a corresponding file exists. fixes #10132 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11582 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-16 17:11:53 +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
azaozz
fe813ce063 Do not reuse deleted widget instances IDs, fixes #10092 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11577 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-15 23:57:52 +00:00
ryan
fc67a8145e Return empty array instead of false from get_editable_user_ids. Props Denis-de-Bernardy, pairg. fixes #10119 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11571 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-15 17:48:42 +00:00
ryan
547996eb20 Fix fatal error in incoming links dashboard module when author not defined. Props jikamens. fixes #10162 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11569 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-15 16:56:51 +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
3ba803dc49 Fix typo, props morfiusx and Denis-de-Bernardy, fixes #10137 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11564 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-14 09:28:29 +00:00
azaozz
00a9c29c6e Fix typo in update-core.php, props takayukister, fixes #10140 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11561 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-14 08:04:26 +00:00
azaozz
6615e5390c Fix the flash uploader button font, props demetris, fixes #10113 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11559 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-13 09:37:19 +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
90d0e0ffe9 Check delete caps for delete action links. Props johnbillion. fixes #10121 for trunk
git-svn-id: http://svn.automattic.com/wordpress/trunk@11555 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-12 13:41:17 +00:00
azaozz
571964a96b H2 "Add New" buttons for the main screens
git-svn-id: http://svn.automattic.com/wordpress/trunk@11554 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-12 03:20:16 +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
azaozz
8beede3cde Pointer cursor for switch in Quick Edit, props johnbillion, fixes #10064
git-svn-id: http://svn.automattic.com/wordpress/trunk@11542 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-10 10:24:05 +00:00
azaozz
281d6bb761 Fix plugin version check when updating, props dd32, fixes #10058
git-svn-id: http://svn.automattic.com/wordpress/trunk@11541 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-10 10:16:00 +00:00
azaozz
d9f6ce317b Press This css tweaks, props noel
git-svn-id: http://svn.automattic.com/wordpress/trunk@11540 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-10 09:50:40 +00:00
azaozz
98fece4a2a Fix insecure content warnings when Manage Themes is loaded via https, props peaceablewhale, fixes #10080
git-svn-id: http://svn.automattic.com/wordpress/trunk@11539 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-10 06:55:29 +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
797b1c59ae Remove cache-manifest.php, see #7262
git-svn-id: http://svn.automattic.com/wordpress/trunk@11537 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-09 22:29:59 +00:00
azaozz
d967d1495b Fix permission check on Edit Pages screen, props johnbillion, fixes #10074
git-svn-id: http://svn.automattic.com/wordpress/trunk@11535 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-09 03:38:38 +00:00
azaozz
d8b86813c6 Don't show Change Permalinks button when user doesn't have permission, props johnbillion, fixes #10072
git-svn-id: http://svn.automattic.com/wordpress/trunk@11534 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-08 21:42:35 +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
3dce6ba3fe Validation fix. Props Harish. fixes #10049
git-svn-id: http://svn.automattic.com/wordpress/trunk@11527 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-06 14:39:34 +00:00
azaozz
52e86803d1 CSS fix for vertical misalignment in user-edit.php, props demetris, fixes #10036
git-svn-id: http://svn.automattic.com/wordpress/trunk@11526 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-06 10:01:04 +00:00
azaozz
d35438efe3 WP Upgrader improvements, props DD32, fixes #9836
git-svn-id: http://svn.automattic.com/wordpress/trunk@11525 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-06 08:14:41 +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
azaozz
fe69958bb6 Fix vertical misalignment in user-edit.php, fixes #10036
git-svn-id: http://svn.automattic.com/wordpress/trunk@11522 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-06 03:15:13 +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
azaozz
a693639ced Add styling to the search results table for plugins, props Denis-de-Bernardy, fixes #9921
git-svn-id: http://svn.automattic.com/wordpress/trunk@11519 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-04 07:46:00 +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
5423ca07b3 Move buttons from row 4 to row 3 in the editor when row 3 is empty, fixes #9840
git-svn-id: http://svn.automattic.com/wordpress/trunk@11515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-03 23:00:57 +00:00
ryan
fdf5bef23a Pass taxonomy to_tag_row() when adding tags via ajax. Props dd32. fixes #10019
git-svn-id: http://svn.automattic.com/wordpress/trunk@11512 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-03 16:39:39 +00:00
azaozz
06cdab52ac Add .description html class to edit-category-form.php and edit-tag-form.php, props Simek, fixes #9845
git-svn-id: http://svn.automattic.com/wordpress/trunk@11511 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-03 11:50:06 +00:00
azaozz
e4e96c17b2 Add $hook_suffix as js var, fixes #10008
git-svn-id: http://svn.automattic.com/wordpress/trunk@11508 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-03 07:06:45 +00:00
azaozz
c1df9fe122 Add two more images to manifest.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@11507 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-03 01:38:27 +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
b161634c82 Take <p> out of translatable string, props nbachiyski, fixes #9995
git-svn-id: http://svn.automattic.com/wordpress/trunk@11505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-02 00:36:49 +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
markjaquith
ae103262a4 We do not use plugin, we use file
git-svn-id: http://svn.automattic.com/wordpress/trunk@11500 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-06-01 00:01:33 +00:00
azaozz
e53c5c50f7 Test writability of ABSPATH when upgrading core or WP_PLUGIN_DIR when installing/updating themes and plugins, fixes #9936
git-svn-id: http://svn.automattic.com/wordpress/trunk@11499 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-31 21:08:03 +00:00
azaozz
b7bc0faa73 Reload the widget form with the ajax response after save, add Close link to the widgets, don't auto-close on save to show possible errors returned from validation
git-svn-id: http://svn.automattic.com/wordpress/trunk@11498 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-31 11:34:08 +00:00
azaozz
f09eba1776 Fix margin on Find Themes button
git-svn-id: http://svn.automattic.com/wordpress/trunk@11497 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-31 01:11:07 +00:00
azaozz
b91f8dae21 Reduce default Thickbox height on plugins install screen, props scribu, fixes #9986
git-svn-id: http://svn.automattic.com/wordpress/trunk@11496 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-31 00:36:41 +00:00
westi
7a9955a64a Fix plugin/theme upgrade issues when using ftp extension. Fixes #9980 props DD32.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11495 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-30 17:14:07 +00:00
westi
4120f8e0d7 Add context to the translation of Tag in the theme installer. Fixes #9981.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11494 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-30 10:33:51 +00:00
westi
0de9090898 Ensure the errors array is always defined so as to always have something to return
git-svn-id: http://svn.automattic.com/wordpress/trunk@11492 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-30 09:55:32 +00:00
ryan
485174959d RTL fixes. Props yoavf. fixes #9975
git-svn-id: http://svn.automattic.com/wordpress/trunk@11487 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-29 19:28:59 +00:00
ryan
77aea25489 Add tool_box action to tools.php. Allows appending to tools.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11486 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-29 19:15:32 +00:00
ryan
9dbf550f9e Fix notice when searching categories. Props gortsleigh. fixes #9970
git-svn-id: http://svn.automattic.com/wordpress/trunk@11485 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-29 16:36:44 +00:00
azaozz
7e52231ce1 Fix submenu position and state on folded admin menu, props sambauers, fixes #9956
git-svn-id: http://svn.automattic.com/wordpress/trunk@11483 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-29 07:42:55 +00:00
azaozz
ad038538e3 Always show the open/close arrow next to the widget title, fixes #9914
git-svn-id: http://svn.automattic.com/wordpress/trunk@11482 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-29 07:22:36 +00:00
ryan
26a7d0ef4f Fix search for custom taxonomies. Props gortsleigh. fixes #9971
git-svn-id: http://svn.automattic.com/wordpress/trunk@11481 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-29 02:54:44 +00:00
ryan
6d0ab21e92 Revert [11475]. Keep those strings frozen for 2.8. see #9900
git-svn-id: http://svn.automattic.com/wordpress/trunk@11479 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-28 21:36:44 +00:00
ryan
833fd18478 Generate correct links for custom taxonomies. Props gortsleigh. fixes #9967
git-svn-id: http://svn.automattic.com/wordpress/trunk@11478 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-28 21:26:01 +00:00
ryan
00f547cbe0 Fix notice. Props wnorris. fixes #8433
git-svn-id: http://svn.automattic.com/wordpress/trunk@11477 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-28 20:35:09 +00:00
ryan
f6a809c4af Note that paging applies to top-level comment counts. Props hailin. fixes #9900
git-svn-id: http://svn.automattic.com/wordpress/trunk@11475 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-28 16:50:39 +00:00
azaozz
4d32d869c8 Adds the bulk actions to the bottom of the plugins listing table and other fixes, props dd32, fixes #9838
git-svn-id: http://svn.automattic.com/wordpress/trunk@11474 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-28 11:02:16 +00:00
ryan
a3c2702e3a Add confirmation AYS when upgrading a theme. fixes #9904
git-svn-id: http://svn.automattic.com/wordpress/trunk@11470 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-27 19:05:58 +00:00
azaozz
6b559e2124 Ensure autosave is run before showing preview for new posts/pages.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11466 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-27 11:04:00 +00:00
ryan
a4a448741e Fix unlink warning. see #9936
git-svn-id: http://svn.automattic.com/wordpress/trunk@11465 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-27 00:56:32 +00:00
azaozz
0fc93e28fd Trim white space
git-svn-id: http://svn.automattic.com/wordpress/trunk@11463 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-26 22:42:23 +00:00
azaozz
51e5201348 Fix the inserting of caption shortcode when the upload path contains "align"
git-svn-id: http://svn.automattic.com/wordpress/trunk@11462 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-26 22:33:02 +00:00
ryan
97389f6df9 Don't use short tag. Props DD32. fixes #9920
git-svn-id: http://svn.automattic.com/wordpress/trunk@11459 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-26 04:38:09 +00:00
westi
48e58fc5a2 Allow a plugin to filter the list of Page statuses. Fies #9928 props coffee2code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11458 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-25 21:47:11 +00:00
azaozz
b773a469eb Improve Filesystem method choice for 'direct'; introduce FS_METHOD constant, props DD32, fixes #9936
git-svn-id: http://svn.automattic.com/wordpress/trunk@11454 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-25 10:39:21 +00:00
ryan
2df887bd07 Trim tailing whitespace
git-svn-id: http://svn.automattic.com/wordpress/trunk@11450 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-24 23:47:49 +00:00
ryan
d514a0d6b2 Set eol style
git-svn-id: http://svn.automattic.com/wordpress/trunk@11449 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-24 23:39:56 +00:00
westi
8a6eacda08 Hide options from users when they don't make any sense for them. Fixes #8433 props Denis-de-Bernardy.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11447 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-24 18:46:01 +00:00
azaozz
13c7249671 Delete widgets when dragged back to Available Widgets, add ui.droppable.js and ui.selectable.js, see #9511
git-svn-id: http://svn.automattic.com/wordpress/trunk@11445 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-24 15:46:09 +00:00
azaozz
552056c681 Plugins update notices css tweak
git-svn-id: http://svn.automattic.com/wordpress/trunk@11444 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-24 01:15:25 +00:00
azaozz
3f942844de Initialize $table variable in wp-admin/themes.php, props mdawaffe, fixes #9923
git-svn-id: http://svn.automattic.com/wordpress/trunk@11443 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-23 23:42:28 +00:00
westi
da5d1d8d15 Pass references and more context to the new 'user_profile_update_errors' hook. Fixes #9302.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11441 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-23 21:37:49 +00:00
azaozz
a38f306239 Plugins screen css tweaks
git-svn-id: http://svn.automattic.com/wordpress/trunk@11438 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-23 01:56:19 +00:00
azaozz
4a50994a4e TinyMCE 3.2.4, remove the autosave plugin and add the same functionality in autosave.js, fix double warning messages when leaving the page.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11437 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-22 22:08:17 +00:00
azaozz
c8ad766bb7 Attempt to fix jQuery UI unselectable form fields in widgets, label can be either explicit or implicit, not both.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11431 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-22 16:13:05 +00:00
azaozz
5ef0b8278e Fix cursor for folded menu, props sambauers, fixes #9901
git-svn-id: http://svn.automattic.com/wordpress/trunk@11429 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-22 15:40:46 +00:00
azaozz
0632395ad6 Fix saving and deleting of widgets settings for no-js and for some non-standard widgets, run the actions from the widgets screen when saving with ajax, see #9511
git-svn-id: http://svn.automattic.com/wordpress/trunk@11427 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-22 12:08:51 +00:00
azaozz
c9ce42c8a4 Fix styling for the plugins screen
git-svn-id: http://svn.automattic.com/wordpress/trunk@11422 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-21 09:40:11 +00:00
azaozz
85766ab12e Show "Delete" in Media -> Add New, props mgriepentrog, fixes #7879
git-svn-id: http://svn.automattic.com/wordpress/trunk@11421 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-21 01:42:40 +00:00
azaozz
17c11fb0f9 Remove background color fix for quick edit button bar, props Simek, fixes #9648
git-svn-id: http://svn.automattic.com/wordpress/trunk@11417 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-20 21:50:38 +00:00
azaozz
e5f7b9d7fc Add nowrap for a.button, fixes #9884
git-svn-id: http://svn.automattic.com/wordpress/trunk@11405 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-20 06:49:54 +00:00
azaozz
6232d3c395 Fix blue admin theme for new widgets screen, fixes #9878
git-svn-id: http://svn.automattic.com/wordpress/trunk@11403 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-19 18:55:58 +00:00
ryan
d36f0721c8 Reassign links to default cat when deleting link cats via ajax. fixes #9869
git-svn-id: http://svn.automattic.com/wordpress/trunk@11401 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-19 18:08:15 +00:00
ryan
6037ecb9a7 Don't double define ABSPATH. Props peaceablewhale. fixes #9863
git-svn-id: http://svn.automattic.com/wordpress/trunk@11393 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-19 15:29:57 +00:00
azaozz
a303904bd6 Some more styling for the plugins screen
git-svn-id: http://svn.automattic.com/wordpress/trunk@11391 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-19 01:27:34 +00:00
ryan
ebd479748b Move visit plugin site link from actions to meta. see #9849
git-svn-id: http://svn.automattic.com/wordpress/trunk@11389 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-18 22:17:58 +00:00
azaozz
80969e073e Clean the cache-manifests, make $manifest_version and $tinymce_version global vars accessible from the manifest
git-svn-id: http://svn.automattic.com/wordpress/trunk@11388 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-18 20:29:26 +00:00
ryan
fa2c456b29 Add plugin_row_meta filter
git-svn-id: http://svn.automattic.com/wordpress/trunk@11385 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-18 16:56:42 +00:00
ryan
d055804c01 Typo fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@11384 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-18 16:55:20 +00:00
markjaquith
3ebf837ced Deprecate sanitize_url() and clean_url() in favor of esc_url_raw() and esc_url()
git-svn-id: http://svn.automattic.com/wordpress/trunk@11383 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-18 16:00:33 +00:00
markjaquith
119b39cec2 deprecate wp_specialchars() in favor of esc_html(). Encode quotes for esc_html() as in esc_attr(), to improve plugin security.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11380 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-18 15:11:07 +00:00
azaozz
69dacfe471 Fix Screen Options and Help buttons
git-svn-id: http://svn.automattic.com/wordpress/trunk@11378 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-18 05:10:50 +00:00
azaozz
df3ecac02b Sanitize plugin update information, props hakre, fixes #5422
git-svn-id: http://svn.automattic.com/wordpress/trunk@11376 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-17 20:26:36 +00:00
azaozz
5310130057 HTML validity fixes, props hakre, fixes #9432
git-svn-id: http://svn.automattic.com/wordpress/trunk@11375 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-17 20:19:51 +00:00
azaozz
e0d5c54333 Refresh gallery.js
git-svn-id: http://svn.automattic.com/wordpress/trunk@11373 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-17 12:34:40 +00:00
azaozz
697923e9f0 Update SWFUpload to 2.2.0.1, see #9413
git-svn-id: http://svn.automattic.com/wordpress/trunk@11372 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-17 12:29:58 +00:00
westi
afcaa4b48d Add an action link to allow for plugins to be deleted individually. Also switch to storing the deletion information and redirecting before displaying. Fixes #9835 props DD32.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11371 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-17 09:39:32 +00:00
azaozz
31ee4f86c1 Add HTML break in user-new.php, props demetris, fixes #9834
git-svn-id: http://svn.automattic.com/wordpress/trunk@11369 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-16 21:51:32 +00:00
ryan
5f969d1034 Incorporate version into description. Put version, and author link beneath description (possibly incorporate other meta here).
git-svn-id: http://svn.automattic.com/wordpress/trunk@11368 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-16 19:45:31 +00:00
ryan
c84945ceee Always show action links for plugin rows. Move offsite links off of plugin name to new 'View Site' action.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11367 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-16 19:30:08 +00:00
azaozz
f69da836bf Add footer actions to iframe footer, props DD32, fixes #9832
git-svn-id: http://svn.automattic.com/wordpress/trunk@11366 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-16 19:21:29 +00:00
ryan
825b4c3b3a Revert [11307]. fixes #9842
git-svn-id: http://svn.automattic.com/wordpress/trunk@11363 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-16 17:19:30 +00:00
ryan
a5d66148b6 Trim long descriptions in plugin installer search results. Props DD32. fixes #9576
git-svn-id: http://svn.automattic.com/wordpress/trunk@11362 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-16 17:16:45 +00:00
azaozz
360720f615 Style tweaks for plugins delete confirmation page, props Simek, fixes #9799
git-svn-id: http://svn.automattic.com/wordpress/trunk@11361 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-16 07:09:03 +00:00
azaozz
795769a235 Margin fix for "updated" and "error" classes, props Simek, fixes #9802
git-svn-id: http://svn.automattic.com/wordpress/trunk@11360 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-16 06:53:41 +00:00
azaozz
d271668438 Clean up user-edit.php, add password strength meter to Add User and Edit User
git-svn-id: http://svn.automattic.com/wordpress/trunk@11359 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-16 06:29:10 +00:00
ryan
e8b025b971 Check if get_site_option() is defined. It isn't when auto upgrading from <= 2.7.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11357 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-16 05:05:11 +00:00
ryan
2854da3b5e Check if delete_transient() exists to avoid error when upgrading from releases that don't define it.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11356 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-16 04:56:13 +00:00
ryan
65e7f96541 Improve contextual help for widgets. Props demetris. fixes #9827
git-svn-id: http://svn.automattic.com/wordpress/trunk@11353 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-16 02:25:06 +00:00
ryan
a889a5a2df strip tags on post titles in recent comments dashboard widget. Props Denis-de-Bernardy, mastermind. fixes #9138
git-svn-id: http://svn.automattic.com/wordpress/trunk@11352 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-16 02:23:12 +00:00
ryan
24f847661f Support IIS 7.0 URL Rewrite Module. Props ruslany. Hat tips to peaceablewhale, hakre, Denis-de-Bernardy, sivel. fixes #8974
git-svn-id: http://svn.automattic.com/wordpress/trunk@11350 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-16 02:04:36 +00:00
azaozz
5a6cf8b500 Strip tags and convert < > to entities when appending widget title, fixes #9830
git-svn-id: http://svn.automattic.com/wordpress/trunk@11349 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-16 00:32:04 +00:00
ryan
acd92c27ab Add escaping for quick edit saves. Props hailin. fixes #9822
git-svn-id: http://svn.automattic.com/wordpress/trunk@11343 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-15 20:05:52 +00:00
azaozz
b0ae00fc0c Tweak p.help class, props Simek, fixes #9790
git-svn-id: http://svn.automattic.com/wordpress/trunk@11337 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-15 03:57:45 +00:00
ryan
e1fac77dca Give continents-cities their own textdomain. Props nbachiyski, Denis-de-Bernardy . fixes #9794
git-svn-id: http://svn.automattic.com/wordpress/trunk@11333 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-14 20:05:25 +00:00
azaozz
fc488172cc Don't display empty values in the user display name drop-down, props Simek, fix js to add newly entered First Name and Last Name, fixes #9813
git-svn-id: http://svn.automattic.com/wordpress/trunk@11330 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-14 17:01:04 +00:00
westi
69333a5b1b Give better instructions when installing over an existing users table. Fixes #9569 based on patch from coffee2code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11326 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-14 06:54:33 +00:00
ryan
1354d0660a Don't localize dates where not appropriate. Props Denis-de-Bernardy, hakre. fixes #9730
git-svn-id: http://svn.automattic.com/wordpress/trunk@11323 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-14 02:00:32 +00:00
ryan
b15d639afe Use the_author_meta(). Props sivel. see #9393
git-svn-id: http://svn.automattic.com/wordpress/trunk@11322 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-14 01:52:42 +00:00
ryan
5c4aebf1ab Import category descriptions. Props Denis-de-Bernardy. fixes #8840
git-svn-id: http://svn.automattic.com/wordpress/trunk@11321 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-13 23:23:26 +00:00
ryan
1a09fcc6ba Don't set user's url to http://. Props josephscott. fixes #9804
git-svn-id: http://svn.automattic.com/wordpress/trunk@11320 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-13 22:41:05 +00:00
ryan
8457db3774 Add option to send password to users created from admin. Props Denis-de-Bernardy. fixes #9669
git-svn-id: http://svn.automattic.com/wordpress/trunk@11319 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-13 22:35:17 +00:00
ryan
c383ff7450 Remove vestiges of what_to_show. Props filosofo. fixes #9815
git-svn-id: http://svn.automattic.com/wordpress/trunk@11318 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-13 22:28:56 +00:00
ryan
bcc453a997 Default plugins per page to 999
git-svn-id: http://svn.automattic.com/wordpress/trunk@11314 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-13 04:26:40 +00:00
markjaquith
bdf8e8fb38 Use a semantic class name for text targeted to screen readers. props filosofo. fixes #9791
git-svn-id: http://svn.automattic.com/wordpress/trunk@11312 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-12 22:40:56 +00:00
ryan
046401dd6b Typo fix. Props Denis-de-Bernardy. fixes #9801
git-svn-id: http://svn.automattic.com/wordpress/trunk@11311 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-12 20:18:32 +00:00
azaozz
12be75ed58 Fix notice in wp-admin/includes/widgets.php
git-svn-id: http://svn.automattic.com/wordpress/trunk@11309 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-12 19:12:50 +00:00
ryan
5dfb63c15b Sort active plugins before inactive plugins in all plugins list
git-svn-id: http://svn.automattic.com/wordpress/trunk@11307 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-12 17:32:57 +00:00
ryan
5924293d21 Update upload error strings. Props Askapache. fixes #9625
git-svn-id: http://svn.automattic.com/wordpress/trunk@11304 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-12 17:02:34 +00:00
ryan
def8fb6cd2 Pass user to actions. Props sirzooro. fixes #9795
git-svn-id: http://svn.automattic.com/wordpress/trunk@11302 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-12 16:54:18 +00:00
ryan
f5a6197172 Use absolute paths for includes. Props hakre. fixes #9750
git-svn-id: http://svn.automattic.com/wordpress/trunk@11301 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-12 16:47:49 +00:00
ryan
b3399e0b70 Remove unneeded pipe in admin footer. Props DD32, Denis-de-Bernardy. fixes #8676
git-svn-id: http://svn.automattic.com/wordpress/trunk@11298 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-12 06:10:08 +00:00
ryan
a74facf66a Ampersand validation fix. Props hakre. fixes #9402
git-svn-id: http://svn.automattic.com/wordpress/trunk@11296 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-12 05:58:57 +00:00
azaozz
ddf99ea21c Add style to the URL in automatic update/install messages, props Simek, fixes #9781
git-svn-id: http://svn.automattic.com/wordpress/trunk@11295 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-12 05:53:07 +00:00
azaozz
87976207f8 Add .help css class for the media library, fixes #9790
git-svn-id: http://svn.automattic.com/wordpress/trunk@11294 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-12 05:47:46 +00:00
ryan
d7cfd506a4 Allow quotes in passwords. fixes #8866
git-svn-id: http://svn.automattic.com/wordpress/trunk@11292 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-12 05:21:32 +00:00
ryan
91411dde28 Translate continent and city names for timezone picker. see #9794
git-svn-id: http://svn.automattic.com/wordpress/trunk@11290 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-12 01:04:16 +00:00
azaozz
4e36d39a86 Ensure Profile page has icon for all users, props jdub, fixes #9732
git-svn-id: http://svn.automattic.com/wordpress/trunk@11289 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-12 00:59:35 +00:00
azaozz
489da6fa67 Justify tag clouds, props Simek, fixes #9782
git-svn-id: http://svn.automattic.com/wordpress/trunk@11287 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-12 00:20:19 +00:00
azaozz
30d3e3377b Clear float in themes search results, props hakre, fixes #9694
git-svn-id: http://svn.automattic.com/wordpress/trunk@11286 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-12 00:08:31 +00:00
ryan
4e9ebf41a7 Show theme install help text only if user has install_themes cap.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11285 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-11 23:42:46 +00:00
ryan
6f81ec436c Fix hiding off offscreen legends in Firefox. Props Denis-de-Bernardy. fixes #9783
git-svn-id: http://svn.automattic.com/wordpress/trunk@11283 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-11 22:11:13 +00:00
ryan
efa4c276ed Remove manifest from html until we get it working. see #7262
git-svn-id: http://svn.automattic.com/wordpress/trunk@11280 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-11 21:07:21 +00:00
westi
c97f114917 Switch dotclear importer to use builtin UTF8 testing functionality. Fixes #9771 props hakre.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11278 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-11 20:26:27 +00:00
ryan
f0e8324f06 Fix plugin update notice
git-svn-id: http://svn.automattic.com/wordpress/trunk@11276 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-11 20:14:27 +00:00
ryan
f7c6d52341 Fix plugin update notice
git-svn-id: http://svn.automattic.com/wordpress/trunk@11275 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-11 20:12:03 +00:00
ryan
e56e677ec1 Add locale upgrade hint. Props nbachiyski. fixes #8729
git-svn-id: http://svn.automattic.com/wordpress/trunk@11273 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-11 19:44:21 +00:00
westi
94c4f7ce02 Better theme page help. Fixes #9745 based on patch from demetris.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11270 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-11 18:59:09 +00:00
ryan
f14028d743 Better excerpt text and linkage. Props demetris, Denis-de-Bernardy. fixes #9371
git-svn-id: http://svn.automattic.com/wordpress/trunk@11267 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-11 17:36:43 +00:00
ryan
4b413f9e33 Update password nage text. Props Denis-de-Bernardy. fixes #9710
git-svn-id: http://svn.automattic.com/wordpress/trunk@11266 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-11 17:34:24 +00:00
ryan
09dd9cf338 Add timezone_string to populate_options. Props hakre. fixes #9706
git-svn-id: http://svn.automattic.com/wordpress/trunk@11264 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-11 17:31:30 +00:00
ryan
3a4429841f Typo fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@11262 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-11 05:24:56 +00:00
ryan
390b263242 Remove intro
git-svn-id: http://svn.automattic.com/wordpress/trunk@11261 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-11 05:19:18 +00:00
ryan
19da2c8b95 Sanitize plugin update information. Props hakre, Viper007Bond. fixes #5422
git-svn-id: http://svn.automattic.com/wordpress/trunk@11258 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-11 04:50:36 +00:00
azaozz
602194e49a Put back disabling of sortables for folded sidebars, see #9511
git-svn-id: http://svn.automattic.com/wordpress/trunk@11256 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-10 10:33:30 +00:00
azaozz
aea091d87d Sort widgets by name case insensitive, fixes #9766
git-svn-id: http://svn.automattic.com/wordpress/trunk@11247 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-10 06:56:27 +00:00
azaozz
ad6e4d1a41 Append the widget's title to the header, adjust sidebar height after changing widgets, see #9511
git-svn-id: http://svn.automattic.com/wordpress/trunk@11246 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-10 00:49:48 +00:00
markjaquith
d7b015645d esc_js(). Shorter, follows new escaping naming convention.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11245 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-09 07:27:22 +00:00
ryan
e8025581b3 Revert line that breaks browser uploader
git-svn-id: http://svn.automattic.com/wordpress/trunk@11244 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-08 20:45:04 +00:00
ryan
d70e393e86 Typo fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@11242 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-08 18:21:05 +00:00
azaozz
66fa9d7da3 Properly unset widget number when saving
git-svn-id: http://svn.automattic.com/wordpress/trunk@11240 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-08 17:17:54 +00:00
azaozz
ba1741b6e5 Fix old format multi-number placeholder in widgets
git-svn-id: http://svn.automattic.com/wordpress/trunk@11238 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-07 21:58:45 +00:00
ryan
8cadff6853 Allow plugis to replace just the default help, preserving contextual.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11235 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-07 19:30:41 +00:00
azaozz
c54e64a00f Minor widgets screen css fixes
git-svn-id: http://svn.automattic.com/wordpress/trunk@11234 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-07 19:07:41 +00:00
azaozz
a1bb97313f Cast to string in array_key_exists() in media.php, props lusuonline, fixes #9749
git-svn-id: http://svn.automattic.com/wordpress/trunk@11233 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-07 17:28:51 +00:00
azaozz
193fabc6d5 Add missing "echo" in plugin installer, props Viper007Bond, fixes #9746
git-svn-id: http://svn.automattic.com/wordpress/trunk@11232 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-07 10:18:12 +00:00
westi
ac3b739302 Revert the rememeber last view for comments page code as it is confusing.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11231 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-07 07:38:14 +00:00
westi
51ff5245cf Set empty file type if skipping file type check. Fixes notices when importing. See #9393 props sivel.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11227 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-07 06:50:54 +00:00
westi
bec3e497e5 Notice fix for plugin editor when no functions found. See #9393 props sivel.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11226 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-07 06:48:21 +00:00
azaozz
e191104e4a 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: http://svn.automattic.com/wordpress/trunk@11225 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-07 02:41:36 +00:00
azaozz
0ba921274d Change CSS classes to avoid collisions with ui.tabs, fixes #9740
git-svn-id: http://svn.automattic.com/wordpress/trunk@11224 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-06 21:31:07 +00:00
ryan
185d659b85 Default password nag fixes. Props DD32. fixes #9710
git-svn-id: http://svn.automattic.com/wordpress/trunk@11217 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-06 16:19:40 +00:00
ryan
d3ef269013 Die on file error. Cleanup. Props hakre. fixes #9452
git-svn-id: http://svn.automattic.com/wordpress/trunk@11214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-06 04:08:13 +00:00
ryan
f6402b713a Fix display of plugin update messages after bulk ops. Props DD32. fixes #9303
git-svn-id: http://svn.automattic.com/wordpress/trunk@11207 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-05 20:48:46 +00:00
markjaquith
6c2ffddf31 _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: http://svn.automattic.com/wordpress/trunk@11204 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-05 19:43:53 +00:00
azaozz
12924135ce Add wpspin_light and wpspin_dark spinners
git-svn-id: http://svn.automattic.com/wordpress/trunk@11203 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-05 18:57:43 +00:00
ryan
8d6ec42ce1 Don't over sanitize uploaded file titles. Props hakre. fixes #9081
git-svn-id: http://svn.automattic.com/wordpress/trunk@11198 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-05 05:57:56 +00:00
ryan
5d499eb3fd Better meta form query. Props Denis-de-Bernardy. fixes #9684
git-svn-id: http://svn.automattic.com/wordpress/trunk@11196 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-05 05:40:03 +00:00
ryan
af18e8422a Add hook for adding info to plugin update message. Props JohnLamansky. fixes #9553
git-svn-id: http://svn.automattic.com/wordpress/trunk@11193 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-05 05:19:53 +00:00
ryan
0b816aebaf Textual consistency. Props Denis-de-Bernardy. fixes #9596
git-svn-id: http://svn.automattic.com/wordpress/trunk@11192 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-05 05:17:23 +00:00
azaozz
9e130618f5 Add column "Rating" in Link Manager, props hakre, fixes #9443
git-svn-id: http://svn.automattic.com/wordpress/trunk@11191 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-05 04:59:19 +00:00
azaozz
83f674bf9a Banishing ASCII quotes and apostrophes, props demetris, fixes #9655
git-svn-id: http://svn.automattic.com/wordpress/trunk@11190 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-05 04:28:05 +00:00
ryan
67402127d6 Clear upgrade nag when doing manual upgrade. Props Denis-de-Bernardy. fixes #9139
git-svn-id: http://svn.automattic.com/wordpress/trunk@11189 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-05 04:02:49 +00:00
ryan
14177ba3ef get_home_path() improvements. Props akd907. fixes #9246
git-svn-id: http://svn.automattic.com/wordpress/trunk@11187 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-05 02:45:40 +00:00
ryan
7186506de4 Make sure plugin menu icons are delivered via https if is_ssl(). Props DD32. fixes #8901
git-svn-id: http://svn.automattic.com/wordpress/trunk@11186 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-05 02:38:18 +00:00
azaozz
e30370d886 Fix "No posts found" on media screens, props hakre, fixes #9680
git-svn-id: http://svn.automattic.com/wordpress/trunk@11185 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-05 02:31:32 +00:00
azaozz
84591d777c Some cleanup for edit-page-form.php and edit-form-advanced.php, props simek, fixes #9501
git-svn-id: http://svn.automattic.com/wordpress/trunk@11183 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-05 02:14:25 +00:00
ryan
b7b1d98d2f Use invisible for hiding labels
git-svn-id: http://svn.automattic.com/wordpress/trunk@11181 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-04 21:42:39 +00:00
ryan
808079dc32 Use invisible class for hiding labels and legends.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11180 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-04 21:28:58 +00:00
ryan
bfd248a3c9 Stub attribute_escape()
git-svn-id: http://svn.automattic.com/wordpress/trunk@11179 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-04 20:57:22 +00:00
ryan
d3847a2f53 Typo fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@11177 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-04 19:53:39 +00:00
azaozz
6b7da9c94d Fix widget option saving on drop, fixes #9721
git-svn-id: http://svn.automattic.com/wordpress/trunk@11176 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-04 19:33:54 +00:00
ryan
229dedb539 Hide things that need to be available to screen readers via offscreen positioning. see #9445
git-svn-id: http://svn.automattic.com/wordpress/trunk@11175 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-04 18:05:16 +00:00
ryan
c76426b42c Typo fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@11174 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-04 18:02:00 +00:00
ryan
12078bcb11 Attr escaping
git-svn-id: http://svn.automattic.com/wordpress/trunk@11173 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-04 17:54:08 +00:00
azaozz
6c74505f59 Make tags accessible without js on the edit screen
git-svn-id: http://svn.automattic.com/wordpress/trunk@11172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-04 12:13:44 +00:00
azaozz
bf88b244cd Hide text while editor is loading, show html editor on error
git-svn-id: http://svn.automattic.com/wordpress/trunk@11171 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-04 10:34:50 +00:00
westi
cce77d198a Move _cleanup_header_comment() to wp-includes so it is always available. Fixes #8497 props Denis-de-Bernardy.
git-svn-id: http://svn.automattic.com/wordpress/trunk@11170 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-04 09:33:58 +00:00
westi
c8c528f18e 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: http://svn.automattic.com/wordpress/trunk@11168 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-04 09:12:12 +00:00
azaozz
7d778bdaca Widgets UI improvements: arrows, some more help
git-svn-id: http://svn.automattic.com/wordpress/trunk@11166 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-04 01:19:10 +00:00
azaozz
14d3f71cf0 Sync common.js with common.dev.js
git-svn-id: http://svn.automattic.com/wordpress/trunk@11165 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-03 23:23:32 +00:00
azaozz
4ad76521d5 Make is_active_widget() optionally look in 'wp_inactive_widgets' for use in the admin
git-svn-id: http://svn.automattic.com/wordpress/trunk@11164 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-03 23:20:26 +00:00
azaozz
8eda11f4bf Pass the form fields names as strings when saving widgets, fixes #9703
git-svn-id: http://svn.automattic.com/wordpress/trunk@11163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2009-05-03 23:17:47 +00:00