Commit Graph

  • 2bd947fa9c New super admin icons for the blue/classic color scheme from Ben Dunkle. Remove temp icons, implement the new ones. fixes #12374. Andrew Nacin 2010-04-07 03:54:43 +00:00
  • 9e5a7a14f6 Have quick/bulk edit styled per existence of hierarchical taxonomies for that post type. Reintroduce classes that are specific for post types. fixes #12883. Andrew Nacin 2010-04-07 02:58:23 +00:00
  • 1c4872fdea In ms-sites.php blog, display 'mature' option for root blog. Also, small styling cleanups. Andrew Nacin 2010-04-06 23:13:44 +00:00
  • 01229a6a54 New Super Admin screen and menu icons from Ben Dunkle. Andrew Nacin 2010-04-06 18:36:31 +00:00
  • d4cf406ab4 Remove old bulk actions MS sites code. Andrew Nacin 2010-04-06 18:17:21 +00:00
  • 6f1de4e209 Trigger adjacent_posts_rel_link() from wp_head only for single post pages to avoid unnecessary queries. see #10867 Ryan Boren 2010-04-06 15:06:42 +00:00
  • bc13365e82 Remove old bulk edit super admin code. Andrew Nacin 2010-04-06 13:26:12 +00:00
  • 85706b7347 Fix a typo in the Theme Bulk upgrader. Fixes upgrading for those using FTP. Dion Hulse 2010-04-06 11:28:55 +00:00
  • 8cbbe731a2 Replace use of tmpfile() with a safe get_temp_dir(). tmpfile() may use a temporary directly which is not writable. Add static caching to get_temp_dir() & better protect against bad server configs. Fixes #12866 Dion Hulse 2010-04-06 11:20:51 +00:00
  • 7c6b7b0a91 Make thumbnail work for custom post types even if the editor is not being displayed. props scribu. fixes #12792 Mark Jaquith 2010-04-06 11:20:47 +00:00
  • 697e807eb0 Add menu_position and menu_icon params to register_post_type(). props ptahdunbar. fixes #12541 Mark Jaquith 2010-04-06 04:32:08 +00:00
  • 0a85b39a4f These nav_menu parameters should not be esc_html()d. fixes #12715. props ptahdunbar Mark Jaquith 2010-04-06 02:43:23 +00:00
  • 71d295f69b set registered datestamp to current time during enable network, see #12747 Ron Rennick 2010-04-06 01:41:34 +00:00
  • 4b543dbc76 add permission checks to grant/revoke_super_admin(), see #12109, related #12460 Ron Rennick 2010-04-05 22:28:21 +00:00
  • 72e9f66ed4 Update stats provided to api.wordpress.org see #12672 Joseph Scott 2010-04-05 20:19:07 +00:00
  • 079dd022e7 Add global-posts to global cache groups. Ryan Boren 2010-04-05 18:29:56 +00:00
  • 5d940a955b Fix broken string. Andrew Nacin 2010-04-05 09:31:38 +00:00
  • 028bd4322e Update broken translation. S/post thumbnail/featured image/ Dion Hulse 2010-04-05 09:15:35 +00:00
  • c138fdcac5 POT, generated from r14005 potbot 2010-04-05 04:21:01 +00:00
  • 8ead991585 remove extraneous blog name sanitization, props nbachiyski, fixes #12823 Ron Rennick 2010-04-05 04:00:51 +00:00
  • 2d028e668f fix validation on dashboard site in ms-options, fixes #12831 Ron Rennick 2010-04-05 03:12:54 +00:00
  • 1bbf9dd065 more manage_network_* caps, see #12109 Ron Rennick 2010-04-05 02:59:10 +00:00
  • 007a50a14a Move all Feature Images => header image integration into a is_singular() check. Prevents a PHP notice when $post is not set (For example, a 404 page). Fixes #12661 Dion Hulse 2010-04-05 02:58:39 +00:00
  • 49cd5dfeab Nest the HTML correctly on the Manage Themes page when the user does not have permission to Install themes. Fixes #12847 Dion Hulse 2010-04-05 00:00:53 +00:00
  • 1fa9e99992 Prevent half-baked loading of MS that would happen when constants are added into wp-config below the wp-settings include. Now it would error on the redefinition of the MULTISITE constant, instead of vague errors, and prevent any MS from loading. see #12848 Andrew Nacin 2010-04-05 00:00:13 +00:00
  • 2fc834c550 More verbose message on how to add MS constants to one's config file. props sivel, see #12848 Andrew Nacin 2010-04-04 23:49:11 +00:00
  • 5bf79d1d8e File-level phpdoc for multisite files. Andrew Nacin 2010-04-04 13:29:35 +00:00
  • 966b3a13e7 Use the API to remove comments when deleting a post. Cleans up comment meta in the process. fixes #12766, props briancolinger Andrew Nacin 2010-04-04 12:42:34 +00:00
  • f3b49e98b6 Request XML from an oEmbed provider if the provider returns '501 Not Implemented' for JSON. props nbachiyski, fixes #11964. Andrew Nacin 2010-04-04 12:30:22 +00:00
  • 122c6db06a Add $force_delete to wp_delete_comment(). see #12766, see #11470. Andrew Nacin 2010-04-04 12:20:19 +00:00
  • 4c2edbc0d7 Adjust get_file_description() to account for absolute paths. see #12843 Andrew Nacin 2010-04-04 12:07:27 +00:00
  • 812222bac3 Give names to author.php and tag.php in the theme editor. Andrew Nacin 2010-04-04 11:23:09 +00:00
  • abd47187d1 Give editor-style.css a name in the theme editor. Andrew Nacin 2010-04-04 11:14:29 +00:00
  • 3c295f3a59 Deprecate trackback_rdf(). fixes #11139 Andrew Nacin 2010-04-04 10:04:56 +00:00
  • 10057340f7 We're not lame if they don't have the PHP 5 DateTime library. Change the message when there is no timezone support. props neoxx, fixes #12580. Andrew Nacin 2010-04-04 08:15:20 +00:00
  • ec25a03906 Correct logic in wp_list_authors() for combinations of hide_empty and style args. fixes #10042 Andrew Nacin 2010-04-04 07:41:07 +00:00
  • f81c0fdc39 Deprecate funky_javascript_fix() and it's callback. fixes #12520. Andrew Nacin 2010-04-04 07:11:23 +00:00
  • ed8970fe66 Don't remove a category filter after performing an action on edit.php. props garyc40, fixes #11587 Andrew Nacin 2010-04-04 06:37:10 +00:00
  • ad6f9b328e A few more readme.html tweaks. fixes #10835 Andrew Nacin 2010-04-04 05:57:00 +00:00
  • 23858b35c2 Add docs to add_post_type_support(). fixes #12644, props sillybean. Andrew Nacin 2010-04-04 04:14:17 +00:00
  • 1b0ea3c637 Convert xfn.js to jQuery. Make the calculated field readonly if js. props rmccue. fixes #12551 Andrew Nacin 2010-04-04 03:53:14 +00:00
  • c7fa61e102 Cast subject of _deep_replace() to string to prevent an infinite loop. props mdawaffe, fixes #12386 Andrew Nacin 2010-04-04 03:07:14 +00:00
  • b25edaacc5 Add block-level HTML5 elements to wpautop(). props rmccue. fixes #12335 Andrew Nacin 2010-04-04 01:14:22 +00:00
  • d59ceca06e Remove Gears from UI. see #11301 Andrew Nacin 2010-04-04 00:48:28 +00:00
  • da25d450e4 Don't allow # in custom permalink structures and cat/tag bases. Improve some MS branching. fixes #12271 Andrew Nacin 2010-04-04 00:41:39 +00:00
  • 7986cf33c5 Push the Delete link to the end for plugin actions. see #12741 Andrew Nacin 2010-04-04 00:24:16 +00:00
  • ebd39b1233 Have get_search_query() escape by default, like it's echoing counterpart the_search_query(). see #12780 Andrew Nacin 2010-04-03 23:38:38 +00:00
  • b1aa2af855 Cast away the default styling of the recent comments widget in twentyten. fixes #12703 Andrew Nacin 2010-04-03 23:33:52 +00:00
  • fcf7f399ef Fix the sticky footer. hides a scrollbar. see #12586 Andrew Nacin 2010-04-03 23:30:27 +00:00
  • 00414ace34 Ensure we're escaping css classes for front end nav menu. Andrew Nacin 2010-04-03 23:04:37 +00:00
  • 502eb9d1d5 Don't use target="_self" in nav menu links, just omit the attribute. Also fix and run earlier db upgrades. fixes #12808 Andrew Nacin 2010-04-03 22:52:30 +00:00
  • d2c5cad7b8 A lighter gradient for the favorite actions menu. props JohnONolan, see #12586 Andrew Nacin 2010-04-03 21:47:32 +00:00
  • 67f7fe43dc Make the link a seperate translation so people only have to translate it if they really want to. See #12787. Peter Westwood 2010-04-03 13:25:47 +00:00
  • 5136414342 Add indent to front page drop-downs in options-reading, to better indicate they are dependent on the radio button above them. fixes #12266 Andrew Nacin 2010-04-03 12:53:46 +00:00
  • 9ca65d19a3 Restore arrow used in widgets panel. Doubled as fav-arrow.gif until [13824]. see #12586 Andrew Nacin 2010-04-03 12:32:48 +00:00
  • 7456b2d56c Fix display of 'enter title here'. see #12591 Andrew Nacin 2010-04-03 12:27:46 +00:00
  • a89c39123e More admin header improvements. props JohnONolan. see #12586 Andrew Nacin 2010-04-03 12:13:38 +00:00
  • 17a021c1bf Move wp-login.php background from body.login to body selector. props JohnONolan. see #12586 Andrew Nacin 2010-04-03 11:37:24 +00:00
  • a41ca95578 Use solid color in new footer, to allow for expansion. props JohnONolan. fixes #12810 Andrew Nacin 2010-04-03 11:26:27 +00:00
  • fe922bc76d Some more MS cleanups. see #12460 Andrew Nacin 2010-04-03 11:15:51 +00:00
  • 76049e428d Add 'enter title here' text to title box. see #12591 Andrew Nacin 2010-04-03 10:23:17 +00:00
  • 0ee9424c92 Link to the new Child Themes codex article in the GUU. fixes #12787, props demetris. Andrew Nacin 2010-04-03 08:35:33 +00:00
  • e3f6cbf19e Allow .csv. fixes #12757 Andrew Nacin 2010-04-03 08:24:13 +00:00
  • b4ae4c89e9 Allow "No role for this blog" to be chosen on user-edit. Add defensive checks for a few potential notices. fixes #10833 Andrew Nacin 2010-04-03 08:08:12 +00:00
  • fcc6a27750 Don't show "Link added." in link-add.php if an empty form was submitted. fixes #12262. Andrew Nacin 2010-04-03 07:48:30 +00:00
  • 11396bd92d Initialize some options for the secondary dashboard widget. see #11783 Andrew Nacin 2010-04-03 07:31:28 +00:00
  • fdd1d24399 Check for string, as method may be an array. fixes #10778 Andrew Nacin 2010-04-03 07:18:16 +00:00
  • 066c4893a1 Fix "Mine" posts link on edit.php. Adds post_type to URL, and hides auto-drafts from count. props rovo89, fixes #12692. Andrew Nacin 2010-04-03 05:19:39 +00:00
  • 0684fcffda Make remove_user a meta capability. see #12793 Andrew Nacin 2010-04-03 05:14:34 +00:00
  • 5be7345c1b Use correct cap in get_editable_user_ids(). edit_cap is the meta cap (edit_post) and needs a post id passed, edit_type_cap is the primitive edit_posts cap. Andrew Nacin 2010-04-03 04:38:20 +00:00
  • 2878b0618a Bump versions for 3.0-beta1 Mark Jaquith 2010-04-03 01:50:01 +00:00
  • 09b04d58bf More MS cleanups. props ocean90. see #12460 Andrew Nacin 2010-04-03 00:10:44 +00:00
  • 114cedbf17 Allow methods to be used as a callback in wp_unique_filename(). fixes #12824 props aaroncampbell. Andrew Nacin 2010-04-02 23:54:56 +00:00
  • 5615e1ba93 Add AYS to "Install Now" link in plugin installer. fixes #11050 Andrew Nacin 2010-04-02 23:27:23 +00:00
  • 5cd6b0f327 Change "More Information" link to "Details" in plugin installer. Shorten/clarify a few other strings. see #11050 Andrew Nacin 2010-04-02 23:04:48 +00:00
  • 3a9d10480d have get_blog_prefix() default to the prefix of the current blog, see #12820 Ron Rennick 2010-04-02 22:47:51 +00:00
  • ca8c935b10 Add beta testers note to nav menus admin panel. Andrew Nacin 2010-04-02 22:46:48 +00:00
  • a7ef69777b Use wpdb->prefix instead of wpdb->base_prefix(). base_prefix() does not return the correct prefix when a blog ID is not passed. Ryan Boren 2010-04-02 17:23:36 +00:00
  • af71e20215 Move wp-ajax_add-tax hook back to registration. Reverts part of [13924]. see #10437 Ryan Boren 2010-04-02 17:07:30 +00:00
  • 44fb71915d POT, generated from r13944 potbot 2010-04-02 08:21:08 +00:00
  • af3a5edd74 Don't prevent 404'ing on tax/author pages when a paged page is requested which doesnt contain posts. For example, /category/animal/page/9999999/. Allows for /category/empty_cat/ to not 404. Fixes #11857 Dion Hulse 2010-04-02 08:16:20 +00:00
  • 9b2113d8cd Match the separator style of get_category_parents() in get_the_category_list(), Respects the spacing of the provided separator. Fixes #10761 Dion Hulse 2010-04-02 07:30:20 +00:00
  • c57a54f082 A better default except, Remove multiple white spaces from the except as well as splitting safely on UTF8 strings. Props Denis-de-Bernardy for the UTF8 split. Fixes #10376 Dion Hulse 2010-04-02 07:10:51 +00:00
  • db6a40aa27 Move add/remove super admin out of bulk edit and into user-edit.php. Introduce grant_super_admin() and revoke_super_admin(). Link to profile.php in ms-users user row for current user. Add defensive check by forcing IS_PROFILE_PAGE on user-edit if trying to edit your own user_id. see #12460 Andrew Nacin 2010-04-02 06:46:07 +00:00
  • 842e844bc5 Change UI labels from "Post Thumbnails" to "Featured Image". See #12554 Dion Hulse 2010-04-02 06:12:49 +00:00
  • db55fa0abb Reduce Code duplication. Rely on parent class to do the heavy lifting, just tack the comment addition on the end. See #8841 Dion Hulse 2010-04-02 05:33:18 +00:00
  • 393c94d1a5 Move children of nested levels not shown to after the current element, not inside it like children. See #8841 Dion Hulse 2010-04-02 05:13:57 +00:00
  • 7e33f4a479 Fix notice in wp_new_comment(). fixes #10854. Andrew Nacin 2010-04-02 05:01:13 +00:00
  • 408e9ed2e2 Update obsolete docs in Twentyten. Andrew Nacin 2010-04-02 04:45:22 +00:00
  • 1179f37584 Fix int cast usage in simplepie. see #12334, props rlerdorf. Andrew Nacin 2010-04-02 04:37:42 +00:00
  • fb7ea4ea42 Allow MS cape-wearers to demote their blog roles to something without the edit_users cap. see #12387 Andrew Nacin 2010-04-02 04:30:00 +00:00
  • 64e8e6dc00 POT, generated from r13932 potbot 2010-04-02 04:21:11 +00:00
  • 5c306d5ca4 Fix out-of-order comments when comment nesting is reduced. Displays child comments on the same level after its "parent" in the case that the max_depth has been hit. See #8841 Dion Hulse 2010-04-02 04:05:01 +00:00
  • c439a5b81c fix caps check on delete user link, props ocean90, see #12793 Ron Rennick 2010-04-02 03:40:49 +00:00
  • 52c9389af1 fix folder install detection in [13926], see #12736 Ron Rennick 2010-04-02 03:27:08 +00:00
  • 96144d31d9 Switch from wp_die() to a nice error message for siteurl!=home for network.php. see #12736 Andrew Nacin 2010-04-02 03:24:18 +00:00
  • 9dab120905 Child theme support for theme header registrations. Second call to register_theme_headers() should add more headers, not replace existing headers. add unregister_theme_headers(). props jorbin. see #12343 Andrew Nacin 2010-04-02 03:15:18 +00:00
  • 10f1daf8e3 restore super admin icon pending updated menu sprite, see #12374 Ron Rennick 2010-04-02 02:15:40 +00:00
  • fc051c063f block subdomain install when install is in a folder, see #12736 Ron Rennick 2010-04-02 02:04:25 +00:00
  • 736637fb27 rework syncing of global terms, see #12663 Ron Rennick 2010-04-02 01:26:44 +00:00