Make WordPress Core

Timeline

03/16/2013:

23:37 Ticket #23800 (Filter Comment Blacklist, to delete duplicated terms) created by shadowhck
Hi, In Comment Blacklist, when I save terms, duplicates are not …
23:32 Ticket #23799 (Twenty Thirteen: Untranslatable string in image.php) created by Jayjdk
The "View full X × Y resolution" string in image.php in Twenty …
23:26 Ticket #23798 (Audio: Fallback link gets cropped by fixed-height container.) created by mfields
The "Download File" fallback for the audio shortcode is hard to read …
22:58 Changeset [23736] by bumpbot
Compress scripts/styles: 3.6-alpha-23736.
21:16 Ticket #23797 (Hard coded HTML marking in comment_form()) created by Marie-Aude
Hello it seems so ugly hard coding has slipped in the comment form. …
21:15 Changeset [23735] by azaozz
Create one autosave per user rather than a single autosave for all …
20:58 Changeset [23734] by bumpbot
Compress scripts/styles: 3.6-alpha-23734.
20:46 Changeset [23733] by azaozz
Post locks: when a dialog is shown move focus to the text, see #23697
16:25 Ticket #23796 (Bad Links on your About Page) created by Catherine Rooney
I am brand new to word Press. I am doing a little research before my …
14:30 Ticket #14045 (Give the menus page an accessibility mode option, like the widgets screen.) reopened by SergeyBiryukov
For proper i18n, we should always use placeholders in strings where …
10:17 Ticket #23794 (load_plugin_textdomain fails if plugin is loaded from mu-plugins) closed by ideag
fixed: Problem is, a lot of plugins only use load_plugin_textdomain() :| That …
09:51 Ticket #23795 (Prev and Next buttons while editing Pages) created by plundrigan
As Wordpress becomes more of a website management tool. I find I need …
09:48 Ticket #23794 (load_plugin_textdomain fails if plugin is loaded from mu-plugins) created by ideag
load_plugin_textdomain is realative to WP_PLUGIN_DIR, so it fails to …
09:10 Ticket #23705 (get_terms with ajax_nopriv_ return empty array) closed by netagence
Based on my tests and the found solution (not workaround) I suggest …
08:43 Changeset [23732] by dd32
Move the Mediaelement.js include into the wp-includes/js folder, …
07:44 Ticket #20410 (Introduce a function to detect a device's ability to upload files) closed by rmccue
fixed: Also, if you're not getting the correct behaviour, please [/newticket …
07:02 Ticket #20410 (Introduce a function to detect a device's ability to upload files) reopened by scamartist26
This is complete bahloney, @ Wordcamp Atl today a gent introduced me …
06:58 Changeset [23731] by bumpbot
Compress scripts/styles: 3.6-alpha-23731.
05:57 Ticket #23198 (Pass post format as a class to TinyMCE init) closed by azaozz
fixed: In 23730: […]
05:57 Changeset [23730] by azaozz
Pass post format as a class to TinyMCE's body, props adamsilverstein, …
05:25 Changeset [23729] by markjaquith
Introduce [audio] and [video] shortcodes, and use MediaElement.js to …
04:58 Changeset [23728] by bumpbot
Compress scripts/styles: 3.6-alpha-23728.
04:47 Ticket #14045 (Give the menus page an accessibility mode option, like the widgets screen.) closed by markjaquith
fixed: In 23727: […]
04:47 Changeset [23727] by markjaquith
Accessibility revamp for nav menus. props lessbloat. fixes #14045
01:04 Ticket #23793 (Vulnerability) closed by miqrogroove
invalid: Absolutely not. Read the instructions at http://core.trac.wordpress.org/
00:53 Ticket #23793 (Vulnerability) created by morganpentest
I found a vulnerability in the CMS wordpress 3.5.1 i wanna know if …

03/15/2013:

22:58 Changeset [23726] by bumpbot
Compress scripts/styles: 3.6-alpha-23726.
22:29 Ticket #23792 (Disallow moving of locked posts to the trash) created by azaozz
Currently we don't check post locks when bulk moving posts to the …
21:09 Changeset [23725] by azaozz
Post locks: add Preview button when post is locked, fix the suggested …
19:19 Changeset [23724] by potbot
POT, generated from r23722
19:19 Changeset [23723] by potbot
POT, generated from r23722
18:28 Ticket #21527 (post_type_supports(), no arguments case) closed by SergeyBiryukov
fixed: In 23722: […]
18:28 Changeset [23722] by SergeyBiryukov
Remove redundant code from post_type_supports() and …
18:24 Ticket #23772 (Twenty Ten/Eleven: Use callback to enqueue scripts and styles) closed by lancewillett
fixed: In 23721: […]
18:24 Changeset [23721] by lancewillett
Twenty Ten: use callback in functions.php to enqueue scripts and …
18:24 Changeset [23720] by lancewillett
Twenty Eleven: use callback in functions.php to enqueue scripts and …
18:16 Ticket #23774 (Twenty Ten/Eleven: Use a filter to modify the output of wp_title()) closed by lancewillett
fixed: In 23719: […]
18:16 Changeset [23719] by lancewillett
Twenty Ten: use a filter to modify the output of wp_title(). Props …
18:15 Changeset [23718] by lancewillett
Twenty Eleven: use a filter to modify the output of wp_title(). …
18:03 Ticket #23790 (Twenty Twelve: Add Google font support to custom header admin) closed by lancewillett
fixed: In 23717: […]
18:03 Changeset [23717] by lancewillett
Twenty Twelve: improve Appearance > Header styles to match front end …
17:54 Ticket #23128 (Twenty Twelve: "Post Author" included as hCard names in comments) closed by lancewillett
fixed: In 23716: […]
17:54 Changeset [23716] by lancewillett
Twenty Twelve: update post author comment markup and styles, improving …
17:19 Changeset [23715] by potbot
POT, generated from r23713
17:19 Ticket #23791 (Missing @param in wp_get_attachment_image() docs) closed by SergeyBiryukov
fixed: In 23714: […]
17:19 Changeset [23714] by SergeyBiryukov
Add phpdoc for $attr argument of wp_get_attachment_image(). props …
17:09 Ticket #22499 (Twenty Twelve: add Google Font support to editor stylesheet) closed by lancewillett
fixed: In 23713: […]
17:09 Changeset [23713] by lancewillett
Twenty Twelve: load our special Google Font in the visual editor to …
17:08 Ticket #23789 (Redundant variables for menu custom link meta box callback) closed by SergeyBiryukov
fixed: In 23712: […]
17:08 Changeset [23712] by SergeyBiryukov
Remove unused variables. props GaryJ. fixes #23789.
16:59 Ticket #23791 (Missing @param in wp_get_attachment_image() docs) created by GaryJ
There's no @param tag for the $attr attribute in the DocBlock for …
16:47 Ticket #23790 (Twenty Twelve: Add Google font support to custom header admin) created by obenland
Related: #22499 We should also add Open Sans to the custom header …
16:46 Ticket #23789 (Redundant variables for menu custom link meta box callback) created by GaryJ
A couple of non-global variables defined at the beginning of …
16:43 Ticket #23662 (Twenty Twelve: style.css with Table of Contents) reopened by TomasM
I'm sorry but I disagree. There is nothing to fix, everything is done …
16:42 Ticket #23600 (Twenty Twelve: Theme customizer: transport => postMessage for ...) closed by lancewillett
fixed: In 23711: […]
16:42 Changeset [23711] by lancewillett
Twenty Twelve: fix regression introduced in r23572, allow hide/show of …
16:31 Ticket #14799 (Twenty Ten Theme - adding a back to top link) closed by lancewillett
wontfix: I think it's OK to "wontfix" this one.
16:23 Ticket #23782 (Remove unused $style variable from do_meta_boxes()) closed by SergeyBiryukov
fixed: In 23710: […]
16:23 Changeset [23710] by SergeyBiryukov
Remove unused variable. props DrewAPicture. fixes #23782.
16:20 Ticket #23766 (Inaccurate placeholder in translator comment) closed by SergeyBiryukov
fixed: In 23709: […]
16:20 Changeset [23709] by SergeyBiryukov
Fix placeholder reference in translator comment. props devesine. fixes …
16:19 Ticket #23662 (Twenty Twelve: style.css with Table of Contents) closed by lancewillett
wontfix: Let's skip this, and put our efforts to newer themes instead. Thirteen …
16:09 Ticket #23745 (Twenty Thirteen: Simplify responsive images) closed by obenland
wontfix: Let me close this, apparently there has been a lot of thought put into …
15:07 Ticket #23788 (get_posts(array('post_type' => 'any')) Should include custom post ...) created by keendev
Hi, I have a post type called with the id of 'career'. When I use …
14:58 Changeset [23708] by bumpbot
Compress scripts/styles: 3.6-alpha-23708.
14:05 Ticket #23787 (Gallery displayed even when the gallery shortcode is inside an HTML comment) created by mark-k
The gallery shortcode emits HTML comment which cause HTML to break …
13:19 Ticket #23449 (Refactor customizer accordion to work anywhere in admin) reopened by markjaquith
DrewAPicture did a ton more work on this in #23450. The new strategy …
13:16 Ticket #23450 (Refactor menu item meta boxes as accordion) closed by markjaquith
fixed: In 23707: […]
13:16 Changeset [23707] by markjaquith
Turn the Nav Menu meta boxes into an accordion. Less sprawling and …
11:59 Ticket #23786 (Shortcodes working inside HTML and PHP comments) created by javitxu123
I think that shortcodes should not work inside html or php comments. …
10:57 Ticket #23785 (highlight rows on hover for tables with widefat class) created by cfoellmann
If .widefat tables had this css code system-wide (wp-admin.css) …
10:56 Ticket #23784 (Twenty Thirteen: Post format and link color tweaks for consistency) created by Joen
I discovered that a couple of the post format background colors …
10:40 Ticket #23783 (Update strings to reflect the changes in wp_post_revision_title()) created by SergeyBiryukov
Background: #23497 wp_post_revision_title() got a …
08:57 Ticket #23782 (Remove unused $style variable from do_meta_boxes()) created by DrewAPicture
In working with abstracting code from do_meta_boxes() to …
08:51 Ticket #23778 (How do you keep WordPress from removing the non-breaking space?) reopened by SergeyBiryukov
The entities element was originally added in [4080]. Not sure why …
08:25 Ticket #23778 (How do you keep WordPress from removing the non-breaking space?) closed by SergeyBiryukov
duplicate: Duplicate of #2420.
07:21 Ticket #23777 (Media upload broken image with % in filename) closed by SergeyBiryukov
duplicate: #16330, #16226
06:58 Changeset [23706] by bumpbot
Compress scripts/styles: 3.6-alpha-23706.
06:15 Changeset [23705] by azaozz
Local autosave: remove the temp cookie after first use. Prevents false …
04:59 Ticket #23781 (New Post Publishes to Wrong URL) created by miqrogroove
The "Permalink" displayed in the editor for new posts may be wrong, …
02:58 Changeset [23704] by bumpbot
Compress scripts/styles: 3.6-alpha-23704.
02:32 Ticket #23780 (JS Error: <#HTMLDocument> has no method 'save') closed by markjaquith
fixed: In 23703: […]
02:32 Changeset [23703] by markjaquith
Wrap self.run in an anonymous function wrapper so self always gets the …
02:17 Ticket #23780 (JS Error: <#HTMLDocument> has no method 'save') created by markjaquith
On clicking "Save Draft" I get: > Uncaught TypeError: Object …
00:47 Ticket #23779 (Can't insert large image if it's smaller than media setting but larger ...) created by aaroncampbell
If you upload an image that is larger than $content_width but not …
00:02 Ticket #23778 (How do you keep WordPress from removing the non-breaking space?) created by spherman
I am hoping you guys have a simple solution for me. I would really …

03/14/2013:

23:06 Ticket #23713 (Image editor: Remove help text about unsupported image upscaling) reopened by ericlewis
I just bumped into this as well - we should at least change the text …
22:28 Ticket #23771 (Twenty Thirteen: Make footer widget area positioning explicit) closed by lancewillett
fixed: In [23702] Twenty Thirteen: ensure footer position if Masonry …
22:27 Changeset [23702] by lancewillett
Twenty Thirteen: ensure footer position if Masonry unavailable for …
22:18 Ticket #23773 (Twenty Thirteen: short captions still cover at least 50% of their ...) closed by lancewillett
fixed: In 23701: […]
22:18 Changeset [23701] by lancewillett
Twenty Thirteen: better caption styles for short words and sentences. …
22:11 Ticket #23769 (Twenty Thirteen: Captions cover image links in galleries with many columns) closed by lancewillett
fixed: In 23700: […]
22:11 Changeset [23700] by lancewillett
Twenty Thirteen: hide gallery captions from small screens and when a …
21:58 Ticket #23777 (Media upload broken image with % in filename) created by christopherross
When I upload an image from the MacOS to WordPress media uploader, the …
21:31 Changeset [23699] by azaozz
Logged out warnings: remove the logged out warning from autosave when …
21:11 Ticket #23776 (A string of text starting with "http://" turned into a paragraph) created by winterstreet
In either editor, if there's a line of text that starts with http://
20:47 Ticket #23775 (WP_Image_Editor Flip Method $horz and $vert arguments are backwards) created by alconebay
The WP_Image_Editor class shows: […] But changing the first …
18:38 Ticket #23774 (Twenty Ten/Eleven: Use a filter to modify the output of wp_title()) created by obenland
This will help to clean up header.php as well as make the first two …
18:31 Ticket #23773 (Twenty Thirteen: short captions still cover at least 50% of their ...) created by kwight
Even if a caption is only a word or two, its fixed height will force …
18:27 Ticket #23772 (Twenty Ten/Eleven: Use callback to enqueue scripts and styles) created by obenland
The theme review guidelines require themes to enqueue all stylesheets …
18:06 Ticket #23771 (Twenty Thirteen: Make footer widget area positioning explicit) created by obenland
If Masonry does not get loaded, the footer widget area does not give …
17:53 Changeset [23698] by lancewillett
Twenty Thirteen: remove several more px unit values.
17:38 Ticket #23765 (Twenty Thirteen: Size of search box on no-results search results page ...) closed by lancewillett
fixed: In [23697] Twenty Thirteen: a bit wider search input in main content …
17:36 Changeset [23697] by lancewillett
Twenty Thirteen: a bit wider search input in main content area. Props …
17:31 Ticket #23716 (Discuss theme locations as meta box vs. checkboxes) closed by helen
invalid
17:07 Ticket #23770 (Restore 'Locations' meta box functionality as secondary tab in Menus UI) created by DrewAPicture
Following discussions on #23716, a positive set of …
16:37 Ticket #23542 (Twenty Thirteen: Make videos in video post formats 724px wide) closed by lancewillett
duplicate: Duplicate of #23620.
16:36 Ticket #22005 (Twenty Thirteen: remove custom comment callback in favor of core ...) closed by lancewillett
fixed: In 23696: […]
16:36 Changeset [23696] by lancewillett
Twenty Thirteen: remove custom comment callback in favor of core …
16:28 Ticket #23769 (Twenty Thirteen: Captions cover image links in galleries with many columns) created by kwight
In single views, the fixed height of gallery captions makes image …
14:09 Ticket #23768 (Display a gallery as a slideshow) created by ericlewis
To build on the improvements to the WordPress Media manager, it would …
13:32 Ticket #23767 (remove_menu_page: Check for existing menu items) created by sergej.mueller
This error appears in my error log: PHP Warning: Invalid argument …
13:08 Ticket #11541 (Remove all IM fields from core.) closed by SergeyBiryukov
fixed
13:07 Changeset in tests [1245] by SergeyBiryukov
Remove AIM, YIM, and Jabber fields from wp_update_user() test. props …
13:01 Ticket #23175 (Make get_home_path() return consistent slashes) closed by SergeyBiryukov
fixed: Replying to bananastalktome: > I'm reopening the ticket …
12:36 Changeset in tests [1244] by SergeyBiryukov
Update get_home_path() test to reflect the change in [WP23669]. see #23175.
11:51 Ticket #13118 (wp-login.php and wp-admin folder location/name choice during the ...) closed by SergeyBiryukov
duplicate: Duplicate of #7194.
11:21 Ticket #23766 (Inaccurate placeholder in translator comment) created by SergeyBiryukov
See $defaults in feed_links(): …
04:58 Changeset [23695] by bumpbot
Compress scripts/styles: 3.6-alpha-23695.
04:26 Ticket #20088 (Improve wp_list_comments() comment markup) closed by markjaquith
fixed: In 23694: […]
04:26 Changeset [23694] by markjaquith
Improve wp_list_comments() markup. * Whitespace cleanup * Accepts …
04:18 Ticket #23765 (Twenty Thirteen: Size of search box on no-results search results page ...) created by markjaquith
Seems like this could be wider here. And maybe centered? …
03:06 Changeset [23693] by azaozz
Local autosave: set a temp cookie on submitting the form and change it …
00:56 Ticket #23764 (Add "works for this version" to the plugin review form) created by DrewAPicture
It would be nice if users could select whether a plugin "works" for …

03/13/2013:

23:54 Changeset [23692] by azaozz
Logged out warnings, heartbeat: remove nopriv_autosave as it doubles …
23:32 Changeset [23691] by azaozz
Logged out warnings: clear previous errors when interim_login is set, …
22:47 Ticket #23702 (Twenty Thirteen: use new HTML5 comment form argument) closed by lancewillett
fixed: In [23690] Twenty Thirteen: use new HTML5 comment form argument, and …
22:45 Changeset [23690] by lancewillett
Twenty Thirteen: use new HTML5 comment form argument, and adjust CSS …
22:38 Ticket #23763 (Respect cache_age in oEmbed requests) closed by leewillis77
duplicate: Thanks - I think I'll close this in favour of #14759.
22:29 Ticket #23763 (Respect cache_age in oEmbed requests) created by leewillis77
Currently oEmbed results are cached permanently in the postmeta table. …
21:48 Ticket #23762 (Twenty Thirteen: max-width stops gallery thumbnails from collapsing on ...) created by kwight
[23675] introduced max-widths for gallery thumbnails, which stop …
21:33 Ticket #23550 (Twenty Thirteen: add RTL support) closed by lancewillett
fixed: Discussing in core dev chat today, we're closing this main ticket. …
20:31 Ticket #15080 (Comment Form Should use HTML5 input types for better accessibility) closed by markjaquith
fixed: In 23689: […]
20:31 Changeset [23689] by markjaquith
Add the ability to use HTML5 input types in the comment form. props …
20:03 Ticket #23722 (Twenty Thirteen: toggling Display Header Text in Theme Customizer not ...) closed by SergeyBiryukov
fixed: Replying to kovshenin: > I can reproduce this broken …
19:59 Ticket #23761 (Empty header color after enabling header text via Customizer) created by SergeyBiryukov
Background: #23722 1. Go to Appearance > Header, disable header text. …
18:08 Ticket #23688 (esc_textarea, wp_richedit_pre and wp_htmledit_pre eat post content ...) reopened by nacin
utf-8, UTF8 and utf8 are all semi-valid, according to core, but may …
17:48 Changeset [23688] by lancewillett
Twenty Thirteen: adjust header max-width value for older IE browsers. …
17:25 Ticket #23551 (Twenty Thirteen: add Editor styles) closed by lancewillett
fixed: Let's open new tickets with new issues, this first pass is good for …
17:14 Changeset [23687] by lancewillett
Twenty Thirteen: revert three changes to content attributes, props …
17:06 Ticket #15323 (Filter by post format in wp-admin/edit) closed by markjaquith
wontfix: We're going to make clickable icons, and then we can lose the column …
17:06 Ticket #23751 (Twenty Thirteen: Improve Color Contrast between right sidebar and ...) closed by lancewillett
wontfix
16:58 Ticket #13118 (wp-login.php and wp-admin folder location/name choice during the ...) reopened by carlocapocasa
While "security by obscurity" is indeed a house of cards, it has been …
16:23 Ticket #23760 (Cannot use spacebar to trigger OK button or links in Publish widget ...) created by Daedalon
When changing the scheduled publishing time of a post, the OK button …
16:00 Ticket #23689 (get_blogaddress_by_name() fails to return address for sites whose ...) closed by westi
fixed: In 23686: […]
16:00 Changeset [23686] by westi
Multisite: Ensure that get_blogaddress_by_name does not mangle …
15:24 Ticket #23688 (esc_textarea, wp_richedit_pre and wp_htmledit_pre eat post content ...) closed by westi
fixed: In 23685: […]
15:24 Changeset [23685] by westi
Formatting: Pass the blog charset to htmlspecialchars so that we don't …
15:14 Ticket #23759 (Pass $update to save_post and wp_insert_post actions) created by alex-ye
For now it's hard to check if the post is updated or publish for the …
14:58 Ticket #23758 (Add hook after loading WordPress locale object) created by alex-ye
We face some problems when we work on bbPress last month , see : …
14:49 Changeset in tests [1243] by westi
Formatting: New test cases for a few core formatting functions which …
14:26 Ticket #23757 (convert_smilies should not convert in pre,code tags) created by alex-ye
This related to this ticket #23756 The purpose to this ticket …
14:19 Ticket #23754 (Add Bulk Install Option for Favorites) closed by DrewAPicture
duplicate: Duplicate of #22029.
14:17 Ticket #23756 (make_clickable should not convert the URLs in pre,code tags) created by alex-ye
Hi , Maybe it's a duplicate ticket but I tried to search in history. …
14:01 Ticket #23250 (make_clickable is not creating title attribute) closed by Confridin
wontfix: Ok, i understand that it may hurt usability.
13:54 Ticket #23755 (Old /files/ support in new installs) created by unsalkorkmaz
I moved a blog to a new network that using new upload folder system. …
13:46 Ticket #23754 (Add Bulk Install Option for Favorites) created by smub
I really love the "favorites" feature that was added under Install New …
13:32 Ticket #23753 (Switch to JSON encoding instead of PHP serialisation) closed by sanchothefat
wontfix: Replying to johnbillion: Thanks John, now that I'm …
13:08 Ticket #23175 (Make get_home_path() return consistent slashes) reopened by bananastalktome
Breaks unit test test_get_home_path in …
12:59 Ticket #11541 (Remove all IM fields from core.) reopened by bananastalktome
Removed aim, yim, and jabber from unit tests in test_update_user
12:37 Ticket #23753 (Switch to JSON encoding instead of PHP serialisation) created by sanchothefat
When storing PHP arrays or objects in the database eg. options or …
10:58 Changeset [23684] by bumpbot
Compress scripts/styles: 3.6-alpha-23684.
10:14 Ticket #23752 (Update hoverIntent to r7) created by joel_birch
I'd like to request that hoverIntent be updated to …
10:08 Changeset [23683] by azaozz
Autosave to the browser's sessionStorage, compare this autosave to the …
09:11 Ticket #23028 (Multiple calls to wp_enqueue_media() breaks featured image functionality) closed by johnbillion
fixed: Confirmed that this was fixed in [23269].
05:31 Ticket #23722 (Twenty Thirteen: toggling Display Header Text in Theme Customizer not ...) reopened by SergeyBiryukov
Found another issue: 1. Go to Appearance > Header, disable header …
02:24 Changeset in tests [1242] by nacin
Move tests/query.php to tests/query/conditionals.php. New query test …
01:27 Ticket #22140 (fetch_feed parameter is documented incorrectly) closed by SergeyBiryukov
wontfix
00:58 Changeset [23682] by bumpbot
Compress scripts/styles: 3.6-alpha-23682.
00:28 Changeset [23681] by azaozz
Post locks on the posts list screen: new icons for the lock, props …

03/12/2013:

23:52 Ticket #23751 (Twenty Thirteen: Improve Color Contrast between right sidebar and ...) created by mercime
Right sidebar widget boxes get lost under background color of …
22:44 Changeset [23680] by lancewillett
Twenty Thirteen: fix SVN properties.
22:42 Changeset [23679] by lancewillett
Twenty Thirteen: pinking shears.
22:41 Ticket #23732 (Twenty Thirteen: improve header area padding to ensure stable layout ...) closed by lancewillett
fixed: In 23678: […]
22:41 Changeset [23678] by lancewillett
Twenty Thirteen: improve header area padding to ensure stable layout …
22:10 Ticket #23750 (Uploads go into subdirectory install of WordPress) created by jondavidjohn
In upgrading a few sites to WordPress 3.5 and then giving WordPress …
22:07 Tickets #23543,​23719 batch updated by lancewillett
fixed: In 23677: […]
22:07 Changeset [23677] by lancewillett
Twenty Thirteen: revert addition of twentythirteen_attachment_link()
21:57 Ticket #23584 (Twenty Thirteen: Gallery captions are hidden) closed by lancewillett
fixed: Please open new issues tickets in new tickets.
21:42 Ticket #23557 (Twenty Thirteen: fix sidebar overflow: long sidebars overlap footer) closed by lancewillett
fixed: In 23676: […]
21:42 Changeset [23676] by lancewillett
Twenty Thirteen: enable a JavaScript-based fix for long sidebar areas …
21:27 Ticket #23742 (Twenty Thirteen: thumbnails not aligning in galleries when thumbnail ...) closed by lancewillett
fixed: In 23675: […]
21:27 Changeset [23675] by lancewillett
Twenty Thirteen: gallery styles fixed to allow image thumbnails larger …
21:18 Changeset [23674] by lancewillett
Twenty Thirteen: second pass at RTL support and minor style.css fixes, …
20:27 Ticket #23749 (Post Format Archive Conditional Tag) created by danielpataki
As far as I know there is no conditional tag for detecting when a post …
18:23 Ticket #23748 (Suggest rewrite rules on IIS Network (Multisite)) created by guy_fr
Server: Microsoft IIS - 8 Wordpress: 3.5.1 (multisite) On subfolder …
17:47 Ticket #23552 (Twenty Thirteen: add print styles) closed by lancewillett
fixed: Open new issues in new tickets.
17:44 Ticket #23701 (Twenty Thirteen: remove searchform.php template once core search form ...) closed by lancewillett
fixed: In 23673: […]
17:44 Changeset [23673] by lancewillett
Twenty Thirteen: remove searchform.php template once core search form …
17:37 Ticket #23513 (Twenty Thirteen: color contrast should aim for WCAG2 level AA compliance) closed by lancewillett
fixed: Discussing today in office hours, in IRC, that we can close and open …
17:27 Changeset [23672] by lancewillett
Twenty Thirteen: first pass at editor styles. Props Frank Klein and …
17:20 Ticket #23543 (Twenty Thirteen: Add image navigation to attachment pages) reopened by lancewillett
See also #23719, a bug that surfaced and results in this improvement …
16:59 Changeset [23671] by lancewillett
Twenty Thirteen: better styles for gallery captions. Props obenland, …
16:52 Ticket #23722 (Twenty Thirteen: toggling Display Header Text in Theme Customizer not ...) closed by lancewillett
fixed: In 23670: […]
16:52 Changeset [23670] by lancewillett
Twenty Thirteen: fix toggling header text display in Customizer. Props …
11:04 Ticket #23175 (Make get_home_path() return consistent slashes) closed by SergeyBiryukov
fixed: In 23669: […]
11:04 Changeset [23669] by SergeyBiryukov
Make get_home_path() return consistent slashes. fixes #23175.
10:30 Changeset [23668] by SergeyBiryukov
Fix array formatting. see #21210.
10:25 Ticket #15081 (Search Form should use type='search') closed by SergeyBiryukov
fixed: In 23667: […]
10:25 Changeset [23667] by SergeyBiryukov
Add $format argument to get_search_form() to allow HTML5 markup. props …
10:14 Ticket #23747 (Ordering Categories) created by valllabh
There should be provision to order categories. This will open up many …
09:51 Ticket #16541 (get_search_form() ignores $echo argument if searchform.php exists) closed by SergeyBiryukov
fixed: In 23666: […]
09:51 Changeset [23666] by SergeyBiryukov
Always respect $echo argument in get_search_form(). props garyc40, …
09:30 Changeset [23665] by SergeyBiryukov
Improve punctuation in phpdoc. see #23090.
09:20 Ticket #23683 (Fatal error in WP_User_Query) reopened by SergeyBiryukov
Reopening for 3.5.2 consideration.
09:19 Ticket #23683 (Fatal error in WP_User_Query) closed by SergeyBiryukov
fixed: In 23664: […]
09:19 Changeset [23664] by SergeyBiryukov
Fix fatal error in WP_User_Query when searching users by URL. Move …
08:57 Ticket #23565 (Missing i18n in auto-draft titles) closed by SergeyBiryukov
fixed: In 23663: […]
08:57 Changeset [23663] by SergeyBiryukov
Fix missing i18n in auto-draft titles. fixes #23565.
04:58 Changeset [23662] by bumpbot
Compress scripts/styles: 3.6-alpha-23662.
03:45 Ticket #23746 (add_role require string does not check for empty string) created by Kenshino
<?php add_role( $role, $display_name, $capabilities ); ?> add_role …
03:22 Changeset [23661] by azaozz
Check post locks with heartbeat and display modal notifications when a …
02:38 Ticket #23739 (Modernizr) closed by nacin
wontfix: Indeed, we only bundle scripts that we need and use.
01:50 Ticket #23744 (PHP notice on a custom post type archive with default permalinks enabled) closed by SergeyBiryukov
fixed: In 23660: […]
01:50 Changeset [23660] by SergeyBiryukov
Avoid an undefined index notice in get_post_type_archive_feed_link(). …

03/11/2013:

23:35 Ticket #23745 (Twenty Thirteen: Simplify responsive images) created by obenland
I think we could lose a lot of code for responsive images by being …
22:30 Ticket #23744 (PHP notice on a custom post type archive with default permalinks enabled) created by ericlewis
[…] Looks like something to do with the way the post type object …
22:27 Ticket #23743 (TinyMCE overwrites text edits when wpautop is false) created by WraithKenny
The logic at …
22:18 Ticket #23741 (Add hooks to the new nav-menu UI for backward compatibility) closed by DrewAPicture
duplicate: Replying to Chouby: > Related: #18584 (but different as …
22:06 Ticket #23742 (Twenty Thirteen: thumbnails not aligning in galleries when thumbnail ...) created by RDall
The Thumbnails are not aligning in the twenty thirteen gallery. The …
20:18 Ticket #23741 (Add hooks to the new nav-menu UI for backward compatibility) created by Chouby
In WP 3.5 and older, the nav menu theme location was set in a metabox …
19:05 Ticket #23740 (color hex code in color picker displayed in RTL instead of LTR in RTL ...) created by mark-k
1. in RTL install (I used hebrew) go to theme background settings 2. …
18:35 Ticket #23739 (Modernizr) created by yramagicman
Why doesn't WordPress bundle Modenrizr along …
17:31 Ticket #23738 (Audit our secondary button uses) created by markjaquith
helen pondered in #wordpress-ui that maybe the "apply" button in the …
12:09 Ticket #23736 (Transient running at incorrect intervals sometimes more often then set ...) closed by markoheijnen
worksforme: It's most likely a bug in your code. I see the result can be empty …
09:39 Ticket #23737 (Fix typo in wp_localize_script doc) closed by SergeyBiryukov
fixed: In 23659: […]
09:39 Changeset [23659] by SergeyBiryukov
Fix typo in phpdoc. props fanquake. fixes #23737.
09:24 Ticket #23737 (Fix typo in wp_localize_script doc) created by anonymized_7775228
08:33 Ticket #23736 (Transient running at incorrect intervals sometimes more often then set ...) created by keendev
Hello all, I have come across a bug where a transient I have running …

03/10/2013:

10:21 Ticket #23735 (Message stating 'ERROR: There is no user registered with that email ...) closed by ocean90
invalid: Works for me. Please try our [http://wordpress.org/support/ Support …
09:51 Ticket #23735 (Message stating 'ERROR: There is no user registered with that email ...) created by Hope Ayero-Lanek
Hi, I tried to log in to my admin panel for www.media-magnet.co.uk. I …

03/09/2013:

23:26 Ticket #23734 (Pass more information to wp_dropdown_pages filter) created by bigdawggi
We need to pass more information to the 'wp_dropdown_pages' filter for …
23:11 Ticket #23733 (Not all images have metadata, data should be checked first) created by trusktr
I'm getting many errors like these. Is this a problem with a plugin, …
18:17 Ticket #23732 (Twenty Thirteen: improve header area padding to ensure stable layout ...) created by jvisick77
Viewing Twenty Thirteen on Google TV, there is no side padding on the …
17:52 Ticket #16746 (post paginating <!--nextpage--> does not work) reopened by toscho
May I ask to implement Hakre’s patch? The patch is really trivial, and …
16:00 Ticket #23731 (Use jQuery Menu Aim to improve responsiveness of our admin menus) created by markjaquith
This is a fantastic read: …
11:15 Ticket #23730 (When deleting a user, skip asking what do do with their posts if they ...) closed by ocean90
duplicate: Could you upload your patch to #6405 please?
10:32 Ticket #23730 (When deleting a user, skip asking what do do with their posts if they ...) created by benjmay
When deleting one or many users, I don't think it makes sense, and is …
06:25 Ticket #23729 (Ticket #11289, IE bug fix: always pad the error page with enough characters) created by wp4j
Is it really such a good idea to put the padding where it is currently …
03:52 Ticket #23215 (Don't use deprecated WP_Screen::is_network property.) closed by SergeyBiryukov
fixed: In 23658: […]
03:52 Changeset [23658] by SergeyBiryukov
Replace deprecated WP_Screen::is_network property with …
03:28 Ticket #23728 (Errors when trying to upload media before saving network settings) created by wp4j
foreach warning due to unpopulated $mimes array and denial of uploads …
03:24 Ticket #23727 (class-phpmailer.php - Duplicate header 'Date') created by jbrabo
For servers using sendmail configured with Amazon SES service as …
03:18 Changeset [23657] by SergeyBiryukov
Update Network Dashboard help text. props DrewAPicture, raggedrobins. …
03:03 Ticket #23726 (Show Audio and Video previews on Edit Attachment screen) created by wonderboymusic
edit-form-advanced.php handles media, but only images. With audio / …
02:48 Ticket #22079 (Plugin filenames can break links in the admin menu) closed by SergeyBiryukov
fixed: In 23656: […]
02:48 Changeset [23656] by SergeyBiryukov
Prevent plugins with certain filenames from breaking links in the …
02:29 Changeset [23655] by SergeyBiryukov
Pass the post ID to the_title filter in post_formats_compat(). see #23347.
02:10 Ticket #22345 (Use different filter for the_title() and the_title_attribute()) closed by SergeyBiryukov
wontfix
02:05 Ticket #23725 (Post Formats Dependency Tracking + Combined code) created by wonderboymusic
This ticket description will be updated to list all associated Post …
Note: See TracTimeline for information about the timeline view.