Commit Graph

15808 Commits

Author SHA1 Message Date
Ryan Boren 1ac9d9092d Fix registered and path column sorting. Props garyc40. fixes #16034
git-svn-id: https://develop.svn.wordpress.org/trunk@17180 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-30 18:06:33 +00:00
Mark Jaquith eb44707143 Fix some RTL CSS issues. props garyc40. props ocean90. fixes #16017
git-svn-id: https://develop.svn.wordpress.org/trunk@17179 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-30 16:26:25 +00:00
Mark Jaquith 61c80bebca s/Network Options/Settings/. props wpmuguru. Not a string change (already existed). fixes #16027
git-svn-id: https://develop.svn.wordpress.org/trunk@17178 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-30 16:14:41 +00:00
Mark Jaquith 04c38b28f7 urlencode() theme name when creating theme edit link. props tomthewebmaster. fixes #16028
git-svn-id: https://develop.svn.wordpress.org/trunk@17177 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-30 16:09:01 +00:00
Mark Jaquith 30a8c8e418 Reinstitute Intall Now AYS that was accidentally disabled. props ocean90. fixes #16032
git-svn-id: https://develop.svn.wordpress.org/trunk@17176 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-30 16:04:07 +00:00
Ryan Boren 2bc1d7f588 Don't be case sensitive to attribute names. Handle padded entities when checking for bad protocols. Normalize entities before checking for bad protocols in esc_url(). Props Mauro Gentile, duck_, miqrogroove
git-svn-id: https://develop.svn.wordpress.org/trunk@17171 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-29 20:45:37 +00:00
Andrew Nacin 68692f0565 get_meta_sql should be private. see #14645.
git-svn-id: https://develop.svn.wordpress.org/trunk@17170 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-29 19:31:35 +00:00
Peter Westwood 432bd4bdae Ensure the Parent menu is hilighted correctly when Custom Post Types are shown under an existing top level menu. Fixes #16015 props duck_.
git-svn-id: https://develop.svn.wordpress.org/trunk@17169 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-29 16:25:22 +00:00
Ryan Boren d554c850ac Hard limit to 10 comments on edit post screen. Props greuben. fixes #15998
git-svn-id: https://develop.svn.wordpress.org/trunk@17168 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-29 15:58:46 +00:00
Andrew Nacin 6e18c8f834 RTL fixes for custom header page. props SergeyBiryukov, fixes #16018.
git-svn-id: https://develop.svn.wordpress.org/trunk@17167 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-29 14:40:44 +00:00
Andrew Nacin 87facd0335 RTL fixes for sortable list headings. props RanYanivHartstein, fixes #16008.
git-svn-id: https://develop.svn.wordpress.org/trunk@17166 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-29 14:32:22 +00:00
potbot cd7212fd83 POT, generated from r17164
git-svn-id: https://develop.svn.wordpress.org/trunk@17165 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-28 23:26:59 +00:00
Andrew Nacin ca57ff7d68 We'll release Twenty Ten 1.2 with 3.1. fixes #15990.
git-svn-id: https://develop.svn.wordpress.org/trunk@17164 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-28 22:57:37 +00:00
Ryan Boren 5377597223 Bump
git-svn-id: https://develop.svn.wordpress.org/trunk@17163 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-28 22:36:39 +00:00
Ryan Boren 051219360e Ignore an empty pagename when correcting is_* for page_on_front requests. Props donalmacarthur, SergeyBiryukov, filosofo. fixes #16002
git-svn-id: https://develop.svn.wordpress.org/trunk@17162 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-28 22:34:15 +00:00
Andrew Nacin cf122e2b22 Move the admin bar profile preferences to a hook. fixes #16004.
git-svn-id: https://develop.svn.wordpress.org/trunk@17161 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-28 19:37:11 +00:00
Ryan Boren bf86ab0a2d Issue manage_pages_custom_column for hierarchical post types. Props mrwok, duck_. fixes #16000
git-svn-id: https://develop.svn.wordpress.org/trunk@17160 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-28 19:34:31 +00:00
Ryan Boren b6ff912589 Link Links columns to link manager. Props nacin. fixes #15994
git-svn-id: https://develop.svn.wordpress.org/trunk@17159 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-27 16:57:19 +00:00
Andrew Nacin 2fee9b3e7f Correct the docs for register_post_status. fixes #15947, props simonwheatley.
git-svn-id: https://develop.svn.wordpress.org/trunk@17158 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-26 22:45:34 +00:00
Andrew Nacin 6bc7a5cdce Bump.
git-svn-id: https://develop.svn.wordpress.org/trunk@17157 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-26 22:07:20 +00:00
Ryan Boren 3edaa30bed Always output pagination controls. Hide them when they are not needed. Show them upon AJAX result that requires pagination. Props nacin. fixes #15983
git-svn-id: https://develop.svn.wordpress.org/trunk@17156 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-26 22:06:15 +00:00
Ryan Boren de1f10c283 Don't sanitize_key() the post type so that colons aren't stripped from attachment types. Props nacin. fixes #15982
git-svn-id: https://develop.svn.wordpress.org/trunk@17155 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-26 22:00:50 +00:00
Ryan Boren 6ee1075a4e RTL pagination fixes. Props yoavf. fixes #15974
git-svn-id: https://develop.svn.wordpress.org/trunk@17154 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-26 21:56:07 +00:00
Ryan Boren 2b54d5a3b6 RTL pagination fixes. Props yoavf. fixes #15974
git-svn-id: https://develop.svn.wordpress.org/trunk@17153 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-26 21:54:52 +00:00
Ryan Boren d46893048c RTL pagination fixes. Props yoavf. fixes #15974
git-svn-id: https://develop.svn.wordpress.org/trunk@17152 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-26 21:54:42 +00:00
Ryan Boren 1430acde73 Give search submit buttons a unique ID. Props dd32. fixes #15979
git-svn-id: https://develop.svn.wordpress.org/trunk@17151 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-26 21:49:51 +00:00
Andrew Nacin 5c5393fc22 Add files missing in [17149]. see #15984.
git-svn-id: https://develop.svn.wordpress.org/trunk@17150 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-26 06:36:06 +00:00
Andrew Nacin 00eaa56f22 RTL for theme installer. props yoavf, fixes #15984.
git-svn-id: https://develop.svn.wordpress.org/trunk@17149 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-26 06:31:46 +00:00
Andrew Nacin 78b256b7a9 Happy holidays :D
git-svn-id: https://develop.svn.wordpress.org/trunk@17148 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-25 23:38:33 +00:00
Dion Hulse b8e50af2d7 Set taxonomy/term back-compat query vars for all views (not just taxonomy indexes). Fixes #15978
git-svn-id: https://develop.svn.wordpress.org/trunk@17147 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-25 23:26:09 +00:00
Ryan Boren a748e507e5 link_notes and term_description escaping fixes. Props garyc40. fixes #15454
git-svn-id: https://develop.svn.wordpress.org/trunk@17146 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-25 22:45:09 +00:00
Andrew Nacin 4c36fd6fb1 Revert [15830] for wp-activate.php. see #15064, fixes #15976.
git-svn-id: https://develop.svn.wordpress.org/trunk@17145 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-25 21:12:48 +00:00
Andrew Nacin 3816cc9b8a D'oh. Use the proper URL to the multisite support forum. see #15880.
git-svn-id: https://develop.svn.wordpress.org/trunk@17144 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-25 19:21:00 +00:00
Andrew Nacin 50820cb116 Revert to esc_html when escaping the textarea for nav menu item description. see #15454.
git-svn-id: https://develop.svn.wordpress.org/trunk@17143 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-25 18:42:59 +00:00
Andrew Nacin f3419ea181 Revert [16995] due to the way the data enters the db. props garyc40, see #15454.
git-svn-id: https://develop.svn.wordpress.org/trunk@17142 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-25 18:10:59 +00:00
Andrew Nacin ae22a6d462 Tag textareas escaped earlier with textarea_escaped. see #15454.
git-svn-id: https://develop.svn.wordpress.org/trunk@17141 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-25 17:58:01 +00:00
Andrew Nacin 74211907ea Delay wp_tiny_mce_preload_dialogs to the footer, as occurs in admin-header. props ocean90, fixes #15561.
git-svn-id: https://develop.svn.wordpress.org/trunk@17140 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-25 15:03:35 +00:00
Andrew Nacin b98ffad893 RTL for the new style pagination links. fixes #15974.
git-svn-id: https://develop.svn.wordpress.org/trunk@17139 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-25 13:48:13 +00:00
Andrew Nacin 33e4eee845 Remove redundancy in these arguments. props PeteMall, fixes #15920.
git-svn-id: https://develop.svn.wordpress.org/trunk@17138 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-25 13:44:03 +00:00
Peter Westwood 271dff32a8 Improved messaging for theme enabled/disabled on a per-site bases. Fixes #15920 props PeteMall
git-svn-id: https://develop.svn.wordpress.org/trunk@17137 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-25 08:19:29 +00:00
Peter Westwood 5ad0a446d3 Nonce checks for site-users. See #15969 props PeteMall.
git-svn-id: https://develop.svn.wordpress.org/trunk@17136 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-24 22:37:51 +00:00
Andrew Nacin 08a1d71621 More CSS reset for wplink. Give the dialog title a specific line height. see #15561.
git-svn-id: https://develop.svn.wordpress.org/trunk@17135 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-24 20:40:08 +00:00
Ryan Boren 485e307e6a nonce checks for site-themes. Props PeteMall. see #15969
git-svn-id: https://develop.svn.wordpress.org/trunk@17134 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-24 17:59:58 +00:00
Andrew Nacin 1931b69f10 Internal linking CSS resets to fix Press This formatting. props garyc40, ocean90. see #15561.
git-svn-id: https://develop.svn.wordpress.org/trunk@17133 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-24 17:52:45 +00:00
Ryan Boren 99750ff7ef Clear messages when searching, sorting, paginating. Props scribu. fixes #15973
git-svn-id: https://develop.svn.wordpress.org/trunk@17132 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-24 17:45:59 +00:00
Andrew Nacin 62ca1a7769 Fix some tab CSS in Press This. props dd32. Also adjust menu bits to default to gray, and then add rules to blue. see #15561.
git-svn-id: https://develop.svn.wordpress.org/trunk@17131 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-24 17:43:01 +00:00
Ryan Boren b58a795627 MS themes fixes. Fix bulk actions when no items selected. Props SergeyBiryukov, nacin. fixes #15920
git-svn-id: https://develop.svn.wordpress.org/trunk@17130 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-24 17:41:36 +00:00
Andrew Nacin de8fda19e3 Validation fixes. props ocean90, fixes #15287.
git-svn-id: https://develop.svn.wordpress.org/trunk@17129 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-24 14:19:41 +00:00
Andrew Nacin 1af2adde16 Prevent notices in the allblogs and allusers branches. props SergeyBiryukov, see #15920.
git-svn-id: https://develop.svn.wordpress.org/trunk@17128 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-23 19:45:19 +00:00
Andrew Nacin d5444ee24a Remove this check in favor of the one added in [17126]. see #15969.
git-svn-id: https://develop.svn.wordpress.org/trunk@17127 602fd350-edb4-49c9-b593-d223f7449a82
2010-12-23 19:40:32 +00:00