Commit Graph

5437 Commits

Author SHA1 Message Date
Mark Jaquith d0d887d09d Eliminate double urlencode()ing in add_query_arg(). Move &-to-& conversion to wp_nonce_url(). fixes #4884
git-svn-id: https://develop.svn.wordpress.org/trunk@6008 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-02 05:49:54 +00:00
Mark Jaquith 71820cb422 Correct variable name in clean_object_term_cache(). props arnee. fixes #4888
git-svn-id: https://develop.svn.wordpress.org/trunk@6007 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-02 05:08:48 +00:00
Mark Jaquith 1a98b38095 urlencode() redirect_to param in login links for both themes. fixes #4873 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@6006 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-01 23:05:11 +00:00
Mark Jaquith 3308252f00 Turn & to & in add_query_arg(). fixes #4878
git-svn-id: https://develop.svn.wordpress.org/trunk@6005 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-01 22:12:17 +00:00
Ryan Boren 9fb2ddc65f AtomPub fixes from Pete Lacey. fixes #4887
git-svn-id: https://develop.svn.wordpress.org/trunk@6004 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-01 19:32:54 +00:00
Peter Westwood d166d37c3a Tell the user what number comment they are editing. Fixes #4524 props momo360modena and Nazgul.
git-svn-id: https://develop.svn.wordpress.org/trunk@6003 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-01 16:33:55 +00:00
Peter Westwood 9103eafbbb Enable full translation of the Tags description. Fixes #4885 props nbachiyski.
git-svn-id: https://develop.svn.wordpress.org/trunk@6002 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-01 12:06:47 +00:00
Peter Westwood 1b53aaa0ed Fix RDF feeds to not contain invalid tag "category". Fixed #4643 props kztk
git-svn-id: https://develop.svn.wordpress.org/trunk@6001 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-01 08:33:08 +00:00
Ryan Boren 963528d3cb get_tag() and get_tag_feed_link()
git-svn-id: https://develop.svn.wordpress.org/trunk@6000 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-01 04:43:27 +00:00
Mark Jaquith d5e3e96141 Preserve query string arrays in add_query_arg(). fixes #4878 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@5999 602fd350-edb4-49c9-b593-d223f7449a82
2007-09-01 03:41:50 +00:00
Ryan Boren c6cef97007 Add some filtering. Props jhodgdon. see #4516
git-svn-id: https://develop.svn.wordpress.org/trunk@5998 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-31 23:55:56 +00:00
Ryan Boren 7cfadec3fa Don't use unavailable func. Props filosofo. fixes #4881
git-svn-id: https://develop.svn.wordpress.org/trunk@5997 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-31 22:36:16 +00:00
Mark Jaquith bd6534db40 Use single_tag_title() on tag pages in the Default theme. Props Andy. fixes #4876
git-svn-id: https://develop.svn.wordpress.org/trunk@5996 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-30 19:54:46 +00:00
Mark Jaquith b47f557a49 Kill %tag%-based permalinks. fixes #4875
git-svn-id: https://develop.svn.wordpress.org/trunk@5995 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-30 19:42:34 +00:00
Mark Jaquith 49f2d1a652 Check manage_options for upgrade notification. Tailor message accordingly. Props johnbillion. fixes #4869
git-svn-id: https://develop.svn.wordpress.org/trunk@5994 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-30 18:21:03 +00:00
Mark Jaquith 2cbc2f0e87 Roll back [5986], [5988], [5989]. We are in a char class, so no escaping needed. Props mdawaffe. see #4873
git-svn-id: https://develop.svn.wordpress.org/trunk@5993 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-30 18:13:48 +00:00
Mark Jaquith 00f5e9555d Better %0d/%0a sanitization for wp_redirect() from hakre. fixes #4819 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@5990 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-30 17:46:09 +00:00
Peter Westwood 5bda3562a4 Ensure we always show the current version in the footer if the last update check failed. Fixes #4867 props Viper007Bond
git-svn-id: https://develop.svn.wordpress.org/trunk@5987 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-30 16:25:50 +00:00
Ryan Boren effcdff92b Escape special chars in regex. Props eightize and Otto42. fixes #4873
git-svn-id: https://develop.svn.wordpress.org/trunk@5986 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-30 15:42:26 +00:00
Mark Jaquith 46fcc70168 Use "update" language to refer to new versions. Props johnbillion. fixes #4868
git-svn-id: https://develop.svn.wordpress.org/trunk@5985 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-30 14:41:03 +00:00
Ryan Boren 24a23168f7 Importer for Jerome's Keywords. fixes #4346
git-svn-id: https://develop.svn.wordpress.org/trunk@5984 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-30 01:39:46 +00:00
Ryan Boren 78c09303ac Make sure term cache is cleared when updating term counts.
git-svn-id: https://develop.svn.wordpress.org/trunk@5983 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-30 00:34:55 +00:00
Ryan Boren 3ff8ad1a47 Trackback fxn cleanup from Otto42. fixes #4800
git-svn-id: https://develop.svn.wordpress.org/trunk@5982 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-29 23:08:44 +00:00
Ryan Boren 2aed807672 mt_keywords support. Props westi and josephscott. fixes #900
git-svn-id: https://develop.svn.wordpress.org/trunk@5981 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-29 23:01:48 +00:00
Ryan Boren 7ab0bf54e9 Don't convert category to tag if tag of the same name already exists. fixes #4864
git-svn-id: https://develop.svn.wordpress.org/trunk@5980 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-29 22:47:07 +00:00
Ryan Boren 3910be3880 Include tags in feeds. fixes #4537
git-svn-id: https://develop.svn.wordpress.org/trunk@5979 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-29 21:10:20 +00:00
Mark Jaquith f6b019c8b6 More cautious canonical-ness. Exclude IIS and POSTs. Better paging handling. Still a work in progress! see #4773
git-svn-id: https://develop.svn.wordpress.org/trunk@5978 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-29 21:06:51 +00:00
Ryan Boren 7d51bf8626 Simple Tagging importer. Props bloertscher and joostdevalk. fixes #4247
git-svn-id: https://develop.svn.wordpress.org/trunk@5977 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-29 19:55:39 +00:00
Ryan Boren 7109e26194 delete_post_meta_by_key() from Mark Jaquith. fixes #4178
git-svn-id: https://develop.svn.wordpress.org/trunk@5976 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-29 19:12:20 +00:00
Ryan Boren d8381c8973 Remove hardcoded clean_url on comment_author_url since it is handled on the pre_comment_author_url filter. Props wnorris. fixes #4120
git-svn-id: https://develop.svn.wordpress.org/trunk@5975 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-29 19:04:14 +00:00
Mark Jaquith 31d9b33458 Fix paging and preview links for canonical stuff. see #4773. fixes #4862
git-svn-id: https://develop.svn.wordpress.org/trunk@5974 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-29 18:10:11 +00:00
Ryan Boren 0210464be1 Limit recent entries query to published posts. fixes #4786
git-svn-id: https://develop.svn.wordpress.org/trunk@5973 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-29 18:02:19 +00:00
Ryan Boren 6fc09cfd3b Take port into consideration when spawning cron. Props bchecketts. fixes #4782
git-svn-id: https://develop.svn.wordpress.org/trunk@5972 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-29 17:57:06 +00:00
Peter Westwood e419eaa9d3 CSS fix for IE7 so that the login button is in the box. Fixed #4828 props intoxination.
git-svn-id: https://develop.svn.wordpress.org/trunk@5971 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-29 17:39:41 +00:00
Peter Westwood 84b76f6832 Remove dead code. Fixed #4791 props filosofo
git-svn-id: https://develop.svn.wordpress.org/trunk@5970 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-29 17:36:46 +00:00
Peter Westwood c0e6a44fdf Add utf8->ascii mappings for icelandic letters. Fixes #4739 props einare
git-svn-id: https://develop.svn.wordpress.org/trunk@5969 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-29 17:34:15 +00:00
Peter Westwood 5ad60fe10f Fix xhtml output for RSS widget when feed contains no items. Fixed #4671 props brettz95 and Nazgul
git-svn-id: https://develop.svn.wordpress.org/trunk@5968 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-29 17:28:07 +00:00
Ryan Boren 682ac07750 Redirect back to post-new.php when doing a save and continue with empty post fields. fixes #4855
git-svn-id: https://develop.svn.wordpress.org/trunk@5967 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-29 17:24:42 +00:00
Ryan Boren be259a7a72 Fix blogger auth. Props andy. fixes #4847
git-svn-id: https://develop.svn.wordpress.org/trunk@5966 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-28 23:31:51 +00:00
Ryan Boren e38abfba84 Make css cache busting and rtl inclusion uniform across admin. Props mdawaffe. fixes #4830
git-svn-id: https://develop.svn.wordpress.org/trunk@5965 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-28 23:23:38 +00:00
Ryan Boren d77f9aee99 Take post_max_size into account when determining the upload limit. Props mdawaffe. fixes #4240
git-svn-id: https://develop.svn.wordpress.org/trunk@5964 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-28 23:13:16 +00:00
Ryan Boren 4f158b42b0 Reorder post/page status dropdowns. Props mdawaffe. fixes #4848
git-svn-id: https://develop.svn.wordpress.org/trunk@5963 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-28 21:04:17 +00:00
Ryan Boren 299c9e1109 Remove extraneous tag. Props nbachiyski. fixes #4838
git-svn-id: https://develop.svn.wordpress.org/trunk@5962 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-28 20:25:57 +00:00
Peter Westwood f763c751d8 Ensure we flush the recent entries widget cache after a post has been deleted. Fixes #4825 props donncha
git-svn-id: https://develop.svn.wordpress.org/trunk@5960 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-28 20:12:43 +00:00
Peter Westwood 3b74215727 Pass through the function argument so rules can actually be added to the top of the stack, props santos
git-svn-id: https://develop.svn.wordpress.org/trunk@5959 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-28 19:55:11 +00:00
Ryan Boren 37704dc738 explicitly check next() against FALSE in do_action_ref_array(). Props Denis-de-Bernardy, Otto42, Nazgul, santosj, DD32. fixes #4625 for trunk
git-svn-id: https://develop.svn.wordpress.org/trunk@5958 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-28 19:06:56 +00:00
Ryan Boren 194ed8d5f9 Update readme version to 2.3. Props Nazgul. fixes #4840
git-svn-id: https://develop.svn.wordpress.org/trunk@5957 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-28 19:01:20 +00:00
Ryan Boren ba8c7d12ba Don't return permalink for non-existent post. Props Viper007Bond. fixes #4834
git-svn-id: https://develop.svn.wordpress.org/trunk@5956 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-28 18:58:54 +00:00
Ryan Boren 69ae82a3fd Gettext fixes from nbachiyski. fixes #4835
git-svn-id: https://develop.svn.wordpress.org/trunk@5955 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-28 18:57:55 +00:00
Ryan Boren 13ad64bad7 beta1
git-svn-id: https://develop.svn.wordpress.org/trunk@5954 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-28 00:18:36 +00:00