Matt Mullenweg
|
14326fb55d
|
Add error function back, fixes #1446
git-svn-id: https://develop.svn.wordpress.org/trunk@3057 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-13 02:54:49 +00:00 |
Matt Mullenweg
|
32fe0b0527
|
Account for more letter entities, fixes #1431
git-svn-id: https://develop.svn.wordpress.org/trunk@3056 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-13 02:48:35 +00:00 |
Matt Mullenweg
|
dd35ddfe28
|
Moderation and comment_author_link, fixes #1019
git-svn-id: https://develop.svn.wordpress.org/trunk@3055 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-13 02:45:53 +00:00 |
Ryan Boren
|
f10f98f0a7
|
Cleanup options save.
git-svn-id: https://develop.svn.wordpress.org/trunk@3054 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-12 09:36:20 +00:00 |
Matt Mullenweg
|
357311cd6a
|
Ryan says it's stable ;)
git-svn-id: https://develop.svn.wordpress.org/trunk@3053 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 02:25:31 +00:00 |
Ryan Boren
|
66643f61c7
|
Don't use hard query. Remove unneeded line. fixes #1858
git-svn-id: https://develop.svn.wordpress.org/trunk@3052 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 02:24:09 +00:00 |
Matt Mullenweg
|
9019babb19
|
PHP notice fix
git-svn-id: https://develop.svn.wordpress.org/trunk@3051 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 02:22:19 +00:00 |
Matt Mullenweg
|
7b012be984
|
Better link for date formatting, fixes #1419
git-svn-id: https://develop.svn.wordpress.org/trunk@3050 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 02:19:49 +00:00 |
Matt Mullenweg
|
f5ce936f25
|
Missing stripslashes - fixes #1793
git-svn-id: https://develop.svn.wordpress.org/trunk@3049 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 02:16:26 +00:00 |
Matt Mullenweg
|
61e8f75faa
|
Missed a line, fixes #1593
git-svn-id: https://develop.svn.wordpress.org/trunk@3048 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 02:00:06 +00:00 |
Matt Mullenweg
|
4a11b6e79f
|
Call nocache_headers for logged in users
git-svn-id: https://develop.svn.wordpress.org/trunk@3047 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 01:44:41 +00:00 |
Matt Mullenweg
|
5a4f4f12c6
|
Obsolete
git-svn-id: https://develop.svn.wordpress.org/trunk@3046 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 01:39:14 +00:00 |
Matt Mullenweg
|
e67d0cac6f
|
Formatting
git-svn-id: https://develop.svn.wordpress.org/trunk@3045 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 01:37:25 +00:00 |
Matt Mullenweg
|
4ea5013876
|
Allow redirect on logout, fixes #1239
git-svn-id: https://develop.svn.wordpress.org/trunk@3044 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 01:35:15 +00:00 |
Matt Mullenweg
|
3d4af53c47
|
Send a header as well as a meta, fixes #857
git-svn-id: https://develop.svn.wordpress.org/trunk@3043 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 01:31:59 +00:00 |
Matt Mullenweg
|
a5c87098b9
|
Image FUNction, fixes #1797
git-svn-id: https://develop.svn.wordpress.org/trunk@3042 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 01:27:58 +00:00 |
Matt Mullenweg
|
4b6a074982
|
Add HTTPS support, fixes #1372
git-svn-id: https://develop.svn.wordpress.org/trunk@3041 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 01:21:28 +00:00 |
Matt Mullenweg
|
0aea367865
|
Be nicer to people without http
git-svn-id: https://develop.svn.wordpress.org/trunk@3040 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 01:13:30 +00:00 |
Matt Mullenweg
|
9f51a87277
|
Eliminating query and vars now that we have category_count in DB
git-svn-id: https://develop.svn.wordpress.org/trunk@3039 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 01:03:13 +00:00 |
Ryan Boren
|
6daffdf70b
|
Don't loop over empty list. Props skippy. fixes #1467
git-svn-id: https://develop.svn.wordpress.org/trunk@3038 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 00:55:31 +00:00 |
Ryan Boren
|
ab5e695fe6
|
Add author support to wp_title(). Props graeme. fixes #1615
git-svn-id: https://develop.svn.wordpress.org/trunk@3037 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 00:48:31 +00:00 |
Ryan Boren
|
4daed6d8b9
|
Remove redundant lines. Props johnjosephbachir. fixes #1774
git-svn-id: https://develop.svn.wordpress.org/trunk@3036 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 00:32:15 +00:00 |
Matt Mullenweg
|
2b89020aa5
|
Use reply-to instead of from to stop acting spammy - fixes #1593
git-svn-id: https://develop.svn.wordpress.org/trunk@3035 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-11 00:07:39 +00:00 |
Matt Mullenweg
|
6d5e0be5ef
|
Fixes #1591 (again)
git-svn-id: https://develop.svn.wordpress.org/trunk@3034 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-10 23:57:45 +00:00 |
Ryan Boren
|
8b8c906885
|
Highlight current class. Props amanzi and skippy. fixes #1800
git-svn-id: https://develop.svn.wordpress.org/trunk@3033 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-10 23:42:56 +00:00 |
Ryan Boren
|
6204cb5e82
|
Don't loop over empty list. Props Mark Jaquith. fixes #1827
git-svn-id: https://develop.svn.wordpress.org/trunk@3032 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-10 23:36:50 +00:00 |
Matt Mullenweg
|
58b39edd36
|
Don't notify your own comments, fixes #1670
git-svn-id: https://develop.svn.wordpress.org/trunk@3031 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-10 23:31:58 +00:00 |
Ryan Boren
|
646a09ead4
|
Template functions for getting the post's modified time from error and Mark Jaquith. fixes #1836
git-svn-id: https://develop.svn.wordpress.org/trunk@3030 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-10 23:31:30 +00:00 |
Ryan Boren
|
8ca220554a
|
Add radio button for our default permalink structure. Add got_mod_rewrite(). Props Mark Jaquith. fixes #1840
git-svn-id: https://develop.svn.wordpress.org/trunk@3029 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-10 23:25:39 +00:00 |
Ryan Boren
|
ad772b5e63
|
Return false if we don't find the option.
git-svn-id: https://develop.svn.wordpress.org/trunk@3028 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-10 20:59:20 +00:00 |
Ryan Boren
|
7b5bed4809
|
Delete link fix from donncha. fixes #1862
git-svn-id: https://develop.svn.wordpress.org/trunk@3027 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-10 16:52:12 +00:00 |
Ryan Boren
|
49fa56367b
|
Fix commit gone wild.
git-svn-id: https://develop.svn.wordpress.org/trunk@3026 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-09 21:30:40 +00:00 |
Matt Mullenweg
|
222e32086e
|
Missing semi, also fixes #1599
git-svn-id: https://develop.svn.wordpress.org/trunk@3025 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-09 21:01:24 +00:00 |
Matt Mullenweg
|
8480fdda0a
|
Should fix #1599 for IIS blogs.
git-svn-id: https://develop.svn.wordpress.org/trunk@3024 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-09 20:58:58 +00:00 |
Ryan Boren
|
2077dcaf16
|
Options fixes from donncha. fixes #1859
git-svn-id: https://develop.svn.wordpress.org/trunk@3023 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-09 18:15:55 +00:00 |
Ryan Boren
|
fb234acd09
|
Remove debug cruft.
git-svn-id: https://develop.svn.wordpress.org/trunk@3022 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-09 11:17:33 +00:00 |
Ryan Boren
|
7f5284a4de
|
Add cache expiration. Cache requests for non-existant options.
git-svn-id: https://develop.svn.wordpress.org/trunk@3021 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-09 11:10:34 +00:00 |
Ryan Boren
|
c6a3cc3249
|
TinyMCE accesskeys from skeltoac. fixes #1854
git-svn-id: https://develop.svn.wordpress.org/trunk@3020 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-09 08:44:48 +00:00 |
Ryan Boren
|
aae1332f2d
|
Hide serialized object data in comment blocks within .php files. Props ringmaster. fixes #1857
git-svn-id: https://develop.svn.wordpress.org/trunk@3019 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-09 02:38:17 +00:00 |
Ryan Boren
|
9765974469
|
Oops. Comment out stats dump.
git-svn-id: https://develop.svn.wordpress.org/trunk@3018 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-08 22:28:45 +00:00 |
Ryan Boren
|
b5113fae7c
|
Obfuscate keys with some salt. Add empty index.php files to the cache dirs to prevent directory listings. Props to ringmaster. fixes #1851
git-svn-id: https://develop.svn.wordpress.org/trunk@3017 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-08 22:15:06 +00:00 |
Ryan Boren
|
1412706873
|
Handle the lack of curl. From skeltoac. fixes #1855
git-svn-id: https://develop.svn.wordpress.org/trunk@3016 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-08 21:55:01 +00:00 |
Ryan Boren
|
609383477a
|
TinyMCE tweaks from skeltoac. fixes #1852
git-svn-id: https://develop.svn.wordpress.org/trunk@3015 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-08 19:17:08 +00:00 |
Ryan Boren
|
b6930cefd4
|
Remove trailing blank lines.
git-svn-id: https://develop.svn.wordpress.org/trunk@3014 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-08 00:39:26 +00:00 |
Ryan Boren
|
e908ebc95c
|
Use get_*() API instead of SELECTs so that we hit the cache.
git-svn-id: https://develop.svn.wordpress.org/trunk@3013 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-07 23:15:21 +00:00 |
Ryan Boren
|
0069470818
|
Add LIMIT 1 to some of our gets.
git-svn-id: https://develop.svn.wordpress.org/trunk@3012 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-07 23:09:09 +00:00 |
Ryan Boren
|
c72a1f461e
|
Object caching, round one.
git-svn-id: https://develop.svn.wordpress.org/trunk@3011 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-07 21:56:03 +00:00 |
Matt Mullenweg
|
096d59d425
|
Not used anymore.
git-svn-id: https://develop.svn.wordpress.org/trunk@3010 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-07 19:16:34 +00:00 |
Matt Mullenweg
|
da3c5f47dc
|
Add RSD support. See http://archipelago.phrasewise.com/rsd
git-svn-id: https://develop.svn.wordpress.org/trunk@3009 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-07 09:47:51 +00:00 |
Matt Mullenweg
|
0cdc68d776
|
Style tweaks.
git-svn-id: https://develop.svn.wordpress.org/trunk@3008 602fd350-edb4-49c9-b593-d223f7449a82
|
2005-11-07 09:46:28 +00:00 |