Commit Graph

3874 Commits

Author SHA1 Message Date
Andrew Ozz 2369013c2c Use "Date" instead of "Modified" when listing drafts and pending posts, since now they have a proper date.
git-svn-id: https://develop.svn.wordpress.org/trunk@9110 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-09 06:40:30 +00:00
Andrew Ozz 2d6aad8d62 Page Options: fix hiding of Modified column when listing drafts, props ShaneF, fixes #7855
git-svn-id: https://develop.svn.wordpress.org/trunk@9109 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-09 05:58:10 +00:00
Andrew Ozz 6b3823a406 Page Options: fix hiding of custom columns added by plugins, props ShaneF, fixes #7853
git-svn-id: https://develop.svn.wordpress.org/trunk@9108 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-09 02:39:52 +00:00
Andrew Ozz 852dec7767 Fix warnings in recent_comments on dashboard, see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9107 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-09 01:03:50 +00:00
Ryan Boren ec205359bc Suspend cache invalidation while importing posts with WP importer
git-svn-id: https://develop.svn.wordpress.org/trunk@9106 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-09 00:50:52 +00:00
Ryan Boren 680d9c369f strip slashes before preparing to avoid double escaping
git-svn-id: https://develop.svn.wordpress.org/trunk@9105 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-09 00:19:11 +00:00
Ryan Boren 7a05a094f0 Don't put revisions in the export
git-svn-id: https://develop.svn.wordpress.org/trunk@9104 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-08 23:49:46 +00:00
Ryan Boren 638a41bf49 Draggable dash, first cut. Props mdawaffe. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9103 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-08 23:32:34 +00:00
Ryan Boren b55a27e419 Don't flush rules for every post imported. see #7193
git-svn-id: https://develop.svn.wordpress.org/trunk@9101 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-08 22:16:35 +00:00
Ryan Boren d2fa84c740 Try to preserve post IDs during import
git-svn-id: https://develop.svn.wordpress.org/trunk@9100 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-08 21:42:52 +00:00
Andrew Ozz b82dc680c5 Comment status on edit comment page: change drop-down to radio buttons
git-svn-id: https://develop.svn.wordpress.org/trunk@9099 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-08 05:24:25 +00:00
Andrew Ozz 8dd896218b Convert the comment reply popup to a temp table row for consistency, add Quick Edit for comments, see #7435
git-svn-id: https://develop.svn.wordpress.org/trunk@9098 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-08 01:18:16 +00:00
Ryan Boren 68da753b35 Dashboard menu should be open by default
git-svn-id: https://develop.svn.wordpress.org/trunk@9096 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-07 22:32:12 +00:00
Ryan Boren 3eecfcc1f6 Bring back Overview submenu for Dashboard. Menus without submenus cause bustage with plugin top-levels
git-svn-id: https://develop.svn.wordpress.org/trunk@9095 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-07 21:13:14 +00:00
Ryan Boren d31461ceb9 Move Help menu to the end
git-svn-id: https://develop.svn.wordpress.org/trunk@9094 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-07 20:40:21 +00:00
Ryan Boren a7d565a94a Remove old files before upgrading DB. see #5560
git-svn-id: https://develop.svn.wordpress.org/trunk@9086 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-05 06:00:24 +00:00
Ryan Boren 9da6ee40f4 Don't die with 503 if WP_INSTALLING. Don't load plugins if WP_INSTALLING. Remove old files and working dir before exiting maintenance mode. see #5560
git-svn-id: https://develop.svn.wordpress.org/trunk@9085 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-05 05:45:34 +00:00
Andrew Ozz 603dbcdf4f Quick Edit for Tags, Categories and Link Categories, improvements to handling errors in quick and bulk edit.
git-svn-id: https://develop.svn.wordpress.org/trunk@9083 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-05 04:43:52 +00:00
Andrew Ozz 32a61c2b0a Fix script loading in Press This
git-svn-id: https://develop.svn.wordpress.org/trunk@9079 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-03 18:56:59 +00:00
Peter Westwood a4a1083c06 Switch Press This to use _draft_or_post_title(). Fixes #7801 props Speedboxer.
git-svn-id: https://develop.svn.wordpress.org/trunk@9078 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-03 15:56:35 +00:00
Ryan Boren fb452b28e4 Function to prep 's' for display on admin pages that don't run WP_Query(). Props Viper007Bond. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9074 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-03 03:06:43 +00:00
Andrew Ozz 3664763817 Reposition the Search and Filter. Brings the top of the screen closer to the wireframes.
git-svn-id: https://develop.svn.wordpress.org/trunk@9073 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-03 00:13:12 +00:00
Mark Jaquith 9a41b69f98 Turn the Visual Editor user preference on its head, to more accurately reflect what it does now. fixes #6403. props MattyRob.
git-svn-id: https://develop.svn.wordpress.org/trunk@9072 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 22:01:33 +00:00
Ryan Boren f6a48a5e9a Resurrect users menu
git-svn-id: https://develop.svn.wordpress.org/trunk@9071 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 18:52:45 +00:00
Ryan Boren be9af8a54b Remove search from nav
git-svn-id: https://develop.svn.wordpress.org/trunk@9070 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 18:06:23 +00:00
Ryan Boren a90dbc6f4d Restore search boxes. CSS to-do. Props Viper007Bond. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9069 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 18:03:45 +00:00
Andrew Ozz 6c30d5f7a1 Some CSS for turbo.php and press-this-landing.php
git-svn-id: https://develop.svn.wordpress.org/trunk@9068 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 17:24:20 +00:00
Peter Westwood 1c97951b11 Fix phpdoc comments to refer to wp-content/db.php. Props DD32.
git-svn-id: https://develop.svn.wordpress.org/trunk@9067 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 16:45:28 +00:00
Ryan Boren 0a94e5ac68 Save default avatar pref. Props Viper007Bond. fixes #7825
git-svn-id: https://develop.svn.wordpress.org/trunk@9066 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 16:41:42 +00:00
Ryan Boren 423c40ee17 A placeholder new window icon. fixes #7826
git-svn-id: https://develop.svn.wordpress.org/trunk@9065 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 16:35:00 +00:00
Andrew Ozz 97a7ceda96 Update TinyMCE to 3.2.0 and remove compression, fixes #7827
git-svn-id: https://develop.svn.wordpress.org/trunk@9064 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 16:30:14 +00:00
Andrew Ozz b6504f6aef Add page options to edit/write page, remove the IE6 scrollbar hack (seems not to be needed any more), add the min-width to all admin pages, add the Page Options link to the end of the breadcrumbs
git-svn-id: https://develop.svn.wordpress.org/trunk@9063 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 11:04:09 +00:00
Mark Jaquith 119c6c8db6 Show the Page Options on the New Post screen
git-svn-id: https://develop.svn.wordpress.org/trunk@9062 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 06:55:54 +00:00
Mark Jaquith b727519b66 Give dashboard widgets bottom margin instead of top
git-svn-id: https://develop.svn.wordpress.org/trunk@9061 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 06:17:09 +00:00
Mark Jaquith b7f6dcecb8 40 additional horizontal pixels, and 10 additional vertical pixels for the content area.
git-svn-id: https://develop.svn.wordpress.org/trunk@9060 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 06:06:52 +00:00
Mark Jaquith 112014def2 Add View Site temporary icon and link, move Favorites down a bit
git-svn-id: https://develop.svn.wordpress.org/trunk@9059 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 05:35:57 +00:00
Mark Jaquith e1e5e2b397 Hide Edit, Quick Edit, Delete links for people who cannot use them. Hide Quick Edit for people without JavaScript
git-svn-id: https://develop.svn.wordpress.org/trunk@9058 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 04:34:52 +00:00
Mark Jaquith ab1ec5a0e7 Whitespace cleanup for wp-admin.css
git-svn-id: https://develop.svn.wordpress.org/trunk@9057 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 04:25:31 +00:00
Mark Jaquith 81fb0d02a9 Move user_info over to the upper-right corner of the admin
git-svn-id: https://develop.svn.wordpress.org/trunk@9056 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 04:18:34 +00:00
Mark Jaquith f56dd1dff9 Do not allow contributors to set the post slug for pending review posts. fixes #7805
git-svn-id: https://develop.svn.wordpress.org/trunk@9055 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 04:10:54 +00:00
Andrew Ozz 8550854e9a Move Page Options button to the header
git-svn-id: https://develop.svn.wordpress.org/trunk@9054 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 01:32:27 +00:00
Ryan Boren f885a9f93a phpdoc for wp-admin/includes from jacobsantos. see #7527
git-svn-id: https://develop.svn.wordpress.org/trunk@9053 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 01:03:26 +00:00
Ryan Boren 6dcd601a90 File level phpdc from jacobsantos. see #7550
git-svn-id: https://develop.svn.wordpress.org/trunk@9052 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 01:02:17 +00:00
Ryan Boren 4e7c5375fa Error checking for HTTP requests. Props jacobsantos. see #7793
git-svn-id: https://develop.svn.wordpress.org/trunk@9051 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 00:32:21 +00:00
Ryan Boren 0133304ecb Route add_management_page() to Tools menu
git-svn-id: https://develop.svn.wordpress.org/trunk@9050 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-02 00:20:14 +00:00
Mark Jaquith 0e90decca4 Add some delay to the favorites menu so that it is harder to accidentally open or close
git-svn-id: https://develop.svn.wordpress.org/trunk@9049 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-01 22:32:18 +00:00
Ryan Boren 269e3513e2 Menu updates
git-svn-id: https://develop.svn.wordpress.org/trunk@9047 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-01 21:04:14 +00:00
Ryan Boren b080a0fad4 Comment type filter from Viper007Bond. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9046 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-01 15:48:45 +00:00
Ryan Boren 1d24033d9d Add slug columns. Props Viper007Bond. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9045 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-30 23:40:44 +00:00
Ryan Boren 070c8bb262 Show Publish Immediately instead of dave time for drafts. fixes #7806
git-svn-id: https://develop.svn.wordpress.org/trunk@9044 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-30 23:02:49 +00:00