Dominik Schilling
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: 3.5 RC3 Visual Editor – text not following the textarea width.That’s intentionally. It’s the same width as on the front end, since the visual editor should be as much as the end result.
You can change it with the global variable $content_width.
Forum: Alpha/Beta/RC
In reply to: Media Page slug collision in NetworkPlease test WordPress 3.5 RC3.
Should be fixed, see https://core.trac.wordpress.org/ticket/15665
Forum: Alpha/Beta/RC
In reply to: Add MediaAny JS errors? Plugins disabled? Default theme enabled?
Forum: Alpha/Beta/RC
In reply to: markup in meta-boxes.phpThanks for the report.
Forum: Alpha/Beta/RC
In reply to: Editor window resizes on file updateIt should happen in all versions, since the core doesn’t save the height of the code editor. There is no need for it.
Forum: Alpha/Beta/RC
In reply to: List of categoriesTry this plugin: http://wordpress.org/extend/plugins/parent-category-toggler/
Forum: Alpha/Beta/RC
In reply to: List of categoriesThere is a filter to prevent this, see http://core.trac.wordpress.org/ticket/20054. There is also a plugin linked.
Forum: Alpha/Beta/RC
In reply to: Unable to Add New Post (Custom Post Types)Just for the record: The changes – http://plugins.trac.wordpress.org/changeset/632358/role-scoper
Forum: Alpha/Beta/RC
In reply to: alt attribute in inserted images is emptyWhats your full WordPress version? Do you have something like 3.5-RC2-22958?
If not, then it should be fixed in the next nightly build, see https://core.trac.wordpress.org/ticket/22640.
Forum: Alpha/Beta/RC
In reply to: False uploading errorSorry, just saw the WordPress version you use. 3.5-RC2-22958 includes the fix in 22954.
So if it’s a WP related issue you should get a descriptive error message. Otherwise it’s a generic message from the uploader instance which is not really informative.
Could you please check the response of the AJAX call?
Forum: Alpha/Beta/RC
In reply to: False uploading errorYou should get the real error message in the next nightly build.
Forum: Alpha/Beta/RC
In reply to: wp_editor adding stylesheetFixed in the next nightly.
Forum: Alpha/Beta/RC
In reply to: RSS feed dashboard widgets don't load in clean install of 3.5Any JavaScript errors on this page?
Forum: Alpha/Beta/RC
In reply to: WordPress 3.5 > where the option settings->media->upload_path gone !?The UI will be only removed if the setting is empty or the same as the default
wp-content/uploads. When you have changed the setting it will be still displayed.Forum: Alpha/Beta/RC
In reply to: No footer widgets in 3.5 RC2?Twenty Twelve doesn’t include footer widgets.
But you can create a child themeof Twenty Twelve and then you can register some custom sidebars.