| [9267]
|
markjaquith
|
ngettext() fix for Right Now
|
| [9266]
|
ryan
|
Remove test link
|
| [9265]
|
ryan
|
Right Now modules. Very rough, needs styling.
|
| [9264]
|
ryan
|
Redirect plugins that hard code their pages to be under edit.php. Props filosofo. fixes #7932
|
| [9263]
|
westi
|
Fix delete page nonce. Fixes #7936 props filosofo.
|
| [9262]
|
markjaquith
|
Send togbox to Hades. @ryan: size 8.5 -- something with sapphires.
|
| [9261]
|
markjaquith
|
Initial work on Publish box. Very rough.
|
| [9260]
|
markjaquith
|
Widen the post screen sidebars
|
| [925]
|
michelvaldrighi
|
store users' registration time as GMT
|
| [925]
|
nacin
|
`phpunit -c multisite` now runs the suite as multisite. see #49, #42.
|
| [9259]
|
ryan
|
Use prepare() in wp_insert_attachment(). Props dwc. fixes #7933
|
| [9258]
|
ryan
|
Link to better codex article for backups. Props MichaelH. see #7899
|
| [9257]
|
ryan
|
Bring back plugin updates count. Needs styling.
|
| [9256]
|
ryan
|
Bring back awaiting moderation comment count. Needs styling.
|
| [9255]
|
ryan
|
Reduce backtracking in wpautop. fixes #6877
|
| [9254]
|
ryan
|
Tweak wp_page_menu() defaults. Props MichaelH. fixes #7914
|
| [9253]
|
ryan
|
Link to codex for instructions on backing up the blog instead of suggesting export. see #7899
|
| [9252]
|
markjaquith
|
Update update_post_meta() and delete_post_meta() to work with post revisions. Props misterbisson. fixes #7925
|
| [9251]
|
markjaquith
|
Add wp-logo.gif to Gears Manifest. TODO: make sure all files are in here before we go gold on 2.7
|
| [9250]
|
ryan
|
Don't require use of options whitelisting. Will give plugins more notice.
|
| [924]
|
michelvaldrighi
|
now displaysing comment_date and comment_time as local dates instead of GMT
|
| [924]
|
nacin
|
By default, do not execute the ajax tests. They are slow due to the requirement that they run in a separate process for DOING_AJAX reasons.
As they will be run separately, stop running ajax tests in a separate process. The exception is autosave, which has DOING_AUTOSAVE.
When the full test suite is run as plain `phpunit`, add a message to remind the developer that ajax was not run.
see #49, see #42.
|
| [9249]
|
ryan
|
Move whitelist functions to plugin.php. Add settings_fields().
|
| [9248]
|
azaozz
|
Remove the "Post/Page" column when looking at comments on the edit page, fixes #7924
|
| [9247]
|
ryan
|
Consolidate *backs filter. Preserve filter settings when filetering by post. Props Viper007Bond. fixes #7920
|
| [9246]
|
ryan
|
wp_page_menu() echo fixes. see #7914
|
| [9245]
|
ryan
|
Fix echo arg to wp_page_menu(). see #7518
|
| [9244]
|
ryan
|
Don't schedule update events while installing. Props rdworth and tott. fixes #7724
|
| [9243]
|
ryan
|
phpdoc corrections from jacobsantos. see #7918
|
| [9242]
|
ryan
|
Recognize windows absolute paths. see #7904
|
| [9241]
|
azaozz
|
Comments post-box: show 10 comments at load only if the postbox is not hidden
|
| [9240]
|
azaozz
|
Favourites drop-down styling
|
| [923]
|
michelvaldrighi
|
now posts show up :P (put :00 back)
|
| [923]
|
nacin
|
Move CompressionTest to Compression, as *Test.php is treated as special by PHPUnit. see #12.
|
| [9239]
|
ryan
|
Must pass var by ref. Props x11tech. fixes #7781
|
| [9238]
|
ryan
|
Try out stick checkbox in Status section of Quick Edit. Props ShaneF. fixes #7902
|
| [9237]
|
ryan
|
Link post title to editor and comment count to post filter
|
| [9236]
|
markjaquith
|
Edit Posts needs an H2. Yes, I know the Filter options look funky.
|
| [9235]
|
ryan
|
Make blog name a link to site
|
| [9234]
|
ryan
|
get_search_form from technosailor. fixes #7910
|
| [9233]
|
markjaquith
|
Covering our XSS bases
|
| [9232]
|
markjaquith
|
Bring back the H2s. Rough draft.
|
| [9231]
|
ryan
|
Fix nonce collision and delete all spam
|
| [9230]
|
ryan
|
Fox white on white login login fields. Props sivel. fixes #7906
|
| [922]
|
michelvaldrighi
|
now posts show up :P
|
| [922]
|
ryan
|
Don't fatal when wp_insert_term() returns WP_Error. Props kurtpayne. fixes #107
|
| [9229]
|
ryan
|
Don't double escape in get_cat_ID(). fixes #7849
|
| [9228]
|
ryan
|
Move "Comment author must fill out name and e-mail " to "Default article settings". Props bubel. fixes #7814
|
| [9227]
|
ryan
|
Add some type sanity checks. Props DD32. fixes #7800
|
| [9226]
|
ryan
|
Better not found messages. Props caesarsgrunt. fixes #5324
|
| [9225]
|
azaozz
|
Comments post-box: show comments on the currently edited post with ajax, 20 at a time
|
| [9224]
|
markjaquith
|
Working on the header
|
| [9223]
|
azaozz
|
HTML validation fixes, props Viper007Bond
|
| [9222]
|
ryan
|
i18n fixes for plugin intaller from DD32 and nbachiyski. see #7807
|
| [9221]
|
ryan
|
Bring back h2 for add/edit post
|
| [9220]
|
ryan
|
script loader updates
|
| [921]
|
saxmatt
|
Unescaped quotes.
|
| [921]
|
nacin
|
Remove debug in [920].
|
| [9219]
|
ryan
|
Dashboard updates from mdawaffe. see #7552
|
| [9218]
|
ryan
|
Update wlw manifest for get tags support. Props josephscott. fixes #7744
|
| [9217]
|
ryan
|
Add opt-in optioon for comment hotkeys. Props nbachiyski. fixes #7643
|
| [9216]
|
azaozz
|
Show warning if user is logged out while writing or editing, includes patch by tott, fixes #7630
|
| [9215]
|
ryan
|
Delete all spam fixes from Viper007Bond
|
| [9214]
|
markjaquith
|
Proper trailing slashes for when is_front_page() does not show the blog. fixes #7892
|
| [9213]
|
westi
|
Add attachment support to wp_mail. Fixes #7787 props AaronCampbell.
|
| [9212]
|
ryan
|
Add optional path arg to load_theme_textdomain(). Props filosofo. fixes #6951
|
| [9211]
|
westi
|
Allow plugins to mangle translations of english strings as well as translated strings. Fixes #6742.
|
| [9210]
|
azaozz
|
If no caption entered, use attachment title for alt text, props Viper007Bond, fixes #7675
|
| [920]
|
saxmatt
|
Typo fix.
|
| [920]
|
nacin
|
More cleaning of the Trac URL while converting it to a file path in [919].
|
| [9209]
|
ryan
|
Pass args from Walker to comment_reply_link(). Props Otto42. fixes #7901
|
| [9208]
|
ryan
|
Link to post editor from post title in recent comments dash module
|
| [9207]
|
ryan
|
Add avatar_size arg. Props Otto42. see #7635
|
| [9206]
|
ryan
|
Threaded comments options cleanup. Props Viper007Bond. see #7635
|
| [9205]
|
ryan
|
wp_get_attachment_link filter. Props Viper007Bond. fixes #7448
|
| [9204]
|
ryan
|
Return affected rows for alter queries. Props BjornW. fixes #7215
|
| [9203]
|
markjaquith
|
Strip trailing /index.php in Canonical, fixes #5017. fixes #7173.
|
| [9202]
|
ryan
|
link_before and link_after from thee17. fixes #5652
|
| [9201]
|
ryan
|
Remove Press This from Tools menu. Add to writing settings. Props technosailor. fixes #7393
|
| [9200]
|
ryan
|
get_avatar() phpdoc update from Speedboxer. fixes #7536
|
| [91]
|
mikelittle
|
Fixed doubling of faked excerpt in rss/rdf mode
|
| [91]
|
tellyworth
|
import test: update to asdftestblog1-2007-11-23.xml
|
| [919]
|
michelvaldrighi
|
added in start_wp: $post->post_date_gmt is the gmt version of post_date
|
| [919]
|
nacin
|
Cache to disk the list of open tickets from a Trac install, in case you wish to run the tests offline. Handles a failed HTTP request to a Trac install a bit more gracefully. see [891].
|
| [9199]
|
ryan
|
silence is_writable() warnings. see #7640
|
| [9198]
|
ryan
|
Descriptions for Add New from RanYanivHartstein. fixes #7900
|
| [9197]
|
markjaquith
|
Switch to using empty()/!empty() checks in Canonical. see #7537
|
| [9196]
|
azaozz
|
Admin menu: double-click icon to go to default (first) location, show section header when folded
|
| [9195]
|
ryan
|
comment_status transition hooks from Viper007Bond. fixes #7894
|
| [9194]
|
azaozz
|
Fix widgets page when multiple class="wrap" are used.
|
| [9193]
|
markjaquith
|
Redirect alternate is_single() URLs (like multiple category-based urls) to the canonical URL. fixes #6627
|
| [9192]
|
markjaquith
|
Remove JS confirmation of individual user deletion. It is redundant.
|
| [9191]
|
westi
|
Fire an action to allow extra Profile fields to be processed. Fixes #7713 props capripot.
|
| [9190]
|
westi
|
Pass on the $separator. Fixes #7005.
|
| [918]
|
michelvaldrighi
|
fixed get_date_from_gmt()
|
| [918]
|
nacin
|
When calling phpunit with a --group of a @ticket annotation (--group 12345, --group UT123), force the tests associated with them, rather than skipping them.
Minimizes the need to use WP_TESTS_FORCE_KNOWN_BUGS and makes it easier to run tests for a specific ticket.
see #49.
|
| [9189]
|
westi
|
Notice fix and don't count inside a loop. Fixes #7653 props ryan.
|
| [9188]
|
westi
|
Longer default timeouts, more filters and other HTTP changes.
|
| [9187]
|
ryan
|
Change ver to reflect staunch of blood flow
|
| [9186]
|
ryan
|
Give downloads a longer timeout. see #7793
|