Commit Graph

8270 Commits

Author SHA1 Message Date
Ryan Boren 83756cee0f Add show_name to wp_list_bookmarks(). Props Otto42. fixes #7847
git-svn-id: https://develop.svn.wordpress.org/trunk@9139 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-13 22:43:05 +00:00
Ryan Boren 5d6dcacd59 post-template phpdoc from jacobsantos. see #7659
git-svn-id: https://develop.svn.wordpress.org/trunk@9138 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-13 22:28:34 +00:00
Ryan Boren c2a331c502 Convert undefined constants to strings. Props jacobsantos. fixes #7651
git-svn-id: https://develop.svn.wordpress.org/trunk@9137 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-13 22:14:52 +00:00
Ryan Boren c3de146cbb doc skeleton for link-template. Props jacobsantos. see #5642
git-svn-id: https://develop.svn.wordpress.org/trunk@9136 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-13 22:00:07 +00:00
Ryan Boren b0c463f3f9 Die if invalid user ID passed to user-edit.php. fixes #7291
git-svn-id: https://develop.svn.wordpress.org/trunk@9135 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-13 21:55:44 +00:00
Ryan Boren be98f483cf Add title attributes to post action links
git-svn-id: https://develop.svn.wordpress.org/trunk@9134 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-13 21:32:05 +00:00
Ryan Boren ad70a0b455 Return empty post list instead of fault code when there are no posts. Props josephscott. fixes #7287
git-svn-id: https://develop.svn.wordpress.org/trunk@9133 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-13 21:28:28 +00:00
Ryan Boren b93e939f86 Translation fixes for the comments table from msi08. fixes #7583
git-svn-id: https://develop.svn.wordpress.org/trunk@9132 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-13 21:08:34 +00:00
Ryan Boren b16a2c07c6 Date and time presets from Viper007Bond. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9131 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-13 18:32:16 +00:00
Ryan Boren 1a372ccc34 Perform cap checks for favorite actions
git-svn-id: https://develop.svn.wordpress.org/trunk@9130 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-13 17:30:45 +00:00
Andrew Ozz e769b6fabd Fix stripslashes for post metadata, phpDoc updates for media.php, props jacobsantos, fixes #7871
git-svn-id: https://develop.svn.wordpress.org/trunk@9129 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-13 02:48:45 +00:00
Andrew Ozz 85c25b4440 Core update: fix for "The update could not be unpacked" error, props ShaneF, fixes #7861
git-svn-id: https://develop.svn.wordpress.org/trunk@9128 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-12 18:09:44 +00:00
Peter Westwood c2178198f4 Default to an empty alt attribute on Avatars. Fixes #7536.
git-svn-id: https://develop.svn.wordpress.org/trunk@9127 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-12 18:03:54 +00:00
Peter Westwood 117eaeab2f phpdoc fixes for setup-config.php. See #7550 props jacobsantos.
git-svn-id: https://develop.svn.wordpress.org/trunk@9126 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-12 17:40:20 +00:00
Peter Westwood 7abc98a62d Fix regression in get_tag_template(). Tag templates are referenced by tag name not id. Fixes #7865.
git-svn-id: https://develop.svn.wordpress.org/trunk@9125 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-12 08:19:56 +00:00
Peter Westwood 8b7e31f8ce Add some plugin specific hooks to the plugin management screen. Fixes #7856 props strider72.
git-svn-id: https://develop.svn.wordpress.org/trunk@9124 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-11 21:33:14 +00:00
Mark Jaquith 46740aae3a Prevent future posts from publishing early. fixes #7441
git-svn-id: https://develop.svn.wordpress.org/trunk@9123 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-11 05:46:20 +00:00
Ryan Boren 36508586aa Remove pagenow from search form actions. Props Viper007Bond. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9122 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-11 00:12:37 +00:00
Ryan Boren b81f08f5b9 Edit link on hover for dash. Props mdawaffe. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9121 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-10 23:58:30 +00:00
Ryan Boren 53b8d4497a Dashboard styling and validation fixes from mdawaffe. see #7552
git-svn-id: https://develop.svn.wordpress.org/trunk@9120 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-10 23:54:27 +00:00
Ryan Boren 6d727a9c2b phpdoc for wp-admin. Props jacobsantos. see #7527
git-svn-id: https://develop.svn.wordpress.org/trunk@9119 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-10 18:21:16 +00:00
Andrew Ozz 4ab4dbf7aa Check if the FTP account is rooted to the base of the WordPress install, props DD32, see #7861
git-svn-id: https://develop.svn.wordpress.org/trunk@9118 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-10 10:40:04 +00:00
Andrew Ozz f88c28ccee Fix for "Unable to locate WordPress directory" on core update and PHPDoc for class-wp-filesystem-base.php, props DD32, fixes #7861
git-svn-id: https://develop.svn.wordpress.org/trunk@9117 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-10 10:02:46 +00:00
Andrew Ozz f121f6c983 Fix escaping of post meta, props DD32, fixes #7768
git-svn-id: https://develop.svn.wordpress.org/trunk@9116 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-10 09:40:30 +00:00
Andrew Ozz 8f2852dd50 Press This: URL fixes for images, props noel, see #7732
git-svn-id: https://develop.svn.wordpress.org/trunk@9115 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-09 21:49:00 +00:00
Andrew Ozz ef7ad0e31d Use no-js reply on error in comment-reply.js, see #7635
git-svn-id: https://develop.svn.wordpress.org/trunk@9114 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-09 20:27:39 +00:00
Andrew Ozz 24041a2802 No jQuery requirement for comment-reply.js, see #7635
git-svn-id: https://develop.svn.wordpress.org/trunk@9113 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-09 11:11:56 +00:00
Andrew Ozz 29ceb968bd No-JS mode for replying to comments and some improvements/cleanup of comment-reply.js, includes patch by Viper007Bond, see #7635
git-svn-id: https://develop.svn.wordpress.org/trunk@9112 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-09 07:37:05 +00:00
Andrew Ozz 2601027710 Typo fix in dashboard.php, props rnt, fixes #7854
git-svn-id: https://develop.svn.wordpress.org/trunk@9111 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-09 06:44:05 +00:00
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 8ec0862e2a New caching style for term queries
git-svn-id: https://develop.svn.wordpress.org/trunk@9102 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-08 22:50:46 +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 608a92c414 paginate_comments_links(). see #7769
git-svn-id: https://develop.svn.wordpress.org/trunk@9097 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-07 22:41:51 +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 0828ea41d8 before and after for comment_reply_link(). see #7635
git-svn-id: https://develop.svn.wordpress.org/trunk@9093 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-07 18:03:43 +00:00
Ryan Boren a7789a4124 Add arg to comments_template() for requesting separating comments by type. see #7635
git-svn-id: https://develop.svn.wordpress.org/trunk@9092 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-06 23:16:26 +00:00
Ryan Boren 1da36b352f Chunked encoding fixes from DD32. fixes #7770
git-svn-id: https://develop.svn.wordpress.org/trunk@9091 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-06 23:10:22 +00:00
Andrew Ozz b67b002870 CSS fix for the font color preview button in TinyMCE, props raychampagne, fixes #7834
git-svn-id: https://develop.svn.wordpress.org/trunk@9090 602fd350-edb4-49c9-b593-d223f7449a82
2008-10-06 20:32:15 +00:00