Commit Graph

6007 Commits

Author SHA1 Message Date
ryan
3c0db5ec37 Restore global post when resetting the query. Props ionfish. fixes #5439
git-svn-id: http://svn.automattic.com/wordpress/trunk@6653 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-25 01:41:57 +00:00
ryan
82414776e7 Eliminate dupes from display name list. Props nbachiyski. see #5508
git-svn-id: http://svn.automattic.com/wordpress/trunk@6652 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-25 01:33:28 +00:00
ryan
2d656cdb15 Remove busted get_tags cache. get_terms does the caching for us. Props josephscott
git-svn-id: http://svn.automattic.com/wordpress/trunk@6651 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-25 01:19:53 +00:00
ryan
1fde397d5b s/Save/Change/
git-svn-id: http://svn.automattic.com/wordpress/trunk@6650 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-24 22:48:30 +00:00
ryan
35bd1677a1 check_ajax_referer() should look for *only* the auth_cookie, not others that look like they match. Autosave should know that an ajax response of -1 or 0 is a failure. Props mdawaffe
git-svn-id: http://svn.automattic.com/wordpress/trunk@6649 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-24 21:19:42 +00:00
ryan
f21535a6b1 Add check_password filter
git-svn-id: http://svn.automattic.com/wordpress/trunk@6648 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-24 18:36:45 +00:00
ryan
a99e7c0cee Add wp_login_failed action
git-svn-id: http://svn.automattic.com/wordpress/trunk@6647 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-24 18:32:21 +00:00
ryan
e51dd5d7d1 Don't forget to pass the category
git-svn-id: http://svn.automattic.com/wordpress/trunk@6646 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-23 23:38:30 +00:00
westi
839ea6c294 Fix the updated times when publishing/editing with APP. See #5680 props rubys.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6645 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-23 20:25:08 +00:00
ryan
7eb704b71b Pass remember arg. see #5405
git-svn-id: http://svn.automattic.com/wordpress/trunk@6644 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-23 18:20:59 +00:00
ryan
6afab28342 Refactor login. see #5405
git-svn-id: http://svn.automattic.com/wordpress/trunk@6643 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-22 19:35:19 +00:00
ryan
a33b080c9d Typo fix from rnt. fixes #5700
git-svn-id: http://svn.automattic.com/wordpress/trunk@6642 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-22 17:13:43 +00:00
ryan
f283ceae87 Port wphelp plugin to tinyMCE 3.0. Props azaozz. see #5703
git-svn-id: http://svn.automattic.com/wordpress/trunk@6641 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-22 06:23:46 +00:00
ryan
6726698979 get_col() instead of get_results(). Props fitzrev. fixes #5699
git-svn-id: http://svn.automattic.com/wordpress/trunk@6640 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-22 05:50:22 +00:00
matt
9cb618d27f Missing image from #5694
git-svn-id: http://svn.automattic.com/wordpress/trunk@6639 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-21 22:16:02 +00:00
matt
bf70994fad Try a different comment bubble, fixes #5694. Hat tip: sambauers.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6638 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-21 22:13:07 +00:00
ryan
c12cc74bae phpdoc for pluggable.php from darkdragon. fixes #5509
git-svn-id: http://svn.automattic.com/wordpress/trunk@6637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-20 06:53:42 +00:00
ryan
4ab500c856 Remove old tinymce files. see #5674
git-svn-id: http://svn.automattic.com/wordpress/trunk@6636 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-19 00:01:45 +00:00
westi
48344f94b5 Ensure APP clients can update timestamps on publish. Fixes #5680 props tvachon.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6635 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-18 07:59:09 +00:00
westi
9f9769b328 Add some more actions to xmlrpc. Fixes #5686 props joesephscott.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6634 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-18 07:52:15 +00:00
matt
5fbca12c9e Edit permalink in place. Fixes #5679. Hat tip: nbachiyski.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6633 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-17 16:51:32 +00:00
ryan
95bbfed206 TinyMCE 3.0 RC1. First cut, eexpect regressions. Props azaozz. see #5674
git-svn-id: http://svn.automattic.com/wordpress/trunk@6632 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-17 15:44:05 +00:00
matt
43093f6038 This destroys other shutdown actions.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6631 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-17 02:46:22 +00:00
ryan
0aee557b68 phpdoc for kses from darkdragon. fixes #5641
git-svn-id: http://svn.automattic.com/wordpress/trunk@6630 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-16 19:15:07 +00:00
ryan
f8ab885ab0 Use PLUGINDIR in plugin_basename(). Props hansengel. fixes #5665
git-svn-id: http://svn.automattic.com/wordpress/trunk@6629 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-16 19:11:15 +00:00
ryan
f78af1cbe5 Typo fix from hansengel. fixes #5676
git-svn-id: http://svn.automattic.com/wordpress/trunk@6628 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-16 19:07:11 +00:00
ryan
d9a3735eae Always show plugin activation errors. Props DD32. fixes #5673
git-svn-id: http://svn.automattic.com/wordpress/trunk@6627 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-16 16:46:49 +00:00
ryan
a2e8bad643 Make sure plugin is set. Props arickmann. fixes #5658
git-svn-id: http://svn.automattic.com/wordpress/trunk@6626 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-16 16:45:36 +00:00
ryan
7c51664827 Fix typo and clean up ternary logic. Props fitzrev. fixes #5677
git-svn-id: http://svn.automattic.com/wordpress/trunk@6625 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-16 09:18:15 +00:00
ryan
51e4044a0b Show post modification time. Needs style. Rough.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6624 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-16 09:02:18 +00:00
ryan
5bfe19954d Add date display and pending status.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6623 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-16 07:26:41 +00:00
ryan
d2eafce2c8 Close the last li.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6622 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-16 06:55:20 +00:00
ryan
d31bccdd44 Don't dangle our pipes
git-svn-id: http://svn.automattic.com/wordpress/trunk@6621 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-16 06:48:08 +00:00
ryan
78acad2aa8 Relocate delete post on edit screen. Needs styling.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6620 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-16 06:28:42 +00:00
ryan
102b274a40 Make publish status a dropdown.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6619 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-16 05:52:38 +00:00
ryan
c97638a4d9 jQuery 1.2.2 final. Props filosofo. fixes #5492
git-svn-id: http://svn.automattic.com/wordpress/trunk@6618 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-15 17:05:07 +00:00
ryan
076634d99b Allow more tags in kses. Props lloydbudd. fixes #5617
git-svn-id: http://svn.automattic.com/wordpress/trunk@6617 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-14 23:56:53 +00:00
ryan
b95f8d4459 Return, don't echo, array. Props Otto42. fixes #5155
git-svn-id: http://svn.automattic.com/wordpress/trunk@6616 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-14 22:35:43 +00:00
ryan
b7b689e35f Move WP_User_Search to admin includes. Props Viper007Bond. fixes #5111
git-svn-id: http://svn.automattic.com/wordpress/trunk@6615 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-14 21:55:17 +00:00
ryan
0866e1e584 Don't double requested url in url_to_postid(). Props filosofo. fixes #5661
git-svn-id: http://svn.automattic.com/wordpress/trunk@6614 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-14 21:44:08 +00:00
ryan
61881b5111 Allow parens in urls. Props nbachiyski. fixes #5668
git-svn-id: http://svn.automattic.com/wordpress/trunk@6613 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-14 20:38:43 +00:00
matt
a5d2996bd8 New login screen. Clearing out images not used anymore.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6612 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-14 09:11:41 +00:00
matt
5ff7c8126a Some styling tweaks to header and submit box.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6611 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-14 07:21:25 +00:00
ryan
74cad1dac8 Eliminate comment_date_gmt <= now from get_lastcommentmodified() queries. fixes #5650
git-svn-id: http://svn.automattic.com/wordpress/trunk@6610 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-14 05:59:39 +00:00
ryan
8c55d60d5b Get named sidebars. Props AaronCampbell. fixes #5615
git-svn-id: http://svn.automattic.com/wordpress/trunk@6609 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-14 04:51:29 +00:00
ryan
f56d2616d3 Bump ver in readme. Props fitzrev and spencerp. fixes #5600
git-svn-id: http://svn.automattic.com/wordpress/trunk@6608 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-14 04:39:36 +00:00
ryan
5b2e3bed58 More explicit statement of requirements. fixes #5220
git-svn-id: http://svn.automattic.com/wordpress/trunk@6607 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-14 04:38:02 +00:00
matt
3905811c9f Have footer stay at the bottom even on short pages in long windows. Hat tip: DD32.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6606 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-14 03:16:56 +00:00
matt
d01592f0ae Rough pass at submit box.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6605 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-14 01:14:57 +00:00
matt
23770cb94e Have the bottom boxes be closed by default. Remove the global padding kill from thickbox CSS.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6604 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-01-14 00:20:52 +00:00