Commit Graph

6263 Commits

Author SHA1 Message Date
Ryan Boren bfa0dd639a Move editor js to editor.js. fixes #5799
git-svn-id: https://develop.svn.wordpress.org/trunk@6770 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-09 13:08:28 +00:00
Ryan Boren 671d6a0692 Automatically add classes to images for floated images. Props azaozz. fixes #5803
git-svn-id: https://develop.svn.wordpress.org/trunk@6769 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-09 12:42:15 +00:00
Ryan Boren 5deeece50b Fix display of dates for drafts and future posts. Props DD32 and ffemtcj. see #5774
git-svn-id: https://develop.svn.wordpress.org/trunk@6768 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-09 08:40:00 +00:00
Ryan Boren 3c1a115108 htmlspecialchars when loading content into html editor. Props DD32 and andy. fixes #5796
git-svn-id: https://develop.svn.wordpress.org/trunk@6767 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-09 07:29:36 +00:00
Ryan Boren 911c089e36 Use %s instead of %d so number_format_i18n() strings don't get cast to 1.
git-svn-id: https://develop.svn.wordpress.org/trunk@6766 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-09 07:08:32 +00:00
Ryan Boren 805f918645 gettext for tinymce strings. Props azaozz. see #5769
git-svn-id: https://develop.svn.wordpress.org/trunk@6765 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-09 06:43:15 +00:00
Ryan Boren 5867d80d9c add "select class" to the Image pop-up. Props azaozz. fixes #5803
git-svn-id: https://develop.svn.wordpress.org/trunk@6764 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-09 05:00:13 +00:00
Ryan Boren d9127f97e1 Show full content, including content after the more tag, for feeds. fixes #2582
git-svn-id: https://develop.svn.wordpress.org/trunk@6763 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-09 00:19:48 +00:00
Ryan Boren 2c80b3fb04 Separate meta box context into page and context to accommodate postbox API changes. see #5798
git-svn-id: https://develop.svn.wordpress.org/trunk@6762 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-08 21:06:15 +00:00
Ryan Boren 4c6d9571f9 Postbox save updates and admin js refactoring from nbachiyski. fixes #5799
git-svn-id: https://develop.svn.wordpress.org/trunk@6761 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-08 19:57:50 +00:00
Ryan Boren ef7fb4b35e Allow rand post ordering. Props Otto42 and Nazgul. fixes #4617
git-svn-id: https://develop.svn.wordpress.org/trunk@6760 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-08 19:50:10 +00:00
Ryan Boren 271222c2f9 Bulk tag delete from jhodgdon. see #5684
git-svn-id: https://develop.svn.wordpress.org/trunk@6759 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-08 19:38:53 +00:00
Ryan Boren c8bd7a13c6 add_meta_box(). see #5798
git-svn-id: https://develop.svn.wordpress.org/trunk@6758 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-08 18:51:37 +00:00
Ryan Boren 25f88b6abb jQuery 1.2.3
git-svn-id: https://develop.svn.wordpress.org/trunk@6757 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-08 07:33:51 +00:00
Ryan Boren c179702074 Precompute the hash of the unknown avatar user to save an md5 call. Props Viper007Bond. see #5775
git-svn-id: https://develop.svn.wordpress.org/trunk@6756 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-08 07:09:01 +00:00
Matt Mullenweg e733248e77 Some first pass styling changes for manage pages.
git-svn-id: https://develop.svn.wordpress.org/trunk@6755 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-08 01:40:14 +00:00
Ryan Boren a909ed26c1 Widget interface updates from mdawaffe. see #5583
git-svn-id: https://develop.svn.wordpress.org/trunk@6754 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-07 21:57:54 +00:00
Ryan Boren f1bcc40f30 Add post_password to export. Props Nazgul. fixes #4376
git-svn-id: https://develop.svn.wordpress.org/trunk@6753 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-07 19:22:59 +00:00
Ryan Boren e32b80a14c Pass 'show' argument to bloginfo_rss filters. Props tzafrir and Viper007Bond. fixes #5267
git-svn-id: https://develop.svn.wordpress.org/trunk@6750 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-07 18:01:33 +00:00
Ryan Boren a132f8d9a6 Gonna serve default avatars from gravatar. see #5775
git-svn-id: https://develop.svn.wordpress.org/trunk@6749 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-07 06:58:38 +00:00
Ryan Boren b0a8da663d get_avatar(). see #5775
git-svn-id: https://develop.svn.wordpress.org/trunk@6748 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-07 06:07:12 +00:00
Ryan Boren 147843f96f Constrain image size when adding to editor. Props tellyworth. fixes #5777
git-svn-id: https://develop.svn.wordpress.org/trunk@6747 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-07 04:22:38 +00:00
Ryan Boren 7b16c13118 Show media upload buttons when RTE is not enabled. Props tellyworth. fixes #5764
git-svn-id: https://develop.svn.wordpress.org/trunk@6746 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-07 04:21:22 +00:00
Mark Jaquith 26c5a4f49d Make sure the theme_dir is a dir before we attempt to closedir(). fixes #5768
git-svn-id: https://develop.svn.wordpress.org/trunk@6744 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-06 23:17:13 +00:00
Mark Jaquith 2395f3a566 Allow redirect_canonical filter to cancel a redirect (just return FALSE). see #5766
git-svn-id: https://develop.svn.wordpress.org/trunk@6743 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-06 22:57:15 +00:00
Mark Jaquith 7a2d635909 Make RSS 2.0 comment feed GUIDs immutable. fixes #5072
git-svn-id: https://develop.svn.wordpress.org/trunk@6742 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-06 22:33:21 +00:00
Ryan Boren 55be48f97f Redirect if post not specified. Props lloydbudd. fixes #5754
git-svn-id: https://develop.svn.wordpress.org/trunk@6741 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-06 21:40:52 +00:00
Ryan Boren 452f423faf Rename is_front() to is_front_page() to avoid conflict with bbPress. see #3682
git-svn-id: https://develop.svn.wordpress.org/trunk@6740 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-06 21:21:22 +00:00
Ryan Boren c2083047a8 Remove cookie checking from check_ajax_referer(). Check nonces instead. Props mdawaffe. fixes #5782
git-svn-id: https://develop.svn.wordpress.org/trunk@6739 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-06 21:19:47 +00:00
Ryan Boren b7bab14e13 Fix fields=names query in get_terms(). Props Sarky-de. fixes #5780
git-svn-id: https://develop.svn.wordpress.org/trunk@6738 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-06 20:42:03 +00:00
Ryan Boren 69e33afad3 Page permalink fixes from josephscott. fixes #5781
git-svn-id: https://develop.svn.wordpress.org/trunk@6737 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-06 18:11:49 +00:00
Ryan Boren ce5b15209f Order by and index on comment_date_gmt instead of comment_date to insulate order from offset changes. fixes #5773
git-svn-id: https://develop.svn.wordpress.org/trunk@6736 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-05 23:29:59 +00:00
Ryan Boren 942d1d773a Remove extra search box
git-svn-id: https://develop.svn.wordpress.org/trunk@6735 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-05 21:29:50 +00:00
Ryan Boren 5ececb8f8b More edit.php butchery. Time for designers to take over
git-svn-id: https://develop.svn.wordpress.org/trunk@6734 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-05 21:27:10 +00:00
Ryan Boren 71cb9095e4 Fix edit.php h2 text
git-svn-id: https://develop.svn.wordpress.org/trunk@6733 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-05 21:16:19 +00:00
Ryan Boren 811dbba6cd Enum to varchar. fixes #4778
git-svn-id: https://develop.svn.wordpress.org/trunk@6732 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-05 21:05:56 +00:00
Ryan Boren dd53dd5b8f First cut at post status menu. Needs style fixes.
git-svn-id: https://develop.svn.wordpress.org/trunk@6731 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-05 20:30:24 +00:00
Ryan Boren e96e46aec6 Add wp_count_posts().
git-svn-id: https://develop.svn.wordpress.org/trunk@6730 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-05 19:08:14 +00:00
Ryan Boren fa13bbbd58 Add key on comment_approved,comment_date to speed up last comment modified queries. fixes #5773
git-svn-id: https://develop.svn.wordpress.org/trunk@6729 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-05 18:04:17 +00:00
Ryan Boren b23b4b052d Fix interface sortables for IE7. Props filosofo. see #5583
git-svn-id: https://develop.svn.wordpress.org/trunk@6728 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-05 16:32:20 +00:00
Ryan Boren b1d7aea363 Add beginnings of bulk tag delete. see #5684
git-svn-id: https://develop.svn.wordpress.org/trunk@6727 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-05 07:45:40 +00:00
Ryan Boren 3a18b96c9b Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@6726 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-05 06:47:27 +00:00
Ryan Boren d5bf63fb8d Use wpurl, not home, for constructing paging links. see #5684
git-svn-id: https://develop.svn.wordpress.org/trunk@6723 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-05 03:18:46 +00:00
Ryan Boren 7e9dd43b6a Remove cruft that slipped in.
git-svn-id: https://develop.svn.wordpress.org/trunk@6722 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-05 03:12:39 +00:00
Ryan Boren 8ce8819434 Use siteurl, not home, for constructing paging links. see #5684
git-svn-id: https://develop.svn.wordpress.org/trunk@6721 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-05 03:09:43 +00:00
Ryan Boren f1d1586796 Remove eextra set of links. Props mdawaffe. see #5583
git-svn-id: https://develop.svn.wordpress.org/trunk@6719 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-04 20:54:51 +00:00
Ryan Boren 7512648b3d No need to re-register widgets. see #5750
git-svn-id: https://develop.svn.wordpress.org/trunk@6718 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-04 20:51:10 +00:00
Ryan Boren dc8a36221f Dashboard fixes from mdawaffe. No longer stomps sidebar. see #5750
git-svn-id: https://develop.svn.wordpress.org/trunk@6717 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-04 20:38:48 +00:00
Ryan Boren 40f80710a4 Add filters to comments_open() and pings_open(). Props tellyworth. fixes #5761
git-svn-id: https://develop.svn.wordpress.org/trunk@6716 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-04 20:27:45 +00:00
Ryan Boren 7c3373aae6 More cap checks from josephscott. see #5313
git-svn-id: https://develop.svn.wordpress.org/trunk@6714 602fd350-edb4-49c9-b593-d223f7449a82
2008-02-04 18:35:05 +00:00