Jon Cave
|
cf4e9851fe
|
Simplify code in WP_Rewrite::page_rewrite_rules() and remove out-of-date documenation. Fixes #19875.
git-svn-id: https://develop.svn.wordpress.org/trunk@19736 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-22 17:21:29 +00:00 |
|
Ryan Boren
|
2aa4b228e3
|
Match the exact role name when counting users in a role. Props 082net. fixes #12693
git-svn-id: https://develop.svn.wordpress.org/trunk@19735 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-20 16:34:26 +00:00 |
|
Jon Cave
|
d2306a693b
|
Update hierarchy for all hierarchical post types when deleting a parent post, not just for pages. Fixes #19637.
git-svn-id: https://develop.svn.wordpress.org/trunk@19734 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-13 18:37:46 +00:00 |
|
Ryan Boren
|
77958da0d2
|
Update register_taxonomy_for_object_type() phpdoc to reflect that the post_type must be a string only, no arrays allowed. Props transom. fixes #19795
git-svn-id: https://develop.svn.wordpress.org/trunk@19730 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-11 21:39:01 +00:00 |
|
Ryan Boren
|
285247786e
|
Use wp_cache_add() instead of wp_cache_set() when priming the object term cache in update_object_term_cache(). Pass the real post_type to clean_object_term_cache() instead of hard-coding post. Call clean_object_term_cache() from clean_bookmark_cache(). Props leewillis77. fixes #19690
git-svn-id: https://develop.svn.wordpress.org/trunk@19729 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-11 21:26:18 +00:00 |
|
Ryan Boren
|
ee4f1cfe80
|
Hash post password in cookies. fixes #19797
git-svn-id: https://develop.svn.wordpress.org/trunk@19728 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-11 16:42:42 +00:00 |
|
Jon Cave
|
148329fecb
|
Rewrite rules don't need to be flushed on every page save/delete as they're no longer verbose. Fixes #19636.
git-svn-id: https://develop.svn.wordpress.org/trunk@19727 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-10 22:55:38 +00:00 |
|
Jon Cave
|
156048ca52
|
split was deprecated in PHP 5.3.0, so use explode instead. Props garyc40. Fixes #16325.
git-svn-id: https://develop.svn.wordpress.org/trunk@19726 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-09 21:20:51 +00:00 |
|
Ryan Boren
|
55d6e7e261
|
Update wp_salt() phpdoc. fixes #18696
git-svn-id: https://develop.svn.wordpress.org/trunk@19725 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-09 20:52:08 +00:00 |
|
Ryan Boren
|
dc3bccda20
|
Code cleanup in the paging block. Props kawauso. fixes #19773
git-svn-id: https://develop.svn.wordpress.org/trunk@19724 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-09 20:08:57 +00:00 |
|
Ryan Boren
|
3a1b732f51
|
Use microtime() for cron locks. fixes #19700
git-svn-id: https://develop.svn.wordpress.org/trunk@19722 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-09 19:02:31 +00:00 |
|
Andrew Nacin
|
e1b429fd67
|
Add Twitter.com as an oEmbed provider. props Otto42. see #19626.
git-svn-id: https://develop.svn.wordpress.org/trunk@19721 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-09 17:43:48 +00:00 |
|
bumpbot
|
9a6f2ac850
|
Compress scripts/styles: 3.4-alpha-19719.
git-svn-id: https://develop.svn.wordpress.org/trunk@19719 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-08 23:27:39 +00:00 |
|
Daryl Koopersmith
|
13172523c0
|
Allow toolbar submenus to expand to the width of the parent item. Props camiloclc, fixes #19139.
git-svn-id: https://develop.svn.wordpress.org/trunk@19717 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-08 23:15:16 +00:00 |
|
bumpbot
|
ddd5520132
|
Compress scripts/styles: 3.4-alpha-19716.
git-svn-id: https://develop.svn.wordpress.org/trunk@19716 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-08 23:05:52 +00:00 |
|
bumpbot
|
9b98915ea1
|
Compress scripts/styles: 3.4-alpha-19715.
git-svn-id: https://develop.svn.wordpress.org/trunk@19715 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-08 22:54:51 +00:00 |
|
bumpbot
|
4cc22ea2a6
|
Compress scripts/styles: 3.4-alpha-19713.
git-svn-id: https://develop.svn.wordpress.org/trunk@19714 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-08 22:53:10 +00:00 |
|
Daryl Koopersmith
|
430700d5db
|
Improve pointer collision handling. fixes #19021.
git-svn-id: https://develop.svn.wordpress.org/trunk@19713 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-08 22:53:05 +00:00 |
|
Ryan Boren
|
2b186b0c45
|
Lose EOF ?>. Clean up EOF newlines. fixes #12307
git-svn-id: https://develop.svn.wordpress.org/trunk@19712 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-08 17:01:11 +00:00 |
|
Dion Hulse
|
3ff2213c55
|
use maybe_unserialize() in update and API checks, Tighten up the checks on expected return data to avoid processing invalid responses after change. See #19617
git-svn-id: https://develop.svn.wordpress.org/trunk@19707 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-08 03:48:05 +00:00 |
|
Andrew Nacin
|
921ba280d2
|
Expose default_ping_status and default_comment_status via XML-RPC. props daniloercoli. fixes #18566.
git-svn-id: https://develop.svn.wordpress.org/trunk@19706 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-07 19:08:48 +00:00 |
|
bumpbot
|
656fe02688
|
Compress scripts/styles: 3.4-alpha-19704.
git-svn-id: https://develop.svn.wordpress.org/trunk@19704 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-06 18:43:22 +00:00 |
|
Andrew Nacin
|
ad1455dd33
|
Show cursor for the search icon. props jaquers. fixes #19594.
git-svn-id: https://develop.svn.wordpress.org/trunk@19703 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-06 18:33:40 +00:00 |
|
Jon Cave
|
760471a9a8
|
Fix mistakes in parameter documentation and add some missing param docs. See #19756.
git-svn-id: https://develop.svn.wordpress.org/trunk@19702 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-06 18:31:43 +00:00 |
|
Andrew Nacin
|
a5ada1a537
|
about.php and friends for the global dashboard. see #19762.
git-svn-id: https://develop.svn.wordpress.org/trunk@19700 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-06 18:08:45 +00:00 |
|
Andrew Nacin
|
5ccd02fb01
|
Create a network/about.php page and leverage it, to prevent the dashboard from switching to the blog admin. fixes #19762.
git-svn-id: https://develop.svn.wordpress.org/trunk@19699 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-06 17:53:41 +00:00 |
|
Dion Hulse
|
0bef3ee02a
|
Support custom HTTP Methods in WP_Http_Curl. Brings it in line with the other HTTP transports of respecting the requested method. Props zx2c4. Fixes #18589
git-svn-id: https://develop.svn.wordpress.org/trunk@19696 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-06 12:53:44 +00:00 |
|
Jon Cave
|
2cc75b6a05
|
Fix some mismatching parameter documentation. Props akshayagarwal, linuxologos. See #19756.
git-svn-id: https://develop.svn.wordpress.org/trunk@19695 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-06 11:42:00 +00:00 |
|
Ryan Boren
|
b0f5b628cc
|
Don't fire update checks for ajax requests. Props mitchoyoshitaka. fixes #13732
git-svn-id: https://develop.svn.wordpress.org/trunk@19693 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-05 22:46:32 +00:00 |
|
Jon Cave
|
d43d6e5765
|
Stop quotes being incorrectly added to prepare placeholders in wpdb::_insert_replace_helper(). Fixes #19016.
git-svn-id: https://develop.svn.wordpress.org/trunk@19692 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-05 21:29:57 +00:00 |
|
Andrew Nacin
|
ddf13f09d1
|
This format isn't that strange.
git-svn-id: https://develop.svn.wordpress.org/trunk@19688 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-05 20:59:30 +00:00 |
|
Ryan Boren
|
a8d77cbae9
|
User lowercase true, false, null instead of uppercase. Props c3mdigital, mfields. fixes #16302
git-svn-id: https://develop.svn.wordpress.org/trunk@19687 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-05 20:50:54 +00:00 |
|
Ryan Boren
|
8c36bb6779
|
One newline is enough.
git-svn-id: https://develop.svn.wordpress.org/trunk@19685 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-05 20:13:03 +00:00 |
|
Ryan Boren
|
5e76729992
|
One newline is enough.
git-svn-id: https://develop.svn.wordpress.org/trunk@19684 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-05 20:10:39 +00:00 |
|
Ryan Boren
|
f098107678
|
Check for plugin and theme updates more often when visitng update-core.php. Props kurtpayne. fixes #18876
git-svn-id: https://develop.svn.wordpress.org/trunk@19683 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-05 19:49:47 +00:00 |
|
Ryan Boren
|
7f92b7ec89
|
Allow pluggable arg checking in current_theme_supports. Props dd32. fixes #11611
git-svn-id: https://develop.svn.wordpress.org/trunk@19682 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-05 18:29:40 +00:00 |
|
Dion Hulse
|
112ed6af44
|
Revert Debug cruft from [19679], See #19249
git-svn-id: https://develop.svn.wordpress.org/trunk@19681 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-05 07:43:40 +00:00 |
|
Ryan Boren
|
c855c642ea
|
Clear strict notices for the walkers. fixes #19249
git-svn-id: https://develop.svn.wordpress.org/trunk@19679 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-04 23:03:46 +00:00 |
|
Ryan Boren
|
3e9c3dbed6
|
Introduce term_is_ancestor_of(). Finish taxonomy support for wp_insert_category(). Props garyc40. fixes #15581
git-svn-id: https://develop.svn.wordpress.org/trunk@19678 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-04 22:44:19 +00:00 |
|
Ryan Boren
|
01589f357d
|
Use site_url() to link to wp-pass.php. Props dd32. fixes #14748
git-svn-id: https://develop.svn.wordpress.org/trunk@19677 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-04 20:05:39 +00:00 |
|
Ryan Boren
|
0f2274ee75
|
Introduce sanitize_trackback_urls(). Don't ping bad urls. Don't ping bad urls or save them to the DB. Props xknown, SergeyBiryukov. fixes #17560
git-svn-id: https://develop.svn.wordpress.org/trunk@19675 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-04 19:45:13 +00:00 |
|
Ryan Boren
|
f6b0e7e580
|
Use home_url() instead of site_url(). Props johnbillion. fixes #18293
git-svn-id: https://develop.svn.wordpress.org/trunk@19674 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-04 19:29:03 +00:00 |
|
Ryan Boren
|
f1ec82c3a7
|
Update some @since. Props dgwyer. fixes #19638
git-svn-id: https://develop.svn.wordpress.org/trunk@19673 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-04 19:03:33 +00:00 |
|
Andrew Nacin
|
11628d33f7
|
Compress scripts/styles: 3.4-alpha-19672.
git-svn-id: https://develop.svn.wordpress.org/trunk@19672 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-04 17:50:23 +00:00 |
|
Andrew Nacin
|
43f6f952b3
|
Properly handle a blank nav menu custom URL when determining what page we're on. see #19699 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@19657 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-03 18:15:16 +00:00 |
|
Ryan Boren
|
1c75e9a27b
|
Trigger the wp_print_syles action from wp_print_styles() only when handles are not passed. Prevents front-end styles from leaking into the admin. Props nacin. see #19510 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@19649 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-02 22:32:00 +00:00 |
|
Ryan Boren
|
7e379cd9e5
|
Immediately close a flyout when opening another one. Prevents brief occurrence of two flyouts at once. Props SergeyBiryukov. fixes #19575 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@19647 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-02 21:49:58 +00:00 |
|
Ryan Boren
|
bd7d650d48
|
Include class-smtp.php not class.smtp.php. fixes #19677
git-svn-id: https://develop.svn.wordpress.org/trunk@19642 602fd350-edb4-49c9-b593-d223f7449a82
|
2012-01-02 20:44:04 +00:00 |
|
Andrew Nacin
|
6062dd1da4
|
An empty database prefix is not supported for multisite. <small>Add a sanity check anyway.</small> see #19566.
git-svn-id: https://develop.svn.wordpress.org/trunk@19641 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-30 23:22:09 +00:00 |
|
Andrew Nacin
|
0e4935d078
|
Make sure that _render() is only called with a valid root object. As in, render() can only be validly called once and must not fail on the second call. props SergeyBiryukov, see #19642 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@19638 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-12-30 23:04:28 +00:00 |
|