Commit Graph

9775 Commits

Author SHA1 Message Date
Ryan Boren 4fbd3a712a Fix unregister_widget(). see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10991 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 20:45:33 +00:00
Ryan Boren aacf7f3f4d Enforce unique email addresses. Props Denis-de-Bernardy. fixes #9563
git-svn-id: https://develop.svn.wordpress.org/trunk@10990 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 18:43:40 +00:00
Ryan Boren 77a64d69a5 make_clickable() regex fixes. Props piouPiouM. fixes #9390
git-svn-id: https://develop.svn.wordpress.org/trunk@10989 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 16:51:53 +00:00
Andrew Ozz d96dc87343 Keep the same name and remove unused core, see [10987]
git-svn-id: https://develop.svn.wordpress.org/trunk@10988 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 12:55:03 +00:00
Andrew Ozz ad021e44ad Submit the form when setting items per page option so it's visible straight away
git-svn-id: https://develop.svn.wordpress.org/trunk@10987 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 12:46:53 +00:00
Mark Jaquith 2a9cc5e19d elbow room for upgrade.php
git-svn-id: https://develop.svn.wordpress.org/trunk@10986 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 08:00:48 +00:00
Mark Jaquith c202bc24e5 slightly more friendly database upgrade message
git-svn-id: https://develop.svn.wordpress.org/trunk@10985 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 07:46:43 +00:00
Ryan Boren ece424d95e Add comments_atom_head action. Props neoxx, Denis-de-Bernardy. fixes #6186
git-svn-id: https://develop.svn.wordpress.org/trunk@10984 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 07:09:06 +00:00
Ryan Boren ed74bba997 Add url filters. Props coffee2code. see #7709
git-svn-id: https://develop.svn.wordpress.org/trunk@10983 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 07:05:41 +00:00
Ryan Boren 1c97a58522 Use comments_open() and pings_open(). Props coffee2code. fixes #9557
git-svn-id: https://develop.svn.wordpress.org/trunk@10982 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 07:02:55 +00:00
Ryan Boren 91edad4f95 Add wp_trim_excerpt filter. Props coffee2code. fixes #9558
git-svn-id: https://develop.svn.wordpress.org/trunk@10981 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 06:59:33 +00:00
Ryan Boren 84615c3c0b Fix typos in css. Props ranchnachos. fixes #9555
git-svn-id: https://develop.svn.wordpress.org/trunk@10980 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 06:04:25 +00:00
Ryan Boren 19ee134325 unregister_widget(). see #8441
git-svn-id: https://develop.svn.wordpress.org/trunk@10979 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 05:54:07 +00:00
Ryan Boren d452019e04 Use comments_open() and pings_open() in packaged themes. Props coffee2code. fixes #9556
git-svn-id: https://develop.svn.wordpress.org/trunk@10978 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 05:30:09 +00:00
Mark Jaquith b190328260 Dots in post slugs should be dashed, not dropped. props Denis-de-Bernardy. fixes #9489
git-svn-id: https://develop.svn.wordpress.org/trunk@10977 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 03:28:55 +00:00
Mark Jaquith be9ea84d5c New admin_footer_text filter. props JohnLamansky. fixes #9552
git-svn-id: https://develop.svn.wordpress.org/trunk@10976 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 03:17:40 +00:00
Ryan Boren 23d6f231f9 Use API to delete links when deleting a user. Props TimButterfield, scohoust. fixes #7774
git-svn-id: https://develop.svn.wordpress.org/trunk@10975 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 02:13:00 +00:00
Mark Jaquith c4dc6ef860 Clean up is_blog_installed(), remove redundant or unnecessary code. see #8947
git-svn-id: https://develop.svn.wordpress.org/trunk@10974 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 01:43:53 +00:00
Andrew Ozz bf48851d29 Spaced hyphens into spaced dashes, props ionfish, fixes #8161
git-svn-id: https://develop.svn.wordpress.org/trunk@10973 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 01:38:52 +00:00
Andrew Ozz 0fa639d585 Don't use get_catname() (deprecated), props filosofo, see #9550
git-svn-id: https://develop.svn.wordpress.org/trunk@10972 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 01:11:31 +00:00
Andrew Ozz f60d4148d1 Remove code class from some input fields, add to URL input fields, props johnbillion, fixes #8383
git-svn-id: https://develop.svn.wordpress.org/trunk@10971 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 01:04:00 +00:00
Andrew Ozz df12024b86 Hide email addresses from low privilege users on the comments page, props mrmist, fixes #8801
git-svn-id: https://develop.svn.wordpress.org/trunk@10970 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 00:48:41 +00:00
Ryan Boren 5159541678 Fix handling of old timestamps in wp_reschedule_event(). Props natethelen. fixes #9318
git-svn-id: https://develop.svn.wordpress.org/trunk@10969 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 00:23:48 +00:00
Andrew Ozz 50ca48415a Fix listing of child pages after editing with Quick Edit, props jbsil, fixes #8444
git-svn-id: https://develop.svn.wordpress.org/trunk@10968 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 00:07:22 +00:00
Ryan Boren f4f1dd5a05 Fix headers array processing for wp_mail(). Props gortsleigh. fixes #9284
git-svn-id: https://develop.svn.wordpress.org/trunk@10967 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-17 00:06:18 +00:00
Ryan Boren 3cee48146f Fix missing titles for plugins without submenus. Props clwill. fixes #9146
git-svn-id: https://develop.svn.wordpress.org/trunk@10966 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 23:42:42 +00:00
Ryan Boren b47e7b03fd Create default taxonomies upon init. Props nbachiyski. fixes #9399
git-svn-id: https://develop.svn.wordpress.org/trunk@10965 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 23:17:49 +00:00
Ryan Boren bcd0361528 Remove My Hacks option. Props filosofo. fixes #9551
git-svn-id: https://develop.svn.wordpress.org/trunk@10964 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 22:58:20 +00:00
Ryan Boren 587e0e979f Clarify phpdoc for wp_set_object_terms(). Props simonwheatley. fixes #9348
git-svn-id: https://develop.svn.wordpress.org/trunk@10963 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 22:19:01 +00:00
Ryan Boren 7f9bf59265 Fix sign problem when converting from gmt_offset to new Etc/GMT timezone. Props Otto42. see #3962
git-svn-id: https://develop.svn.wordpress.org/trunk@10962 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 22:17:13 +00:00
Ryan Boren eaa749e545 Add comment-body class. Props docwhat. fixes #9301
git-svn-id: https://develop.svn.wordpress.org/trunk@10961 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 22:15:12 +00:00
Ryan Boren 9abb5b2f3e Add link to password recovery in login error messages. Props Denis-de-Bernardy. fixes #9442
git-svn-id: https://develop.svn.wordpress.org/trunk@10960 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 22:07:25 +00:00
Ryan Boren 5ea68d0c9c Deprecae get_catname(). Props filosofo. fixes #9550
git-svn-id: https://develop.svn.wordpress.org/trunk@10959 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 22:03:45 +00:00
Ryan Boren fdc0e0b555 Optimize install check by checking alloptions cache before doing a separate query. Props joostdevalk. fixes #8947
git-svn-id: https://develop.svn.wordpress.org/trunk@10958 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 22:00:39 +00:00
Andrew Ozz 84207a7e84 Show proper error when adding a custom field without a value, props scohoust, fixes #7541
git-svn-id: https://develop.svn.wordpress.org/trunk@10957 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 21:55:35 +00:00
Mark Jaquith 6ed53a4461 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@10956 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 21:47:42 +00:00
Mark Jaquith 84b875a903 Return false for corrupted serialized strings. props Denis-de-Bernardy. fixes #9549
git-svn-id: https://develop.svn.wordpress.org/trunk@10955 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 21:03:18 +00:00
Ryan Boren 99b5b3693b Fix teaser stripping when no teaser. Props makibo, simonwheatley. fixes #6312
git-svn-id: https://develop.svn.wordpress.org/trunk@10954 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 19:43:01 +00:00
Ryan Boren 8a4bc7dabe Translate defaults. Props nbachiyski. fixes #9548
git-svn-id: https://develop.svn.wordpress.org/trunk@10953 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 18:51:50 +00:00
Ryan Boren f5020f43d2 Remove unneeded spaces. Props Denis-de-Bernardy. fixes #108
git-svn-id: https://develop.svn.wordpress.org/trunk@10952 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 18:47:41 +00:00
Ryan Boren f027b05dff Page templates should be relative to the theme ir, not the themes dir.
git-svn-id: https://develop.svn.wordpress.org/trunk@10951 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 18:28:35 +00:00
Ryan Boren 18892308b0 Add page class to get_boddy_class(). Props nathanrice. fixes #9514
git-svn-id: https://develop.svn.wordpress.org/trunk@10950 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 18:22:27 +00:00
Ryan Boren 112eae8b12 Fix logic inversion. Props christmasboy81. fixes #7121
git-svn-id: https://develop.svn.wordpress.org/trunk@10949 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 18:12:41 +00:00
Ryan Boren bf7fa167fa Handle backticks in dbDelta. Props AaronCampbell. fixes #8014
git-svn-id: https://develop.svn.wordpress.org/trunk@10948 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 17:45:11 +00:00
Ryan Boren 799a2c59ed Add page classes to page attachments. Props minusfive. fixes #9472
git-svn-id: https://develop.svn.wordpress.org/trunk@10947 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 17:37:58 +00:00
Ryan Boren c600d21efa Add echo arg to tag cloud. Props DD32. fixes #5710
git-svn-id: https://develop.svn.wordpress.org/trunk@10946 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 17:32:06 +00:00
Ryan Boren eef293ff04 Add WAI-ARIA landmark roles to default theme. Props peterkz. fixes #9408
git-svn-id: https://develop.svn.wordpress.org/trunk@10945 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 16:42:32 +00:00
Ryan Boren db7cd782cf Add context to string. Props Viper007Bond. fixes #9507
git-svn-id: https://develop.svn.wordpress.org/trunk@10944 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 16:32:32 +00:00
Andrew Ozz 9a62b02dfe CSS cleanup and fixes
git-svn-id: https://develop.svn.wordpress.org/trunk@10943 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 04:41:05 +00:00
Ryan Boren 6cf7adbec5 Fix theme install downloads. Props josephscott. fixes #9543
git-svn-id: https://develop.svn.wordpress.org/trunk@10942 602fd350-edb4-49c9-b593-d223f7449a82
2009-04-16 03:46:45 +00:00