| [1073]
|
saxmatt
|
quote -1 value in SQL.
|
| [1073]
|
ryan
|
Expect empty string for edit-tags.php?taxonomy=link_category screen post type.
|
| [10740]
|
azaozz
|
Updated List of HTTP status codes, props Askapache, fixes #9297
|
| [10741]
|
azaozz
|
feed_links_extra() DRY, props scribu, fixes #9291
|
| [10742]
|
azaozz
|
Better error handling and display in the RSS widget, props DD32, fixes #8495
|
| [10743]
|
azaozz
|
Save RSS feed URL in the Incoming Links widget, props johnbillion, fixes #9299
|
| [10744]
|
azaozz
|
Add alt text and filter to wp_get_attachment_image(), props Sam_a, fixes #8732
|
| [10745]
|
azaozz
|
Remember scrollTop in Quicktags, props gmpfree, fixes #9161
|
| [10746]
|
azaozz
|
Better Google Chrome "Disable Gears" message, props caesarsgrunt, fixes #7684
|
| [10747]
|
ryan
|
rename simplepie.inc to class-simplepie.php. fixes #9295
|
| [10748]
|
azaozz
|
Fix values for gallery sort order
|
| [10749]
|
westi
|
Allow a plugin to control how many posts are displayed on edit pages. Fixes #9307 props aaroncampbell
|
| [1074]
|
saxmatt
|
The great option REMIX.
|
| [1074]
|
SergeyBiryukov
|
Remove closure from ms.php. see [1055]. see #101.
|
| [10750]
|
westi
|
Add hooks to allow plugins to extend AtomPub support. Fixes #8827 props znarfor and josephscott.
|
| [10751]
|
westi
|
Attachment metadata is stored in the summary field in AtomPub requests. Fixes #9148 props josephscott.
|
| [10752]
|
westi
|
Attachment metadata is stored in the summary field in AtomPub requests. Fixes #9148 for 2.7.2 props josephscott.
|
| [10753]
|
ryan
|
Timezone support. Props Otto42. see #3962
|
| [10754]
|
azaozz
|
Move hidden span so it's not copied together with the permalink
|
| [10755]
|
ryan
|
Exclude deprecated timezones. see #3962
|
| [10756]
|
ryan
|
Filter continents in the first loop. see #3962
|
| [10757]
|
ryan
|
Show DST info. Map old offest to Etc zones. Props Otto42. see #3962
|
| [10758]
|
ryan
|
Remove leading newlines. Props filosofo. fixes #9096
|
| [10759]
|
ryan
|
Cleanup plugin compatibility messages. Props DD32. fixes #8868
|
| [1075]
|
saxmatt
|
Moderation is cleaner, returns feedback, and correct feedback.
|
| [1075]
|
SergeyBiryukov
|
Fix parse errors in PHP 5.2. see [1061].
|
| [10760]
|
ryan
|
Create user object. Props mark8barnes. fixes #9309 for trunk
|
| [10761]
|
ryan
|
Create user object. Props mark8barnes. fixes #9309 for 2.7
|
| [10762]
|
ryan
|
Reparent children when deleting a comment. Props vladimir_kolesnikov. fixes #9003
|
| [10763]
|
ryan
|
Reparent children when deleting a comment. Props vladimir_kolesnikov. fixes #9003 for 2.7
|
| [10764]
|
azaozz
|
Add WP_Widget class, first run - only the Links widget is using it at the moment, see #8441
|
| [10765]
|
markjaquith
|
Introducing plugin_dir_path(__FILE__) and plugin_dir_url(__FILE__) ... simple API functions for determining the directory path/url of the current plugin file
|
| [10766]
|
ryan
|
Use two queries to populate all options during install/upgrade instead of 2 times the number of options.
|
| [10767]
|
ryan
|
gettext contexts. Props nbachiyski. see #9112
|
| [10768]
|
ryan
|
Set autoload in populate options query
|
| [10769]
|
ryan
|
Improved is_email() and sanitize_email(). Props sambauers. fixes #9316 #4616
|
| [1076]
|
saxmatt
|
Interface improvements.
|
| [1076]
|
kurtpayne
|
Fixing method signature mismatch between WP_Image_Editor_Mock and WP_Image_Editor
|
| [10770]
|
ryan
|
Use full strings for i18n friendliness. Props nbachiyski. see #3962
|
| [10771]
|
ryan
|
Always wp_authenticate in wp-app. Props wnorris. fixes #9320
|
| [10772]
|
ryan
|
Add core_version_check_locale filter. Props nbachiyski. see #8729
|
| [10773]
|
ryan
|
Add core_version_check_locale filter. Props nbachiyski. see #8729 for 2.7
|
| [10774]
|
ryan
|
gettext comments. Props nbachiyski. see #9112
|
| [10775]
|
ryan
|
Remember page when redirecting after tag edit. Props Viper007Bond. fixes #9220 for trunk
|
| [10776]
|
ryan
|
Remember page when redirecting after tag edit. Props Viper007Bond. fixes #9220 for 2.7
|
| [10777]
|
azaozz
|
Fix regex function in sanitize_email(), see #9316
|
| [10778]
|
ryan
|
get_comment_link filter. Props Viper007Bond. fixes #9327
|
| [10779]
|
ryan
|
Remove category ordering. Props filosofo. fixes #9228
|
| [1077]
|
saxmatt
|
We use generic ping functions now.
|
| [1077]
|
nacin
|
As XML-RPC's get_users() currently requires the edit_users cap, set the querying user to be a super administrator so the tests pass in multisite. see #WP18428.
|
| [10780]
|
ryan
|
Remove category ordering. Props filosofo. fixes #9228 for 2.7
|
| [10781]
|
azaozz
|
WP_Widgets: make save_settings() and get_settings() separate methods, convert defined single widgets settings to multi-widget format, small fixes for the Links widget, see #8441
|
| [10782]
|
ryan
|
s/WP_Widgets/WP_Widget/ and move class to widgets.php
|
| [10783]
|
azaozz
|
Fix regex in sanitize_email(), props sambauers, see #9316
|
| [10784]
|
ryan
|
Convert search to WP_Widget. Handle upgrade of widgets without settings. Make form and update override optional. see #8441
|
| [10785]
|
ryan
|
Convert pages to WP_Widget. see #8441
|
| [10786]
|
ryan
|
Prune. see #8441
|
| [10787]
|
azaozz
|
Fully escape Post/Page titles, props Viper007Bond, fixes #9322
|
| [10788]
|
azaozz
|
Theme install style tweaks, see #8652
|
| [10789]
|
azaozz
|
Fix php warning in widgets.php, props zeronex, fixes #9330
|
| [1078]
|
saxmatt
|
Removed obsolete functions.
|
| [1078]
|
ryan
|
Tests for update_blog_details() and update_blog_status(). see #WP20305
|
| [10790]
|
azaozz
|
Add some styling to plugins descriptions when installing
|
| [10791]
|
azaozz
|
TinyMCE 3.2.2
|
| [10792]
|
azaozz
|
Fix undefined variable in theme-editor, props mrmist, fixes #9333
|
| [10793]
|
azaozz
|
Add sort order for the gallery in the uploader
|
| [10794]
|
ryan
|
Move archives widget to WP_Widget. see #8441
|
| [10795]
|
ryan
|
Separate default widgets from widgets API. Always load API. fixes #9349
|
| [10796]
|
ryan
|
Move meta widget to WP_Widget. see #8441
|
| [10797]
|
ryan
|
Move meta widget to WP_Widget. see #8441
|
| [10798]
|
ryan
|
Separate widget form and update callbacks.
|
| [10799]
|
ryan
|
Move calendar widget to WP_Widget. see #8441
|
| [1079]
|
saxmatt
|
gm and bbcode should be moved into plugins.
|
| [1079]
|
nacin
|
grant_super_admin() only in multisite.
|
| [107]
|
saxmatt
|
Earlier path fix that was missed.
|
| [107]
|
tellyworth
|
more taxonomy test fixes
|
| [10800]
|
ryan
|
Move calendar widget to WP_Widget. see #8441
|
| [10801]
|
ryan
|
Move submit check into WP_Widget
|
| [10802]
|
ryan
|
Move text widget to WP_Widget. see #8441
|
| [10803]
|
ryan
|
Check if error. Props simonwheatley. fixes #9345
|
| [10804]
|
ryan
|
Pass the unprocessed title to the sanitize_title filter. Props chineseleper. fixes #8981 for trunk
|
| [10805]
|
ryan
|
Pass the unprocessed title to the sanitize_title filter. Props chineseleper. fixes #8981 for 2.7
|
| [10806]
|
azaozz
|
Improved admin icons, props empireoflight, fixes #9351
|
| [10807]
|
ryan
|
Echo submit field from base class so widgets don't have to do it.
|
| [10808]
|
ryan
|
Introduce singleton widget factory
|
| [10809]
|
ryan
|
Move categories widget to WP_Widget. see #8441
|
| [1080]
|
rboren
|
gettext l10n.
|
| [1080]
|
ryan
|
Test wp_upload_dir() with switch_to_blog().
|
| [10810]
|
ryan
|
Trim trailing whitespace
|
| [10811]
|
ryan
|
Clean urls
|
| [10812]
|
ryan
|
Add some phpdoc to WP_Widget. see #8441
|
| [10813]
|
westi
|
Allow wp_delete_term users to force all objects to have a new term applied. Allow for category merging use-case. Fixes #9355.
|
| [10814]
|
westi
|
Allow a plugin to filter the classes applied in wp_list_pages. Fixes #9304 props willnorris.
|
| [10815]
|
westi
|
Add relational links to next/prev/parent posts. See #8703 props sivel.
|
| [10816]
|
azaozz
|
Add the sticky post grey background to the default theme, props Viper007Bond, fixes #9359
|
| [10817]
|
azaozz
|
Fix alignment and blockquote when multiple paragraphs are selected in TinyMCE, fixes #9361
|
| [10818]
|
azaozz
|
Correct font-size for ol and ul in .widefat, props demetris, fixes #9356
|
| [10819]
|
azaozz
|
Filters for IM names in user profile, props Txanny, fixes #9357
|
| [1081]
|
saxmatt
|
Plugin enhancements.
|
| [1081]
|
kurtpayne
|
Don't compare array order. Fixes #134
|