Commit Graph

  • 05515996a7 Add _doing_it_wrong() when a plugin or theme accesses $wp_scripts or $wp_styles too early (also fixes localization), props SergeyBiryukov, fixes #11526 Andrew Ozz 2011-08-17 05:48:13 +00:00
  • 182f43c74d Fix HTML IDs on the uploader buttons on the dashboard, props SergeyBiryukov, see #17144 Andrew Ozz 2011-08-16 14:32:36 +00:00
  • 8eedd18ff6 First pass on clarifying Settings > Privacy. props designsimply, markjaquith. see #16416. Andrew Nacin 2011-08-16 06:53:19 +00:00
  • f68214a20a Fix (temporarily?) the spacing between the uploader buttons on the dashboard, props SergeyBiryukov and andrewryno, see #17144 Andrew Ozz 2011-08-16 04:54:51 +00:00
  • 92092a0249 Remove beta upgrade code from 3.0. Andrew Nacin 2011-08-16 02:26:59 +00:00
  • 2498d24c9b Replace regex in path_is_absolute() with simpler equality checks. props coffee2code. fixes #17754 Jon Cave 2011-08-16 00:21:56 +00:00
  • 7f88e981ac Clean up message handling logic in upload.php. Andrew Nacin 2011-08-16 00:12:02 +00:00
  • 53cfffd152 Use ini_set instead of set_magic_quotes_runtime() to prevent silenced E_DEPRECATED notice. props wonderboymusic. Andrew Nacin 2011-08-15 06:42:43 +00:00
  • 7a67f00494 Break HTML comment up into two lines to prevent phpxref from choking on the rest of functions.php. props trepmal, fixes #18409. Andrew Nacin 2011-08-15 04:51:41 +00:00
  • 03e0c5c7a1 Add postname to Settings > Permalinks and remove the help text talking about permalink performance. Make the slugs (and /archives/ rewrite base) translatable. see #18541. Andrew Nacin 2011-08-14 22:23:22 +00:00
  • 0c6d0349f4 Add a general filter to wp_unique_post_slug to allow for full customisation of the uniqueness functionality. Fixes #14111. Peter Westwood 2011-08-13 21:00:24 +00:00
  • bde0e2ff31 Force display_errors to off when WP_DEBUG_DISPLAY == false. Technically a backwards incompatible change - if you want the passthrough to php.ini (which false used to provide) then use WP_DEBUG_DISPLAY === null. see #18391. Andrew Nacin 2011-08-13 18:59:05 +00:00
  • c30907963d Use wp_print_scripts() in install.php. Fixes issues with SCRIPT_DEBUG, removes l10n.js reference. fixes #18394. Andrew Nacin 2011-08-13 18:01:26 +00:00
  • 242f97f7db Pedantic whitespace in validate_file(). Andrew Nacin 2011-08-13 06:10:02 +00:00
  • 4d13f33024 bump the db Mark Jaquith 2011-08-12 02:03:29 +00:00
  • 48d294e7ea Eliminate verbose rewrite rules for ambiguous rewrite structures, resulting in massive performance gains. props andy, otto42, duck_. Nice work everyone! see #16687 Mark Jaquith 2011-08-12 01:55:08 +00:00
  • c8412b5037 Remove the old root feed files. Bump the db version so rewrite rules can regenerate. Don't add these files to old_files to leave them on existing installs. fixes #18384. Andrew Nacin 2011-08-12 01:41:23 +00:00
  • 0cfde3f19e Whitespace oops Mark Jaquith 2011-08-11 23:57:33 +00:00
  • 681494971f Direct rdf/rss redirects, to save a double redirect. props westi. see #4967 Mark Jaquith 2011-08-11 23:45:02 +00:00
  • 47bf346a9f Deprecate RSS 0.92 and RDF feeds, and 301 them to the default feed. props johnpbloch. fixes #4967 Mark Jaquith 2011-08-11 23:30:59 +00:00
  • 7fe1e0fc4a Move network/settings.php POST handling out of network/edit.php. props PeteMall, see #18379. Andrew Nacin 2011-08-11 22:32:35 +00:00
  • 707ab6c656 Direct a user to the main site to install importers, fixes #17990 Jon Cave 2011-08-11 20:49:47 +00:00
  • f55ab7feaa Move the CSS inline to wp_die so that it is always available. Fixes #17975, props kawauso for the style type update. Peter Westwood 2011-08-11 19:06:59 +00:00
  • b684e2b836 Use title case. Props trepmal. fixes #17773 Ryan Boren 2011-08-11 18:17:30 +00:00
  • 13181c96c8 Explicitly globalize some variables, so that unit tests can run WordPress inside a function. Fixes #17749 Nikolay Bachiyski 2011-08-11 04:45:14 +00:00
  • c5b4e06e15 Add filters for install/upgrade queries, so that unit tests installer can force creating InnoDB tables, so that we can use transactions to revert the database to its initial state after each test. See #17749 Nikolay Bachiyski 2011-08-11 04:42:59 +00:00
  • f228bf94cf Add a gettext context to the Standard post format string in Press This to match other usages of Standard in a post format context Nikolay Bachiyski 2011-08-11 04:36:18 +00:00
  • 7ce4b9b44d Exclude link tags from internationalized strings in Credits and Freedoms links in the admin footer Nikolay Bachiyski 2011-08-11 04:33:22 +00:00
  • c273e4949f Sync pomo library with the current GlotPress version Nikolay Bachiyski 2011-08-11 04:29:35 +00:00
  • 7665b28755 Properly handle display of Order, Template, and Parent page attributes in Quick/Bulk Edit. props duck_, fixes #18352. Andrew Nacin 2011-08-11 03:02:01 +00:00
  • d90d462e6b Globalize variables used in admin-header in case it is used in a function. props SergeyBiryukov, fixes #16143. Andrew Nacin 2011-08-10 19:54:59 +00:00
  • 3e14a6675b Initialize in the Theme_Upgrader class. props mitchoyoshitaka, fixes #18367. Andrew Nacin 2011-08-10 19:26:36 +00:00
  • 666b55d3c0 Use preg_match more efficiently. props solarissmoke, fixes #17287. Andrew Nacin 2011-08-10 19:18:18 +00:00
  • 0c5290d9e3 Overflow:auto for pre tags in the plugin information popup. props Simek, fixes #16902. Andrew Nacin 2011-08-10 19:17:26 +00:00
  • 51982620ce Don't process wpdb->tables('global') inside a loop. props wpmuguru, fixes #14503. Andrew Nacin 2011-08-10 19:00:45 +00:00
  • 45bd2b05b8 Pass old value to update_site_option hooks. props westi, fixes #17974. Andrew Nacin 2011-08-10 18:59:50 +00:00
  • c859ac8682 Only show the primary button style for 'Update Now', not 'Re-install Now', on update-core.php. props tfnab, fixes #18115. Andrew Nacin 2011-08-10 18:53:54 +00:00
  • 4feac2cbde WP_Editor: don't show empty div if no editor-buttons and media-buttons are shown, props ocean90, see #17144 Andrew Ozz 2011-08-07 17:03:18 +00:00
  • aabac42c0f Fix i18n for wp_editor, props SergeyBiryukov, see #17144 Andrew Ozz 2011-08-07 16:26:31 +00:00
  • b7e35b3f6c Fix handling of resizing images after upload, props ocean90, see #18206 Andrew Ozz 2011-08-06 21:04:15 +00:00
  • aad319a3ac Fix send_to_editor() and Insert/Upload buttons URLs, see #17144 Andrew Ozz 2011-08-06 01:35:02 +00:00
  • afe083447f Handle id back compat in isset magic method. see #15458 Ryan Boren 2011-08-05 20:54:08 +00:00
  • f9becd5d16 Update @deprecated. Props scribu. see #18333 Ryan Boren 2011-08-05 18:44:43 +00:00
  • eda7d43e85 Deprecate get_userdatabylogin() and get_user_by_email(). Props scribu. fixes #18333 Ryan Boren 2011-08-05 16:57:31 +00:00
  • 15507ec835 Remove first_name and last_name properties. Props scribu. see #15458 Ryan Boren 2011-08-05 16:45:11 +00:00
  • 6ce85719a7 Fix back-compat for quicktags, introduce QTags.addButton(), see #16695 Andrew Ozz 2011-08-05 04:09:22 +00:00
  • 19b936f2a8 Return true upon success in remove_user_from_blog(). Props eightamrock. fixes #17344 Ryan Boren 2011-08-04 16:36:50 +00:00
  • dbd72319f1 Add gettext. Props Latz. fixes #18173 Ryan Boren 2011-08-04 16:29:46 +00:00
  • ecd3baa078 Remove gratuitous periods. Add some semicolons. Props SergeyBiryukov. fixes #16186 Ryan Boren 2011-08-04 16:07:51 +00:00
  • 916cdd6586 Grammar fix. Props lukeschlather, markmcwilliams. fixes #17315 Ryan Boren 2011-08-04 16:03:53 +00:00
  • 35d92b5e1e Handle deprecation of id in __set(). Props scribu. see #15458 Ryan Boren 2011-08-04 15:42:38 +00:00
  • 7f154ed6c3 Call get_(template|stylesheet)_directory_uri() only once in process_default_headers. props mitchoyoshitaka, fixes #17353. Andrew Nacin 2011-08-04 12:40:15 +00:00
  • 8eea785bcb Add magic get/set/isset methods to WP_User to avoid data duplication. Standardize on WP_User::ID. Props scribu. see #15458 Ryan Boren 2011-08-04 03:09:27 +00:00
  • 5b4ac17cc5 Fix editor icons when no SCRIPT_DEBUG, see #17144 Andrew Ozz 2011-08-03 23:56:21 +00:00
  • 53122aafe5 Use *_metadata_by_mid() API when updating post meta in admin ajax. Fix slashing. see #18195 Ryan Boren 2011-08-03 19:14:06 +00:00
  • 7edcf1b07e Use *_metadata_by_mid() API in set_custom_fields(). Handle slashing when checking caps for key. see #18195 Ryan Boren 2011-08-03 18:20:15 +00:00
  • dbb0b7c8d6 Turn delete_meta() , get_post_meta_by_id(), update_meta(), delete_post_meta_by_key() into wrappers around the metadata API. Add back compat *_postmeta actions to metadata API. Props jgadbois. see #18196 Ryan Boren 2011-08-03 16:48:37 +00:00
  • 0674464f19 Remove debug remnants, props scribu, see #16695 Andrew Ozz 2011-08-03 10:36:18 +00:00
  • 461ceba60d Editor API enhancement, first run (still needs some work), see #17144 Andrew Ozz 2011-08-03 10:19:00 +00:00
  • d5a6cf3dfd Refactor Quicktags, props garyc40, see #16695 Andrew Ozz 2011-08-03 10:11:12 +00:00
  • 27e866dfd1 Optimize script-loader a bit, see #11520 Andrew Ozz 2011-08-03 01:54:29 +00:00
  • 6ed41b7ed1 Admin bar: fix the Shortlink menu when using jQuery, see #18299 Andrew Ozz 2011-08-01 23:33:56 +00:00
  • 0ac95fd5a6 update_metadata_by_mid() and delete_metadata_by_mid(). Props kovshenin. see #18195 Ryan Boren 2011-08-01 17:01:54 +00:00
  • 14b7842a79 Remove duplicated id attribute. props pagesimplify. (wp-testers) Andrew Nacin 2011-07-31 22:20:06 +00:00
  • db79dcc18a Use correct closing tag. props pagesimplify. (wp-hackers) Andrew Nacin 2011-07-31 22:16:19 +00:00
  • 26c194af80 Completely remove wp_add_script_data(), props ocean90, see #11520 Andrew Ozz 2011-07-31 13:59:23 +00:00
  • c641a1d27a Bring back wp_localize_script(), see #11520 Andrew Ozz 2011-07-31 09:11:24 +00:00
  • 54eb9f1f3c Remove tabs from JS, props duck_, see #18206 Andrew Ozz 2011-07-31 08:44:29 +00:00
  • 804284c665 Admin bar: use jQuery if loaded to improve UX, fixes #18299 Andrew Ozz 2011-07-29 22:57:30 +00:00
  • 3735347ba7 Grammar fix. Props SergeyBiryukov, johnbillion. fixes #18291 Ryan Boren 2011-07-29 21:36:45 +00:00
  • 668849b388 s/login/log in/. Props johnbillion. fixes #18294 Ryan Boren 2011-07-29 21:34:43 +00:00
  • fe742b417f Better double encoding handling in _wp_special_chars(). Props miqrogroove. Ryan Boren 2011-07-29 20:43:45 +00:00
  • 57bff0b6d8 Add SWFUpload back for plugins that queue it directly, fix some escaping in media.php, see #18206 Andrew Ozz 2011-07-29 19:21:21 +00:00
  • 4e81b893e9 Remove debug bits, see #18206 Andrew Ozz 2011-07-29 09:03:24 +00:00
  • 12a7d989e0 Pluploader take 1, props jacobwg, see #18206 Andrew Ozz 2011-07-29 08:59:35 +00:00
  • f81a0e5a3c Link tab=upload when referenced on 'Install Plugins.' fixes #18290. Andrew Nacin 2011-07-29 06:07:38 +00:00
  • 0191ed92cd Introduce WP_Dependencies::get_data() method, change scripts and styles priority to follow the "natural" order in HTML, i.e. the last one wins, props scribu, see #11520 Andrew Ozz 2011-07-28 18:24:00 +00:00
  • d6f842b4c2 Removed unused strings in script-loader. Props SergeyBiryukov. fixes #16332 Ryan Boren 2011-07-28 17:35:37 +00:00
  • d367634aea Fire _deprecated_argument() for get_adjacent_post()'s crazy excluded_categories 'and' thing. fixes #17673. Andrew Nacin 2011-07-28 17:30:18 +00:00
  • a3b77d3e95 Support an array or comma-seperated list of excluded category IDs in get_adjacent_post(). Props solarissmoke. fixes #17673 Ryan Boren 2011-07-28 17:19:51 +00:00
  • 58d9d5ea5d Remove return by ref from get_role(). Props scribu, elyobo. fixes #18237 Ryan Boren 2011-07-28 17:12:18 +00:00
  • 40c8d3aff1 Inline docs typo fix. Props dougwrites. fixes #17753 Ryan Boren 2011-07-28 17:10:00 +00:00
  • 3fff132530 Fix URL in wp-link when editing, props SergeyBiryukov, fixes #18149 Andrew Ozz 2011-07-27 23:02:54 +00:00
  • 24c08b8bf5 Allow creating sites with IDN domains. Props SergeyBiryukov, wpmuguru. fixes #15554 Ryan Boren 2011-07-26 21:35:39 +00:00
  • 431cc66a5f phpdoc for all_items and menu_name. Props ocean90. fixes #18036 Ryan Boren 2011-07-26 21:31:36 +00:00
  • 1567de3aaf Allow sorting by id in get_bookmarks(). Props SergeyBiryukov. see #18234 for trunk Ryan Boren 2011-07-26 21:22:13 +00:00
  • 4a1c73746f Recognize urls that start with a question mark as relative urls that do not require a scheme to be prepended. fixes #18260 Ryan Boren 2011-07-26 19:44:18 +00:00
  • 5d649a9235 Consolidate update count code into wp_get_update_data(). Props mitchoyoshitaka. fixes #17694 Ryan Boren 2011-07-26 18:39:57 +00:00
  • 6395eb9ab6 Explain the empty req_uri branch. Props duck_. fixes #17177 Ryan Boren 2011-07-25 20:20:07 +00:00
  • 12b5c9c93e Optimize parse_request for the home page. Props duck_. see #17177 Ryan Boren 2011-07-25 20:18:07 +00:00
  • fe2dc7c083 Make [18456] more obvious. Fixes #16432. Peter Westwood 2011-07-25 13:20:07 +00:00
  • 06f33f29ba Use json_encode() for adding script data (formerly l10n). Add the same functionality to WP_Styles for adding inline css after a stylesheet has been outputted. See #11520 Andrew Ozz 2011-07-25 00:36:06 +00:00
  • 4429d66a15 Cast $themes to an array to avoid a PHP Warning when there are no themes currently installed. Fixes #18213 Dion Hulse 2011-07-22 10:57:34 +00:00
  • 685221ec7d Context for the color scheme strings. props SergeyBiryukov, fixes #18208. Andrew Nacin 2011-07-22 06:29:14 +00:00
  • 9bcfc3da39 <!DOCTYPE html> for all, fixes #18202 Andrew Ozz 2011-07-22 00:25:41 +00:00
  • e5a2801c6b POT, generated from r18458 potbot 2011-07-21 21:48:02 +00:00
  • f376d654b8 Fix @sinces in Twenty Eleven. see #18045. Andrew Nacin 2011-07-21 21:44:47 +00:00
  • 90ec88ca6e Empty headers instance var instead of unsetting to avoid warning. Props chrisbliss18. fixes #18157 Ryan Boren 2011-07-21 21:44:35 +00:00
  • ac3ab55d1e Add pre_ent2ncr filter. props GaryJ, fixes #16432. Andrew Nacin 2011-07-21 21:41:21 +00:00
  • f4ca2f5b82 Use the Settings fields/sections API in Twenty Eleven. props chipbennett for initial patch. see #18045. for 3.3. Andrew Nacin 2011-07-21 21:37:31 +00:00