Commit Graph

6339 Commits

Author SHA1 Message Date
Ryan Boren 87147df9e8 Bulk tag delete
git-svn-id: https://develop.svn.wordpress.org/trunk@6848 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-14 09:26:40 +00:00
Ryan Boren d03666c613 Bulk delete for categories
git-svn-id: https://develop.svn.wordpress.org/trunk@6847 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-14 09:17:00 +00:00
Ryan Boren 91bacccf26 Width of 100% for settings tables
git-svn-id: https://develop.svn.wordpress.org/trunk@6846 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-14 06:40:10 +00:00
Ryan Boren d0ca80aede Use niceblue table format for some edit forms
git-svn-id: https://develop.svn.wordpress.org/trunk@6845 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-14 06:18:17 +00:00
Ryan Boren 08be3a54a0 auto-add css class when using align on Image. Props azaozz. fixes #5856
git-svn-id: https://develop.svn.wordpress.org/trunk@6844 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-14 05:45:40 +00:00
Ryan Boren 68166b1851 Add more sort options to wp_get_object_terms(). Props andy. fixes #5245
git-svn-id: https://develop.svn.wordpress.org/trunk@6843 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-14 05:40:19 +00:00
Ryan Boren 5394a0f27f Bulk delete for links
git-svn-id: https://develop.svn.wordpress.org/trunk@6842 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-14 05:28:48 +00:00
Ryan Boren dc6940e348 Styling updates for settings. see #5851
git-svn-id: https://develop.svn.wordpress.org/trunk@6841 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-14 05:19:39 +00:00
Ryan Boren f4cfccdd53 Styling updates for reading settings. see #5851
git-svn-id: https://develop.svn.wordpress.org/trunk@6840 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-14 03:10:51 +00:00
Ryan Boren 1a9f6e6657 Revert [6835] as it breaks the depth arg. see#5844
git-svn-id: https://develop.svn.wordpress.org/trunk@6839 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-14 02:51:12 +00:00
Ryan Boren ad2204be44 Styling updates for settings pages. Props hansengel. see #5851
git-svn-id: https://develop.svn.wordpress.org/trunk@6838 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-14 02:46:08 +00:00
Ryan Boren acb9a18b88 Replace fieldset with h3 in settings pages. Props hansengel. see #5851
git-svn-id: https://develop.svn.wordpress.org/trunk@6837 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-14 02:40:17 +00:00
Ryan Boren ab763df5c0 Change strong to avoid gettext ambiguity. Props RanYanivHartstein. fixes #5515
git-svn-id: https://develop.svn.wordpress.org/trunk@6836 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-14 00:57:29 +00:00
Ryan Boren 7a334c8fa5 Walker markup fixes from hailin. fixes #5844
git-svn-id: https://develop.svn.wordpress.org/trunk@6835 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-14 00:54:52 +00:00
Ryan Boren 3b76fae7e4 Save tags lingering in quick add box upon save. Props fitzrev. fixes #5849
git-svn-id: https://develop.svn.wordpress.org/trunk@6834 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-14 00:51:28 +00:00
Ryan Boren 0f79cd3d6e Options are called Settings now. Props hansengel. see #5850
git-svn-id: https://develop.svn.wordpress.org/trunk@6833 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-14 00:39:38 +00:00
Ryan Boren e3066a0ff2 More informative error message when plugin files are not writable. Props hansengel. fixes #5783
git-svn-id: https://develop.svn.wordpress.org/trunk@6832 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 23:58:23 +00:00
Ryan Boren 4b81719295 Bulk delete for manage pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@6831 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 23:54:11 +00:00
Ryan Boren 27f47369b3 Add capability check to async-upload. Props xknown. fixes #5848
git-svn-id: https://develop.svn.wordpress.org/trunk@6830 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 23:16:11 +00:00
Ryan Boren 5f46a6db39 Rough in Related section of preview view. Needs styling. see #5847
git-svn-id: https://develop.svn.wordpress.org/trunk@6829 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 21:58:46 +00:00
Peter Westwood bf9ca290b2 '>"
git-svn-id: https://develop.svn.wordpress.org/trunk@6828 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 21:56:56 +00:00
Ryan Boren 1a2d18b6a6 Hookup bulk delete for posts.
git-svn-id: https://develop.svn.wordpress.org/trunk@6827 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 20:53:18 +00:00
Ryan Boren 23a7308251 Do page, not post, meta boxes. Props arickmann. see #5798
git-svn-id: https://develop.svn.wordpress.org/trunk@6826 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 19:20:29 +00:00
Ryan Boren 8268af4077 Add comment_date_gmt key to comments table. Optimize _wp_get_comment_list() query. fixes #5785
git-svn-id: https://develop.svn.wordpress.org/trunk@6825 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 19:15:30 +00:00
Ryan Boren 4fa20e078a Add RAND order option to wp_tag_cloud(). Props fitzrev. fixes #5726
git-svn-id: https://develop.svn.wordpress.org/trunk@6824 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 19:12:46 +00:00
Ryan Boren c8f887c6a6 Allow is_single(), is_category(), and is_tag() to accept arrays. Props fitzrev. fixes #5593
git-svn-id: https://develop.svn.wordpress.org/trunk@6823 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 19:02:08 +00:00
Ryan Boren 1fbf72ada3 Add wp_list_bookmarks filter. Props codealsatian. fixes #5532
git-svn-id: https://develop.svn.wordpress.org/trunk@6822 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 18:47:34 +00:00
Ryan Boren bba5e09b61 Pass login, email, and errors to register_post action. fixes #5763
git-svn-id: https://develop.svn.wordpress.org/trunk@6821 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 18:42:07 +00:00
Ryan Boren 77718a8bb2 Finish making upload tabs pluggable. Props andy. fixes #5843
git-svn-id: https://develop.svn.wordpress.org/trunk@6820 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 18:36:40 +00:00
Ryan Boren a5dc076a88 Improve metadata for atom comment search feeds. Props ionfish. fixes #5493
git-svn-id: https://develop.svn.wordpress.org/trunk@6819 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 18:29:10 +00:00
Ryan Boren d809dcd103 Add a prophylactic specialchars to the object in explain nonce. see #5838
git-svn-id: https://develop.svn.wordpress.org/trunk@6817 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 18:14:38 +00:00
Ryan Boren 7886e5c6e0 Fix add custom field redirects. Props pishmishy. fixes #2788
git-svn-id: https://develop.svn.wordpress.org/trunk@6816 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 18:10:41 +00:00
Ryan Boren ef77993bdc metaWeblog.newPost fix. Props malex. fixes #5814 for 2.5
git-svn-id: https://develop.svn.wordpress.org/trunk@6815 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 17:54:08 +00:00
Ryan Boren d74220c598 Make Nonce Mismatch Fail Instead of AYS. Props filosofo. fixes #5838 for 2.5
git-svn-id: https://develop.svn.wordpress.org/trunk@6813 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 17:39:40 +00:00
Ryan Boren ca772154f9 Add gzip_compression() stub in case someone actually uses it.
git-svn-id: https://develop.svn.wordpress.org/trunk@6812 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 11:21:09 +00:00
Ryan Boren 01752defc2 Dashboard styling from mdawaffe. see #5750
git-svn-id: https://develop.svn.wordpress.org/trunk@6811 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 11:01:42 +00:00
Ryan Boren 2ffb0df982 Dashboard styling from mdawaffe. see #5750
git-svn-id: https://develop.svn.wordpress.org/trunk@6810 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 10:07:57 +00:00
Ryan Boren 4367d63dbd Link to tag manager from dash
git-svn-id: https://develop.svn.wordpress.org/trunk@6809 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 09:32:32 +00:00
Ryan Boren 0f8e3b6164 Reduce queries by wp_count_posts(). Props josephscott. fixes #5820
git-svn-id: https://develop.svn.wordpress.org/trunk@6808 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 09:30:26 +00:00
Ryan Boren 9d87bc73e7 Update post save notifications and redirects
git-svn-id: https://develop.svn.wordpress.org/trunk@6807 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 08:55:17 +00:00
Ryan Boren 86b2ddbc7e Update salutation menu
git-svn-id: https://develop.svn.wordpress.org/trunk@6806 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 08:22:26 +00:00
Ryan Boren 9a54760339 Bump nuber of link cats per page.
git-svn-id: https://develop.svn.wordpress.org/trunk@6805 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 07:33:56 +00:00
Ryan Boren de1ec72949 Design update for link categories management.
git-svn-id: https://develop.svn.wordpress.org/trunk@6804 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 07:32:50 +00:00
Ryan Boren 0e810ef327 Use array keys instead of hard coded list when traversing post fields to sanitize. Props andy. fixes #5836
git-svn-id: https://develop.svn.wordpress.org/trunk@6803 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 06:49:23 +00:00
Ryan Boren d0806eb11c Fix variable name typo. Props reinkim. fixes #5834
git-svn-id: https://develop.svn.wordpress.org/trunk@6802 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 06:39:45 +00:00
Ryan Boren 4b670951fe Fix floated left gallery layout breaks. Prop s nbachiyski. fixes #5828
git-svn-id: https://develop.svn.wordpress.org/trunk@6801 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-13 06:35:21 +00:00
Ryan Boren 79060b868b Manage Tags design update. Column spacing and justification need fixing.
git-svn-id: https://develop.svn.wordpress.org/trunk@6800 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-12 09:25:19 +00:00
Ryan Boren b446d77af9 Manage categories redesign. Add categories search.
git-svn-id: https://develop.svn.wordpress.org/trunk@6799 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-12 09:02:02 +00:00
Ryan Boren 9fdf23af3a Manage links redesign. Add link search.
git-svn-id: https://develop.svn.wordpress.org/trunk@6798 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-12 08:01:32 +00:00
Ryan Boren d2a44521cd s/post/page/
git-svn-id: https://develop.svn.wordpress.org/trunk@6797 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-12 05:59:07 +00:00