Commit Graph

209 Commits

Author SHA1 Message Date
Ryan Boren 7073026058 Add missing preg delimiter. see #4241
git-svn-id: https://develop.svn.wordpress.org/trunk@5433 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-10 16:37:44 +00:00
rob1n 9abc3c9374 Let WebKit 420 or above get in. And clean up that overgrown ternary. Props Andy. fixes #4241
git-svn-id: https://develop.svn.wordpress.org/trunk@5425 602fd350-edb4-49c9-b593-d223f7449a82
2007-05-10 01:31:12 +00:00
Ryan Boren d8c8ecb711 Actually make use of wp_cache_add to avoid unnecessary cache writes. Props skeltoac. fixes #4138
git-svn-id: https://develop.svn.wordpress.org/trunk@5248 602fd350-edb4-49c9-b593-d223f7449a82
2007-04-12 02:27:12 +00:00
rob1n 362760a485 Add missing the_title filter call. Props jhodgdon. fixes #4050
git-svn-id: https://develop.svn.wordpress.org/trunk@5144 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-30 23:46:17 +00:00
rob1n 3b6010f155 Fix months in wp_title(). fixes #4043
git-svn-id: https://develop.svn.wordpress.org/trunk@5137 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-29 02:06:16 +00:00
rob1n fcb2f9db91 Add get_sidebar action to get_sidebar(). fixes #1445
git-svn-id: https://develop.svn.wordpress.org/trunk@5136 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-29 01:45:29 +00:00
rob1n f9b141865b Sorry, a little tester got in there. Didn't expect to be committing ;).
git-svn-id: https://develop.svn.wordpress.org/trunk@5133 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-29 01:30:27 +00:00
rob1n 26a5cfc7fe Show more relevant titles (current category, date, etc.) in feed titles. fixes #1790
git-svn-id: https://develop.svn.wordpress.org/trunk@5132 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-29 01:29:09 +00:00
Ryan Boren b4ef10ef85 Fix day display in title. Props phKU. fixes #3801
git-svn-id: https://develop.svn.wordpress.org/trunk@5106 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-25 23:47:48 +00:00
Mark Jaquith d8336eed5c use clean_url() instead of attribute_escape() when dealing with src/href to protect against XSS. props xknown. fixes #3986 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@5056 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-17 08:46:59 +00:00
Ryan Boren d3578ce12e Fix order by in wp_get_archives(). Props mattbta. fixes #3961
git-svn-id: https://develop.svn.wordpress.org/trunk@5036 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-14 02:21:39 +00:00
Ryan Boren fd1b078df6 apply filter before stripping tags. Props jhodgdon. fixes #3755
git-svn-id: https://develop.svn.wordpress.org/trunk@5014 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-10 05:13:40 +00:00
Ryan Boren 16c3aa009f Title filtering from jhodgdon. fixes #3926
git-svn-id: https://develop.svn.wordpress.org/trunk@5013 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-10 03:56:35 +00:00
Ryan Boren 36334c2c86 Unchain
git-svn-id: https://develop.svn.wordpress.org/trunk@5005 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-09 04:13:42 +00:00
Ryan Boren 07a3e1bb19 get_archives query filters from westi. fixes #3866
git-svn-id: https://develop.svn.wordpress.org/trunk@5004 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-09 04:09:24 +00:00
Ryan Boren 631ad9c5c4 Use get_query_var() in wp_title() and single_month_title().
git-svn-id: https://develop.svn.wordpress.org/trunk@5003 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-09 04:06:23 +00:00
Mark Jaquith 56368548ad Use strpos instead of strstr where ever possible, for speed. Props rob1n. fixes #3920
git-svn-id: https://develop.svn.wordpress.org/trunk@4990 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-07 05:29:15 +00:00
Ryan Boren f77b96fc84 Standardize on 'url' for fetching the blog's url. Props rob1n. fixes #3623
git-svn-id: https://develop.svn.wordpress.org/trunk@4983 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-07 03:05:41 +00:00
Ryan Boren 67f01fb970 wp_title shouldn't use category_name if cat is also specified. Props majelbstoat. fixes #3902
git-svn-id: https://develop.svn.wordpress.org/trunk@4976 602fd350-edb4-49c9-b593-d223f7449a82
2007-03-07 01:29:07 +00:00
Mark Jaquith 5acfcd9fea trailing tabs and whitespace cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@4953 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-27 15:24:54 +00:00
Ryan Boren 6c6458f7c9 Atom comments feed. First pass. Props kurtmckee and rob1n. fixes #1785
git-svn-id: https://develop.svn.wordpress.org/trunk@4928 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-23 08:18:30 +00:00
Ryan Boren 93ccf15e1d Fix typo. Props rob1n. fixes #1585
git-svn-id: https://develop.svn.wordpress.org/trunk@4924 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-23 01:05:59 +00:00
Ryan Boren 1162b64000 Provide summary for calendar. Props littleram and rob1n. fixes #1585
git-svn-id: https://develop.svn.wordpress.org/trunk@4921 602fd350-edb4-49c9-b593-d223f7449a82
2007-02-23 00:53:34 +00:00
Mark Jaquith c408fe6afa use lang for text/html and xml:lang for all others. Props nickshanks. fixes #3608
git-svn-id: https://develop.svn.wordpress.org/trunk@4775 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-19 22:10:33 +00:00
Matt Mullenweg 85892d3aab Use CDATA to avoid validation errors, fixes #3496. Hat tip: JeremyVisser
git-svn-id: https://develop.svn.wordpress.org/trunk@4691 602fd350-edb4-49c9-b593-d223f7449a82
2007-01-07 02:25:03 +00:00
Mark Jaquith a011b23b47 Whitespace cleanup for [4656]
git-svn-id: https://develop.svn.wordpress.org/trunk@4657 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-21 10:45:58 +00:00
Mark Jaquith 31c39f948d new function for escaping within attributes: attribute_escape()
git-svn-id: https://develop.svn.wordpress.org/trunk@4656 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-21 10:10:04 +00:00
Mark Jaquith 323a1ac1f3 Revert overzealous i18n from [4545]. Props nbachiyski. fixes #3438
git-svn-id: https://develop.svn.wordpress.org/trunk@4636 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-10 00:23:10 +00:00
Mark Jaquith dd36543bce Disable RTE when editing comments. Props mdawaffe. fixes #3449
git-svn-id: https://develop.svn.wordpress.org/trunk@4622 602fd350-edb4-49c9-b593-d223f7449a82
2006-12-07 00:38:54 +00:00
Ryan Boren bccd583d54 gettext date format strings in wp_get_archives. fixes #1540
git-svn-id: https://develop.svn.wordpress.org/trunk@4545 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-29 21:34:51 +00:00
Mark Jaquith aa86502ddf whitespace tidying by Viper007Bond. fixes #3385
git-svn-id: https://develop.svn.wordpress.org/trunk@4529 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-24 22:55:28 +00:00
Matt Mullenweg 44cfe9ceda Typo in get_calendar
git-svn-id: https://develop.svn.wordpress.org/trunk@4523 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-23 18:31:27 +00:00
Matt Mullenweg 0fd7672651 Caching for get_calendar
git-svn-id: https://develop.svn.wordpress.org/trunk@4522 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-23 17:56:53 +00:00
Ryan Boren e44ea1ff93 Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986
git-svn-id: https://develop.svn.wordpress.org/trunk@4495 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-19 07:56:05 +00:00
Ryan Boren a9df0b834b Visual and Code. Props foolswisdom. fixes #3233
git-svn-id: https://develop.svn.wordpress.org/trunk@4476 602fd350-edb4-49c9-b593-d223f7449a82
2006-11-17 21:16:17 +00:00
Mark Jaquith c1f5e720eb Don't assume that TinyMCE exists, and degrade gracefully if it doesn't. fixes #3272
git-svn-id: https://develop.svn.wordpress.org/trunk@4417 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-24 03:57:19 +00:00
Matt Mullenweg 29cbad678d Some action in get_header and footer
git-svn-id: https://develop.svn.wordpress.org/trunk@4371 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-11 03:39:13 +00:00
Matt Mullenweg e13f751e70 The isset broke when we defined the var to fix E_ALL warnings, making the leading raquo appear on homepages.
git-svn-id: https://develop.svn.wordpress.org/trunk@4357 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-07 18:54:56 +00:00
Mark Jaquith cd4a05da67 avoid double time offset in calendar. props to priv. fixes #2189
git-svn-id: https://develop.svn.wordpress.org/trunk@4350 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-06 11:22:42 +00:00
Mark Jaquith 832ae0d0a8 "Compose" becomes "Editor" in RTE. fixes #3172
git-svn-id: https://develop.svn.wordpress.org/trunk@4347 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-05 06:34:17 +00:00
Mark Jaquith c5923e342d fix usage of $m and return behavior in single_month_title(). fixes #3207
git-svn-id: https://develop.svn.wordpress.org/trunk@4346 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-05 03:12:24 +00:00
Ryan Boren 29b992e902 Improved login from Viper007Bond. fixes #3123
git-svn-id: https://develop.svn.wordpress.org/trunk@4339 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-04 16:47:50 +00:00
Ryan Boren fa4a39b0c7 Init vars before use. Props Alex King. fixes #3180
git-svn-id: https://develop.svn.wordpress.org/trunk@4277 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-03 15:41:44 +00:00
Ryan Boren 8f25e35913 Pageinate upload tabs. From the Paginator, mdawaffe. fixes #3193
git-svn-id: https://develop.svn.wordpress.org/trunk@4276 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-03 15:40:26 +00:00
Ryan Boren c1d042931b paginate_links() from mdawaffe. fixes #3159
git-svn-id: https://develop.svn.wordpress.org/trunk@4275 602fd350-edb4-49c9-b593-d223f7449a82
2006-10-03 07:16:49 +00:00
Ryan Boren a52b67b3d4 Add langauge_attributes() template tag. #3136
git-svn-id: https://develop.svn.wordpress.org/trunk@4218 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-24 20:16:13 +00:00
Ryan Boren b5ffe203a4 Add language and text_direction attributes to bloginfo. Set lang and dir attributes in admin header's html tag. #3136
git-svn-id: https://develop.svn.wordpress.org/trunk@4217 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-24 19:29:32 +00:00
Ryan Boren f81191d1a4 Tabbed editor fixes from skeltoac. #2829
git-svn-id: https://develop.svn.wordpress.org/trunk@4210 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-22 22:24:50 +00:00
Ryan Boren c82cc535bc Tabbed editor from skeltoac. fixes #2829
git-svn-id: https://develop.svn.wordpress.org/trunk@4206 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-22 07:04:41 +00:00
Ryan Boren 46526ab285 Honor show_post_count. Props westi. fixes #3110
git-svn-id: https://develop.svn.wordpress.org/trunk@4172 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-07 17:38:43 +00:00
Ryan Boren 9e8323d14d the_search_query() from mdawaffe. fixes #914
git-svn-id: https://develop.svn.wordpress.org/trunk@4171 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-07 17:37:26 +00:00
Ryan Boren fbb3c673d7 Add bloginfo_url filter from Kafkaesqui. fixes #2643
git-svn-id: https://develop.svn.wordpress.org/trunk@4168 602fd350-edb4-49c9-b593-d223f7449a82
2006-09-07 00:35:42 +00:00
Ryan Boren 7e82eef627 Use get_option instead of get_settings. Just 'cause.
git-svn-id: https://develop.svn.wordpress.org/trunk@4144 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-30 21:46:31 +00:00
Ryan Boren b17c5d427b Add yearly archive display option. Props stewart and westi. fixes #2352
git-svn-id: https://develop.svn.wordpress.org/trunk@4138 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-30 17:23:42 +00:00
Ryan Boren 0644529857 the_modified_date(). Props westi. fixes #2374
git-svn-id: https://develop.svn.wordpress.org/trunk@4134 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-30 16:46:08 +00:00
Ryan Boren 03bd697b27 Add single_cat_title filter. Props ryanscheuermann. fixes #2935
git-svn-id: https://develop.svn.wordpress.org/trunk@4116 602fd350-edb4-49c9-b593-d223f7449a82
2006-08-24 23:50:24 +00:00
Matt Mullenweg 9aeb21aab1 Don't hide blog when option is blank!
git-svn-id: https://develop.svn.wordpress.org/trunk@3885 602fd350-edb4-49c9-b593-d223f7449a82
2006-06-17 23:38:45 +00:00
Ryan Boren 718e9ebd27 wp_get_archives() cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@3878 602fd350-edb4-49c9-b593-d223f7449a82
2006-06-15 20:28:47 +00:00
Ryan Boren 216546a0b8 Include file renames. #2525
git-svn-id: https://develop.svn.wordpress.org/trunk@3862 602fd350-edb4-49c9-b593-d223f7449a82
2006-06-11 06:43:54 +00:00