Timeline
02/14/2015:
- 22:28 Ticket #31334 (Customizer JS API should handle container removal from document and ...) created by
-
When we do
wp.customize.section.remove('my_section')
or … - 21:53 Ticket #31333 (Comment reply link broken in ajax call) created by
- Will it be okay to change […] to […] at line …
- 17:54 Ticket #31332 (RTL CSS generation: Switch from CSSJanus to RTLCSS) created by
- == Prologue Three days ago we were finally able to switch back from a …
- 17:28 Ticket #31279 (Bundled themes and .screen-reader-text) closed by
- fixed: In 31464: […]
- 17:28 Changeset [31464] by
-
Bundled themes: update CSS rules for
.screen-reader-text
to be … - 17:11 Ticket #31331 ($post->post_date displays current time if status is pending or draft) created by
- Create a new post and save as a draft or save as 'pending'. On …
- 16:00 Ticket #27912 (Dashboard: Quick edit date fields are narrow to cover the full content) reopened by
- The time still looks a bit truncated for me in Firefox 35, see …
- 11:38 Ticket #30935 (Explain check for ../wp-settings.php when getting ../wp-config.php) closed by
- fixed: In 31463: […]
- 11:38 Changeset [31463] by
- Add inline documentation to clarify the reasoning behind the various …
- 09:44 Ticket #7580 (Use Exif description to autofill the caption) closed by
- duplicate: Duplicate of #22768.
- 09:13 Ticket #31043 (wp_read_image_metadata is looking for invalid EXIF data) closed by
- fixed: In 31462: […]
- 09:13 Changeset [31462] by
- Don't try to read a non-existent Exif:Title tag in …
- 09:10 Ticket #31099 (Hook action on publishing custom post type also firing on update) closed by
- fixed: In 31461: […]
- 09:10 Changeset [31461] by
-
Update the descriptions for
transition_post_status()
and the … - 08:45 Ticket #31330 (Customizer Controls with a `type` of `hidden` receive a margin) closed by
- fixed: In 31460: […]
- 08:45 Changeset [31460] by
- Customizer: Remove margin for hidden controls. props dlh. fixes #31330.
- 08:32 Ticket #31330 (Customizer Controls with a `type` of `hidden` receive a margin) created by
-
WP_Customize_Control
s with atype
ofhidden
receive a … - 08:19 Ticket #31319 (Use first translation iso instead of by key '1') closed by
- fixed: Since it's only a PHP Notice, and doesn't block Language selection nor …
- 07:28 Ticket #31319 (Use first translation iso instead of by key '1') reopened by
- Reopening for 4.1.1 consideration.
- 07:27 Ticket #31329 (Notice: Undefined offset: 1 in wp-includes/l10n.php on line 945) closed by
- duplicate: Duplicate of #31319.
- 07:22 Ticket #31329 (Notice: Undefined offset: 1 in wp-includes/l10n.php on line 945) created by
- In the wp-config.php I have define('WP_DEBUG', true); Viewing …
- 04:31 Ticket #31328 (Emoji in a slug fails to display) created by
- When using emoji in a place that generates a slug (category name, post …
- 03:47 Ticket #18084 (Comments Page Rewrite Customization) closed by
- fixed: In 31459: […]
- 03:47 Changeset [31459] by
-
Replace hardcoded usage of
comment-page
with the comment pagination … - 03:41 Ticket #21219 (get_post_type_archive_link in multisite context: struct issue) closed by
- wontfix: I think a custom workaround here is the right solution. Generating …
- 03:12 Ticket #31262 (Tests_DB_Charset failures) reopened by
- Same environment, still seeing failures: […]
- 02:08 Ticket #24674 (WP_Query::is_page() should use stricter comparison) closed by
- fixed: In 31458: […]
- 02:08 Changeset [31458] by
-
More careful type conversion in
WP_Query
is_*()
methods. … - 00:14 Ticket #31327 (Shiny Updates: Plugins installed on Multisite shouldn't auto-activate ...) created by
- In testing the installation part of the new shiny updates …
02/13/2015:
- 23:33 Changeset [31457] by
-
Use more descriptive names for
register_post_type()
and … - 23:04 Ticket #31326 (Edit comment screen: misplaced-missing labels) created by
- In this form, neither "Name:", "E-mail:" or "URL:" are labels. The …
- 21:35 Ticket #31057 (Multisite ignores the WordPress install directory) closed by
- duplicate: It's still a duplicate of #23221, let's continue the discussion there.
- 20:54 Ticket #31325 (Customizer: Remove Header images button hidden by some images) created by
- The option to remove an image uploaded for the header section of a …
- 20:19 Ticket #31324 (Admin bar "About WordPress" empty link and title attributes) closed by
- fixed: In 31456: […]
- 20:19 Changeset [31456] by
- Toolbar: Remove title attributes from 'About WordPress', 'Add New', …
- 19:23 Ticket #31324 (Admin bar "About WordPress" empty link and title attributes) created by
- When checking accessibility issues with automated tools, e.g. the WAVE …
- 19:20 Ticket #31323 (Admin bar frontend search missing label) closed by
- fixed: In 31455: […]
- 19:20 Changeset [31455] by
- Toolbar: Add a label for search field on front-end. props afercia. …
- 19:08 Ticket #31323 (Admin bar frontend search missing label) created by
- When the admin bar is displayed on the frontend, an additional search …
- 19:03 Ticket #31322 (Admin bar frontend search CSS fixes) created by
- When the admin bar is displayed on the frontend, an additional search …
- 18:01 Ticket #30764 (Bundled Themes: remove meyerweb URL from reset CSS) closed by
- fixed: In 31454: […]
- 18:01 Changeset [31454] by
- Bundled themes: remove URLs from reset credits. Closes #30764.
- 17:51 Ticket #31260 (Replace array_shift() with current() in bundled themes) closed by
- fixed: In 31453: […]
- 17:51 Changeset [31453] by
-
Bundled themes: replace
array_shift()
withcurrent()
for … - 16:59 Ticket #30480 (wp_get_archives() should support a secondary ORDER BY column) closed by
- fixed: In 31452: […]
- 16:59 Changeset [31452] by
-
Provide a secondary sort order for
wp_get_archives()
when … - 16:56 Ticket #31320 (Make customizer JavaScript API available during the live preview) reopened by
-
customize_controls_init
is for the controls (the Customizer window). … - 16:51 Ticket #31316 (wp_list_pluck unexpectedly returns id indexed array instead of plucked ...) closed by
- fixed: In 31451: […]
- 16:51 Changeset [31451] by
-
Improve documentation for return value of
wp_list_pluck()
. … - 16:48 Ticket #31320 (Make customizer JavaScript API available during the live preview) closed by
-
worksforme: Replying to Fab1en:
> Yes,
wp
object is here, … - 16:42 Ticket #31134 (register_post_type() should call a _doing_it_wrong() when called with ...) closed by
- fixed: In 31450: […]
- 16:42 Changeset [31450] by
-
Return a
WP_Error
if an empty name is provided when registering a … - 16:26 Ticket #31135 (register_taxonomy() should call a _doing_it_wrong() when called with ...) closed by
- fixed: In 31449: […]
- 16:26 Changeset [31449] by
-
Return a
WP_Error
if an empty name is provided when registering a … - 16:10 Ticket #31321 (TinyMCE Fails HTML Validation) created by
- While running the Press This feature category through HTML validation, …
- 14:05 Ticket #31320 (Make customizer JavaScript API available during the live preview) created by
- [30102] introduced some handy JS methods to deal with the customizer …
- 12:52 Changeset [31448] by
-
Use
get_admin_url()
to get the correct My Sites URL without calling … - 11:22 Ticket #31319 (Use first translation iso instead of by key '1') closed by
- fixed: In 31447: […]
- 11:22 Changeset [31447] by
-
Avoid a PHP notice in
wp_install_language_form()
and … - 11:06 Ticket #31057 (Multisite ignores the WordPress install directory) reopened by
- Hi Nacin, We've said why WPMU is broken (the site owner is FORCED to …
- 10:13 Ticket #31319 (Use first translation iso instead of by key '1') created by
- The list of available translations on options-general.php uses …
- 06:50 Ticket #31308 (Use correct default values in wp-admin/includes/template.php) closed by
- fixed: In 31446: […]
- 06:50 Changeset [31446] by
- Use correct default values for some admin template functions. props …
- 06:29 Ticket #31314 (My Sites admin bar link broken when on blogs you have no role on) closed by
- fixed: In 31445: […]
- 06:29 Changeset [31445] by
- Create the My Sites URL in the context of a user's primary site. …
- 05:54 Ticket #31058 (audio video previews JS errors in IE 8) reopened by
- re-opening for 4.2 fixes.
- 05:53 Ticket #31058 (audio video previews JS errors in IE 8) closed by
- fixed: In 31444: […]
- 05:53 Changeset [31444] by
- Fix the display of Audio and Video in the Media Library when using IE8 …
- 05:30 Ticket #31309 (Unused parameters and variables in wp-admin/includes/template.php) closed by
- fixed: In 31443: […]
- 05:30 Changeset [31443] by
- Rename unused argument and remove obsolete global in …
- 05:22 Ticket #30207 (Post Editor - Inconsistent switch back "Text" tab after "Save Draft") closed by
- invalid: I have since upgraded to WordPress 4.1 with JetPack 3.3. This is no …
- 04:52 Ticket #28223 (3.9.1 Reading Settings Buttons) closed by
- duplicate: Looks like a duplicate of #28984, which although reported later, has …
- 04:21 Ticket #31310 (Return empty strings in for wp-admin/includes/template.php) closed by
- fixed: In 31442: […]
- 04:21 Changeset [31442] by
-
_list_meta_row()
should always return a string. props ipm-frommen. … - 04:18 Ticket #31312 (Incorrect @param PHPDoc comments) closed by
- fixed: In 31441: […]
- 04:18 Changeset [31441] by
-
Correct parameter types for
Plugin_Upgrader::bulk_upgrade()
and … - 04:08 Ticket #31311 (Unterminated statements) closed by
- fixed: In 31440: […]
- 04:08 Changeset [31440] by
- Terminate JS statements in two admin files. props ipm-frommen. fixes …
- 03:36 Ticket #19689 (Context for Dismiss) closed by
- wontfix: Looks like the additional context is not necessary, per comment:4. …
- 03:18 Ticket #31317 (is_serializable doesn't check for data created with a custom serialize) closed by
- duplicate: Duplicate of #17375.
- 03:02 Ticket #31318 (options-general.php have "Site Language" set to (current view ...) created by
- Hi. While you edit General Options /wp-admin/options-general.php …
- 02:35 Ticket #31317 (is_serializable doesn't check for data created with a custom serialize) created by
- If someone uses a custom serialize as in …
- 02:24 Changeset [31439] by
-
Add tests for some of
WP_Query
's sticky post logic. See #27282. - 01:59 Ticket #31057 (Multisite ignores the WordPress install directory) closed by
- duplicate: Duplicate of #23221. It has nothing to do with a clique. It has to do …
- 01:35 Ticket #31316 (wp_list_pluck unexpectedly returns id indexed array instead of plucked ...) created by
- Recently cane across an interesting bug. We were grabbing a list of …
02/12/2015:
- 23:54 Ticket #31315 (_navigation_markup doesn't allow themes/plugins to customize template.) created by
- While the default template may be excellent for many themes, the use …
- 22:49 Ticket #31314 (My Sites admin bar link broken when on blogs you have no role on) created by
- Steps to reproduce: 0. Create a WordPress multisite 1. Create a new …
- 22:06 Ticket #31313 (refactor is_email() tests to use separate data files and PHPUnit ...) created by
- There are a number of open tickets involving email validation that …
- 21:31 Ticket #30129 (Wordpress 4.0 browse button) closed by
- invalid: No reporter feedback, unclear what this is in reference to.
- 21:29 Ticket #31312 (Incorrect @param PHPDoc comments) created by
-
* correct
@param
PHPDoc comments for$plugins
and$themes
… - 20:57 Ticket #31311 (Unterminated statements) created by
-
* terminate statements in
wp-admin/includes/media.php
and … - 20:43 Ticket #31310 (Return empty strings in for wp-admin/includes/template.php) created by
-
* replace empty
return;
statements for_list_meta_row
function … - 20:40 Ticket #31309 (Unused parameters and variables in wp-admin/includes/template.php) created by
- * mark unused parameters unused; * remove unused globalization of …
- 20:40 Ticket #19206 (Improve internal admin menu code) closed by
- duplicate: I think we can call this a duplicate of the long-suffering #12718.
- 20:38 Ticket #31308 (Use correct default values in wp-admin/includes/template.php) created by
-
* replace default value
'1'
ofint
variable$position
in … - 20:21 Ticket #28676 (Picture is upside down when coming from WP iOS) closed by
- duplicate: Duplicate of #14459.
- 20:16 Ticket #29927 (wp_nav_menu shows wrong menu when menu_id is set) closed by
- worksforme: No reporter feedback - please reopen with more detailed steps to …
- 19:06 Ticket #27912 (Dashboard: Quick edit date fields are narrow to cover the full content) closed by
- invalid: Looks like this got fixed somewhere along the way - sorry I didn't …
- 18:59 Ticket #23292 (Media uploader loads full size image and slows down, please change to ...) closed by
- fixed: I believe wonderboymusic fixed this in [31039], please comment/reopen …
- 18:37 Ticket #30254 (add bypass filter to remove months dropdown on post table) closed by
- fixed: In 31438: […]
- 18:37 Changeset [31438] by
- Posts list table: Add a filter to disable the months dropdown. It was …
- 16:43 Ticket #31307 (cron_request filter should pass $doing_wp_cron as an argument to callbacks) created by
- The request made to the cron endpoint …
- 11:29 Ticket #31305 (wp_favicon_request function) closed by
- duplicate: Duplicate of #25861.
- 10:44 Ticket #31306 (add_query_arg changes numerical arguments) created by
- I noticed this when I used '1=1' as a default query value to prevent a …
- 09:39 Ticket #31305 (wp_favicon_request function) created by
- wp_favicon_request function not work if wordpress installed on …
- 09:32 Ticket #31304 (Add wrapper function to check if a given role exists) closed by
- invalid: Closing because this is unnecessary.
- 08:10 Ticket #31304 (Add wrapper function to check if a given role exists) created by
- Currently, the only way to check if a user role exists in the database …
- 06:01 Ticket #30696 (Inline media toolbar positioning) closed by
- fixed: In 31437: […]
- 06:01 Changeset [31437] by
- TinyMCE: ensure the image toolbar stays visible when the image is much …
- 05:59 Ticket #30785 (Inline image editor does not appear in the Chrome browser) closed by
- fixed: In 31436: […]
- 05:59 Changeset [31436] by
- TinyMCE: select the iframe element by id. Needed as some browser …
- 05:55 Ticket #31303 (Add theme-browsing and theme-switching to the Customizer) created by
- This ticket is for merging the Customizer Theme Switcher …
- 05:36 Changeset [31435] by
- Revert [31080] from the 4.1 branch and replace it with a small …
- 05:20 Ticket #30885 (Move alert boxes with class notice) closed by
- fixed: In 31434: […]
- 05:20 Changeset [31434] by
-
Move the (recently added)
.notice
admin notices below the first H2, … - 02:19 Ticket #30831 (paginate_links() now needs add_args=false) closed by
- fixed: In 31433: […]
- 02:19 Changeset [31433] by
-
In
paginate_links()
, don't override custom format arguments when … - 01:38 Changeset [31432] by
-
Avoid a PHP Warning when
add_args
is passed asfalse
to … - 01:34 Changeset [31431] by
- Bump 4.1.1 version numbers & dates.
- 01:32 Changeset [31430] by
- Prevent IE9 and lower displaying the download file dialogue when …
- 01:14 Ticket #31037 (Uploading files through media modal causes error in < IE10) closed by
- fixed: In 31429: […]
- 01:14 Changeset [31429] by
- Prevent IE9 and lower displaying the download file dialogue when …
02/11/2015:
- 23:43 Ticket #30391 (Customizer preview hangs when a decent amount of settings are available) closed by
- worksforme: Closing as worksforme due to lack of feedback. Please feel free to …
- 23:31 Ticket #31295 (Programmatically changing sidebars_widgets Customizer settings causes ...) closed by
- fixed: In 31428: […]
- 23:31 Changeset [31428] by
- Customizer: Don't focus new widgets if they are added …
- 22:47 Ticket #30952 (customize.php links in the admin menu are not ecaped) closed by
- fixed: In 31427: […]
- 22:47 Changeset [31427] by
- Escape Customizer links in the admin menu. Fix usage of …
- 22:44 Ticket #31302 (Tests_Dependencies_jQuery::test_wp_script_is_dep_enqueued Failed) closed by
- fixed: In 31426: […]
- 22:44 Changeset [31426] by
- Fix failing …
- 22:27 Ticket #30997 (Update grunt-cssjanus to fix RTL CSS Issues) closed by
- fixed: In 31425: […]
- 22:27 Changeset [31425] by
- Update grunt-cssjanus to 0.2.4, we no longer need the fork. Upstream …
- 22:24 Ticket #31275 (Admin menu item hover color disappears when you hover over the submenu) closed by
- fixed: In 31424: […]
- 22:24 Changeset [31424] by
- Admin menu: Ensure top level menu item keeps hover color when hovering …
- 22:17 Changeset [31423] by
-
Use RegEx instead of
DOMDocument
when protecting<pre>
tags in … - 22:17 Ticket #31234 (Update wp-admin default colors) closed by
- fixed: In 31422: […]
- 22:17 Changeset [31422] by
- Update the default admin color scheme for more unity and refinement. …
- 22:12 Changeset [31421] by
- Customizer: Restore showing a login form inside the previewer if an …
- 22:10 Ticket #31302 (Tests_Dependencies_jQuery::test_wp_script_is_dep_enqueued Failed) created by
- I'm not sure if this is specific to me, or what is going on here. …
- 20:56 Ticket #30888 (Manage in Customizer lacks return param for Widgets admin page) closed by
- fixed: In 31420: […]
- 20:56 Changeset [31420] by
- Widgets: Add return param for widgets admin page to the "Manage in …
- 20:44 Ticket #30690 (Customizer: Hide button for moving widgets to another area when there ...) closed by
- fixed: In 31419: […]
- 20:44 Changeset [31419] by
- Customizer: Improve [31252] to show the move-widget buttons only if …
- 19:57 Ticket #31214 (oEmbed: Newlines within <pre> tags get removed) reopened by
- 19:41 Changeset [31418] by
- Split shared taxonomy terms on term update. When updating an existing …
- 19:18 Ticket #27617 (Introduce a `logout_redirect` filter) closed by
- fixed: In 31417: […]
- 19:18 Changeset [31417] by
-
Introduce a
logout_redirect
filter so the redirect destination can … - 19:14 Changeset [31416] by
-
After [31415], make sure
str_replace()
only occurs once for each … - 19:10 Ticket #31214 (oEmbed: Newlines within <pre> tags get removed) closed by
- fixed: In 31415: […]
- 19:10 Changeset [31415] by
-
Protect
<pre>
tags when parsing oEmbed responses in … - 19:05 Ticket #21665 (Allow non-editable pages to be classified & organized as "System Pages") closed by
- wontfix: I still think about this from time to time, and I've come around to …
- 18:40 Ticket #31301 (Page ID of 0 passes is_page( 'ANYSLUG' ) check) closed by
- duplicate: Duplicate of #24674.
- 18:37 Ticket #31301 (Page ID of 0 passes is_page( 'ANYSLUG' ) check) created by
- For plugins using virtual pages like BuddyPress and bbPress, to avoid …
- 17:11 Ticket #30576 (Include $expiration argument for the pre_set_transient_* filter) closed by
- fixed: In 31414: […]
- 17:11 Changeset [31414] by
-
Add
$expiration
as a parameter to the … - 17:00 Ticket #31300 (redirect_canonical returns too early) created by
-
If
$redirect_url
is not set or is not equal to$requested_url
then … - 16:36 Ticket #31291 (Replace clunky load_plugin_textdomain to remove deprecated parameter) closed by
- wontfix: I agree with @SergeyBiryukov. We can't just deprecate it because we …
- 16:12 Ticket #31213 (oEmbed discovery fails on XML-encoded link URLs) closed by
- fixed: In 31413: […]
- 16:12 Changeset [31413] by
- oEmbed discovery fails on encoded link URLs: decode HTML chars in the …
- 16:10 Ticket #31298 ("comment-reply-login" class missing from get_post_reply_link()) closed by
- fixed: In 31412: […]
- 16:10 Changeset [31412] by
-
Add
.comment-reply-login
class toget_post_reply_link()
, for … - 16:08 Ticket #31299 (Protection from Spammy Comment Links in Admin Area) created by
- I was checking out my spam comments section and accidentally cliked a …
- 15:58 Ticket #31287 (Use require_once for loading class WP_Admin_Bar) closed by
- fixed: In 31411: […]
- 15:58 Changeset [31411] by
-
Use
require_once()
to prevent a fatal error if … - 15:43 Ticket #31298 ("comment-reply-login" class missing from get_post_reply_link()) created by
-
In #8633 and r11060
get_comment_reply_link()
received a class on the … - 14:23 Ticket #31297 (Convert non-breaking spaces to HTML entities on editor switch) created by
- == The issue: == When you copy some text from a website or document, …
- 14:14 Ticket #31296 (Uploaded images are saved as a "resized" duplicate, if the size ...) created by
- If an image is uploaded with the exact same width and height, as via …
- 13:03 Ticket #31295 (Programmatically changing sidebars_widgets Customizer settings causes ...) created by
- Normally when adding a new widget to a sidebar in the Customizer, the …
- 12:38 Ticket #31294 (Customizer no longer gracefully handles session expiration) created by
-
Reported by ocean90:
> In r31370 you've changed
doing_ajax()
to … - 06:24 Ticket #30988 (Setting's default value doesn't apply on preview window) closed by
- fixed: In 31410: […]
- 06:24 Changeset [31410] by
-
Ensure that
WP_Customize_Setting::value()
returns default value for … - 06:23 Ticket #31293 (Previously uploaded attachment affects page slug) created by
- I have page url: abc.com/products/novus-3 (novus page never create …
- 05:05 Changeset [31409] by
-
Shiny Updates: Replace
$.post()
calls withwp.ajax.post()
, and … - 04:46 Ticket #31292 (Adding Dynamic Post Type Related Filters to `get_adjacent_post`) created by
- This ticket and related patch add the ability to filter and edit the …
- 04:30 Ticket #31291 (Replace clunky load_plugin_textdomain to remove deprecated parameter) created by
- I think it would be nice to update the textdomain loading to remove …
- 04:16 Ticket #30827 (wp_can_install_language_pack(): Direct access to ...) closed by
- fixed
- 03:59 Ticket #22271 (get_post_class() does not always apply filter to output) closed by
- fixed: In 31408: […]
- 03:59 Changeset [31408] by
-
Always pass back the custom classes
get_post_class()
was called … - 01:52 Ticket #31290 (Fix bug with Firefox not working with password protected pages) created by
- The solution is here: …
- 01:16 Ticket #31289 (Customizer: theme switcher navigation streamlining) created by
- The upcoming …
02/10/2015:
- 23:36 Ticket #31212 (oEmbed discovery fails on XHTML head links) closed by
- fixed: In 31407: […]
- 23:36 Changeset [31407] by
- oEmbed discovery fails on XHTML head links, adjust the regex to not …
- 22:53 Ticket #31264 (pre_sanitize_option filter) closed by
- wontfix: No good argument for adding this hook permanently. Given that x1f4a9 …
- 22:53 Ticket #31116 (Infinite loop in the media load page, media-models.min.js) closed by
- fixed: In 31406: […]
- 22:53 Changeset [31406] by
-
Use
Math.round()
instead ofMath.floor()
when determining page of … - 22:46 Ticket #30835 ([playlist] shortcode not rendered on editor instances not related post ...) closed by
- fixed: Fixed in [31201].
- 22:44 Changeset [31405] by
- Remove unused media JS files. See #28510.
- 22:34 Ticket #31057 (Multisite ignores the WordPress install directory) reopened by
- Mike, did you look at the other ticket: #23221. This is an easy fix. …
- 22:05 Ticket #31288 (IS_SSL should check return true for SSL Terminated load balancing) reopened by
- This issue needs to be looked at again since it was two years ago. …
- 21:59 Ticket #31288 (IS_SSL should check return true for SSL Terminated load balancing) closed by
- duplicate: Duplicate of #15733.
- 21:15 Ticket #31288 (IS_SSL should check return true for SSL Terminated load balancing) created by
- With cloud load balancing and load balancing in general, the option to …
- 21:10 Ticket #31287 (Use require_once for loading class WP_Admin_Bar) created by
-
Prevent fatals if
_wp_admin_bar_init()
is called twice - 20:39 Ticket #31286 (Unable to add or use new header images in themes in 4.1) created by
- Now that the header image menu has been moved to the customize screen, …
- 20:30 Ticket #31285 (paginate_links not working in latest wordpress 4.1) closed by
- duplicate: Duplicate of #30831.
- 20:27 Ticket #31285 (paginate_links not working in latest wordpress 4.1) created by
- The latest wordpress 4.1 is giving issue regarding paginate_links. I …
- 16:33 Ticket #31284 (List tables with fixed header on scroll) created by
- I think it would be interesting, the WordPress through their APIs, …
- 15:43 Ticket #31283 (Setting poster image for videos inside a video playlist is not very ...) created by
- This is somehow a follow-up to #27891. When you create a video …
- 15:07 Ticket #31273 (Register JavaScript templates with wp_enqueue_script()) closed by
- duplicate: Duplicate of #31281.
- 13:18 Ticket #31282 (finally introduce comments templating) created by
- after spending several hours with styling my comments, comment form …
- 11:14 Ticket #31281 (Register JavaScript/Underscore templates using the WP Dependency API) created by
- It would be much easier to handle JavaScript templates when they could …
- 09:06 Ticket #31280 (Remove need for numeric keys for admin post screen messages) created by
- By now we can only use absolute integers for post screen messages to …
- 07:52 Changeset [31404] by
- Remove redundant string with a typo introduced in [25481]. see #31217.
- 07:46 Ticket #31217 (Remove instances of generic "Dear user" message) closed by
- fixed: In 31403: […]
- 07:46 Changeset [31403] by
- Replace generic "Dear user" greeting in email notifications with a …
- 05:44 Changeset [31402] by
-
Switch to a string placeholder, as
number_format_i18n()
returns a … - 02:50 Changeset [31401] by
-
Use
_n()
incomments_popup_link()
when setting the default string … - 02:22 Ticket #30488 (Switching between Admin Color Schemes does not immediately update the ...) closed by
- fixed: In 31400: […]
- 02:22 Changeset [31400] by
- Update body class when switching between admin color schemes. props …
- 02:12 Changeset [31399] by
- Set svn:eol-style for [31373]. see #28510.
- 02:00 Ticket #31058 (audio video previews JS errors in IE 8) reopened by
- Turns out this was still broken in IE8 when Flash was also installed, …
- 01:45 Ticket #31113 (jQuery UI: Add missing dependencies for puff and scale effects) closed by
- fixed: In 31398: […]
- 01:45 Changeset [31398] by
- jQuery UI: Add missing dependencies for puff and scale effects. Props …
- 01:40 Ticket #31279 (Bundled themes and .screen-reader-text) created by
-
All bundled themes have now their CSS
.screen-reader-text
rules … - 01:40 Ticket #30781 (Customizer doesn't load in IE8 with 4.1) closed by
- fixed: In 31397: […]
- 01:40 Changeset [31397] by
- Customizer: Improve IE 8 compatibility. * Use square bracket notation …
- 01:29 Ticket #30760 (Enable/disable full-height editor doesn't toggle without refreshing) closed by
- fixed: Seems like a small enough edgecase to skip 4.0/4.1 inclusion to me, …
- 01:25 Ticket #30961 (editor expand: TinyMCE statusbar not hidden when kitchensink is off ...) closed by
- fixed: Seems like a small enough edgecase to skip 4.1 inclusion to me.
- 01:13 Ticket #31001 (New notices and warnings in WP_Date_Query) closed by
- fixed: In 31396: […]
- 01:13 Changeset [31396] by
-
Support array values in
WP_Date_Query::validate_date_values()
. … - 01:00 Changeset [31395] by
- Avoid an IE8 JS error when removing a MediaElement player. Props …
- 00:55 Ticket #31011 (WP 4.1 checks for updates with every load of any admin page) closed by
- fixed: In 31394: […]
- 00:55 Changeset [31394] by
- Revert [30696] pending further investigation. Props johnbillion. …
- 00:19 Ticket #31278 (Suggestion For Menus) created by
- hi to WP my suggestion is that in the menu page in the admin will be …
02/09/2015:
- 23:46 Changeset [31393] by
-
Export the proper class in
media/views/image-details.js
See #28510. - 23:34 Ticket #31269 (Paypal shopping cart not working with WP) closed by
- invalid: Hello @Littlelostcreations and welcome to WordPress Core Trac. This …
- 23:21 Ticket #31277 (Many WP Dashboard-only transients for 'browser version' set to ...) created by
- I've been recently optimizing WP for speed and for various reasons …
- 22:53 Changeset [31392] by
-
Don't parse empty 'tax_input' keys in
edit_post()
. This fixes a bug … - 22:27 Changeset [31391] by
- WPDB: When checking to see if we can use utf8mb4, we also need to make …
- 22:17 Ticket #31276 (Load json2.js only in browsers that need it) created by
- Now that we have IE conditional comments for JS, we should be loading …
- 22:17 Ticket #31275 (Admin menu item hover color disappears when you hover over the submenu) created by
- See attached screenshot. Patch incoming.
- 21:54 Ticket #13071 (Update bubble appears only at the second load) reopened by
- See comment:7:ticket:31011.
- 21:49 Changeset [31390] by
- Revert [30696] pending further investigation. See #31011, #13071
- 21:46 Ticket #31274 (Use Settings API for site options) created by
- Hello. For my little story: One of my plugin can work for monosite …
- 21:01 Ticket #31273 (Register JavaScript templates with wp_enqueue_script()) created by
- This would make it much easier to conditionally include templates, …
- 20:17 Ticket #31272 ("Collapse menu" menu item does not contain a link, hence, it is not ...) closed by
- duplicate: Ideally, a Trac ticket is about the problem and not one given …
- 20:14 Changeset [31389] by
- Add translator comments for new strings. These strings were added in …
- 19:49 Ticket #31272 ("Collapse menu" menu item does not contain a link, hence, it is not ...) created by
- The attached patch refactors the Collapse menu menu item: * add …
- 19:43 Ticket #26553 (Remove title attributes: comment-template.php) reopened by
- The strings need some translator comments so translators now what the …
- 19:39 Ticket #31271 (Allow is_page_template() to accept an array of templates to check.) created by
-
Currently,
is_page_template()
takes an optional single template name … - 19:26 Ticket #26553 (Remove title attributes: comment-template.php) closed by
- fixed: In 31388: […]
- 19:26 Changeset [31388] by
- Use screen reader text instead of a title attribute in …
- 18:44 Changeset [31387] by
-
After [31386], this needs to happen in
audio-video.manifest.js
. See … - 18:42 Ticket #31058 (audio video previews JS errors in IE 8) closed by
- fixed: In 31386: […]
- 18:42 Changeset [31386] by
- Avoid an IE8 JS error when removing a MediaElement player. Props …
- 16:00 Changeset [31385] by
- Media JS files: * In media manifests, ditch IIFEs and global …
- 13:24 Ticket #31231 (WP_Query changes post_type on its own.) closed by
- invalid: As I suggest, it's probably something like 'pre_get_posts', …
- 13:19 Ticket #31246 (Notice: Undefined offset: 0 in wp-includes/query.php on line 3877) closed by
- fixed: dd32 - Just a PHP notice. Return values have not changed. I have no …
- 12:35 Changeset [31384] by
- Improve the Customize experience on mobile. Before: …
- 09:55 Ticket #31268 (WP_Query die without notice on large result) reopened by
- I was enabled the WP_DEBUG but not getting any error. This is why I …
- 06:34 Changeset [31383] by
- Updates: Display plugin update rows even for plugins which are not …
- 06:31 Ticket #30767 (Non-repo plugins with updates available not listed on updates screen) closed by
- fixed: In 31382: […]
- 06:31 Changeset [31382] by
- Updates: Display plugin update rows even for plugins which are not …
- 04:56 Ticket #31055 (Improve the @return and hook docs for nonce functions) closed by
- fixed: In 31381: […]
- 04:56 Changeset [31381] by
- Improve return and parameter documentation for …
- 04:44 Changeset [31380] by
-
Bind
this
at calltime instead of lettingself
spill down into … - 04:13 Changeset [31379] by
-
Make sure that
media/views.js
doesn't load Models that already exist … - 03:58 Ticket #30780 (Inconsistent behavior/results of wp_insert_term and wp_update_term) closed by
- fixed: In 31378: […]
- 03:58 Changeset [31378] by
-
In
wp_update_term()
, limit duplicate slug checks to the same … - 03:35 Ticket #31270 (Unexpected slugs for same-title different-parents term creation) created by
- When creating a new term which matches an existing terms name, it uses …
- 02:32 Ticket #31067 (WP_Date_Query - broken hour-validation) closed by
- fixed: In 31377: […]
- 02:32 Changeset [31377] by
-
WP_Date_Query
date validation should not fail for hour = 0. Props … - 02:21 Ticket #30975 (category_exists() unexpectedly fails due to default parent parameter) closed by
- fixed: In 31376: […]
- 02:21 Changeset [31376] by
-
Default
$parent
incategory_exists()
should default to null rather … - 02:09 Changeset [31375] by
- The 4.1 branch is now for 4.1.1 development
- 01:25 Changeset [31374] by
-
WPDB: The
mysqli_query()
call inwpdb::set_charset()
had the … - 00:51 Ticket #31269 (Paypal shopping cart not working with WP) created by
- The paypal button is created on their site. I bring it over to my …
- 00:42 Changeset [31373] by
- Split the media JS files into modules: * Add a new folder in …
- 00:38 Changeset [31372] by
-
WPDB: Some character set tests were failing if
DB_CHARSET
was empty, … - 00:33 Ticket #31262 (Tests_DB_Charset failures) closed by
- fixed: In 31371: […]
- 00:33 Changeset [31371] by
- WPDB: When we're removing invalid text text from strings with multiple …
- 00:01 Ticket #31268 (WP_Query die without notice on large result) closed by
- invalid: Long story short: Enable [http://codex.wordpress.org/WP_DEBUG …
02/08/2015:
- 23:10 Ticket #30936 (Dynamically create WP_Customize_Settings for settings created on JS client) closed by
- fixed: In 31370: […]
- 23:10 Changeset [31370] by
- Customizer: Introduce an API to create WP_Customize_Settings for …
- 22:52 Ticket #31268 (WP_Query die without notice on large result) created by
- My theme is trying to get all of the post in custom post type by …
- 22:14 Ticket #31230 (Gallery shortcode (WPView) after table disappears in IE & Firefox) closed by
- invalid: Thanks for reporting back. Yes, you should report the issue on the …
- 22:09 Ticket #30690 (Customizer: Hide button for moving widgets to another area when there ...) reopened by
- Since the sidebar selector shows only rendered sidebars we can't use …
- 21:27 Ticket #31267 (Clean-up documentation for get_filesystem_method()) created by
- 20:46 Ticket #31266 (Cannot install WP to domain with open_basedir) closed by
- duplicate: Duplicate of #29680.
- 20:25 Ticket #31266 (Cannot install WP to domain with open_basedir) created by
- WordPress cannot by installed to domain which has it's DocumentRoot in …
- 17:10 Ticket #31265 (Metadata 'orderby' parity across query classes) created by
-
WP_Query
,WP_User_Query
, andWP_Comment_Query
all have some … - 16:58 Ticket #27887 (Add orderby meta_value_num option for WP_User_Query) closed by
- fixed: In 31369: […]
- 16:58 Changeset [31369] by
-
Add
orderby=meta_value_num
support toWP_User_Query
. Props tyxla, … - 11:03 Ticket #31264 (pre_sanitize_option filter) created by
- This filter would allow the x1f4a9 feature plugin to maintain emoji in …
- 07:27 Ticket #31263 (Enter in wp-view forces paragraph tag.) created by
- When pressing enter while cursor is in wp-view's before/after position …
- 05:14 Ticket #31262 (Tests_DB_Charset failures) created by
- Background: #21212 Seeing two failures in current trunk running …
- 05:01 Ticket #31256 (Add parent nesting to Quick Edit menus for Categories and Tags) closed by
- duplicate: Duplicate of #17834.
- 04:08 Ticket #28199 (Improve upgrade translations verbiage) closed by
- fixed: In 31368: […]
- 04:08 Changeset [31368] by
- Use a positive wording for translations update notice. props …
- 01:58 Changeset [31367] by
-
Late escaping in
get_terms()
andWP_Tax_Query
. Props vortfu, dd32. - 00:59 Ticket #31261 (Improve appearance of the slug field in the "Edit Post" page in the ...) created by
- The slug field could use a couple of minor general improvements: 1. …
- 00:23 Ticket #18685 (GET Requests with hostname in them causes wrong redirect) closed by
- duplicate: I'm going to close this as a duplicate of #17047, which is the root …
02/07/2015:
- 22:28 Ticket #29794 (Function is_blog_installed returns database connection error if ...) closed by
-
wontfix: Closing in favor of handling the
siteurl
option in #10970. - 19:58 Ticket #31246 (Notice: Undefined offset: 0 in wp-includes/query.php on line 3877) reopened by
- Reopening for 4.1.1 consideration. Technically a regression, though …
- 19:49 Ticket #31246 (Notice: Undefined offset: 0 in wp-includes/query.php on line 3877) closed by
- fixed: In 31366: […]
- 19:49 Changeset [31366] by
-
In
WP_Query::get_queried_object()
, avoid PHP notices whenis_tax
… - 19:44 Ticket #31182 (array_shift in taxonomy.php very slow on large array) closed by
- fixed: In 31365: […]
- 19:44 Changeset [31365] by
-
Remove unnecessary
array_shift()
usage inget_terms()
for better … - 19:14 Ticket #31260 (Replace array_shift() with current() in bundled themes) created by
-
Background: #31182
array_shift()
recalculates array indexes, and … - 19:13 Ticket #31259 (Replace array_shift() with current() where appropriate) created by
-
Background: #31182
array_shift()
recalculates array indexes, and … - 17:56 Ticket #31257 (Variable initialized with value of inappropriate type) closed by
- fixed: In 31364: […]
- 17:56 Changeset [31364] by
-
In
_wp_menu_output()
,$submenu_items
is an array and should be … - 16:47 Ticket #31258 (SVG replaced by default image in media library) created by
- I have enabled svg support for the media library. In Wordpress 3.9 I …
- 15:53 Ticket #31257 (Variable initialized with value of inappropriate type) created by
-
Everywhere in the
_wp_menu_output
function, the$submenu_items
… - 13:44 Ticket #31256 (Add parent nesting to Quick Edit menus for Categories and Tags) created by
- Using core version 4.1. When using Quick Edit mode on the Post …
- 06:20 Ticket #29079 (themes_api_result filter should use original arguments) closed by
- fixed: In 31363: […]
- 06:20 Changeset [31363] by
-
Avoid inadvertent stomping of the original
$args
parameter passed to … - 00:00 Ticket #31255 (Remove space from empty paragraphs) created by
- I remember we fixed this in #28282, but this problem popped up again. …
Note: See TracTimeline
for information about the timeline view.