Dominik Schilling
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: "Front page displays" settings not displaying new layout/optionsI couldn’t see find any mention of where they’re decided to rollback to the previous version.
Forum: Alpha/Beta/RC
In reply to: Add fields to Attachment DetailsForum: Alpha/Beta/RC
In reply to: IE Display ProblemFrontend or backend? Which sites were affected?
Forum: Alpha/Beta/RC
In reply to: New Media Insert: Only images work, no other files like PDFs etc.Confirmed.
Forum: Alpha/Beta/RC
In reply to: Media upload totally broken on my serverCould you tell us your ImageMagick version? Should be visible via a
<?php phpinfo(); ?>call.Forum: Alpha/Beta/RC
In reply to: LinksHide the link manager from the UI on upgrade, if the site has no links. New DB option, link_manager_enabled.
Forum: Alpha/Beta/RC
In reply to: Delete a photo in the 3.5 uploaderNot yet implemented.
Forum: Alpha/Beta/RC
In reply to: IE Display ProblemWhich IE? Which screen? Screenshots?
Forum: Alpha/Beta/RC
In reply to: WordPress 3.5 media uploader questionsThe filters are back, see https://core.trac.wordpress.org/changeset/22768
Forum: Alpha/Beta/RC
In reply to: Remove "ms-files" rewritingYou wont’ have these lines if you have a new install. Old installs still uses ms-files.
if ( is_multisite() && get_site_option( 'ms_files_rewriting' ) ) { $web_config_file .= ' <rule name="WordPress Rule for Files" stopProcessing="true"> <match url="^files/(.+)" ignoreCase="false" /> <action type="Rewrite" url="wp-includes/ms-files.php?file={R:1}" appendQueryString="false" /> </rule>'; }So, you can handle this with the site option
ms_files_rewriting.Forum: Alpha/Beta/RC
In reply to: 3.5 Beta 3 – Gallery Tab?See https://core.trac.wordpress.org/ticket/20258#comment:32 and https://core.trac.wordpress.org/ticket/22514
There will be a filter in the next nightly build.
Forum: Alpha/Beta/RC
In reply to: 3.5 Beta 3 – Description field?Where do you expect the Description field? On the new
Edit Mediascreen or in the new media dialog?Forum: Alpha/Beta/RC
In reply to: Dashboard/Plugins – SimplePie ErrorThanks for your report. See https://core.trac.wordpress.org/ticket/21990#comment:9
Forum: Alpha/Beta/RC
In reply to: Media Uploader: Won't Add Featured ImagesWhich browser and OS are you using?
Forum: Fixing WordPress
In reply to: Toggle icon not on the right most cornerWhich OS and browser?