Commit Graph

  • a8feef50fc Remove accidental code. See #10122 Dion Hulse 2010-05-04 05:48:08 +00:00
  • 3d3322c1d6 Revert accidental removal of parse_url(). see #9008, props PeteMall. Andrew Nacin 2010-05-04 04:57:22 +00:00
  • c2b89e7330 use homeurl(), props PeteMall, see #9008 Ron Rennick 2010-05-04 00:28:29 +00:00
  • 56e95f24c5 Fix user validation feedback. Props sivel. fixes #13162 Ryan Boren 2010-05-03 23:46:42 +00:00
  • 1fc13e3b48 Silence PHP Warnings on is_writable calls. Can trigger open_basedir warnings on certain hosting environments. Props ocean90. Fixes #12866 Dion Hulse 2010-05-03 23:39:57 +00:00
  • 52cdae0385 Handle $_POST containing an empty term array, Fixes saving of deselecting all hierarchical terms. Fixes #10122 Dion Hulse 2010-05-03 23:35:22 +00:00
  • fb0fffbce5 themes admin pages UI cleanup, props PeteMall, see #13238 Ron Rennick 2010-05-03 23:25:14 +00:00
  • 09fda79a16 Add 'Network Activate' link to the plugin upgrader class. props PeteMall, fixes #13097. Andrew Nacin 2010-05-03 23:18:49 +00:00
  • f7dfc84136 Fix non-JS menu item close button. props duck_, fixes #13203 Andrew Nacin 2010-05-03 23:08:02 +00:00
  • 172c975f2d User deletion fixes. Props yoavf. fixes #13242 Ryan Boren 2010-05-03 23:04:42 +00:00
  • 01822efabb use filter vs action in 14420, see #12853 Ron Rennick 2010-05-03 22:58:04 +00:00
  • e35e6165ab limit upload size to site's available limit, see #12853 Ron Rennick 2010-05-03 22:40:02 +00:00
  • d2b4e092aa White list instead of black list post types when searching. Props sivel. fixes #13183 Ryan Boren 2010-05-03 22:22:34 +00:00
  • b2093dbdfd Provide a context to wp_handle_upload to differentiate between upload and sideload. props technosailor, fixes #12740. Andrew Nacin 2010-05-03 22:16:48 +00:00
  • c094caee61 Refactor get_available_languages() to use glob() instead of *dir functions. See #13023 Nikolay Bachiyski 2010-05-03 22:07:31 +00:00
  • 6eba1c3232 Use get_available_languages() in options-general.php instead of manually looping on the language dir. Props sivel. Fixes #13023 Nikolay Bachiyski 2010-05-03 22:06:49 +00:00
  • f01af5fefd Bail when there is neither a menu, or a fallback. props ptahdunbar, fixes #13006. Andrew Nacin 2010-05-03 22:03:52 +00:00
  • eee631b773 Don't suppress errors when including cron if WP_DEBUG. Props sivel. fixes #11507 Ryan Boren 2010-05-03 21:46:19 +00:00
  • 066caaa9fa Remove unused CSS. props koopersmith, see #13220 Andrew Nacin 2010-05-03 21:21:55 +00:00
  • fb6501cae0 Add some new protocols for KSES. Make the list of protocols filterable. Start esc_url() with the same list. fixes #10914. props technosailor Mark Jaquith 2010-05-03 21:20:20 +00:00
  • 8112a99438 Remove the deprecation message for now as it shows too many false positives. See #13230. Peter Westwood 2010-05-03 21:12:23 +00:00
  • b3b0c727fc Use get_row instead of get_var in get_site_option, aligning it with get_option, due to funkiness with 0/false/null. fixes #13043. props laceous. Andrew Nacin 2010-05-03 21:02:32 +00:00
  • c7e4d07d28 Add is_child_theme(). Fixes #12998 props ptahdunbar. Peter Westwood 2010-05-03 20:56:57 +00:00
  • 13d35fe80a Truncate really long menu names. props koopersmith, see #13220. Andrew Nacin 2010-05-03 20:40:32 +00:00
  • abf6b82a23 Differentiate spam strings by subject: comments, sites, and users. Props dimadin. Fixes #13199 Nikolay Bachiyski 2010-05-03 20:37:07 +00:00
  • b974013f7c Add HTML 5 elements to kses, first pass. props rmccue. see #12835. Andrew Nacin 2010-05-03 20:34:49 +00:00
  • 60ae097b78 Fix JS error in autocomplete. props koopersmith, see #13205. Andrew Nacin 2010-05-03 20:31:34 +00:00
  • d783952469 Strip trailing whites. Ryan Boren 2010-05-03 20:26:11 +00:00
  • 45976a2ff7 POT, generated from r14401 potbot 2010-05-03 20:21:30 +00:00
  • d28dcf1ef6 s/#/ \/\/ / - Remove #comment with // comment in WP_Query Dion Hulse 2010-05-03 20:20:46 +00:00
  • aa7c1d8a41 WP_Query whitespace cleanup, some loop cleanup as well Dion Hulse 2010-05-03 20:19:13 +00:00
  • 54c73c0c2b Ensure image MIME type matches extension for images. props Viper007Bond, fixes #11946. Andrew Nacin 2010-05-03 20:17:01 +00:00
  • 2fa9643cf2 Handle page hierarchy when showing the sample permalink. props duck_, fixes #12327. Andrew Nacin 2010-05-03 20:10:26 +00:00
  • a7b2ec8515 Move edit_<tax>_form and <tax>_edit_form to above submit button. Fixes #12746 Dion Hulse 2010-05-03 20:05:46 +00:00
  • d2b523c847 Remove browse-happy.gif. see #12876. props ocean90 Andrew Nacin 2010-05-03 20:01:59 +00:00
  • c045a20926 Remove browse-happy.gif. see #12876. props ocean90 Andrew Nacin 2010-05-03 20:01:35 +00:00
  • c79b841f8c Remove files replaced by CSS3 gradients. IE falls back to solid colors. see #12586. Andrew Nacin 2010-05-03 19:52:44 +00:00
  • 80ee3d1d2d Check for deleted menus or something. It fixes a JS error. props koopersmith, see #13215. Andrew Nacin 2010-05-03 19:35:54 +00:00
  • 2f0d602eeb Remove unused vars. props TobiasBg. fixes #13228. Andrew Nacin 2010-05-03 19:33:23 +00:00
  • db93b01df3 RTL fixes. Props yoavf. see #13233 Ryan Boren 2010-05-03 19:31:25 +00:00
  • 133b1e8bf1 Coding standard cleanups. Props zeo. see #13198 Ryan Boren 2010-05-03 19:30:02 +00:00
  • 7f9bee2845 Fix alignment/location of "Add" on non-hierarchical taxonomy addition boxes. Props ocean90. Fixes #12153 Dion Hulse 2010-05-03 19:29:17 +00:00
  • b8ec6f9114 Typo fixes. Props zeo. see #13198 Ryan Boren 2010-05-03 19:28:44 +00:00
  • 00cb165e9c Use get_search_query(). Props zeo. see #13198 Ryan Boren 2010-05-03 19:28:04 +00:00
  • c1fe068ec6 Handle ", " and "," in non-hierarchical term suggestion. Props ocean90. Fixes #12152 Dion Hulse 2010-05-03 19:23:44 +00:00
  • 997a121259 allow subdir multisite on ip address, see #12142 Ron Rennick 2010-05-03 19:23:37 +00:00
  • a5b565f431 Twenty Ten RTL fixes. props yoavf. fixes #13121. Andrew Nacin 2010-05-03 19:17:27 +00:00
  • 95ca2ad069 In Twenty Ten: Matt Thomas 2010-05-03 19:16:47 +00:00
  • d2e1c94321 Use CSS3 gradients for the admin header and footer. Fall back to a solid color for IE. Props JohnONolan, fixes #12586. Andrew Nacin 2010-05-03 19:12:19 +00:00
  • 1796f678ff Hooks for the widgets api. Props ptahdunbar. fixes #12546 Ryan Boren 2010-05-03 19:01:43 +00:00
  • 9eabb51000 Deprecate checkdnsrr from is_email. Unused in core, and wonky on some server setups (Mac OS X < PHP 5.3 specifically). A plugin can always add it back. props technosailor, fixes #12503. Andrew Nacin 2010-05-03 18:54:37 +00:00
  • 2c1b847219 only use domain cookies in a subdomain install, see #12142 Ron Rennick 2010-05-03 18:53:05 +00:00
  • fc796b8105 Add reset background image to theme default. Props lancewillett. See #12186 Dion Hulse 2010-05-03 18:52:38 +00:00
  • e9acc6d0b6 Take out the leading space from the translatable string Nikolay Bachiyski 2010-05-03 18:48:33 +00:00
  • 54c97bf8d1 Fix ZIP_ER_OK constant, Its a class constant, and only accessible as such under PHP5. Props sivel for noticing. Fixes #12637 Dion Hulse 2010-05-03 18:44:34 +00:00
  • a45b583463 RTL fixes. Props yoavf. see #13233 Ryan Boren 2010-05-03 18:33:49 +00:00
  • a51d50ad9c RTL fixes. Props yoavf. see #13233 Ryan Boren 2010-05-03 18:20:30 +00:00
  • 57a5a11660 Revert [14347] and [14372]. It broke more than we expected. Try again in 3.1. see #13051 Ryan Boren 2010-05-03 18:16:22 +00:00
  • 80043f2232 Sliding tabs for the nav menu admin UI. second pass. props koopersmith, see #13215. Andrew Nacin 2010-05-03 16:59:51 +00:00
  • e20e62c135 Fix the edit post link to cope with the change in behaviour of admin_url to always escape the url. See #13051. Peter Westwood 2010-05-03 13:56:35 +00:00
  • cb10f6b4ae Move theme_update_available out of the admin page and into the admin includes. Peter Westwood 2010-05-03 13:29:15 +00:00
  • 17008f920f Correctly mark things as private in the phpDoc Peter Westwood 2010-05-03 13:27:15 +00:00
  • 137564fa08 Add a nag message for themes which are relying on the deprecated behaviour. Peter Westwood 2010-05-03 13:23:34 +00:00
  • db59b8e7f9 First pass on sliding tabs for the nav menu admin UI. props koopersmith, see #13215. Andrew Nacin 2010-05-03 10:28:35 +00:00
  • 0af8cad0b2 Fix string in ms_not_installed(). Andrew Nacin 2010-05-03 10:14:15 +00:00
  • a1f53d258b Refactor the error messages and make them translatable. Peter Westwood 2010-05-03 10:13:40 +00:00
  • 473772f395 First pass of compatibility code for old themes which relied on using templates from the default theme without expressly identifying it as the parent theme. Fixes #12425 and #13009. The fallback to these template files is now depreceated and will be removed in a future version. Peter Westwood 2010-05-03 09:57:24 +00:00
  • 8d02a0bee5 Fix notice in ms_not_installed(). Andrew Nacin 2010-05-03 09:51:40 +00:00
  • 96fd06e10d Remove debug. Andrew Nacin 2010-05-03 07:12:26 +00:00
  • d422587302 When no pages are present add a hidden input field so that the show_on_front option is not blanked. Fixes is_front_page return value in an edge case. props sivel, fixes #12737, fixes #9105. Andrew Nacin 2010-05-03 06:30:21 +00:00
  • 7ce20b12cf Prevent fatal error when falling back to fsockopen in the setup-config.php key/salt HTTP request. fixes #13030. Andrew Nacin 2010-05-03 06:28:05 +00:00
  • d5e5ccdd72 Introduce is_rtl(). Use it in core. It only becomes defined when locale is loaded, so it's impossible to use it too early. Deprecate the get_bloginfo('text_direction') call. fixes #13206. Andrew Nacin 2010-05-03 05:49:19 +00:00
  • a49cbfa0b0 POT, generated from r14358 potbot 2010-05-03 04:21:35 +00:00
  • ffcc525c07 Use _n() instead of comments_number() in twentyten, because it doesn't handle plurals properly. Props zeo and dimadin. Fixes #13187 Nikolay Bachiyski 2010-05-03 01:07:49 +00:00
  • 837a60cfdc Bump Manifest version number. See #13177 Dion Hulse 2010-05-03 00:48:40 +00:00
  • 123d37b55c Update logo image URL in Gears manifest. Props ocean90. Fixes #13177 Dion Hulse 2010-05-03 00:47:10 +00:00
  • 9f6f8fd12b Serve a canonical redirection for ?p=, ?page_id=, ?attachment_id= url's for incorrect post_types (ie. ?p=<page_id> will redirect to that page url). Fixes #13125 Dion Hulse 2010-05-03 00:37:11 +00:00
  • 0e8f9fe5ca POT, generated from r14353 potbot 2010-05-03 00:21:25 +00:00
  • 92b561ca49 Tweaks for nav menu admin tabs with JS disabled. props koopersmith, see #13215 Andrew Nacin 2010-05-02 23:51:43 +00:00
  • 37804526a0 Nav menu tweaks. Props ptahdunbar. see #13220 Ryan Boren 2010-05-02 23:40:34 +00:00
  • 3f36d28e3b fix warning in r14342, see #13104 Ron Rennick 2010-05-02 23:33:02 +00:00
  • 6a1f093ed8 Mark Asides and Gallery category slugs for translation. Ryan Boren 2010-05-02 23:32:59 +00:00
  • bd807c6c5f Skip over __MACOSX folders during zip extraction. Props chrisbliss18. Fixes #12637 Dion Hulse 2010-05-02 23:24:36 +00:00
  • 63fa3e7f3f Support network-wide plugin re-activation in upgrades and edits. props PeteMall, fixes #13216 Andrew Nacin 2010-05-02 22:57:44 +00:00
  • 7fcda10d46 Escape links by default. Props alexkingorg. see #13051 Ryan Boren 2010-05-02 22:53:59 +00:00
  • 6b49c70b09 Check for "ZIP_ER_OK" return value on ZipArchive. See #12637 Dion Hulse 2010-05-02 22:25:30 +00:00
  • 4a9eb3d31f Don't silence inclusion of advanced-cache.php for WP_DEBUG. fixes #13185. Andrew Nacin 2010-05-02 22:18:36 +00:00
  • b54e64fd1a Only query for global_terms_enabled once. Andrew Nacin 2010-05-02 22:08:05 +00:00
  • e855233121 use correct var in r14342, see #13104 Ron Rennick 2010-05-02 21:40:31 +00:00
  • eb95f8ba51 strip www from subdomains in blog lookup, see #13104 Ron Rennick 2010-05-02 21:34:11 +00:00
  • 65aac68cd6 Fix custom WP_Queries when using page_on_front. Props aaroncampbell. See #12391 (Which caused it), Fixes #12047 Dion Hulse 2010-05-02 21:28:11 +00:00
  • 0948137d65 Fix the nav menu ajax spinners (again). Andrew Nacin 2010-05-02 21:05:55 +00:00
  • c0e482cc0e Check thread_comments before loading the comment-reply script. props ptahdunbar, fixes #12932 Andrew Nacin 2010-05-02 20:51:30 +00:00
  • 6847d9b024 POT, generated from r14337 potbot 2010-05-02 20:21:34 +00:00
  • 103e30ed7e Alot of drag/drop/sortable improvements to nav menu admin UI. props koopersmith, fixes #12675. Andrew Nacin 2010-05-02 19:09:10 +00:00
  • b459f516b9 Fix admin.php?import=x pages, which can re-include itself in certain environments. fixes #13184 for trunk. Andrew Nacin 2010-05-02 18:39:31 +00:00
  • 3b689ba8c8 Clarify menu creation versus save. props duck_, see #13134. Check in scripts for r14332, see #13204. Andrew Nacin 2010-05-02 18:15:41 +00:00
  • 6971e7c9a4 Fix ajax on add menu item boxes. props koopersmith, see #13204 Andrew Nacin 2010-05-02 18:12:13 +00:00
  • 881e9cc8a4 Remove Twenty Ten's searchform.php and use the core get_search_form() markup. fixes #13053 Andrew Nacin 2010-05-02 18:10:42 +00:00
  • a8912459a5 Make sure alloptions is an array before we try to use unset() on its alleged key Mark Jaquith 2010-05-02 06:02:54 +00:00