Timeline
03/05/2014:
- 23:34 Ticket #26630 (Plugin Dashicons in admin menu have a glitch in IE) closed by
- fixed
- 23:31 Ticket #26825 (Add ability to generate metadata for audio / video files on-demand) reopened by
- In media.php we're still referencing …
- 23:21 Changeset [27425] by
-
Admin Menu: Use
.dashicons-before
as default $img_class. props … - 23:19 Ticket #26630 (Plugin Dashicons in admin menu have a glitch in IE) reopened by
- 22:47 Ticket #25526 (Deprecate format_to_post) closed by
- fixed: In 27424: […]
- 22:47 Changeset [27424] by
-
Deprecate
format_to_post()
and remove its filter. Fixes #25526. … - 22:25 Ticket #24763 (Add filter to query in get_page_by_path function) closed by
- fixed: In 27423: […]
- 22:25 Changeset [27423] by
-
Allow
get_page_by_path()
andget_page_by_title()
to accept an … - 22:00 Ticket #16914 (Updated List of HTTP status codes for wp_header_to_desc()) closed by
- fixed: In 27422: […]
- 22:00 Changeset [27422] by
- Update the list of HTTP status code descriptions. Fixes #16914. Props …
- 21:45 Changeset [27421] by
- Ensure that all a/v attribute names have a leading space when the tags …
- 21:36 Changeset [27420] by
-
Add a timestamp to the urls passed to
<audio>
and<video>
in the … - 21:13 Ticket #27286 (create menu page for custom post types) created by
- Currently, there are dedicated functions for adding new items to a …
- 20:40 Changeset [27419] by
- Add widget management to the customizer. This brings in the Widget …
- 20:30 Ticket #27284 (Permission issues after upgrading to 3.8.1) closed by
- invalid
- 20:03 Ticket #26630 (Plugin Dashicons in admin menu have a glitch in IE) closed by
- fixed: In 27418: […]
- 20:03 Changeset [27418] by
-
Introduce a
.dashicons-before
CSS class. If you want to use a … - 19:57 Ticket #27285 (Thumbnails are not managed for SVG attachment files) closed by
- duplicate: Duplicate of #26256.
- 19:44 Ticket #27285 (Thumbnails are not managed for SVG attachment files) created by
- This is a turnaround, because PHP getimagesize() does not manage SVG …
- 19:39 Ticket #27284 (Permission issues after upgrading to 3.8.1) created by
- Please see: …
- 19:27 Changeset [27417] by
- Remove trailing whitespace in dashicons.css.
- 19:19 Ticket #26709 (Deleting users makes it unclear that pages will be deleted) closed by
- fixed: In 27416: […]
- 19:19 Changeset [27416] by
- Indicate that the user deletion process affects all content attributed …
- 19:03 Ticket #27283 (WP_Date_Query missing column user_registered) created by
- In WP_Date_Query-Class theres a missing column "user_registered" and …
- 18:58 Ticket #27240 (Add allow_bail Argument for wpdb->check_connection() the Same as for ...) reopened by
- Thanks for your initial analysis! To cut to the chase and consider …
- 18:36 Changeset [27415] by
- Add some missing JSDoc blocks to media-related code. See #27016.
- 18:31 Changeset [27414] by
- Audio doesn't have the same quirks as video in the media modal. We …
- 18:25 Ticket #26487 (Bulk Actions Not Working for Some Plugins) closed by
- fixed: In 27413: […]
- 18:25 Changeset [27413] by
- Fix bulk activation of network-only plugins. Fixes #26487. Props dd32.
- 18:16 Ticket #26627 (Regression: get_queried_object no longer working with pre_get_posts ...) closed by
- fixed: This ticket was closed on a completed milestone. I'm re-closing.
- 18:14 Ticket #26627 (Regression: get_queried_object no longer working with pre_get_posts ...) reopened by
-
26627.3.diff makes
get_queried_object()
… - 17:49 Ticket #27282 (WP_Query returns more results when there are sticky posts) created by
- When doing a WP_Query like the one below it can return more then 3 …
- 17:45 Ticket #27281 (Videos with a space in the filename can break) created by
- The "space" here is actually "\xc2\xa0" - and it's impossible to see: …
- 17:25 Ticket #26668 (Small widget strings optimization) closed by
- fixed: In 27412: […]
- 17:25 Changeset [27412] by
- Add context and a missing period to widget descriptions. Fixes #26668. …
- 16:06 Ticket #27280 (Apply filter for Walker_Nav_Menu_Edit start_el output) created by
- Hi there, Can you give a filter for start_el output for …
- 15:34 Ticket #27279 (TinyMCE styling regressions) created by
- There many be some unintentional style regressions as a result of the …
- 15:06 Changeset [27411] by
-
Add TinyMCE placeholders for
audio
andvideo
shortcodes. * Add … - 13:52 Ticket #27278 (Clarifying add_theme_support() inline docs for 'html5') created by
- In #26697 was introduced support for HTML5 markup in image galleries. …
- 13:01 Ticket #27277 (Php 5.2 Warning for strstr() in wp-db.php) created by
- > Warning: Wrong parameter count for strstr() in …
- 12:58 Changeset [27410] by
- Admin Menu: Center menu images vertically, see #26630.
- 09:18 Ticket #27276 (wp_rewrite_rule does not update option when it's empty) created by
- This bug report about possible problems with situation when deleted …
- 07:23 Ticket #24164 (Deprecate `get_permalink()`) closed by
- fixed: In 27409: […]
- 07:23 Changeset [27409] by
- Introduce get_the_permalink() as an alias for get_permalink(). This …
- 07:00 Changeset [27408] by
-
Update mce-view.js and the
wpview
TinyMCE plugin, and use them to … - 06:38 Changeset [27407] by
- Deprecate get_current_site_name(). see #27003.
- 06:26 Changeset [27406] by
- Multisite load: Properly call wp_cache_set(). props gradyetc. see #27003.
- 06:25 Changeset [27405] by
- Always convert auto-drafts to drafts in edit_draft() and …
- 04:53 Ticket #25295 (Adding additional classes to image captions) closed by
- fixed: In 27404: […]
- 04:53 Changeset [27404] by
-
Add a
class
attribute to the caption shortcode to allow for … - 04:08 Ticket #27240 (Add allow_bail Argument for wpdb->check_connection() the Same as for ...) closed by
- wontfix: Thanks for the suggestion! So, there are a few different paths for …
- 03:53 Changeset [27403] by
- Restyles the modal for attaching media to posts, take II (also some …
- 01:12 Changeset [27402] by
- In set_theme_mod() account for when there is no old value. fixes …
03/04/2014:
- 23:10 Changeset [27401] by
- Restyles the modal for attaching media to posts, props avryl, see #26952
- 23:02 Ticket #25762 (Make it easier to customize the install process) closed by
- fixed: I'm closing this as fixed based on the [27045]. I think the additional …
- 21:09 Ticket #27274 (_e() used incorrectly for attribute values) closed by
- fixed: In 27400: […]
- 21:09 Changeset [27400] by
- Use esc_attr_e() instead of _e() for attribute values. props DJPaul. …
- 21:06 Ticket #25665 (Better plugin main-file support for makepot.php tool) closed by
- fixed: In 27399: […]
- 21:06 Changeset [27399] by
- i18n tools: Have makepot search for the main file of the plugin. …
- 20:33 Ticket #27275 (custom post, custom tax and category or post_tag) closed by
- invalid
- 20:21 Ticket #20905 (Allow rewrite endpoints to specify a different query variable name) closed by
- fixed
- 20:20 Ticket #27065 (Improve Customizer API documentation) closed by
- fixed: In 27398: […]
- 20:20 Changeset [27398] by
- Update the Customizer API inline docs. props ericlewis. fixes #27065.
- 20:06 Ticket #26825 (Add ability to generate metadata for audio / video files on-demand) closed by
- fixed: In 27397: […]
- 20:06 Changeset [27397] by
- Rename maybe_regenerate_attachment_metadata() to …
- 19:43 Ticket #27275 (custom post, custom tax and category or post_tag) created by
- I was developing a new theme when i try to create a wp_query for a …
- 19:41 Ticket #27274 (_e() used incorrectly for attribute values) created by
-
There are a couple of places where
_e
is being used to set the value … - 19:27 Ticket #27273 (thumbnail size aliases returning mixed results) created by
- Not sure if this has been discussed elsewhere, I could not find it. …
- 18:52 Ticket #27045 (Gallery css should use box-sizing) closed by
- fixed: In 27396: […]
- 18:52 Changeset [27396] by
- Do not output default gallery styles if the theme has opted into HTML5 …
- 16:22 Ticket #27272 (WP meta queries comparing apples to oranges) created by
-
As seen when hooking into the
posts_selection
hook while debugging a … - 16:04 Ticket #27271 (Add a filter to human_time_diff()) created by
- The human_time_diff function lacks a filter. It would be useful to add …
- 12:20 Ticket #21378 (get_the_category doesn't work for custom post types with custom taxonomies) closed by
- invalid: Replying to leroy-b: > what is a possible resolution, if …
- 11:39 Ticket #21378 (get_the_category doesn't work for custom post types with custom taxonomies) reopened by
- @ Nacin: "If you want to get the terms for a custom taxonomy for a …
- 11:18 Ticket #21023 (Blogger Importer Draft Status not processed correctly) closed by
- worksforme: Released
- 11:16 Ticket #4010 (Add Image Importing to the Blogger Importer) closed by
- worksforme: The 0.7 version with the images is now out there in the wild. On my …
- 10:34 Ticket #27270 (Validation for leading/trailing periods, or consecutive periods in ...) created by
- WordPress valids that the domain portion of the email address (after …
- 09:32 Ticket #27269 (Missing styles for .spinner for HiDPI displays) created by
-
Added missing
.spinner
styling under /wp-admin/css/media.css - 08:47 Ticket #27268 (Remove noscript from wpautop()'s list of block elements.) created by
-
In IE6-11, and the latest FF, Chrome and Safari for Mac,
noscript
… - 07:44 Ticket #20308 (Filtering of password protected posts) closed by
- fixed: In 27395: […]
- 07:44 Changeset [27395] by
- Add has_password and post_password query variables to WP_Query. * …
- 07:10 Ticket #23855 (Leave Shortcode functions early, if there's no Shortcode delimiter) closed by
- fixed: In 27394: […]
- 07:10 Changeset [27394] by
- Bail early from shortcode functions if no delimiter is present. This …
- 07:01 Ticket #14721 (set_theme_mod() needs a filter) closed by
- fixed: In 27393: […]
- 07:01 Changeset [27393] by
- Add a pre_set_theme_mod_$name filter to set_theme_mod(). This is …
- 06:52 Ticket #26796 (Replace post lock icon with a dashicon) closed by
- fixed: In 27392: […]
- 06:52 Changeset [27392] by
- Convert the post lock icon to a dashicon. props melchoyce, …
- 04:29 Ticket #27023 (As a developer, I should be able to easily get and apply patches from trac) closed by
- fixed: As the library continues to improve, we can start to incorporate this …
- 04:07 Changeset [27391] by
- DFW: revert adding the 'image' button, images are edited in the media …
- 03:08 Ticket #27020 (Use a safer capability default when post_author == 0) closed by
- fixed: In 27390: […]
- 03:08 Changeset [27390] by
- Don't default to current user for capability checks when dealing with …
- 02:19 Ticket #25351 (Updating the 'jquery-masonry' to a latest version) closed by
- fixed: In 27389: […]
- 02:19 Changeset [27389] by
- Add jquery.masonry.min.js. fixes #25351.
- 02:10 Ticket #24098 (Support for HTML5 roles) closed by
- fixed: In 27388: […]
- 02:10 Changeset [27388] by
- Allow the role attribute in kses for all elements. props mikecorkum. …
- 02:07 Ticket #27267 (Long strings don't break in revision diff) created by
-
See screenshot. The patch below also adds
vertical-align: top;
as … - 01:56 Changeset [27387] by
- TinyMCE: update to 4.0.18, see #24067
03/03/2014:
- 22:51 Ticket #27199 (When site_name is missing from sitemeta table, it cannot be updated by ...) closed by
- fixed: Replying to JPry: > That sounds like a better solution to …
- 21:55 Ticket #26407 (Match path with current site's domain before redirecting to current ...) closed by
- wontfix: Closing this as wontfix. See progress in #27003 along with a future …
- 21:48 Ticket #25316 (Inconsistent behavior in wpmu_current_site() when using persistent ...) closed by
- fixed: Great, thanks @gradyetc. Good catch in the other ticket! We'll have to …
- 21:23 Ticket #26756 (Vertical align dashboard "At a Glance" post(count) links) closed by
- wontfix: Played a bit more with it and couldn't come up with a solution which …
- 20:58 Ticket #27266 (Front end search for attachment title cannot succeed) created by
- This is somewhat related to ticket #22556 but affects all queries that …
- 20:42 Ticket #23627 (Allow plugins to short-circuit wp_nav_menu, good for performance) closed by
- fixed: In 27386: […]
- 20:42 Changeset [27386] by
- Add the ability to short-circuit wp_nav_menu() via the …
- 20:24 Ticket #25560 (Update to PHPMailer 5.2.7) closed by
- fixed: In 27385: […]
- 20:24 Changeset [27385] by
- Update PHPMailer to 5.2.7 from 5.2.4. Includes two trivial …
- 20:19 Ticket #27265 (trivial patch to make update form select the "SSH" radio button when ...) created by
- Possibly related to #17960. I am trying to script a configuration …
- 20:13 Ticket #26944 (Dashboard "At a glance" widget ignores get_avatar_comment_types filter) closed by
- fixed: In 27384: […]
- 20:13 Changeset [27384] by
-
"At a Glance" widget: Move
get_avatar()
line out of if-block. This … - 19:56 Ticket #27264 (Stop use of $domain and $path globals in ms_not_installed()) created by
-
We only use
ms_not_installed()
during thems-settings.php
… - 19:49 Ticket #24682 (Add 'Cancel' button to Revisions screen) closed by
- fixed: In 27383: […]
- 19:49 Changeset [27383] by
- Revisions: Add 'Return to post editor' link. props adamsilverstein, …
- 19:44 Ticket #25351 (Updating the 'jquery-masonry' to a latest version) reopened by
- Looks like r27271 assumes the existence of jquery.masonry.min.js, but …
- 19:30 Ticket #27207 (Extend core's .gitignore file) closed by
- fixed: In 27382: […]
- 19:30 Changeset [27382] by
- Edit svn:ignore and svn:global-ingnores properties to match .gitignore …
- 19:04 Ticket #25169 (Optimize all images / pngs in core) closed by
- fixed
- 18:55 Changeset [27381] by
- Doc fixes for wp_get_network(). props TobiasBg. see #27003.
- 18:43 Ticket #23171 (Add Meetup.com oEmbed support) closed by
- fixed: https://groups.google.com/d/topic/meetup-api/z0tXN_Uszh8/discussion - …
- 17:59 Ticket #13771 (get_the_date() to accept optional $post argument) closed by
- fixed: In 27380: […]
- 17:59 Changeset [27380] by
- Let get_the_date() accept a post object. props tanner-m, …
- 17:50 Ticket #27263 (Z-Index is wrong when a post is both locked and the auth check fails) created by
- When on a post that is locked and the auth check fails, the post lock …
- 17:50 Ticket #26186 (Hook Docs (2): wp-admin/includes/misc.php) closed by
- fixed: In 27379: […]
- 17:50 Changeset [27379] by
-
Generalize the hook documentation for the
set-screen-option
filter. … - 17:45 Ticket #26186 (Hook Docs (2): wp-admin/includes/misc.php) reopened by
-
@nacin pointed out that
set-screen-option
really is a … - 17:43 Changeset [27378] by
- Support multiple editor instances when drag-and-drop-uploading onto …
- 17:35 Ticket #27231 (Tweak wp-db.php so running WordPress on HHVM doesn't require hacking ...) closed by
- fixed: In 27377: […]
- 17:35 Changeset [27377] by
- Make OBJECT a case sensitive constant, for HHVM compatibility and …
- 17:28 Ticket #27262 (Use nooped plurals in wp_generate_tag_cloud()) closed by
- fixed: In 27376: […]
- 17:28 Changeset [27376] by
- Accept nooped plurals in wp_generate_tag_cloud() / wp_tag_cloud(). …
- 17:19 Ticket #26186 (Hook Docs (2): wp-admin/includes/misc.php) closed by
- fixed: In 27375: […]
- 17:19 Changeset [27375] by
- Inline documentation for hooks in wp-admin/includes/misc.php. Props …
- 17:08 Changeset [27374] by
- Slight renaming in our callback in [27373]. see #14424.
- 17:03 Ticket #27262 (Use nooped plurals in wp_generate_tag_cloud()) created by
- #7989 introduce a fairly complex callback solution for changing the …
- 16:20 Ticket #14424 (Eliminate dynamic function definitions, ie create_function) closed by
- fixed: In 27373: […]
- 16:20 Changeset [27373] by
-
Eliminate some of our last remaining
create_function()
instances * … - 15:55 Ticket #24067 (TinyMCE 4.0) closed by
- fixed: At this point, all bugs/tweaks/enhancements should go in new …
- 15:53 Changeset [27372] by
- TinyMCE: Propagate the dragover event outside the editor so …
- 12:46 Ticket #27261 (when selecting videos in the opened insert media window don't load) created by
- If i type a keyword with no matches its says 'No items found.' But if …
- 11:44 Ticket #27260 (Lack of unslashing in privileged handler of the Heartbeat API) created by
- The handler for not-logged-in ("nopriv") calls to the Heartbeat API …
- 09:46 Ticket #27259 (QUnit doc: Add missing word in "tests/qunit/wp-includes/js/shortcodes.js") closed by
- fixed: In 27371: […]
- 09:46 Changeset [27371] by
- Add missing word. props bassgang. fixes #27259.
- 09:44 Ticket #27259 (QUnit doc: Add missing word in "tests/qunit/wp-includes/js/shortcodes.js") created by
- It is just a tiny documentation thing: In "shortcodes.js" QUnit …
- 06:10 Ticket #27258 (Hash notate arguments arrays for WP_Admin_Bar::add_node|group) closed by
- fixed: In 27370: […]
- 06:10 Changeset [27370] by
- Convert argument array documentation to the hash-notation style for …
- 03:39 Ticket #27258 (Hash notate arguments arrays for WP_Admin_Bar::add_node|group) created by
- Attached patch upgrades argument array documentation for the …
- 02:33 Changeset [27369] by
- Reference https://wordpress.org rather than http://wordpress.org in …
- 02:33 Changeset [27368] by
- Editor: throttle scrolling of the main window when the editor is …
- 02:13 Ticket #27234 (Adding filters for WP_Admin_Bar::add_node() method) closed by
- fixed: In 27367: […]
- 02:13 Changeset [27367] by
- Accept rel attributes in the toolbar's add_node() method. props …
- 01:14 Ticket #27251 (In Admin, Firefox is caching the editor contents. Showing wrong ...) closed by
- fixed: In 27366: […]
- 01:14 Changeset [27366] by
-
Editor: when TinyMCE is used, add
autocomplete="off"
to the textarea … - 01:04 Ticket #5932 (wpdb should reconnect and retry query when "MySQL server has gone away") closed by
- fixed
03/02/2014:
- 23:34 Ticket #25905 (Hook Docs (53): wp-includes/option.php) closed by
- fixed: In 27365: […]
- 23:34 Changeset [27365] by
- Inline documentation for hooks in wp-includes/option.php. Props …
- 23:25 Ticket #27257 (Load the proper editor when the user goes to the Edit Post screen with ...) closed by
- fixed: In 27364: […]
- 23:25 Changeset [27364] by
- Editor: look at the class of the wrapper element instead of …
- 23:12 Changeset [27363] by
- Adjust the priority of the separator in the Edit Playlist and Edit …
- 23:11 Ticket #27257 (Load the proper editor when the user goes to the Edit Post screen with ...) created by
- When the browser's Go Back or Go Forward buttons are used the browser …
- 23:10 Changeset [27362] by
-
Make
CollectionEdit
andCollectionAdd
less dynamically quirky. … - 23:06 Changeset [27361] by
-
Add some braces for
jshint
inmedia-views.js
. See #26631. Props … - 22:33 Ticket #27218 (Difficult to select untitled pages in the parent selection box) closed by
- fixed: In 27360: […]
- 22:33 Changeset [27360] by
- Display empty-titled pages properly in Walker_PageDropdown, like we do …
- 22:24 Changeset [27359] by
- Introduce get_site_by_path() and further rewrite the site detection …
- 22:22 Ticket #27256 (Unit test test_video_shortcode_body() fails) closed by
- fixed: In 27358: […]
- 22:22 Changeset [27358] by
- Restore $content_width global value after changing it in …
- 21:41 Ticket #27256 (Unit test test_video_shortcode_body() fails) created by
- 20:55 Ticket #26149 (Hook Docs (13): wp-admin/includes/image-edit.php) closed by
- fixed: In 27357: […]
- 20:55 Changeset [27357] by
- Inline documentation for hooks in wp-admin/includes/image-edit.php. …
- 20:47 Ticket #26957 (Hook Docs(9): wp-admin/includes/class-wp-plugins-list-table.php) closed by
- fixed: In 27356: […]
- 20:47 Changeset [27356] by
- Inline documentation for hooks in …
- 20:31 Ticket #26203 (Hook Docs (3): wp-admin/includes/class-wp-users-list-table.php) closed by
- fixed: In 27355: […]
- 20:31 Changeset [27355] by
- Tweak inline documentation for hooks in …
- 20:27 Ticket #26203 (Hook Docs (3): wp-admin/includes/class-wp-users-list-table.php) reopened by
- 19:50 Ticket #26148 (PHPDoc updates for /wp-includes/user.php) closed by
- fixed: In 27354: […]
- 19:50 Changeset [27354] by
- Additional clarification for wp_authenticate_cookie() parameters. …
- 19:45 Ticket #26148 (PHPDoc updates for /wp-includes/user.php) reopened by
-
Just noticed that
$username
and$password
in … - 19:39 Ticket #26148 (PHPDoc updates for /wp-includes/user.php) closed by
- fixed: In 27353: […]
- 19:39 Changeset [27353] by
- Inline documentation improvements for wp-includes/user.php. Props …
- 19:00 Changeset [27352] by
- Remove extra comma. props jorbin. see #19845.
- 18:20 Ticket #27255 (Remove redundant add_filter() call) closed by
- fixed: In 27351: […]
- 18:20 Changeset [27351] by
- Remove redundant add_filter() call. see [24848]. fixes #27255.
- 18:15 Ticket #27255 (Remove redundant add_filter() call) created by
- See tags/3.8.1/src/wp-includes/user.php#L71. Made redundant …
- 18:04 Ticket #27130 (Credentials parameter default in wp_signon() should be an array) closed by
- fixed: In 27350: […]
- 18:04 Changeset [27350] by
- Default value for $credentials parameter in wp_signon() should be an …
- 17:54 Ticket #27130 (Credentials parameter default in wp_signon() should be an array) reopened by
- #26148 is a documentation-specific patch. Re-opening here in favor of …
- 10:34 Ticket #27250 (Exception when running import unit test group without the importer ...) closed by
- fixed: In 27349: […]
- 10:34 Changeset [27349] by
- Skip import tests if WordPress Importer plugin is missing. props …
- 10:10 Ticket #27254 (add_theme_support from theme's should not be eclusionary) closed by
- duplicate: Duplicate of #22080.
- 08:38 Ticket #27223 (do_action( 'admin_head' ) is missing in sites.php) closed by
- fixed: In 27348: […]
- 08:38 Changeset [27348] by
- Display site deletion confirmation as a regular admin page. props …
- 05:50 Ticket #20983 (Change phrasing for 'Network Activate' newly installed plugins) closed by
- wontfix: Replying to Ipstenu: > The initial need was that when one …
- 05:47 Ticket #20825 (User activation in multisite should happen in the main blog..) closed by
- worksforme: Closing this out. Feel free to reopen if this is a concern, but it …
- 04:54 Ticket #27254 (add_theme_support from theme's should not be eclusionary) created by
- If a theme defines an array for defining thumbnail support, like so: …
- 04:40 Ticket #25328 (switch_to_blog() doesn't fail on validation) closed by
- fixed: In 27347: […]
- 04:40 Changeset [27347] by
-
Fix the return description for
switch_to_blog()
to reflect that it … - 04:32 Ticket #27253 (Enhancement Request: direct link to Drafts under Posts and Pages on ...) created by
- It would be awesome if there were a link under posts and pages to get …
- 02:49 Changeset [27346] by
-
Fix a typo in the
author_rewrite_rules
hook doc. Props kpdesign. … - 02:25 Ticket #27252 (WP_Query's "fields" => "ids" should return an array of integers) created by
-
When using WP_Query's
"fields" => "ids"
(or `"fields" => …
03/01/2014:
- 23:09 Ticket #27249 (Categories hierarchical taxonomies) closed by
- duplicate: Yes, been thinking about these for the last several months and, as …
- 22:35 Changeset [27345] by
- TinyMCE: remove box-shadow from the "more" and "nextpage" placeholder …
- 21:49 Ticket #27045 (Gallery css should use box-sizing) reopened by
- Replying to cramdesign: > Hmm... seems a shame to be …
- 21:44 Ticket #22267 (Make trailingslashit() and untrailingslashit() work with backslashes) closed by
- fixed: In 27344: […]
- 21:44 Changeset [27344] by
- Strip backslashes, not just forward slashes, from untrailingslashit(). …
- 21:33 Changeset [27343] by
- Add the ability to drag and drop files directly onto the editor. The …
- 20:34 Ticket #27130 (Credentials parameter default in wp_signon() should be an array) closed by
- duplicate: Duplicate of #26148.
- 18:27 Ticket #27045 (Gallery css should use box-sizing) closed by
- wontfix: I don't think we can make a change here that will not break backwards …
- 16:18 Ticket #27248 (Use HTTP 4xx instead of 500 for comments posting errors) closed by
- duplicate: Duplicate of #11286.
- 16:14 Ticket #27251 (In Admin, Firefox is caching the editor contents. Showing wrong ...) created by
- Steps to recreate: Open two tabs (in Firefox), editing the same post. …
- 15:05 Ticket #27167 (Drop @access in favour of @internal) closed by
- duplicate: Replying to nacin: > This seems to me like a duplicate of …
- 14:59 Ticket #26203 (Hook Docs (3): wp-admin/includes/class-wp-users-list-table.php) closed by
- fixed: In 27342: […]
- 14:59 Changeset [27342] by
- Inline documentation for hooks in …
- 12:42 Ticket #7296 (Admin CSS uses px instead of em) reopened by
- Whilst this is an old ticket it is still true in the new 'MP6' admin …
- 12:33 Ticket #27250 (Exception when running import unit test group without the importer ...) created by
- When running the import unit test group without having the WordPress …
- 12:18 Ticket #27249 (Categories hierarchical taxonomies) created by
- Hierarchical taxonomies are added to a post by a tree structure and …
- 11:58 Ticket #27248 (Use HTTP 4xx instead of 500 for comments posting errors) created by
- After you submit an invalid comment (empty comment, invalid email, …
- 10:24 Ticket #27242 (Images scaling to 120x300 for medium size do not display.) closed by
- invalid: This particular problem is because of an AdBlockPlus filter blocking …
- 09:30 Ticket #26095 (Hook Docs (17): wp-includes/rewrite.php) closed by
- fixed: In 27341: […]
- 09:30 Changeset [27341] by
- Inline documentation for hooks in wp-includes/rewrite.php. Props …
- 07:36 Changeset [27340] by
- Plupload: remove the (old) plupload.silverlight.xap, remove the …
- 06:52 Ticket #27246 (Add function to get the excerpt outside the loop) created by
-
There's currently a function called
get_the_excerpt
, yet it … - 06:05 Changeset [27339] by
- Upgrader: Remove more debug from r27336. See #25860
- 06:03 Changeset [27338] by
- Upgrader: Remove some debug from r27336. See #25860
- 06:01 Changeset [27337] by
- Upgrader: Remove two stray spaces. See #25860
- 06:00 Ticket #25860 (Copy version.php last during updates) closed by
- fixed: In 27336: […]
- 06:00 Changeset [27336] by
- Upgrader: Copy wp-includes/version.php over last, to avoid an …
- 02:41 Changeset [27335] by
-
Inline documentation fixes for
timer_stop()
. See #26874.
02/28/2014:
- 23:52 Ticket #27245 (wp-login.php stylesheet lacks hyperlink colours) created by
- The stylesheet (login.css) used on wp-login.php lacks hyperlink …
- 23:43 Ticket #27244 ('Restore This Autosave' immediately updates a published post) created by
- The "Restore This Autosave" button on the revisions screen immediately …
- 23:28 Changeset [27334] by
- Pass along preview query args only if they are already present. Avoids …
- 23:08 Ticket #17157 (Cannot preview changes to published multi-page posts) closed by
- fixed: In 27333: […]
- 23:07 Changeset [27333] by
- Enable previews for all pages of multi-page posts. Fixes #17157. Props …
- 22:17 Ticket #26874 (timer_stop() returns a string, not a float) closed by
- fixed: In 27332: […]
- 22:17 Changeset [27332] by
-
Correct the inline docs for
timer_stop()
. Fixes #26874. Props … - 22:08 Changeset [27331] by
- In TwentyTwelve and TwentyThirteen, don't print the featurd image when …
- 22:08 Ticket #24063 (Introduce some more _doing_it_wrong() calls in nonce functions) closed by
- wontfix: I'll have to agree with Sergey here, displaying a notice inside an …
- 21:56 Changeset [27330] by
-
in TwentyFourteen: don't add the
has-post-thumbnail
class or print … - 21:47 Ticket #22745 (Missing number_format_i18n() on term counts) closed by
- fixed: In 27329: […]
- 21:47 Changeset [27329] by
-
Add some missing number i18n in
Walker_Category
and … - 21:27 Changeset [27328] by
- * Videos should always render at the same aspect ratio. * Don't force …
- 21:07 Ticket #27243 (Improve video rendering) created by
-
Things to look at:
-
m4v
s should load natively in Chrome - videos … - 21:07 Ticket #27242 (Images scaling to 120x300 for medium size do not display.) created by
- When adding to a post a media image, whose medium size has been scaled …
- 20:56 Ticket #20905 (Allow rewrite endpoints to specify a different query variable name) reopened by
- Re-opening to update the Codex.
- 20:54 Ticket #20905 (Allow rewrite endpoints to specify a different query variable name) closed by
- fixed: In 27327: […]
- 20:54 Changeset [27327] by
- Allow rewrite endpoints to specify a query variable name. Fixes #20905.
- 20:23 Ticket #24178 (An active plugin which switches to network-only is impossible to deactivate) closed by
- fixed: Fixed in [27326].
- 20:21 Changeset [27326] by
- Don't filter out network-only plugins from the Plugins screen if …
- 19:14 Ticket #27241 (Huge/empty title attribute in WordPress News dashboard widget) closed by
- duplicate: Duplicate of #26520.
- 19:10 Ticket #27241 (Huge/empty title attribute in WordPress News dashboard widget) created by
- See screenshots.
- 18:03 Ticket #27240 (Add allow_bail Argument for wpdb->check_connection() the Same as for ...) created by
- The new wpdb check_connection() function is a great addition and …
- 17:59 Ticket #27239 (Registration email not sent (multisite subdirectory)) created by
- I am trying to add new user: - wp-admin/user-new.php When I add new …
- 17:18 Ticket #26697 (HTML5 Galleries) closed by
- fixed: add_theme_support( 'html5' ) was never supposed to be allowed, as it …
- 16:14 Ticket #27238 (Add parameters to the_taxonomies() and get_the_taxonomies() to ...) created by
- Currently get_the_taxonomies() automatically wrap all taxonomies that …
- 16:10 Ticket #27237 (Instagram embeds returning bad URL) created by
- Hi Guys This may well be at Instagram's end if you drop URL into …
- 15:27 Ticket #27236 (Custom Widgets lost when theme is re-activated while the widget plugin ...) created by
- It could be a rare issue for others, but it's a regular process for my …
- 15:26 Ticket #27235 (Theme errors are misplaced) created by
- If you delete an active theme from the server and visit Themes screen, …
- 15:11 Ticket #27234 (Adding filters for WP_Admin_Bar::add_node() method) created by
- I needed to add a rel="nofollow" attribute to one of the links on …
- 15:04 Ticket #27233 (Themes: lose input focus when pressing enter) created by
- Pressing enter should remove the focus from the input element. …
- 13:25 Ticket #27232 (comment_form additional defaults argument) created by
- It would be great if you guys add an additional argument …
- 10:55 Ticket #26697 (HTML5 Galleries) reopened by
- This is a great addition. However, to make the feature somewhat more …
- 09:47 Ticket #27231 (Tweak wp-db.php so running WordPress on HHVM doesn't require hacking ...) created by
- Running WordPress on HHVM currently requires manually editing …
- 08:28 Ticket #27230 (New Action On User Delete Form) created by
- When deleting a user, it would be nice to have an action fired before …
- 08:17 Ticket #27229 (Display image file size in media uploader when uploaded) created by
- When inserting an image using the media uploader, WordPress shows file …
- 08:08 Ticket #27228 (Consistent translator comment format) closed by
- fixed: In 27325: […]
- 08:08 Changeset [27325] by
- Use a consistent format for translator comments. props GaryJ. fixes …
- 01:55 Ticket #27228 (Consistent translator comment format) created by
-
There are around 300 instances of
/* translators: ... */
and only 4 … - 01:43 Ticket #27227 (WP Multisite Registration Form) closed by
- duplicate: Currently there are no hooks to replace the default text in …
- 01:28 Ticket #27227 (WP Multisite Registration Form) created by
- Is there anyway to change the default text on the registration page …
- 00:47 Ticket #27226 (Insert from URL fails when used via Plugin, because of missing ...) closed by
- invalid: seems to have been fixed like 1 or 2 hours ago in trunk... Lesson: …
- 00:44 Ticket #26661 (Add before/after hooks to override output of wp_widget_control()) closed by
- fixed: In 27324: […]
- 00:44 Changeset [27324] by
- Remove temporary hooks added in [26865]. fixes #26661.
- 00:38 Ticket #23591 (Can't insert media into wp_editor() without quicktags and/or tinymce) closed by
- fixed: I think this is fixed by r26881. Couldn't reproduce in trunk, but feel …
- 00:14 Ticket #27226 (Insert from URL fails when used via Plugin, because of missing ...) created by
- See https://github.com/avryl/wp-front-end-editor/issues/34 and …
02/27/2014:
- 23:15 Ticket #27214 (Fix an undefined index.) closed by
- fixed: In 27323: […]
- 23:15 Changeset [27323] by
- Avoid an undefined index notice in wp_doc_link_parse(). props pross …
- 23:03 Changeset [27322] by
-
Rather than extending
media.controller.CollectionAdd
3 times, make … - 22:40 Ticket #14697 (wp_list_comments not fully HTML5-friendly) closed by
-
duplicate: HTML5 support for
wp_list_comments()
was added in [23694]. Closing … - 21:50 Changeset [27321] by
- Restore / re-tools some docs after [27313]. See #26631.
- 21:37 Changeset [27320] by
-
Some playlist cleanup:
* Check properties against the
window
object … - 21:15 Ticket #27225 (Undefined index: error in wp-admin/includes/file.php on line 261) closed by
- fixed: In 27319: […]
- 21:15 Changeset [27319] by
- Avoid an undefined index notice in wp_handle_upload(). props tivnet. …
- 20:52 Ticket #27225 (Undefined index: error in wp-admin/includes/file.php on line 261) created by
-
$file['error']
might not be set. Patch attached. - 20:14 Changeset [27318] by
- Remove debugging cruft, see #25663
- 20:10 Changeset [27317] by
-
In
media-editor.js
, use_.isUndefined()
when available. See #26631. - 20:00 Changeset [27316] by
- Upgrade Plupload to 2.1.1, props kovshenin, see #25663
- 19:50 Changeset [27315] by
- This comment was pasted and does not apply to specified code block. …
- 19:38 Ticket #25351 (Updating the 'jquery-masonry' to a latest version) closed by
- fixed: In 27314: […]
- 19:38 Changeset [27314] by
- JSHint: Generically blacklist all minified files. fixes #25351.
- 19:26 Ticket #25351 (Updating the 'jquery-masonry' to a latest version) reopened by
- Just wanted to re-open this to address the issue of broken jshint …
- 19:22 Ticket #27224 (Multisite upload settings are inconsistent) created by
- "Site upload space" is indicated in MB whilst "Max upload file size" …
- 19:21 Changeset [27313] by
-
wp.media.collection
should be its own civilized instantiable class, … - 15:44 Ticket #27221 (User role based post visibility) closed by
- wontfix: Definitely plugin material.
- 15:21 Changeset [27312] by
-
In the tracklist for playlist, fall back to
title
if there is no … - 15:19 Changeset [27311] by
- Add some security hardening to passed playlist attributes. Props …
- 13:58 Ticket #27223 (do_action( 'admin_head' ) is missing in sites.php) created by
- Hi guys, We should add a hook in /network/sites.php as we have …
- 13:41 Ticket #27219 (Bulk publish page drafts) closed by
- worksforme: This is actually already possible. You can bulk-change the post status …
- 13:38 Ticket #27222 (get_uploaded_header_images() returns the incorrect image URL) created by
- When using a CDN (e.g. S3 ) and a plugin …
- 12:51 Ticket #27221 (User role based post visibility) created by
- People are using WordPress for more than just blogging, and even for …
- 12:26 Ticket #27220 (Twenty Fourteen - masthead-fixed does not work on IE when using header ...) created by
- Twenty Fourteen adds the […] class to the #masthead element when …
- 12:12 Ticket #27219 (Bulk publish page drafts) created by
- I prepared a bulk of pages (> 25) to be published at the same time …
- 11:35 Ticket #27218 (Difficult to select untitled pages in the parent selection box) created by
- If you've created a page with no title and want to write another page …
- 10:21 Ticket #27215 (Role order is inconsistent between multisite and single site user forms) closed by
- fixed: In 27310: […]
- 10:21 Changeset [27310] by
- Use wp_dropdown_roles() in wp-admin/network/site-users.php. props …
- 03:06 Changeset [27309] by
-
Correct a misspelled property name in a
media-views.js
annotation. … - 02:54 Changeset [27308] by
- Populate playlist setting values with their default value if they …
- 02:32 Ticket #27017 (Time to update the HTTP SSL Root Certificate list) closed by
- fixed: In 27307: […]
- 02:32 Changeset [27307] by
- WP_HTTP: Update the Root Certificate bundle used for SSL communication …
- 00:17 Ticket #27198 (Improve pushState/hashChange routing in Appearance > Themes) closed by
- fixed: In 27306: […]
- 00:17 Changeset [27306] by
- Themes screen: Clicking back through history should properly close the …
- 00:04 Ticket #27216 (wp_ajax_time_format() and wp_ajax_date_format() need to return ...) closed by
- fixed: In 27305: […]
- 00:04 Changeset [27305] by
- Unslash in the time-format and date-format ajax endpoints. props …
02/26/2014:
- 23:57 Ticket #16471 (Support default values for non-existant query vars in get_query_var() et al) closed by
- fixed: In 27304: […]
- 23:57 Changeset [27304] by
- Add a $default argument to get_query_var() and WP_Query::get(). fixes …
- 23:53 Ticket #27217 (Media modal separator) created by
- This patch removes the box-shadow from the separator in the right …
- 23:47 Ticket #27198 (Improve pushState/hashChange routing in Appearance > Themes) reopened by
- The overlay doesn't close when clicking back through history, breaks …
- 22:26 Ticket #12641 (Move comment-reply to the bottom of the page) closed by
- fixed: In 27303: […]
- 22:26 Changeset [27303] by
- Move comment-reply.js to the footer. While it can function before the …
- 22:19 Ticket #26697 (HTML5 Galleries) closed by
- fixed: In 27302: […]
- 22:19 Changeset [27302] by
- Introduce HTML5 gallery support. When a theme supports HTML5 …
- 22:19 Ticket #26564 (PHPDoc updates for wp-admin/includes/class-wp-users-list-table.php) closed by
- fixed: In 27301: […]
- 22:19 Changeset [27301] by
-
Improve inline documentation for
WP_Users_List_Table
. Props … - 22:10 Ticket #27216 (wp_ajax_time_format() and wp_ajax_date_format() need to return ...) created by
-
Hello.
wp_ajax_time_format()
andwp_ajax_date_format()
are … - 22:08 Ticket #27215 (Role order is inconsistent between multisite and single site user forms) created by
-
In [25695], the role order of
wp_dropdown_roles()
was reversed. … - 22:04 Changeset [27300] by
- Revert [27115] and let cache backends handle the stripping of spaces …
- 21:54 Ticket #26903 (get_terms returns no terms with 'parent' => 0 with non-empty child terms) closed by
- fixed: Replying to markjaquith: > The unit test is randomly …
- 21:45 Changeset [27299] by
- Developer tools: grunt-patch-wordpress from jorbin, for applying …
- 21:44 Ticket #26903 (get_terms returns no terms with 'parent' => 0 with non-empty child terms) reopened by
- The unit test is randomly failing for me. […]
- 21:20 Ticket #27200 (Remove all @package and @subpackage tags from function DocBlocks) closed by
- fixed: Replying to markjaquith: > DrewAPicture — anything else …
- 21:16 Ticket #27214 (Fix an undefined index.) created by
- When using the plugin editor with some plugins the following error is …
- 20:59 Changeset [27298] by
- Remove twenty* ignore-exclusion lines. Already tracked. see #27207. …
- 20:31 Changeset [27297] by
- Add a filter to remove or rename page templates for a theme. This does …
- 18:58 Ticket #27207 (Extend core's .gitignore file) reopened by
- 18:45 Ticket #26937 (get_adjacent_post() should use WP_Query rather than build its own SQL query) closed by
- fixed: In 27296: […]
- 18:45 Changeset [27296] by
- Set the taxonomy property in the WP_Adjacent_Post class. fixes #26937.
- 18:44 Ticket #27207 (Extend core's .gitignore file) closed by
- fixed: In 27295: […]
- 18:44 Changeset [27295] by
-
More robust
.gitignore
file fixes #27207. props TobiasBg, markjaquith. - 18:44 Ticket #14994 (Introduce a way to identify a hook in progress) closed by
- fixed: In 27294: […]
- 18:43 Changeset [27294] by
- Introduce doing_filter() and doing_action() to identify hooks in …
- 18:20 Changeset [27293] by
-
Document the
$taxonomy
property inWP_Adjacent_Post
. See #26937. - 18:17 Changeset [27292] by
-
Remove now-moot vanity spacing for
WP_Adjacent_Post
property … - 18:15 Changeset [27291] by
- Add inline documentation for properties and other inline docs fixes …
- 18:11 Ticket #20601 (Author archives queries should return a 404 when the user isn't a ...) closed by
- fixed: In 27290: […]
- 18:11 Changeset [27290] by
- Return 404 when querying author's posts who is not a member and has no …
- 17:58 Ticket #26937 (get_adjacent_post() should use WP_Query rather than build its own SQL query) reopened by
- 17:22 Ticket #22476 (Standardize single and double quotes in CSS url()s) closed by
- fixed: In 27289: […]
- 17:22 Changeset [27289] by
- Remove unnecessary quotes from urls in CSS. props TobiasBg. fixes #22476.
- 17:17 Changeset [27288] by
- One more change. see #26937.
- 17:16 Changeset [27287] by
- We shall call it WP_Adjacent_Post instead. see #26937.
- 17:12 Ticket #27213 (in_category() returns true in Home page on local install) closed by
- invalid: I think this belongs on the support forums: …
- 17:12 Ticket #24318 (oEmbeds in feeds) closed by
- wontfix: I'm going to close this off as wontfix. Feeds can be consumed by all …
- 17:11 Ticket #26937 (get_adjacent_post() should use WP_Query rather than build its own SQL query) closed by
- fixed: In 27286: […]
- 17:11 Changeset [27286] by
- Make get_adjacent_post() wrap a new WP_Get_Adjacent_Post object that …
- 17:09 Changeset [27285] by
- Make get_adjacent_post() wrap a new WP_Get_Adjacent_Post object that …
- 16:49 Ticket #26651 (Outer spaces in wp_sprintf_l() strings are easily lost in translation) closed by
- fixed: In 27284: […]
- 16:49 Changeset [27284] by
- Use placeholders in strings in wp_sprintf_l() to ensure spaces are not …
- 16:40 Ticket #19849 (Pass $comment_date to get_comment_time filter) closed by
- fixed: In 27283: […]
- 16:40 Changeset [27283] by
- Pass the comment object to the get_comment_date and get_comment_time. …
- 16:01 Ticket #27213 (in_category() returns true in Home page on local install) created by
- Hello, guys. I've been scratching my head on this one for a few hours. …
- 10:24 Ticket #26661 (Add before/after hooks to override output of wp_widget_control()) reopened by
- Do we still need temporary hooks added in [26865]? If not, let's …
- 08:06 Ticket #26785 (Disabled buttons should not have any pointer events) closed by
- fixed: In 27282: […]
- 08:06 Changeset [27282] by
- Ensure disabled secondary buttons do not change background on hover or …
- 07:36 Changeset [27281] by
- Remove title attributes on the fly when [27280] makes them incorrect. …
- 07:18 Ticket #26661 (Add before/after hooks to override output of wp_widget_control()) closed by
- maybelater: It turns out that we actually didn't need this, since the widget icons …
- 06:54 Ticket #17703 (Decrement update count bubbles when you update things) closed by
- fixed: In 27280: […]
- 06:54 Changeset [27280] by
- Decrement update count bubbles as plugins/themes are updated, live. …
- 06:26 Ticket #27212 (Authentication Check on wp-login.php) closed by
- duplicate: Duplicate of #14949, #20639.
- 06:18 Ticket #21043 (is_user_logged_in() returns true even if user is not logged in) closed by
- invalid: wp_set_current_user() is a complete context switch. …
- 06:11 Ticket #27212 (Authentication Check on wp-login.php) created by
- Running 3.8.1 on a few sites that I've tested this with. At first I …
- 04:53 Changeset [27279] by
- When failing to reconnect to a server that has gone away, simply fail …
- 04:19 Changeset [27278] by
- Add a constant to disable mysqli for testing purposes. see #21663.
- 04:14 Changeset [27277] by
- wpdb: set dbh to null when the mysqli connection fails. see #21663.
- 00:33 Ticket #22661 (Allow object caches to degrade gracefully) reopened by
-
We still call
wp_using_ext_object_cache( true )
after the …
Note: See TracTimeline
for information about the timeline view.