Make WordPress Core

source: branches/3.1

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23233   10 years potbot POT, generated from r23230
(edit) @22067   10 years nacin Add page templates to the Twenty Twelve POT file. Remove tags from …
(edit) @19901   11 years nacin Update POT files. Reflects a change in the makepot script to ensure …
(edit) @19765   11 years potbot POT, generated from r19762
(edit) @18377   11 years ryan Bump, 3.1.4
(edit) @18372   11 years nacin Bump
(edit) @18370   11 years ryan Block editing of post_mime_type and guid in bulk_edit_posts(). More …
(edit) @18368   11 years ryan Unset filter when inserting/updating posts. For 3.1
(edit) @18366   11 years ryan Perform a cap check on attachments in media_upload_form_handler(). For 3.1
(edit) @18363   11 years azaozz User Profile JS cleanup, props dd32, fixes #17910 for 3.1
(edit) @18357   11 years ryan Sanitize sort_column and sort_order in get_pages(). Escape search_term …
(edit) @18356   11 years ryan Hardening. Santizers for WPLANG and new_admin_email. Prevent stomping …
(edit) @18355   11 years ryan Sanitize order and orderby in get_bookmarks(). For 3.1
(edit) @18354   11 years ryan Sanitize order and orderby in get_terms(). For 3.1
(edit) @18353   11 years ryan Allow plus '+' character when sanitizing mime type. Props cyberhobo. …
(edit) @18301   12 years potbot POT, generated from r18298
(edit) @18054   12 years nacin Don't use array calling for post_status in wp_edit_attachments_query() …
(edit) @18051   12 years nacin Bump
(edit) @18049   12 years ryan Bump
(edit) @18047   12 years ryan Allow WP_Query 'post_status' parameter to accept an array, as well as …
(edit) @18043   12 years ryan Bump
(edit) @18031   12 years ryan Update @since
(edit) @18023   12 years ryan Mark import attachments as private. Schedule job to delete old import …
(edit) @18022   12 years ryan Make sure ext passes through sanitize_file_name()
(edit) @18021   12 years ryan Prepare some LIKEs
(edit) @18020   12 years ryan Use correct keys
(edit) @18019   12 years ryan Cast width and height to int in WP_oEmbed:fetch() so we don't have to …
(edit) @18018   12 years ryan Sanitize guid on save and display. Sanitize mime type on save. Don't …
(edit) @18017   12 years ryan Use esc_url() once again.
(edit) @18016   12 years ryan Add a nonce.
(edit) @18015   12 years ryan Don't do a canonical redirect from author=x to /author/foo/ if the …
(edit) @18014   12 years ryan Properly anchor mime preg.
(edit) @18013   12 years ryan Send X-Frame-Options: SAMEORIGIN for admin and login pages. see #12293
(edit) @17807   12 years dd32 * Allow Pagination for Must-Use/Dropin plugins * Move help text into …
(edit) @17805   12 years dd32 Do not return duplicate posts for Meta Queries. Props Greuben. Fixes …
(edit) @17712   12 years ryan Bump
(edit) @17710   12 years ryan Validate post status against capabilities in press this. Props nacin. …
(edit) @17707   12 years ryan Bump
(edit) @17705   12 years nacin Add the filter in display_rows, rather than _display_rows. for 3.1.
(edit) @17704   12 years nacin Remove vestige code, prevent over-escaping of post titles when using …
(edit) @17685   12 years nacin Apply esc_html properly in Walker_PageDropdown. fixes #17217 for the …
(edit) @17635   12 years ryan Use proper prefix in query. Fixes user queries ordered by post count. …
(edit) @17611   12 years ryan There is not a NOT operator. Props scribu. fixes #17054 for 3.1
(edit) @17607   12 years ryan Set is_* flags for AND taxonomy queries. fixes #17054 for 3.1
(edit) @17605   12 years ryan Bump
(edit) @17594   12 years ryan Bump
(edit) @17586   12 years ryan Bump
(edit) @17585   12 years ryan esc_url_raw() when doing urlencode()
(edit) @17583   12 years ryan s/esc_url_raw/esc_url/. Props duck_. For 3.1
(edit) @17572   12 years ryan Bump
(edit) @17571   12 years ryan Reduce backtracking in make_clickable() regex. Reduce …
(edit) @17569   12 years ryan Add some nonce checks to the uploaders. Props duck_. For 3.1.
(edit) @17567   12 years nacin Remove two out of date strings from network contextual help. see …
(edit) @17560   12 years nacin 3.1.1 beta 1.
(edit) @17559   12 years azaozz Fix position of submenus when showing avatar, props johnjamesjacoby, …
(edit) @17557   12 years azaozz Fix discrepancy in the nested loop in the Recent Comments dashboard …
(edit) @17553   12 years ryan Parse the meta query again if query vars change. Set a global …
(edit) @17549   12 years dd32 Reinstate [15462] for 3.1; Prevents canonical redirects for custom …
(edit) @17547   12 years ryan Don't die inside db_connect() if connection fails. Let dead_db() …
(edit) @17537   12 years ryan Don't die for failed db connects during install. Props westi. fixes …
(edit) @17533   12 years ryan Fix display of oversized custom user/site icons in the admin bar. …
(edit) @17531   12 years ryan Avoid var name conflict in _get_meta_sql(). Fixes type var passed to …
(edit) @17529   12 years ryan Add back compat fields to queried category objects. Props scribu, …
(edit) @17527   12 years ryan Return false instead of WP_Error from get_term_by() if the term does …
(edit) @17520   12 years nacin Add TinyMCE version number. props SergeyBiryukov, fixes #16674 for the …
(edit) @17519   12 years markjaquith Correctly handle PATHINFO CPTs and CTs that specify with_front=false. …
(edit) @17517   12 years markjaquith Make plugin header parsing slightly more liberal (like it was in 3.0), …
(edit) @17515   12 years markjaquith Use with_front properly when creating rules for CPT archive pages. …
(edit) @17513   12 years markjaquith Prevent double index.php preprend on PATHINFO custom taxonomy …
(edit) @17511   12 years ryan Anchor network and user admins at the network domain and path rather …
(edit) @17509   12 years ryan Don't show admin bar on login screen. Props nacin. fixes #16588 for 3.1
(edit) @17507   12 years ryan Check for WP_Error return from get_term_by(). Props fabifott, …
(edit) @17505   12 years ryan Don't perform taxonomy queries for single post requests. Props scribu. …
(edit) @17503   12 years ryan Mark theme preview iframe as a preview_iframe so that the admin bar …
(edit) @17501   12 years ryan Don't double process the tag query var. Props scribu. fixes #16730 for 3.1
(edit) @17499   12 years ryan Do not do canonical redirects for unregistered feeds. fixes #16704 for 3.1
(edit) @17497   12 years nacin Avoid mangling the current site path variable with the search query. …
(edit) @17495   12 years markjaquith Revert to the cat=X permalinks from 3.0 and earlier. props dd32. fixes …
(edit) @17493   12 years ryan Do not perform canonical redirects for IISto avoid redirect loops on …
(edit) @17491   12 years ryan Bump
(edit) @17490   12 years markjaquith Reparse the taxonomy query if query vars change. fixes #16622 for 3.1
(edit) @17486   12 years markjaquith 3.1
(edit) @17484   12 years markjaquith Also mention compressed scripts
(edit) @17482   12 years nacin Avoid printf entirely. props SergeyBiryukov, fixes #16611 for 3.1.
(edit) @17480   12 years potbot POT, generated from r17478
(edit) @17477   12 years nacin Back compat with the gallery_style filter in Twenty Ten. fixes #16610
(edit) @17476   12 years nacin Use get_comments_number() in comments_bubble() method. Removes chance …
(edit) @17474   12 years ryan 3.0 compat for twentyten. For 3.1
(edit) @17473   12 years markjaquith Make a written offer pointing to a central WordPress.org URL for …
(edit) @17470   12 years nacin Ensure we're matching the complete theme directory when excluding …
(edit) @17468   12 years markjaquith Bump
(edit) @17466   12 years markjaquith Do not attach wp_enqueue_scripts to login_head. New …
(edit) @17464   12 years ryan Bump
(edit) @17462   12 years nacin Bump.
(edit) @17460   12 years ryan Lose create_function() in links_add_target() and links_add_base_url(). …
(edit) @17458   12 years ryan Don't allow changing the post type. Props nacin. For 3.1
(edit) @17456   12 years ryan Use ->query instead of . Always kick off the parse_query action. fixes …
(edit) @17454   12 years ryan Bump
(edit) @17452   12 years ryan Run parse_query() in get_posts() so that the query vars are always …
(edit) @17450   12 years ryan Make plugin and theme title columns narrower. Props garyc40. fixes …
Note: See TracRevisionLog for help on using the revision log.