Andrew Nacin
|
19f50392f9
|
Remove explicit references to the post ID from moderation and comment e-mails. Fixes #12388
git-svn-id: https://develop.svn.wordpress.org/trunk@13432 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-26 17:18:59 +00:00 |
Ron Rennick
|
d4c1df745e
|
prevent admins from removing themselves and main super admin from super admin list, See #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@13431 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-26 17:16:31 +00:00 |
Andrew Nacin
|
4464b5d33c
|
Add pre_insert_term hook to wp_insert_term(). fixes #10943 props sirzooro
git-svn-id: https://develop.svn.wordpress.org/trunk@13430 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-26 07:40:35 +00:00 |
Andrew Nacin
|
aeebb3c2af
|
Suppress potential is_readable() warning. Fixes #12148 props ocean90
git-svn-id: https://develop.svn.wordpress.org/trunk@13429 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-26 07:25:10 +00:00 |
Andrew Nacin
|
36da22d334
|
Add a sanity check in install.php, accounting for whether PHP is running. fixes #11728
git-svn-id: https://develop.svn.wordpress.org/trunk@13428 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-26 06:31:40 +00:00 |
Andrew Nacin
|
e7fa18385a
|
Use is_ssl() in place of manual SERVER['HTTPS'] == 'on' checks. fixes #11885
git-svn-id: https://develop.svn.wordpress.org/trunk@13427 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-26 06:21:47 +00:00 |
Andrew Nacin
|
9a033bf679
|
@since version numbers and other docs for wp-db. props hakre see #12362
git-svn-id: https://develop.svn.wordpress.org/trunk@13426 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-26 06:14:26 +00:00 |
Andrew Nacin
|
9b78314c05
|
A call to arms for grammarians. Fixes #12228 fixes #11875 props kurtmckee, filosofo, jjj
git-svn-id: https://develop.svn.wordpress.org/trunk@13425 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-26 05:46:08 +00:00 |
Andrew Nacin
|
e3b9237738
|
Reject numeric page slugs as they don't work, and force a suffix. Props miqrogroove see #11917
git-svn-id: https://develop.svn.wordpress.org/trunk@13424 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-26 04:53:30 +00:00 |
Andrew Nacin
|
69915544d2
|
Don't use deprecated functions. Fixes #12377 props filosofo.
git-svn-id: https://develop.svn.wordpress.org/trunk@13423 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-26 00:41:23 +00:00 |
Andrew Nacin
|
f62e8796d9
|
Clean up redundant defined() check. Props TobiasBg fixes #12375
git-svn-id: https://develop.svn.wordpress.org/trunk@13422 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-26 00:37:20 +00:00 |
Ron Rennick
|
c02cd1ebc8
|
always call set_blog_id after blog lookup, See #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@13421 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-26 00:05:11 +00:00 |
Peter Westwood
|
a85f6a4122
|
Just pass the comment object to get_avatar in floated_admin_avatar rather than duplicating logic. Fixes #12291 props Otto42.
git-svn-id: https://develop.svn.wordpress.org/trunk@13420 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 22:19:03 +00:00 |
Ron Rennick
|
4b53dbcf81
|
move super admin list maintenance from ms-options to ms-users, See #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@13419 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 22:11:54 +00:00 |
Peter Westwood
|
38b009d86c
|
Switch from POST_BY_EMAIL constant to enable post-by-email when multisite to a filter. See #12381.
git-svn-id: https://develop.svn.wordpress.org/trunk@13418 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 22:06:10 +00:00 |
Ryan Boren
|
61ffa682c1
|
Note theme support for custom background, header, and menus. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13417 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 22:04:59 +00:00 |
Peter Westwood
|
9ad6dd41c7
|
Switch from POST_BY_EMAIL constant to enable post-by-email when multisite to a filter. See #12381.
git-svn-id: https://develop.svn.wordpress.org/trunk@13416 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 22:01:30 +00:00 |
Ryan Boren
|
3e8d636d4d
|
Allow themes to specify a menu fllback other than wp_page_menu(). see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13415 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 22:00:26 +00:00 |
Peter Westwood
|
d25e3fdf2c
|
'>"
git-svn-id: https://develop.svn.wordpress.org/trunk@13414 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 21:57:38 +00:00 |
Peter Westwood
|
fd0925a920
|
Disable update service editing by default for multisite. See #12229.
Introduce __return_false for simple filtering. See #12381.
git-svn-id: https://develop.svn.wordpress.org/trunk@13413 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 21:56:28 +00:00 |
Peter Westwood
|
0ecd82b142
|
Switch to using a filter for {en|dis}abling update services configuration. Fixes #12229. See #12381.
git-svn-id: https://develop.svn.wordpress.org/trunk@13412 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 21:48:11 +00:00 |
Ryan Boren
|
cf9c66c4a5
|
Switch live() binding to a single selector. Props mdawaffe. fixes #12369
git-svn-id: https://develop.svn.wordpress.org/trunk@13411 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 21:46:53 +00:00 |
Ryan Boren
|
ab099ded21
|
Switch live() binding to a single selector. Props mdawaffe. fixes #12369
git-svn-id: https://develop.svn.wordpress.org/trunk@13410 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 21:46:04 +00:00 |
Peter Westwood
|
81e711cf87
|
Introduce send_nosniff_header() and use it to turn off content sniffing in supported browsers. Fixes #10671 props chrisscott and niallkennedy.
git-svn-id: https://develop.svn.wordpress.org/trunk@13409 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 21:41:33 +00:00 |
Peter Westwood
|
fcd36216e0
|
Return a 404 error if the request feed type doesn't exist not a 500. Fixes #12341 props aaroncampbell.
git-svn-id: https://develop.svn.wordpress.org/trunk@13408 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 21:16:07 +00:00 |
Ryan Boren
|
2cc6791fe7
|
Order menus by ID so that the lowest ID is always used when guessing which menu to use in wp_nav_menu(). see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13407 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 21:13:13 +00:00 |
Ryan Boren
|
60cb61e54f
|
Create a default menu containing the first 15 top-level pages. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13406 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 21:06:44 +00:00 |
Ryan Boren
|
4d3733bef0
|
Pass taxonomy when looking for duplicate term slug.
git-svn-id: https://develop.svn.wordpress.org/trunk@13405 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 21:04:02 +00:00 |
Ryan Boren
|
e4b8919c31
|
Default header selector, second pass. see #12343
git-svn-id: https://develop.svn.wordpress.org/trunk@13404 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 19:32:10 +00:00 |
Ryan Boren
|
4ee18ae484
|
Default header selector, first pass. see #12343
git-svn-id: https://develop.svn.wordpress.org/trunk@13403 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 19:18:44 +00:00 |
Ron Rennick
|
899906649c
|
move nav menu css/js to nav-menu prefix, See #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13402 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 17:10:00 +00:00 |
Ryan Boren
|
0489d40810
|
s/Custom Menu/Menu/. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13401 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 16:57:57 +00:00 |
Ryan Boren
|
22584331dc
|
Set meta after new menu is inserted. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13400 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 16:49:57 +00:00 |
Dion Hulse
|
1fa94a6e1e
|
Restore backwards compatibility in automatic_feed_links() to deregister the extra feeds. Props Viper007Bond. See #12364
git-svn-id: https://develop.svn.wordpress.org/trunk@13399 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 11:09:34 +00:00 |
Dion Hulse
|
49dce31f70
|
Deprecate automatic_feed_links() in favor of add_theme_support('automatic-feed-links'). Props Viper007Bond. Fixes #12364
git-svn-id: https://develop.svn.wordpress.org/trunk@13398 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 08:56:19 +00:00 |
Mark Jaquith
|
618803a53e
|
Use custom fields for custom URL and new window data. Links no longer automatically open in a new window. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13397 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 08:48:17 +00:00 |
Dion Hulse
|
922e3e828f
|
Prefer $comment::comment_post_ID over $post global. Fixes #12217
git-svn-id: https://develop.svn.wordpress.org/trunk@13396 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 07:56:25 +00:00 |
Mark Jaquith
|
212cd616cb
|
Nav Menu enhancements. Whole item is clickable to add. Refactored CSS. Scrollbar when more than 7 menu items. props ptahdunbar. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13395 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 05:40:03 +00:00 |
Ron Rennick
|
abf402ef3a
|
minify custom-navigation.css, See #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13394 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 00:37:44 +00:00 |
Ron Rennick
|
ac1a18b052
|
Use standard WP UI markup in menu admin, props ptahdunbar, See #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13393 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-25 00:03:42 +00:00 |
Ron Rennick
|
ea97476b5c
|
Warnings, code & UI/UX cleanup, See #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@13392 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-24 23:12:51 +00:00 |
Mark Jaquith
|
ea659db305
|
Bump script version
git-svn-id: https://develop.svn.wordpress.org/trunk@13391 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-24 22:54:00 +00:00 |
Mark Jaquith
|
2df7d2f4e7
|
Hide URL editing UI for page and category menu items. TODO: eliminate all usage of guid. Use custom field instead. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13390 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-24 22:52:29 +00:00 |
Ryan Boren
|
6d3878f6b7
|
only show tags in inline-edit for post_types that support them. Props prettyboymp. see #9674
git-svn-id: https://develop.svn.wordpress.org/trunk@13389 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-24 22:13:23 +00:00 |
Ryan Boren
|
c5ed3410f1
|
Formatting cleanups for the nav menu widget. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13388 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-24 21:33:27 +00:00 |
Ron Rennick
|
fcabf2c9df
|
database code cleanup, See #12362
git-svn-id: https://develop.svn.wordpress.org/trunk@13387 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-24 21:30:13 +00:00 |
Ron Rennick
|
b2e6817220
|
update wpdb blogid using setter, See #12362
git-svn-id: https://develop.svn.wordpress.org/trunk@13386 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-24 21:07:23 +00:00 |
Ryan Boren
|
69021b5fc4
|
Hash to static gravatar domains. Props apokalyptik.
git-svn-id: https://develop.svn.wordpress.org/trunk@13385 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-24 20:50:40 +00:00 |
Ron Rennick
|
166f9bed44
|
more multisite UX rebranding, See #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@13384 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-24 20:45:02 +00:00 |
Mark Jaquith
|
123678af50
|
Add missing form ending tag. Props ocean90. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13383 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-24 20:14:12 +00:00 |