Peter Westwood
|
163f1b0d9c
|
Fix typo in error message. Props PeteMall
git-svn-id: https://develop.svn.wordpress.org/trunk@16233 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-08 10:08:51 +00:00 |
|
scribu
|
fc764ebc45
|
Remove nofollow on comment reply links. Fixes #10550
git-svn-id: https://develop.svn.wordpress.org/trunk@16230 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-07 01:06:37 +00:00 |
|
Ryan Boren
|
94839a3f17
|
Prime blogs of user cache from old cache to avoid mass DB requests on upgrade. see #14379
git-svn-id: https://develop.svn.wordpress.org/trunk@16225 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-06 18:45:20 +00:00 |
|
Ryan Boren
|
56a6f6f060
|
Send moderation emails to post author. see #6286
git-svn-id: https://develop.svn.wordpress.org/trunk@16223 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-06 15:20:50 +00:00 |
|
Peter Westwood
|
1626139659
|
Remove WP_SHOW_ADMIN_BAR and go off existing and new defines on page type. See #15315
git-svn-id: https://develop.svn.wordpress.org/trunk@16221 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-06 09:41:03 +00:00 |
|
scribu
|
441237a5f4
|
Uncheck mass select checkbox when updating rows via ajax. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@16218 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-05 23:07:00 +00:00 |
|
scribu
|
b3d19ecb16
|
Make get_file_data() regex more precise. Fixes #15193
git-svn-id: https://develop.svn.wordpress.org/trunk@16215 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-05 22:22:28 +00:00 |
|
Andrew Nacin
|
6a8c5b337b
|
Revert [16021]. See #14170.
git-svn-id: https://develop.svn.wordpress.org/trunk@16213 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-05 21:35:28 +00:00 |
|
Andrew Nacin
|
30ada3d17d
|
Add missing arguments to post_type_archive_title. props greenshady, see #13818.
git-svn-id: https://develop.svn.wordpress.org/trunk@16211 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-05 21:14:43 +00:00 |
|
Ryan Boren
|
b8b7810f52
|
Introduce user_can(). Props simonwheatley. fixes #14602
git-svn-id: https://develop.svn.wordpress.org/trunk@16209 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-05 17:04:46 +00:00 |
|
Ryan Boren
|
20131f4e62
|
Don't fire wp_notify_postauthor() when the author moderated the comment. Props mrmist. fixes #12774
git-svn-id: https://develop.svn.wordpress.org/trunk@16208 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-05 15:36:04 +00:00 |
|
Ryan Boren
|
b7ed18e2ec
|
Don't anchor regex. Props ozh. fixes #14628
git-svn-id: https://develop.svn.wordpress.org/trunk@16207 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-05 15:29:50 +00:00 |
|
Ryan Boren
|
d73a826715
|
Eliminate some queries in get_page_by_path() by consulting cache. Props Denis-de-Bernardy, wojtek.szkutnik. fixes #11373
git-svn-id: https://develop.svn.wordpress.org/trunk@16206 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-05 15:26:15 +00:00 |
|
scribu
|
a1c670189d
|
remove leading <li> from get_views() and add it later. Fixes #15321
git-svn-id: https://develop.svn.wordpress.org/trunk@16205 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-05 14:34:09 +00:00 |
|
scribu
|
79c38419bf
|
Skip category/tag queries if post type doesn't support them. Props mfields. Fixes #15322
git-svn-id: https://develop.svn.wordpress.org/trunk@16204 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-05 12:47:19 +00:00 |
|
Peter Westwood
|
432fa1921c
|
Restore the functionality of some of the other timezone format modifiers in date_i18n props nbachiyski.
git-svn-id: https://develop.svn.wordpress.org/trunk@16203 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-05 11:19:06 +00:00 |
|
Mark Jaquith
|
85957ff289
|
Allow get_post_format() to assume current post if none passed in. see #14746
git-svn-id: https://develop.svn.wordpress.org/trunk@16202 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-05 09:40:36 +00:00 |
|
Mark Jaquith
|
205c412afd
|
Post Formats generate output in post_class() (format-foo), and body_class() (for single... single-format-foo). Now themers can support Post Formats with one line of PHP and by adding CSS! see #14746
git-svn-id: https://develop.svn.wordpress.org/trunk@16200 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-05 06:48:56 +00:00 |
|
Mark Jaquith
|
32ac7d22a6
|
get_post_format_string() to get nice version of a post format slug. Try appending post format as a post-status label. Enclose in square brackets to help it stand out. Remove post format strings filter. If this is going to be standard, it should be standard. see #14746
git-svn-id: https://develop.svn.wordpress.org/trunk@16198 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-05 03:04:13 +00:00 |
|
Mark Jaquith
|
c44eb74f66
|
Use post_type_supports() to check for whether a post type supports post formats. Only posts support it by default. props mikeschinkel. see #14746
git-svn-id: https://develop.svn.wordpress.org/trunk@16196 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-05 02:04:22 +00:00 |
|
Mark Jaquith
|
6648c30823
|
Translate and prettify post formats for display. Also, filterable by themes/plugins to add new ones. see #14746
git-svn-id: https://develop.svn.wordpress.org/trunk@16191 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-04 18:33:50 +00:00 |
|
Mark Jaquith
|
6c266a561d
|
Bump the post.js version
git-svn-id: https://develop.svn.wordpress.org/trunk@16189 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-04 18:11:29 +00:00 |
|
Ryan Boren
|
44b87921bd
|
jQuery 1.4.4rc2. see #15227
git-svn-id: https://develop.svn.wordpress.org/trunk@16186 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-04 17:56:13 +00:00 |
|
Ryan Boren
|
2bc9ef93c1
|
Use bool not string. Props TobiasBg. see #15170
git-svn-id: https://develop.svn.wordpress.org/trunk@16181 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-04 14:43:10 +00:00 |
|
scribu
|
ef025261e7
|
Allow tag cloud using multiple taxonomies. Props sorich87. Fixes #15313
git-svn-id: https://develop.svn.wordpress.org/trunk@16180 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-04 10:45:14 +00:00 |
|
Peter Westwood
|
75dc7c8c37
|
Don't mangle the primary_blog option when trying to fix it. Don't set people to be a subscriber on a blog they already have a role for. See #15316
git-svn-id: https://develop.svn.wordpress.org/trunk@16179 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-04 09:31:58 +00:00 |
|
Peter Westwood
|
3c5457259b
|
When adding a user to the blog pass in the current blog id. See #15316.
git-svn-id: https://develop.svn.wordpress.org/trunk@16178 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-04 09:06:45 +00:00 |
|
Mark Jaquith
|
ef54c47f7a
|
add_theme_support( 'post-formats', array( 'aside', 'image', 'etc' ) ); Add UI for choosing a post format, and save the choice. see #14746
git-svn-id: https://develop.svn.wordpress.org/trunk@16174 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-04 07:41:07 +00:00 |
|
Andrew Nacin
|
8b0f87ebfd
|
Blue tweaks. props saracannon, see #15207.
git-svn-id: https://develop.svn.wordpress.org/trunk@16173 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-04 01:59:58 +00:00 |
|
Ryan Boren
|
85e4a4a434
|
Allow trailing wildcard user searches by appending *. see #15170
git-svn-id: https://develop.svn.wordpress.org/trunk@16170 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-03 19:31:11 +00:00 |
|
Ryan Boren
|
42d5904377
|
Anchor user search queries to the front. Limit columns searched based on what the search string looks like. see #15170
git-svn-id: https://develop.svn.wordpress.org/trunk@16168 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-03 19:02:42 +00:00 |
|
Ryan Boren
|
c055a78ae1
|
jQuery UI 1.8.6. Props demetris. fixes #15303
git-svn-id: https://develop.svn.wordpress.org/trunk@16165 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-03 16:22:24 +00:00 |
|
Ryan Boren
|
1261493fa1
|
Lose super admin bar css. No longer used. see #14772
git-svn-id: https://develop.svn.wordpress.org/trunk@16162 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-03 14:22:54 +00:00 |
|
Ryan Boren
|
0ffd5e3012
|
Show latest x users with no paging if on a large network. see #15170
git-svn-id: https://develop.svn.wordpress.org/trunk@16160 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-03 13:34:04 +00:00 |
|
Andrew Nacin
|
3d4abac949
|
Tabs for internal linking. props koopersmith, see #11420.
git-svn-id: https://develop.svn.wordpress.org/trunk@16159 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-02 23:25:24 +00:00 |
|
Andrew Nacin
|
e5684c63bc
|
New color scheme swatches for the profile page. props JohnONolan, saracannon. see #15207.
git-svn-id: https://develop.svn.wordpress.org/trunk@16156 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-02 21:04:29 +00:00 |
|
scribu
|
e07b7bbdc5
|
Use wp_basename() in WP_Query too. See #11887
git-svn-id: https://develop.svn.wordpress.org/trunk@16155 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-02 17:28:28 +00:00 |
|
scribu
|
58aedde597
|
Introduce wp_basename() and use it for media handling. See #11887
git-svn-id: https://develop.svn.wordpress.org/trunk@16154 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-02 17:19:55 +00:00 |
|
Andrew Nacin
|
59d3fd59c4
|
Implement the screen options toggle sprite across color schemes. props PeteMall, and use correct file ext, props ocean90. see #15207.
git-svn-id: https://develop.svn.wordpress.org/trunk@16152 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-02 15:35:10 +00:00 |
|
Peter Westwood
|
ba0b9ce455
|
Revert 16150 - breaks things more than it fixes things. See #14993
git-svn-id: https://develop.svn.wordpress.org/trunk@16151 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-02 11:42:30 +00:00 |
|
Peter Westwood
|
3454487449
|
Don't capture RFC3986 sub-delims when making urls clickable except for ). Fixes #14993 props filosofo.
git-svn-id: https://develop.svn.wordpress.org/trunk@16150 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-02 09:45:09 +00:00 |
|
Peter Westwood
|
804b3a0747
|
Rename new classes to match our coding standards. Fixes #15280.
git-svn-id: https://develop.svn.wordpress.org/trunk@16149 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-02 08:29:07 +00:00 |
|
Andrew Nacin
|
f95cfd07f3
|
Remove deleted file from the manifest. Note that most other blue files were never added. see #15207.
git-svn-id: https://develop.svn.wordpress.org/trunk@16147 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-02 05:24:58 +00:00 |
|
Andrew Nacin
|
c31ef3498a
|
Housekeeping for blue refresh. Script bumps, image bumps, remove unused blue-specific files. see #15207.
git-svn-id: https://develop.svn.wordpress.org/trunk@16146 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-02 05:05:27 +00:00 |
|
scribu
|
033dc3afa2
|
Just pass meta type to get_meta_sql(). See #15032
git-svn-id: https://develop.svn.wordpress.org/trunk@16143 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-01 20:34:54 +00:00 |
|
scribu
|
69b36459a8
|
Rename class.wp-object-query.php to class-wp-object-query.php. See #15032
git-svn-id: https://develop.svn.wordpress.org/trunk@16142 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-01 20:21:29 +00:00 |
|
Peter Westwood
|
0bb1061d57
|
Add the post status as a class so that a theme can easily style private posts differently. Fixes #15279.
git-svn-id: https://develop.svn.wordpress.org/trunk@16139 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-01 18:07:31 +00:00 |
|
Peter Westwood
|
3462e6af43
|
Add a post class if a password is required for the post to be displayed. See #13860 props zeo.
git-svn-id: https://develop.svn.wordpress.org/trunk@16138 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-01 18:05:33 +00:00 |
|
Ryan Boren
|
2e4abe9e16
|
Use CPTs in admin bar menus. Props duck_. see #14772
git-svn-id: https://develop.svn.wordpress.org/trunk@16132 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-01 14:58:59 +00:00 |
|
scribu
|
a3009772e7
|
make not_found puctuation translatable. See #14579
git-svn-id: https://develop.svn.wordpress.org/trunk@16121 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-31 23:21:56 +00:00 |
|