Commit Graph

10171 Commits

Author SHA1 Message Date
Ryan Boren b997d56b17 Plural contexts. Props nbachiyski. fixes #8128
git-svn-id: https://develop.svn.wordpress.org/trunk@11137 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-30 16:22:14 +00:00
Peter Westwood 9aa1b4c9f9 Fix wp_mails handling of custom boundaries. Fixes #5204 props filosofo.
git-svn-id: https://develop.svn.wordpress.org/trunk@11136 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-30 07:25:47 +00:00
Andrew Ozz 0328cb8a2b Call wp_menu_unfold() after user settings have been synchronized
git-svn-id: https://develop.svn.wordpress.org/trunk@11135 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-30 07:17:05 +00:00
Andrew Ozz b1c90ff067 Add is_active_sidebar(), props filosofo, fixes #4594
git-svn-id: https://develop.svn.wordpress.org/trunk@11134 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-30 04:26:34 +00:00
Andrew Ozz 84c56e062e Add some help for the widgets screen, make css class .description usable everywhere, fixes #5859
git-svn-id: https://develop.svn.wordpress.org/trunk@11133 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-30 02:33:22 +00:00
Ryan Boren bbd5c9e581 Avoid expensive NOT LIKE query. Filter in php instead.
git-svn-id: https://develop.svn.wordpress.org/trunk@11132 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-29 23:32:53 +00:00
Andrew Ozz 172855f545 Hide widget count when no sidebars defined, props scribu, fixes #8035
git-svn-id: https://develop.svn.wordpress.org/trunk@11131 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-29 23:30:07 +00:00
Ryan Boren ef738c9b9b Allow for non-contiguous array indices. Props hailin. fixes #9670
git-svn-id: https://develop.svn.wordpress.org/trunk@11130 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-29 21:01:51 +00:00
Ryan Boren b1bf7685ce Allow plugins to override default taxonomies. Props Denis-de-Bernardy. fixes #9647
git-svn-id: https://develop.svn.wordpress.org/trunk@11129 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-29 20:25:30 +00:00
Ryan Boren b10853d492 Error reporting fixes. Props Denis-de-Bernardy, jacobsantos. fixes #9639 #8701
git-svn-id: https://develop.svn.wordpress.org/trunk@11128 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-29 20:18:44 +00:00
Ryan Boren bd58cf3efc No need to attribute_escape a cleaned url. fixes #8587
git-svn-id: https://develop.svn.wordpress.org/trunk@11127 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-29 20:14:39 +00:00
Ryan Boren 494d54de30 Don't prepend http to fragments. Props scohoust. fixes #4051
git-svn-id: https://develop.svn.wordpress.org/trunk@11126 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-29 20:10:06 +00:00
Ryan Boren ca5807df86 Make post slugs unique across all hierarhical post types. Props Denis-de-Bernardy. fixes #6437
git-svn-id: https://develop.svn.wordpress.org/trunk@11125 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-29 19:04:27 +00:00
Ryan Boren 3e6b3326c8 Fix status transitions from edit comment form. Props josephscott. fixes #8863
git-svn-id: https://develop.svn.wordpress.org/trunk@11124 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-29 17:22:08 +00:00
Ryan Boren 0b9998f037 Include subcats in search results. Props Denis-de-Bernardy. fixes #8632
git-svn-id: https://develop.svn.wordpress.org/trunk@11123 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-29 16:46:45 +00:00
Ryan Boren 66c017857a Allow taxonomy registration before init. Props arena. fixes #9647
git-svn-id: https://develop.svn.wordpress.org/trunk@11122 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-29 16:40:36 +00:00
Ryan Boren 9627196cb4 Sanitize when querying against category name so that multiple-word subcategories match. props filosofo. fixes #8619
git-svn-id: https://develop.svn.wordpress.org/trunk@11121 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-29 16:25:33 +00:00
Ryan Boren 7d9f7833ff urlencode referrer. Props hakre. fixes #8587
git-svn-id: https://develop.svn.wordpress.org/trunk@11120 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-29 16:20:14 +00:00
Andrew Ozz ff35abc77e Don't concatenate scripts when SCRIPT_DEBUG is set, fixes #9675
git-svn-id: https://develop.svn.wordpress.org/trunk@11119 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-29 06:25:49 +00:00
Andrew Ozz 4a911beaf3 Load the menu folded (if set), load the editor earlier
git-svn-id: https://develop.svn.wordpress.org/trunk@11118 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-29 05:43:03 +00:00
Ryan Boren 61f7821b34 Don't double escape autosaves. fixes #9433
git-svn-id: https://develop.svn.wordpress.org/trunk@11117 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-29 02:47:41 +00:00
Andrew Ozz 8621dc0e1d Add list css classes, fixes #9491
git-svn-id: https://develop.svn.wordpress.org/trunk@11116 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 20:57:04 +00:00
Ryan Boren 0537f5af69 get_term_children phpdoc and var naming improvements. Props simonwheatley. fixes #9667
git-svn-id: https://develop.svn.wordpress.org/trunk@11115 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 19:49:21 +00:00
Ryan Boren f2069e6450 Better target descriptions. Props RanYanivHartstein, scohoust. fixes #6615
git-svn-id: https://develop.svn.wordpress.org/trunk@11114 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 19:45:57 +00:00
Ryan Boren b292e35bfe More hook back-compat. Props coffee2code. fixes #9438
git-svn-id: https://develop.svn.wordpress.org/trunk@11113 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 19:40:34 +00:00
Ryan Boren 41f75a2604 Pass post ID to the_title filter. Props DD32. see #5746 #9666
git-svn-id: https://develop.svn.wordpress.org/trunk@11112 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 17:40:49 +00:00
Ryan Boren 7e3b303f19 protected_title_format and private_title_format. Props anderswc. fixes #8918
git-svn-id: https://develop.svn.wordpress.org/trunk@11111 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 17:36:10 +00:00
Ryan Boren 3b7130bbae attr escaping. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11110 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 06:37:51 +00:00
Ryan Boren fe7c34b6fd s/attribute_escape/attr/. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11109 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 05:58:45 +00:00
Ryan Boren 6c066a90d8 Limit get_lastpost* functions to post_type=post. Props Denis-de-Bernardy. fixes #9636
git-svn-id: https://develop.svn.wordpress.org/trunk@11108 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 05:42:30 +00:00
Andrew Ozz c802bf78b1 Clean up for colors-classic.css, props Simek, fixes #9658
git-svn-id: https://develop.svn.wordpress.org/trunk@11107 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 00:22:19 +00:00
Ryan Boren 067e8ba9ee Don't show password protected posts in searches for non-logged in users. Props coffee2code. fixes #9559
git-svn-id: https://develop.svn.wordpress.org/trunk@11106 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-28 00:05:43 +00:00
Andrew Ozz 280ad0245d Fix Paste from Word button in TinyMCE
git-svn-id: https://develop.svn.wordpress.org/trunk@11105 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-27 23:19:23 +00:00
Ryan Boren a114582715 Some attr escaping. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11104 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-27 23:09:08 +00:00
Ryan Boren 036a7656f9 attr(), _a(), _ea(), _xa() for shorthand attribute escaping. see #9650
git-svn-id: https://develop.svn.wordpress.org/trunk@11103 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-27 21:58:04 +00:00
Ryan Boren b05307b90c Clarify add endpoint phpdoc. Props Denis-de-Bernardy. fixes #9476
git-svn-id: https://develop.svn.wordpress.org/trunk@11102 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-27 21:11:01 +00:00
Ryan Boren 8f15c79dda Add redirect param to wp_loginout(). Props Denis-de-Bernardy. fixes #9241
git-svn-id: https://develop.svn.wordpress.org/trunk@11101 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-27 20:00:59 +00:00
Ryan Boren 6cced8d299 Blue theme updates. Props Gordon Brander
git-svn-id: https://develop.svn.wordpress.org/trunk@11100 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-27 18:48:58 +00:00
Ryan Boren f2bba67fe9 Add missing quotes for returned values in admin-ajax.php. Props Simek. fixes #9654
git-svn-id: https://develop.svn.wordpress.org/trunk@11099 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-27 18:36:27 +00:00
Ryan Boren 89afda412e Eliminate preg_replace with /e. Props tbaboon. fixes #8689
git-svn-id: https://develop.svn.wordpress.org/trunk@11098 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-27 16:17:24 +00:00
Ryan Boren eedcfbbc2b Remove call-time pass-by-ref. Props jbsil. see #9651
git-svn-id: https://develop.svn.wordpress.org/trunk@11097 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-27 16:09:49 +00:00
Andrew Ozz 5ede340f80 Add hook for update profile, props Cimmo, fixes #9302
git-svn-id: https://develop.svn.wordpress.org/trunk@11096 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-27 11:18:04 +00:00
Andrew Ozz 93ce9fc60b Add hooks to WP_Widget, props ceenz, fixes #9651, see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@11095 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-27 10:56:29 +00:00
Andrew Ozz 1ebfefd191 Move Tag Cloud widget to WP_Widget, see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@11094 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-27 09:28:57 +00:00
Andrew Ozz 95871c8e51 Move RSS widget to WP_Widget, see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@11093 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-27 08:46:47 +00:00
Ryan Boren ba0791f8ea Allow menu reordering via plugin
git-svn-id: https://develop.svn.wordpress.org/trunk@11092 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-27 05:09:50 +00:00
Ryan Boren 70e2247b26 phpdoc udpates and error checks for http. Props DD32. fixes #8620
git-svn-id: https://develop.svn.wordpress.org/trunk@11091 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-26 23:54:59 +00:00
Andrew Ozz 9a7f9d2ae1 Move recent comments widget to WP_Widget, extend is_active_widget() to use $id_base, see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@11090 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-26 20:09:08 +00:00
Ryan Boren e50dc93bd3 WP_Upgrader updates from DD32. see #7875
git-svn-id: https://develop.svn.wordpress.org/trunk@11089 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-26 18:17:19 +00:00
Andrew Ozz 78bb20529a Fix conversion of old widget settings for Recent Posts, see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@11088 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-26 05:34:06 +00:00