November 2009 Archives by thread
Starting: Sun Nov 1 05:27:39 UTC 2009
Ending: Mon Nov 30 22:17:28 UTC 2009
Messages: 168
- [wp-svn] [12132] trunk: Introducing add_theme_support(feature) and current_theme_supports(feature) for announcing and checking theme support for various features.
m at wordpress.org
- [wp-svn] [12133] trunk/wp-content/themes/default: Add basic post thumbnail support to Default theme.
m at wordpress.org
- [wp-svn] [12134] trunk: Introduce require_if_theme_supports(), move post thumbnails functions to there own include and only included them if the theme supports them .
m at wordpress.org
- [wp-svn] [12135] trunk/wp-includes/theme.php: Improve get_page_template() to search based on slug and id as well.
m at wordpress.org
- [wp-svn] [12136] trunk: Switch oEmbed option to control discovery.
m at wordpress.org
- [wp-svn] [12137] trunk/wp-admin/includes/media.php: Call get_post_image_id() only if current_theme_supports( 'post-thumbnails' ).
m at wordpress.org
- [wp-svn] [12138] trunk/wp-includes/class-oembed.php: Fix regex.
m at wordpress.org
- [wp-svn] [12139] trunk: Fix IE8 reply to comments from admin fade in/out, decrease comment undo timeout, hide comment reply when moving to trash, fixes #9896
m at wordpress.org
- [wp-svn] [12140] trunk/wp-admin/options-media.php: Show oEmbed discovery option only if the current user has the unfiltered_html cap .
m at wordpress.org
- [wp-svn] [12141] trunk/wp-includes/post.php: Fix comment and postmeta delete queries when deleting a post.
m at wordpress.org
- [wp-svn] [12142] trunk/wp-admin/includes/file.php: Bring in wp_handle_upload_prefilter from MU
m at wordpress.org
- [wp-svn] [12143] trunk/wp-includes/query.php: Honor Post Type for Sticky Posts.
m at wordpress.org
- [wp-svn] [12144] trunk/wp-includes/query.php: Allow querying multiple post types.
m at wordpress.org
- [wp-svn] [12145] trunk/wp-admin/setup-config.php: Disable error reporting in setup-config.php.
m at wordpress.org
- [wp-svn] [12146] trunk/wp-includes/query.php: Add missing break.
m at wordpress.org
- [wp-svn] [12147] trunk/wp-includes/registration.php: Remove unecessary reference to wpdb global.
m at wordpress.org
- [wp-svn] [12148] trunk: Trash comments when trashing a post.
m at wordpress.org
- [wp-svn] [12149] trunk/wp-includes/post-template.php: Propagate walker arg down the stack.
m at wordpress.org
- [wp-svn] [12150] trunk/wp-includes/comment.php: Remove ints from switch.
m at wordpress.org
- [wp-svn] [12151] trunk/wp-admin/includes/file.php: Add phpdoc and extra filter to file.php, props dd32, fixes #11002
m at wordpress.org
- [wp-svn] [12152] trunk/wp-admin/includes/file.php: Fix typo, props Harald Nesland, fixes #11002
m at wordpress.org
- [wp-svn] [12153] trunk/wp-includes: Add a bunch of new filters.
m at wordpress.org
- [wp-svn] [12154] trunk: Fix Undo row timeout on Edit Comments screen, props caesarsgrunt, see #4529
m at wordpress.org
- [wp-svn] [12155] trunk/wp-admin/includes/image-edit.php: Add 'IMAGE_EDIT_OVERWRITE' constant to control edited image save or replace, most useful for setups that have dynamic image resizing, see #10528
m at wordpress.org
- [wp-svn] [12156] trunk/wp-includes/post.php: Fix delete_post_meta_by_key() so that you can delete postmeta items by key again.
m at wordpress.org
- [wp-svn] [12157] trunk: Put site into maintenance mode during bulk plugin upgrade.
m at wordpress.org
- [wp-svn] [12158] trunk/wp-includes/post.php: Add force delete option.
m at wordpress.org
- [wp-svn] [12159] trunk: Fix hiding of "Add new tag" tip in IE6/7, props yoavf, fixes #11107
m at wordpress.org
- [wp-svn] [12160] trunk/wp-includes/capabilities.php: Better documentation on the format of the capabilities when adding a role.
m at wordpress.org
- [wp-svn] [12161] trunk/wp-admin: Don' t pre-fill empty image alt when inserting into a post.
m at wordpress.org
- [wp-svn] [12162] trunk: Remove all instances of "Trash" from the UI when Trash is disabled, replace trash actions with " Delete permanently", props caesarsgrunt, see #4529
m at wordpress.org
- [wp-svn] [12163] trunk: Fix image meta after editing image, disable the Save button when no changes, fixes #11115
m at wordpress.org
- [wp-svn] [12164] trunk/wp-includes/functions.php: Add actions for option writes.
m at wordpress.org
- [wp-svn] [12165] trunk/wp-includes: Sanitize filenames with multiple extensions.
m at wordpress.org
- [wp-svn] [12166] branches/2.8/wp-includes: Sanitize filenames with multiple extensions.
m at wordpress.org
- [wp-svn] [12167] branches/2.8: Version bumps.
m at wordpress.org
- [wp-svn] [12168] trunk/wp-admin/press-this.php: Prevent XSS in press-this.php.
m at wordpress.org
- [wp-svn] [12169] trunk/wp-admin/press-this.php: Some extra XSS protection.
m at wordpress.org
- [wp-svn] [12170] branches/2.8/wp-admin/press-this.php: Prevent XSS in press-this.php .
m at wordpress.org
- [wp-svn] [12171] trunk/wp-includes/functions.php: Fix mimes empty check
m at wordpress.org
- [wp-svn] [12172] branches/2.8/wp-includes/functions.php: Fix mimes empty check
m at wordpress.org
- [wp-svn] [12173] trunk/wp-includes/meta.php: Fix argument order.
m at wordpress.org
- [wp-svn] [12174] trunk/wp-includes/pomo: pomo performance improvements.
m at wordpress.org
- [wp-svn] [12175] branches/2.8/wp-includes/version.php: 2.8 beta1
m at wordpress.org
- [wp-svn] [12176] branches/2.8/wp-includes/version.php: 2.8.6
m at wordpress.org
- [wp-svn] [12177] tags/2.8.6/: 2.8.6
m at wordpress.org
- [wp-svn] [12178] trunk/wp-admin/import/wordpress.php: Remove the extra screen icons from the WordPress importer.
m at wordpress.org
- [wp-svn] [12179] trunk/wp-includes/l10n.php: Add load_child_theme_textdomain() to allow child themes to have there own translation files.
m at wordpress.org
- [wp-svn] [12180] trunk/wp-content/themes/default: Revert [12133] ?\226?\128? \148 remove post image support from Default theme.
m at wordpress.org
- [wp-svn] [12181] trunk/wp-includes/class-oembed.php: Add wordpress. tv to oEmbed provider whitelist.
m at wordpress.org
- [wp-svn] [12182] trunk/wp-admin: Fix warning when trashing a post from the write screen, fixes #11131
m at wordpress.org
- [wp-svn] [12183] trunk: Always show "Configure" links on dashboard widgets in IE6, fix "Right Now" comments counts, fixes #11129
m at wordpress.org
- [wp-svn] [12184] trunk/wp-admin/edit.php: Fix notice in post.php, props sirzooro, fixes #11132
m at wordpress.org
- [wp-svn] [12185] trunk/wp-admin/theme-editor.php: Fix the editing of stylesheet files in the theme editor.
m at wordpress.org
- [wp-svn] [12186] trunk/wp-admin/includes/class-wp-upgrader.php: bulk should default to false.
m at wordpress.org
- [wp-svn] [12187] trunk/wp-admin/includes/theme.php: Ensure that page templates in a subdir of a theme work correctly.
m at wordpress.org
- [wp-svn] [12188] trunk: Fix improper selection of radio buttons, improve JS for storing image settings, fixes #11021
m at wordpress.org
- [wp-svn] [12189] trunk: Fix style of text fields in IE6 in the uploader, better regex for Link URL presets buttons
m at wordpress.org
- [wp-svn] [12190] trunk/wp-admin/includes/media.php: Don' t show trashed attachments in gallery tab count, props aldenta, fixes #11147
m at wordpress.org
- [wp-svn] [12191] trunk/wp-includes/version.php: Bump
m at wordpress.org
- [wp-svn] [12192] trunk/wp-settings.php: Make sure WP_CACHE is true.
m at wordpress.org
- [wp-svn] [12193] trunk: Force destruction of SimplePie objects for versions of PHP that don' t release memory properly.
m at wordpress.org
- [wp-svn] [12194] trunk/wp-includes/post-template.php: Remove unnecessary variable initialization.
m at wordpress.org
- [wp-svn] [12195] trunk/wp-admin/includes/media.php: Add labels to image info in the media library, fixes #8886
m at wordpress.org
- [wp-svn] [12196] trunk/wp-admin: Fix pagination on the Unattached tab in the media library, show Attach in the "Attached to" column for orphan attachments
m at wordpress.org
- [wp-svn] [12197] trunk/wp-includes/feed.php: Ue get_default_feed() for *_the_category_rss().
m at wordpress.org
- [wp-svn] [12198] trunk/wp-admin/includes/post.php: Use preg_replace_callback to eliminate eval.
m at wordpress.org
- [wp-svn] [12199] trunk/wp-includes/kses.php: Allow 0xAD in URI attributes.
m at wordpress.org
- [wp-svn] [12200] trunk/wp-includes/taxonomy.php: Return null if no term queried.
m at wordpress.org
- [wp-svn] [12201] trunk/wp-includes/general-template.php: Add translator comment.
m at wordpress.org
- [wp-svn] [12202] trunk/wp-includes/canonical.php: Fix undefined index notice in canonical.
m at wordpress.org
- [wp-svn] [12203] trunk/wp-includes: Deprecate make_url_footnote().
m at wordpress.org
- [wp-svn] [12204] trunk/wp-admin/update-core.php: Add core_upgrade_preamble action.
m at wordpress.org
- [wp-svn] [12205] trunk/wp-includes: Let plugins predefine thickbox image vars, props aaroncampbell, fixes #6453
m at wordpress.org
- [wp-svn] [12206] trunk/wp-includes/shortcodes.php: Do not destroy characters surrounding shortcodes in strip_shortcodes().
m at wordpress.org
- [wp-svn] [12207] trunk: Ensure WP_DEBUG is always defined and simplify the checks on it.
m at wordpress.org
- [wp-svn] [12208] trunk/wp-includes/post-template.php: Return if no post to avoid warnings
m at wordpress.org
- [wp-svn] [12209] trunk: Don't destruct if WP_Error.
m at wordpress.org
- [wp-svn] [12210] trunk: Delete old magpie cache options.
m at wordpress.org
- [wp-svn] [12211] trunk/wp-includes/post-image-template.php: Pass some additional variables to post_image_html filter.
m at wordpress.org
- [wp-svn] [12212] trunk/wp-admin/includes/upgrade.php: First pass first post improvements.
m at wordpress.org
- [wp-svn] [12213] trunk: Add sidebar descriptions to sidebar settings and widget admin screen, props jeremyclarke scribu, fixes #11157
m at wordpress.org
- [wp-svn] [12214] trunk: Check if $_SERVER['HTTP_ACCEPT_ENCODING'] is set before determining whether to compress scripts, props nacin, fixes #11169
m at wordpress.org
- [wp-svn] [12215] trunk: Fix removal of .form-invalid in IE, props aldenta, fixes #11181
m at wordpress.org
- [wp-svn] [12216] trunk/wp-includes/theme.php: Avoid warning when parent template does not exist.
m at wordpress.org
- [wp-svn] [12217] trunk: Make option_id primary.
m at wordpress.org
- [wp-svn] [12218] trunk/wp-admin/includes/upgrade.php: Check DB ver 12217.
m at wordpress.org
- [wp-svn] [12219] trunk/wp-admin/edit-pages.php: Don' t show page statuses with 0 pages.
m at wordpress.org
- [wp-svn] [12220] trunk/wp-admin/includes/template.php: Pass args to settings field callback.
m at wordpress.org
- [wp-svn] [12221] trunk/wp-admin/edit-attachment-rows.php: Add media_row_actions filter.
m at wordpress.org
- [wp-svn] [12222] trunk/wp-includes/post.php: Fix var name typo
m at wordpress.org
- [wp-svn] [12223] trunk/wp-includes/comment.php: Return if no comment queried
m at wordpress.org
- [wp-svn] [12224] trunk/wp-includes/category-template.php: Do not use the unreliable in_the_loop() when grabbing terms.
m at wordpress.org
- [wp-svn] [12225] trunk/wp-admin/includes/theme.php: Revert [12187] as it didn' t fix the issue for all cases.
m at wordpress.org
- [wp-svn] [12226] trunk/wp-includes/theme.php: Reduce the size of the data returned by get_themes() by ~30% by reducing duplication.
m at wordpress.org
- [wp-svn] [12227] trunk/wp-admin/includes/class-wp-upgrader.php: gettext fix.
m at wordpress.org
- [wp-svn] [12228] trunk/wp-admin: Some admin copy improvements fixes.
m at wordpress.org
- [wp-svn] [12229] trunk/wp-includes/taxonomy.php: Fix custom taxonomy term links when using non-pretty permalinks.
m at wordpress.org
- [wp-svn] [12230] trunk/wp-includes/rewrite.php: Don' t return extra permastructs if pretty permalinks not turned on.
m at wordpress.org
- [wp-svn] [12231] trunk: Add context to strings.
m at wordpress.org
- [wp-svn] [12232] trunk/wp-admin/includes/upgrade.php: Fix db version logic error.
m at wordpress.org
- [wp-svn] [12233] trunk/wp-admin/includes/meta-boxes.php: Allow link rating of 10.
m at wordpress.org
- [wp-svn] [12234] trunk: Specify background color for input elements, props hakre, fixes #10881
m at wordpress.org
- [wp-svn] [12235] trunk/wp-admin/includes/dashboard.php: Escape $title in dashboard Recent Drafts to reveal HTML tags, props Simek, fixes #11128
m at wordpress.org
- [wp-svn] [12236] trunk: Do not show entities when inserting newly added category in the parents dropdown , props aldenta, fixes #11182
m at wordpress.org
- [wp-svn] [12237] trunk/wp-includes/post.php: Limit wp_get_recent_posts() to real/ live posts, props josephscott, fixes #11123
m at wordpress.org
- [wp-svn] [12238] trunk/wp-admin/setup-config.php: Show errors when minimum requirements are not met when installing, props dd32 Denis-de-Bernardy, fixes #9474
m at wordpress.org
- [wp-svn] [12239] trunk/wp-includes/functions.php: Add video/x-flv to mime types, props hakre, fixes #11051
m at wordpress.org
- [wp-svn] [12240] trunk/wp-admin/includes/media.php: Submit the "Save all changes" form by pressing Enter, props abackstrom, fixes #8557
m at wordpress.org
- [wp-svn] [12241] trunk/wp-includes/taxonomy.php: Fix double slashing.
m at wordpress.org
- [wp-svn] [12242] trunk/wp-admin/includes/media.php: Remove reference to non-existent field.
m at wordpress.org
- [wp-svn] [12243] trunk/wp-includes/taxonomy.php: Use correct var name
m at wordpress.org
- [wp-svn] [12244] trunk/wp-includes/script-loader.php: script loader phpdoc improvements.
m at wordpress.org
- [wp-svn] [12245] trunk/wp-includes/link-template.php: Fix preview of pending pages with permalinks on.
m at wordpress.org
- [wp-svn] [12246] trunk/wp-admin/includes: Fix warnings
m at wordpress.org
- [wp-svn] [12247] trunk/wp-admin/page.php: Use correct variable name.
m at wordpress.org
- [wp-svn] [12248] trunk/wp-admin/menu.php: Restore 'Add New Themes' menu name.
m at wordpress.org
- [wp-svn] [12249] trunk/wp-includes/widgets.php: Always register all widgets, props hakre, fixes #10954
m at wordpress.org
- [wp-svn] [12250] trunk/wp-includes/formatting.php: Ensure that make_clickable links correctly when the link is placed in brackets and has trailing punctuation .
m at wordpress.org
- [wp-svn] [12251] trunk/wp-includes/l10n.php: Allow plugins to override the behaviour of load_textdomain() in a variety of flexible ways.
m at wordpress.org
- [wp-svn] [12252] trunk/wp-admin/includes/upgrade.php: Let autop handle the first post.
m at wordpress.org
- [wp-svn] [12253] trunk/wp-admin/includes/theme.php: Don' t show page templates in the drop down if they are in a subdirectory.
m at wordpress.org
- [wp-svn] [12254] trunk/wp-includes/comment.php: Ignore trashed comments for duplicate comment check, props scribu, fixes #10944
m at wordpress.org
- [wp-svn] [12255] trunk/wp-admin/includes/upgrade.php: Update the test case for #11008 - original pre paragraphed text was relying on autop to insert <br /> for the line breaks so make it explicit in the expected result.
m at wordpress.org
- [wp-svn] [12256] trunk/wp-admin/includes/upgrade.php: Use _x() not _c() as we want to use the gettext contexts.
m at wordpress.org
- [wp-svn] [12257] trunk/wp-includes: Mark _c() as Deprecated people should use the new _x() instead.
m at wordpress.org
- [wp-svn] [12258] trunk/wp-admin/includes/upgrade.php: Make sure the translated urls are attribute safe using esc_attr().
m at wordpress.org
- [wp-svn] [12259] trunk/wp-admin/includes/meta-boxes.php: Use _x() not _c().
m at wordpress.org
- [wp-svn] [12260] trunk/wp-admin: Allow plugins to change the redirect on post/ page publishing/submitting.
m at wordpress.org
- [wp-svn] [12261] trunk/wp-includes/taxonomy.php: Pass the old term_taxonomy ids to the action in set_object_terms so plugins know what was before .
m at wordpress.org
- [wp-svn] [12262] trunk/wp-admin: Standardize RTL admin fonts.
m at wordpress.org
- [wp-svn] [12263] trunk/wp-includes/class-IXR.php: Reduce memory usage for XML-RPC requests.
m at wordpress.org
- [wp-svn] [12264] trunk: Improve IIS rewrite support.
m at wordpress.org
- [wp-svn] [12265] trunk/wp-includes/post.php: Check if defined to avoid having to suppress.
m at wordpress.org
- [wp-svn] [12266] trunk/wp-login.php: Pass user_login and user_email to registration_errors.
m at wordpress.org
- [wp-svn] [12267] trunk: Standardize on user_id instead of user_ID when passing comment data.
m at wordpress.org
- [wp-svn] [12268] trunk/wp-admin/includes: Fix wpfs root dir location.
m at wordpress.org
- [wp-svn] [12269] trunk/wp-admin/import/wordpress.php: Filter imported comments
m at wordpress.org
- [wp-svn] [12270] trunk/wp-admin/import: Filter imported comments
m at wordpress.org
- [wp-svn] [12271] trunk/wp-includes/rewrite.php: Fix attachment rewrite endpoints.
m at wordpress.org
- [wp-svn] [12272] trunk/wp-admin/includes/meta-boxes.php: Check action type to avoid warnings.
m at wordpress.org
- [wp-svn] [12273] trunk/wp-includes/post.php: Don't require titles for attachments.
m at wordpress.org
- [wp-svn] [12274] trunk/wp-includes/functions.php: Set uploaded files extensions to lower case, fixes #11218
m at wordpress.org
- [wp-svn] [12275] trunk: Autop: add fieldset to blocks, remove support for empty <p> for now, fix block in block problems when switching the editor from visual to html and back , fixes #8644
m at wordpress.org
- [wp-svn] [12276] trunk/wp-includes: l10n for thickbox.js, props nbachiyski, fixes #10278
m at wordpress.org
- [wp-svn] [12277] trunk/wp-admin/includes/template.php: Apply editable_slug filter in more places.
m at wordpress.org
- [wp-svn] [12278] trunk: Stop the fade-out of the Undo notices on Edit Comments screen, props caesarsgrunt, fixes #11259, see #4529
m at wordpress.org
- [wp-svn] [12279] trunk/wp-includes/post.php: Get the right number of pages then excluding a tree, fixes #11205
m at wordpress.org
- [wp-svn] [12280] trunk/wp-includes/media.php: Avoid a rare case of black line in cropped thumbnails, props miqrogroove, fixes #7748
m at wordpress.org
- [wp-svn] [12281] trunk/wp-admin: Swap the Flip horizontally and Flip vertically buttons in the image editor so they are more understandable , props scribu, fixes #11171
m at wordpress.org
- [wp-svn] [12282] trunk/wp-admin/comment.php: Reset notice after restoring a comment from the trash, props caesarsgrunt, fixes #11223
m at wordpress.org
- [wp-svn] [12283] trunk/wp-admin/includes/media.php: Fix typo, props nacin, fixes #8557
m at wordpress.org
- [wp-svn] [12284] trunk: Fix notices and phpdoc, props hakre, fixes #10758
m at wordpress.org
- [wp-svn] [12285] trunk/wp-admin/includes/template.php: Fix notice in bulk edit posts , props dd32, fixes #11184
m at wordpress.org
- [wp-svn] [12286] trunk: Undo for setting a comment as spam, props caesarsgrunt, fixes #11260, see #4529
m at wordpress.org
- [wp-svn] [12287] trunk/wp-admin/includes: Reorder comment actions, fixes #11258
m at wordpress.org
- [wp-svn] [12288] trunk/wp-includes/user.php: Restore functionality of setup_userdata () when a user id is supplied.
m at wordpress.org
- [wp-svn] [12289] trunk: Flash through red when sending an item to the trash, flash through green when undoing it, props caesarsgrunt, see #4529
m at wordpress.org
- [wp-svn] [12290] trunk: "Trash" fixes, props caesarsgrunt, see #4529
m at wordpress.org
- [wp-svn] [12291] trunk: Tweak colors for trash, spam and undo of comments, fix IE6/ 7 background for unapproved comments, fix JS error in IE6/7, props caesarsgrunt, see #4529
m at wordpress.org
- [wp-svn] [12292] trunk/wp-includes/comment.php: comment status transition was broken due to sneaky reference return in &get_comment .
m at wordpress.org
- [wp-svn] [12293] trunk: Fix Right Now comments counts for trash, spam or undo.
m at wordpress.org
- [wp-svn] [12294] trunk/wp-admin/js: Fix Right Now comments counts when only one comment exists
m at wordpress.org
- [wp-svn] [12295] trunk/wp-admin/includes/media.php: escape hrefs.
m at wordpress.org
- [wp-svn] [12296] branches/2.8/wp-admin/includes/media.php: escape hrefs.
m at wordpress.org
- [wp-svn] [12297] trunk/wp-admin: Hide Cancel link in the browser uploader on Media Library screen.
m at wordpress.org
- [wp-svn] [12298] trunk: Save parent temp ID for unattached attachments in postmeta.
m at wordpress.org
- [wp-svn] [12299] trunk/wp-includes/post.php: Delete custom taxonomy relationships when deleting a post.
m at wordpress.org
Last message date:
Mon Nov 30 22:17:28 UTC 2009
Archived on: Mon Nov 30 22:17:29 UTC 2009
This archive was generated by
Pipermail 0.09 (Mailman edition).