ryan
|
24d31cbef8
|
Remove extraneous parens.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3245 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-30 17:30:51 +00:00 |
|
ryan
|
8f6c123fa7
|
TinyMCE directionality for RTL support. Props skeltoac. fixes #1967
git-svn-id: http://svn.automattic.com/wordpress/trunk@3244 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-30 17:15:43 +00:00 |
|
ryan
|
7b9f47b54b
|
Allow Author role to edit published posts.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3243 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-30 07:47:22 +00:00 |
|
ryan
|
b174a8dadb
|
Return role object after adding.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3242 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-30 07:32:43 +00:00 |
|
ryan
|
5211ae3da6
|
Unserialize fix. fixes #1988
git-svn-id: http://svn.automattic.com/wordpress/trunk@3239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-30 00:25:05 +00:00 |
|
ryan
|
1a351ef8c0
|
Add get_role() convenience wrapper.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3238 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-29 18:47:28 +00:00 |
|
ryan
|
489c6c4257
|
escapeshell SA17779
git-svn-id: http://svn.automattic.com/wordpress/trunk@3235 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-29 14:07:30 +00:00 |
|
matt
|
0ff8f49cd5
|
Part of a healthy balanced breakfast - fixes #1980
git-svn-id: http://svn.automattic.com/wordpress/trunk@3234 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-29 07:58:50 +00:00 |
|
ryan
|
f57362c61c
|
Only unset query vars when serving admin pages. fixes #1979
git-svn-id: http://svn.automattic.com/wordpress/trunk@3233 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-29 06:44:44 +00:00 |
|
ryan
|
b62211209a
|
If PHP_SELF is empty, use REQUEST_URI when determining pagenow.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3231 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-29 02:33:25 +00:00 |
|
matt
|
138f2e6a91
|
So close I can taste it.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3230 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-29 02:01:48 +00:00 |
|
ryan
|
efce6979b1
|
Use the full page hierarchy when matching page URIs. Props David House. fixes #1964
git-svn-id: http://svn.automattic.com/wordpress/trunk@3229 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-29 01:43:32 +00:00 |
|
ryan
|
cba87fb462
|
Don't try to do permalinks for admin pages.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3226 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-28 23:30:42 +00:00 |
|
matt
|
beff0bedba
|
Don't do bad xhtml fixing by default - fixes #1975
git-svn-id: http://svn.automattic.com/wordpress/trunk@3223 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-28 23:05:12 +00:00 |
|
matt
|
2235469b60
|
No need to do those big fancy joins.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3220 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-28 09:44:56 +00:00 |
|
matt
|
7c4d4cbec8
|
Another query bites the dust!
git-svn-id: http://svn.automattic.com/wordpress/trunk@3219 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-28 09:37:17 +00:00 |
|
matt
|
dced5779ea
|
Don't create empty umeta values.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3218 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-28 08:48:18 +00:00 |
|
matt
|
e8a4812526
|
Return if not an array, fixes #1940
git-svn-id: http://svn.automattic.com/wordpress/trunk@3217 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-28 06:38:12 +00:00 |
|
matt
|
2fdc11a1d2
|
Don't show 404s for empty cats, fixes #1969
git-svn-id: http://svn.automattic.com/wordpress/trunk@3215 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-28 03:15:48 +00:00 |
|
matt
|
43b2fc5f73
|
Better email from, fixes #1532
git-svn-id: http://svn.automattic.com/wordpress/trunk@3214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-25 22:57:26 +00:00 |
|
ryan
|
313e9a406b
|
Strip home path from path info. This prevents a path info value of '/wp/index.php' from being considered as a permalink request. fixes #1938
git-svn-id: http://svn.automattic.com/wordpress/trunk@3206 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-23 22:38:25 +00:00 |
|
ryan
|
6708e3d4ff
|
s/user_description/description/. Props tinyau. fixes #1943
git-svn-id: http://svn.automattic.com/wordpress/trunk@3205 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-23 18:01:32 +00:00 |
|
ryan
|
945a03bea5
|
Add get_attached_file().
git-svn-id: http://svn.automattic.com/wordpress/trunk@3203 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-23 10:00:07 +00:00 |
|
matt
|
45c73a3298
|
Don't show 0 as a month.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3202 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-23 07:57:58 +00:00 |
|
ryan
|
0b3cf7e738
|
Allow wp_insert/update_post to handle classes in addition to associative arrays. This should avoid the 'Cannot use object of type stdClass as array' warnings.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3200 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-23 01:35:08 +00:00 |
|
ryan
|
c9cc15c4f4
|
Add some defaults to avoid MySQL warnings.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3199 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-23 00:38:56 +00:00 |
|
ryan
|
7b29bce03c
|
Add glob() compat for php < 4.3.0
git-svn-id: http://svn.automattic.com/wordpress/trunk@3198 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-22 23:39:56 +00:00 |
|
ryan
|
9426478867
|
Store some values in the class for debug purposes.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3197 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-22 21:07:48 +00:00 |
|
matt
|
ac47eb038c
|
Bumpa version
git-svn-id: http://svn.automattic.com/wordpress/trunk@3195 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-22 09:56:15 +00:00 |
|
ryan
|
5be6242b23
|
Silence mkdir().
git-svn-id: http://svn.automattic.com/wordpress/trunk@3194 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-22 07:45:07 +00:00 |
|
ryan
|
24e2307445
|
Instead of incrementing the current comment count, recount all comments to make sure we have a good count. Props Mark Jaquith. fixes #1920
git-svn-id: http://svn.automattic.com/wordpress/trunk@3193 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-22 03:45:40 +00:00 |
|
ryan
|
a9d801767f
|
Upgrade to Snoopy 1.2.3
git-svn-id: http://svn.automattic.com/wordpress/trunk@3191 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-22 01:14:26 +00:00 |
|
ryan
|
73dde55507
|
Update meta before updating the post so that page_template is not stomped. fixes #1933
git-svn-id: http://svn.automattic.com/wordpress/trunk@3190 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-22 00:36:36 +00:00 |
|
ryan
|
40bcf58a25
|
Therapeutic db version bump.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3183 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-21 09:13:20 +00:00 |
|
ryan
|
3587a865c9
|
Run attachment filter for themes that don't have single.php or page.php. Props podz. fixes #1924
git-svn-id: http://svn.automattic.com/wordpress/trunk@3174 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-21 02:08:59 +00:00 |
|
ryan
|
6cc1deb00c
|
TinyMCE publish fix from skeltoac. fixes #1921
git-svn-id: http://svn.automattic.com/wordpress/trunk@3172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-20 07:34:47 +00:00 |
|
ryan
|
eb7c563406
|
Silence fopen warnings and check return.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3171 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-19 22:52:57 +00:00 |
|
ryan
|
6628bfcf35
|
Suppress fopen warnings and check return.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3170 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-19 20:12:26 +00:00 |
|
ryan
|
51b8a36906
|
get_post_mime_type() from skeltoac.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3169 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-19 20:08:21 +00:00 |
|
ryan
|
ed7b824257
|
Remove extra file.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3168 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-19 19:41:54 +00:00 |
|
ryan
|
e1a257cc18
|
Add missing file.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3167 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-19 19:41:21 +00:00 |
|
ryan
|
a42ba92fe9
|
Relocate help icon to the correct place.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3166 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-19 19:39:09 +00:00 |
|
ryan
|
d34cfa089b
|
Update help icon.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3165 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-19 19:28:48 +00:00 |
|
ryan
|
15147edb24
|
TinyMCE help. fixes #1908
git-svn-id: http://svn.automattic.com/wordpress/trunk@3163 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-19 19:15:11 +00:00 |
|
ryan
|
ff39307b04
|
Wrong PCRE flag break TinyMCE on lower PHP versions. fixes #1913
git-svn-id: http://svn.automattic.com/wordpress/trunk@3162 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-19 19:11:03 +00:00 |
|
matt
|
94c145394c
|
Dat da-da duuuummmmmmmm
git-svn-id: http://svn.automattic.com/wordpress/trunk@3160 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-19 00:19:43 +00:00 |
|
ryan
|
a78ca073b5
|
Don't texturize for the rich editor. Props skeltoac. fixes #1909
git-svn-id: http://svn.automattic.com/wordpress/trunk@3156 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-18 23:27:39 +00:00 |
|
ryan
|
dfb4f6b962
|
Autosave warning fix. fixes #1910
git-svn-id: http://svn.automattic.com/wordpress/trunk@3153 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-18 22:55:39 +00:00 |
|
ryan
|
f4f22fce81
|
Attachment cleanups from skeltoac. fixes #1870
git-svn-id: http://svn.automattic.com/wordpress/trunk@3145 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-18 09:25:47 +00:00 |
|
ryan
|
d2ae62c45c
|
Remove dead code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3143 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-18 02:20:19 +00:00 |
|
ryan
|
c1095d12dd
|
Don't return undefined variable.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-18 02:15:08 +00:00 |
|
ryan
|
2b178e8737
|
Filter on the_content_rss. Props Kafkaesqui. fixes #1685
git-svn-id: http://svn.automattic.com/wordpress/trunk@3140 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-17 23:17:06 +00:00 |
|
ryan
|
90004a8ae6
|
Don't stripslashes() in plugin_basename() since this breaks established expectation of being able to pass a non-escaped FILE. Instead, stripslashes further up the stack. fixes #1866
git-svn-id: http://svn.automattic.com/wordpress/trunk@3139 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-17 23:01:28 +00:00 |
|
ryan
|
f237c0bf41
|
Don't loop over empty options. fixes #1900
git-svn-id: http://svn.automattic.com/wordpress/trunk@3138 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-17 22:46:18 +00:00 |
|
ryan
|
e6425a4127
|
Tidy up get_userdatabylogin().
git-svn-id: http://svn.automattic.com/wordpress/trunk@3137 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-17 18:15:59 +00:00 |
|
ryan
|
544842e3dc
|
Big tiny fixes from skeltoac. fixes #1897
git-svn-id: http://svn.automattic.com/wordpress/trunk@3136 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-17 17:47:29 +00:00 |
|
ryan
|
3a83db90da
|
Don't bother with sems.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3131 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-17 09:30:14 +00:00 |
|
ryan
|
d662ef80b1
|
Add posts_groupby and posts_request filters. fixes #1479
git-svn-id: http://svn.automattic.com/wordpress/trunk@3130 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-17 09:10:18 +00:00 |
|
ryan
|
a370a5d002
|
i18n fix from nbachiyski. fixes #1874
git-svn-id: http://svn.automattic.com/wordpress/trunk@3125 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-17 03:01:55 +00:00 |
|
ryan
|
a6472cdafa
|
Check if writable before checking if dir to avoid permission denied problems.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3123 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-17 02:24:52 +00:00 |
|
matt
|
60e7c34c12
|
Fixes
git-svn-id: http://svn.automattic.com/wordpress/trunk@3122 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-17 01:57:18 +00:00 |
|
matt
|
1fb7241355
|
New logo, better login.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3120 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-17 00:51:34 +00:00 |
|
matt
|
773df46145
|
Not used any more.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3119 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-17 00:34:24 +00:00 |
|
ryan
|
a41c4a693f
|
Add missing space to fix validation. Props seth. fixes #1887
git-svn-id: http://svn.automattic.com/wordpress/trunk@3118 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 23:59:29 +00:00 |
|
ryan
|
09809cc917
|
Don't run stylesheet directory URI through filters. fixes #1890
git-svn-id: http://svn.automattic.com/wordpress/trunk@3117 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 23:54:39 +00:00 |
|
ryan
|
5fdc8b56da
|
Add some comment API and update comment popup templates to use them. Props David Hose. fixes #1892
git-svn-id: http://svn.automattic.com/wordpress/trunk@3115 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 23:48:12 +00:00 |
|
matt
|
6154d26ea1
|
Better email links, fixes #1416
git-svn-id: http://svn.automattic.com/wordpress/trunk@3114 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 23:44:03 +00:00 |
|
ryan
|
36722b2528
|
Silence file ops.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3113 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 23:40:14 +00:00 |
|
ryan
|
4eb19bcf5e
|
More 404 work. Hopefully fixes #1471
git-svn-id: http://svn.automattic.com/wordpress/trunk@3111 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 22:54:52 +00:00 |
|
ryan
|
64567c90f4
|
Don't flush if cache is disabled.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3110 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 19:01:58 +00:00 |
|
ryan
|
aba1a4437d
|
Fix 404s. Props donncha. fixes #1471
git-svn-id: http://svn.automattic.com/wordpress/trunk@3108 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 10:16:20 +00:00 |
|
ryan
|
428f06c54a
|
Fix typos in remove_accents(). Props kyknos and YaaL. fixes #1688
git-svn-id: http://svn.automattic.com/wordpress/trunk@3106 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 06:37:06 +00:00 |
|
ryan
|
25b644e8ce
|
Add comment_count to the posts table. Props donncha. fixes #1860
git-svn-id: http://svn.automattic.com/wordpress/trunk@3104 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 06:29:36 +00:00 |
|
ryan
|
005dce9352
|
Make sure plugins and themes are readable. Props Mike Little. fixes #1502
git-svn-id: http://svn.automattic.com/wordpress/trunk@3103 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 03:27:22 +00:00 |
|
ryan
|
b6f44dc532
|
Pull the values in WP_User::data directly into WP_User so that we don't have to do ->data->blah.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3102 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 02:54:23 +00:00 |
|
ryan
|
10c71b6d01
|
Execute rewrite rules for / so that plugins can add rules. Props: filosofo. fixes #1864
git-svn-id: http://svn.automattic.com/wordpress/trunk@3097 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 01:58:04 +00:00 |
|
ryan
|
72c031e0a5
|
Update to use cap API.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3095 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-16 00:50:02 +00:00 |
|
ryan
|
0170736e28
|
Move category post count updater into wp_set_post_cats().
git-svn-id: http://svn.automattic.com/wordpress/trunk@3094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-15 23:47:16 +00:00 |
|
ryan
|
f83326f125
|
Renaming. object and subpost are now attachment. post_type is post_mime_type.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3092 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-15 22:55:24 +00:00 |
|
ryan
|
e120711bdd
|
Update category counts. Props donncha. fixes #1886
git-svn-id: http://svn.automattic.com/wordpress/trunk@3091 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-15 16:31:24 +00:00 |
|
ryan
|
9ba3193309
|
Fix [3074] commit so that draft->publish transitions up date the timestamp.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3090 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-15 00:00:26 +00:00 |
|
matt
|
e13b370b3d
|
Mystery of the disappearing post solved, fixes #1879
git-svn-id: http://svn.automattic.com/wordpress/trunk@3089 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-14 23:28:10 +00:00 |
|
ryan
|
a3a84d2957
|
Flush the cache before installing. fixes #1877
git-svn-id: http://svn.automattic.com/wordpress/trunk@3088 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-14 22:32:03 +00:00 |
|
ryan
|
08fea3c335
|
Implement wp_cache_flush().
git-svn-id: http://svn.automattic.com/wordpress/trunk@3087 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-14 22:10:28 +00:00 |
|
ryan
|
60d04abb0c
|
Avoid infinite recursion when expiring cache. fixes #1875
git-svn-id: http://svn.automattic.com/wordpress/trunk@3086 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-14 21:29:30 +00:00 |
|
matt
|
50cc9f757b
|
Don't die on me now! Fixes #1631
git-svn-id: http://svn.automattic.com/wordpress/trunk@3083 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-14 10:21:39 +00:00 |
|
matt
|
886de0616c
|
Allow modified, fixes #1651
git-svn-id: http://svn.automattic.com/wordpress/trunk@3080 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-14 10:12:22 +00:00 |
|
matt
|
682ad94a9f
|
Follow standards in Pingback - fixes #1668
git-svn-id: http://svn.automattic.com/wordpress/trunk@3078 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-14 10:08:12 +00:00 |
|
matt
|
f059c4f049
|
Fixes #1837 timestamp funkiness
git-svn-id: http://svn.automattic.com/wordpress/trunk@3074 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-14 09:56:41 +00:00 |
|
matt
|
4f0edc7878
|
Reverse that cleanup, there is reason in the madness ;)
git-svn-id: http://svn.automattic.com/wordpress/trunk@3071 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-14 09:08:27 +00:00 |
|
matt
|
f1951d856a
|
Small cleanup
git-svn-id: http://svn.automattic.com/wordpress/trunk@3068 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-14 08:51:04 +00:00 |
|
ryan
|
f6fd138e51
|
Don't return false from get_settings() when installing. Use update_option() when setting the blog title and admin email so that the cache is kept in sync. fixes #1869
git-svn-id: http://svn.automattic.com/wordpress/trunk@3067 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-14 06:51:09 +00:00 |
|
matt
|
46d3b062a9
|
Silly thumbnail files
git-svn-id: http://svn.automattic.com/wordpress/trunk@3066 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-14 03:08:08 +00:00 |
|
matt
|
1301fdf266
|
More accessible comment links
git-svn-id: http://svn.automattic.com/wordpress/trunk@3065 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-14 03:06:52 +00:00 |
|
matt
|
8591106e59
|
More eol-style: native
git-svn-id: http://svn.automattic.com/wordpress/trunk@3062 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-13 04:43:57 +00:00 |
|
matt
|
fe1e8af589
|
Don't allow newlines in redirects
git-svn-id: http://svn.automattic.com/wordpress/trunk@3060 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-13 04:38:56 +00:00 |
|
matt
|
d3d3e45cf7
|
Add error function back, fixes #1446
git-svn-id: http://svn.automattic.com/wordpress/trunk@3057 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-13 02:54:49 +00:00 |
|
matt
|
dd67f966fb
|
Account for more letter entities, fixes #1431
git-svn-id: http://svn.automattic.com/wordpress/trunk@3056 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-13 02:48:35 +00:00 |
|
matt
|
9187979859
|
Moderation and comment_author_link, fixes #1019
git-svn-id: http://svn.automattic.com/wordpress/trunk@3055 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-13 02:45:53 +00:00 |
|
ryan
|
3f20184aa3
|
Cleanup options save.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3054 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-12 09:36:20 +00:00 |
|
ryan
|
0c2c997bab
|
Don't use hard query. Remove unneeded line. fixes #1858
git-svn-id: http://svn.automattic.com/wordpress/trunk@3052 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-11 02:24:09 +00:00 |
|
matt
|
62b08c17be
|
Missing stripslashes - fixes #1793
git-svn-id: http://svn.automattic.com/wordpress/trunk@3049 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-11 02:16:26 +00:00 |
|
matt
|
2b47bd4e9d
|
Missed a line, fixes #1593
git-svn-id: http://svn.automattic.com/wordpress/trunk@3048 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-11 02:00:06 +00:00 |
|
matt
|
cfa85af2d8
|
Call nocache_headers for logged in users
git-svn-id: http://svn.automattic.com/wordpress/trunk@3047 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-11 01:44:41 +00:00 |
|
matt
|
41775561d5
|
Add HTTPS support, fixes #1372
git-svn-id: http://svn.automattic.com/wordpress/trunk@3041 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-11 01:21:28 +00:00 |
|
matt
|
89bbb5bb21
|
Eliminating query and vars now that we have category_count in DB
git-svn-id: http://svn.automattic.com/wordpress/trunk@3039 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-11 01:03:13 +00:00 |
|
ryan
|
2a94c54ff7
|
Don't loop over empty list. Props skippy. fixes #1467
git-svn-id: http://svn.automattic.com/wordpress/trunk@3038 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-11 00:55:31 +00:00 |
|
ryan
|
42f144b4d9
|
Add author support to wp_title(). Props graeme. fixes #1615
git-svn-id: http://svn.automattic.com/wordpress/trunk@3037 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-11 00:48:31 +00:00 |
|
matt
|
98945dd8b4
|
Use reply-to instead of from to stop acting spammy - fixes #1593
git-svn-id: http://svn.automattic.com/wordpress/trunk@3035 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-11 00:07:39 +00:00 |
|
ryan
|
c42cbf7d09
|
Highlight current class. Props amanzi and skippy. fixes #1800
git-svn-id: http://svn.automattic.com/wordpress/trunk@3033 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-10 23:42:56 +00:00 |
|
matt
|
f67be7f30f
|
Don't notify your own comments, fixes #1670
git-svn-id: http://svn.automattic.com/wordpress/trunk@3031 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-10 23:31:58 +00:00 |
|
ryan
|
833f1cca4e
|
Template functions for getting the post's modified time from error and Mark Jaquith. fixes #1836
git-svn-id: http://svn.automattic.com/wordpress/trunk@3030 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-10 23:31:30 +00:00 |
|
ryan
|
03567e7d88
|
Return false if we don't find the option.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3028 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-10 20:59:20 +00:00 |
|
ryan
|
d2fec03493
|
Fix commit gone wild.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3026 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-09 21:30:40 +00:00 |
|
matt
|
dace166de0
|
Missing semi, also fixes #1599
git-svn-id: http://svn.automattic.com/wordpress/trunk@3025 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-09 21:01:24 +00:00 |
|
matt
|
9ada34a5ae
|
Should fix #1599 for IIS blogs.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3024 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-09 20:58:58 +00:00 |
|
ryan
|
8e154dc493
|
Options fixes from donncha. fixes #1859
git-svn-id: http://svn.automattic.com/wordpress/trunk@3023 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-09 18:15:55 +00:00 |
|
ryan
|
3a088cfaf1
|
Remove debug cruft.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3022 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-09 11:17:33 +00:00 |
|
ryan
|
6f54ba207a
|
Add cache expiration. Cache requests for non-existant options.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3021 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-09 11:10:34 +00:00 |
|
ryan
|
a656505563
|
TinyMCE accesskeys from skeltoac. fixes #1854
git-svn-id: http://svn.automattic.com/wordpress/trunk@3020 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-09 08:44:48 +00:00 |
|
ryan
|
f49dbd725d
|
Hide serialized object data in comment blocks within .php files. Props ringmaster. fixes #1857
git-svn-id: http://svn.automattic.com/wordpress/trunk@3019 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-09 02:38:17 +00:00 |
|
ryan
|
13cff25d99
|
Oops. Comment out stats dump.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3018 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-08 22:28:45 +00:00 |
|
ryan
|
b9ee18b899
|
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: http://svn.automattic.com/wordpress/trunk@3017 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-08 22:15:06 +00:00 |
|
ryan
|
6705b20ff7
|
TinyMCE tweaks from skeltoac. fixes #1852
git-svn-id: http://svn.automattic.com/wordpress/trunk@3015 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-08 19:17:08 +00:00 |
|
ryan
|
4e2d4a842f
|
Remove trailing blank lines.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3014 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-08 00:39:26 +00:00 |
|
ryan
|
69e8270fcf
|
Use get_*() API instead of SELECTs so that we hit the cache.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3013 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-07 23:15:21 +00:00 |
|
ryan
|
1a76958310
|
Add LIMIT 1 to some of our gets.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3012 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-07 23:09:09 +00:00 |
|
ryan
|
85723b8944
|
Object caching, round one.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3011 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-07 21:56:03 +00:00 |
|
matt
|
af8c37fd71
|
Add RSD support. See http://archipelago.phrasewise.com/rsd
git-svn-id: http://svn.automattic.com/wordpress/trunk@3009 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-07 09:47:51 +00:00 |
|
matt
|
44857e2f23
|
Fixes #1443
git-svn-id: http://svn.automattic.com/wordpress/trunk@3007 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-07 09:35:54 +00:00 |
|
matt
|
725cc84302
|
Simplify status_header
git-svn-id: http://svn.automattic.com/wordpress/trunk@3005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-07 09:05:47 +00:00 |
|
matt
|
5b1a7b5ed0
|
Missing user line.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3004 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-07 08:58:37 +00:00 |
|
ryan
|
b1cdba1f31
|
Remove extraneous header() call.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3003 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-06 19:06:10 +00:00 |
|
ryan
|
e19c9ab70c
|
Preview future dated posts. Props davidhouse. fixes #1795
git-svn-id: http://svn.automattic.com/wordpress/trunk@3001 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-06 07:04:46 +00:00 |
|
ryan
|
bd4d154c1f
|
Protection against multiple trackbacks in one bunch from markjaquith. fixes #1817
git-svn-id: http://svn.automattic.com/wordpress/trunk@2996 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-06 04:02:12 +00:00 |
|
ryan
|
a8b6fe21ba
|
Show Role in profile and user edit. Don't allow users with edit_users caps to demote themselves. Props: davidhouse, ringmaster. fixes #1825
git-svn-id: http://svn.automattic.com/wordpress/trunk@2995 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-06 03:58:52 +00:00 |
|
ryan
|
acfd349d19
|
Rename image-uploading to inline-uploading. Props skeltoac. fixes #1834
git-svn-id: http://svn.automattic.com/wordpress/trunk@2994 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-06 03:40:43 +00:00 |
|
ryan
|
344b1dcee0
|
TinyMCE 2.0RC4 Props skeltoac. fixes #1830
git-svn-id: http://svn.automattic.com/wordpress/trunk@2993 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-06 03:30:11 +00:00 |
|
ryan
|
81aab2897b
|
Remove extraneous whitespace from wp_list_pages() output. Props: error fixes #1838
git-svn-id: http://svn.automattic.com/wordpress/trunk@2991 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-06 03:15:43 +00:00 |
|
matt
|
cdd3a0a295
|
Allow "anonymous" to be translated, fixes #1740
git-svn-id: http://svn.automattic.com/wordpress/trunk@2986 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-05 22:53:40 +00:00 |
|
ryan
|
e445ffe7e6
|
Don't self ping. Props Mark Jaquith fixes #993
git-svn-id: http://svn.automattic.com/wordpress/trunk@2983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-05 16:20:09 +00:00 |
|
ryan
|
a79cdd3a92
|
Add middle_name and flickr_username for users.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2980 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-02 08:26:42 +00:00 |
|
matt
|
56e058d6d8
|
Missing global, fix from airport. :)
git-svn-id: http://svn.automattic.com/wordpress/trunk@2978 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-11-01 18:22:30 +00:00 |
|
matt
|
ba2ba0e252
|
Even better, array functions are fun.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2977 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-29 23:28:05 +00:00 |
|
matt
|
2718217d3b
|
Some optimizations in queries and code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2976 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-29 23:23:17 +00:00 |
|
matt
|
e0e5a1659c
|
Cleaner, better, faster.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2975 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-29 22:24:27 +00:00 |
|
ryan
|
f081b601cc
|
If post_date_gmt is not supplied, derive it from post_date instead of current time.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-28 04:34:49 +00:00 |
|
ryan
|
158b6eafd3
|
Use full hierarchy when resolving category URIs. fixes #1787 Props: ringmaster Owen
git-svn-id: http://svn.automattic.com/wordpress/trunk@2968 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-28 01:14:57 +00:00 |
|
ryan
|
5939e76b0b
|
DB versioning. fixes #1791
git-svn-id: http://svn.automattic.com/wordpress/trunk@2966 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-27 22:04:12 +00:00 |
|
matt
|
b8edb9642b
|
LiteSpeed support everything Apache does
git-svn-id: http://svn.automattic.com/wordpress/trunk@2965 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-25 23:44:27 +00:00 |
|
ryan
|
29c6e8b3e2
|
TinyMCE fixes. Reinstate "More..." button. Filter trailing br. fixes #1789
git-svn-id: http://svn.automattic.com/wordpress/trunk@2964 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-25 23:10:14 +00:00 |
|
ryan
|
85a85a8aaf
|
Filter title with kses. fixes #1788
git-svn-id: http://svn.automattic.com/wordpress/trunk@2963 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-25 14:46:23 +00:00 |
|
ryan
|
f309558d94
|
Remove debug code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2961 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-20 22:15:07 +00:00 |
|
ryan
|
45fc6c1664
|
Image fu from Andy. fixes #1776
git-svn-id: http://svn.automattic.com/wordpress/trunk@2958 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-20 20:48:32 +00:00 |
|
matt
|
8c0dd12af3
|
Fix for header redirects - Hat tip: http://www.davidmeade.com/post/post.php?topicID=579
git-svn-id: http://svn.automattic.com/wordpress/trunk@2956 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-19 06:09:23 +00:00 |
|
ryan
|
ab8cf86716
|
More massive code cleanups from Mark Jaquith. fixes #1772
git-svn-id: http://svn.automattic.com/wordpress/trunk@2955 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-18 22:42:02 +00:00 |
|
matt
|
751a663f3c
|
Missing directory
git-svn-id: http://svn.automattic.com/wordpress/trunk@2954 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-18 16:40:06 +00:00 |
|
ryan
|
a6ae47a303
|
Don't process enclosures when importing. Props: skeltoac. fixes #1771
git-svn-id: http://svn.automattic.com/wordpress/trunk@2953 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-17 23:45:50 +00:00 |
|
ryan
|
845917e6ff
|
More code cleanups from Mark Jaquith. fixes #1768
git-svn-id: http://svn.automattic.com/wordpress/trunk@2952 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-17 23:41:28 +00:00 |
|
ryan
|
721b7746a2
|
Add ordered list tags to kses. fixes #1761
git-svn-id: http://svn.automattic.com/wordpress/trunk@2950 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-14 18:52:44 +00:00 |
|
ryan
|
69022c397b
|
wp_attach_object threading fix ups. fixes #1760 #1758
git-svn-id: http://svn.automattic.com/wordpress/trunk@2949 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-14 18:06:23 +00:00 |
|
ryan
|
5977b21bc4
|
Remove thread unsafe Auto_increment tricks. fixes #1753
git-svn-id: http://svn.automattic.com/wordpress/trunk@2948 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-13 19:06:31 +00:00 |
|
ryan
|
b1f86c0a51
|
Code cleanup from Mark Jaquith. fixes #1746
git-svn-id: http://svn.automattic.com/wordpress/trunk@2943 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-12 17:01:50 +00:00 |
|
matt
|
65f1a4df26
|
Awesome fix from Dougal about ping timeout problems.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-10 16:36:54 +00:00 |
|
ryan
|
e1140b014d
|
Code cleanups from markjaquith. fixes #1743
git-svn-id: http://svn.automattic.com/wordpress/trunk@2941 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-10 09:25:38 +00:00 |
|
ryan
|
5a87d54700
|
pre_get_posts action from ringmaster. fixes #1736
git-svn-id: http://svn.automattic.com/wordpress/trunk@2938 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-06 17:27:57 +00:00 |
|
ryan
|
ae5fbef066
|
Don't run bloginfo filters on URIs. fixes #1545 #1410 #1729
git-svn-id: http://svn.automattic.com/wordpress/trunk@2935 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-06 00:04:59 +00:00 |
|
ryan
|
e56c5d190d
|
Add kses_init_filters(). Call it when running importers.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2934 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-05 23:58:16 +00:00 |
|
ryan
|
4ffa89daa7
|
Send User-Agent when confirming pingbacks. Props error. fixes #1713
git-svn-id: http://svn.automattic.com/wordpress/trunk@2933 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-05 23:29:56 +00:00 |
|
ryan
|
d0a769dd73
|
SQL error fix from MikeLittle. fixes #1711
git-svn-id: http://svn.automattic.com/wordpress/trunk@2931 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-05 22:48:51 +00:00 |
|
ryan
|
9995e83e1f
|
wp_delete_object() and image popup from skeltoac. fixes #1731
git-svn-id: http://svn.automattic.com/wordpress/trunk@2929 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-10-04 17:38:04 +00:00 |
|
matt
|
e2b904c714
|
Some of that really shouldn't be in posts.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2924 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-27 21:23:02 +00:00 |
|
matt
|
eb89133eb6
|
For apos in links.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2922 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-27 03:34:37 +00:00 |
|
ryan
|
7b0442ea12
|
Image uploading widget from skeltoac. fixes #1710
git-svn-id: http://svn.automattic.com/wordpress/trunk@2921 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-26 23:55:36 +00:00 |
|
matt
|
b226483656
|
We had reverted this fix from [1253]
git-svn-id: http://svn.automattic.com/wordpress/trunk@2919 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-26 16:06:58 +00:00 |
|
matt
|
e655cf00e3
|
Shhhh windows
git-svn-id: http://svn.automattic.com/wordpress/trunk@2918 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-26 15:50:08 +00:00 |
|
matt
|
da4199e963
|
A few cleanups from the upgrade.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2917 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-26 07:13:48 +00:00 |
|
matt
|
5034e50bb4
|
Updating to latest TinyMCE
git-svn-id: http://svn.automattic.com/wordpress/trunk@2916 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-26 06:52:30 +00:00 |
|
ryan
|
808b0f36ce
|
Moving more stuff to new API.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2915 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-24 18:07:46 +00:00 |
|
ryan
|
ed15ebd4c3
|
Header color picker for default theme from skeltoac. fixes #1705
git-svn-id: http://svn.automattic.com/wordpress/trunk@2913 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-24 05:55:14 +00:00 |
|
ryan
|
31fd52fa5c
|
Add object awareness to WP_Query. Props skeltoac. fixes #1700
git-svn-id: http://svn.automattic.com/wordpress/trunk@2908 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-23 23:24:19 +00:00 |
|
ryan
|
cc3a803930
|
Array and object support for post meta from skeltoac. fixes #1699
git-svn-id: http://svn.automattic.com/wordpress/trunk@2907 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-23 23:22:51 +00:00 |
|
ryan
|
46df98f327
|
Typos
git-svn-id: http://svn.automattic.com/wordpress/trunk@2905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-22 21:14:52 +00:00 |
|
ryan
|
34c848fb0a
|
Pass along grant state when saving cap. Props Owen. fixes #1702
git-svn-id: http://svn.automattic.com/wordpress/trunk@2904 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-22 20:39:37 +00:00 |
|
matt
|
e91046317b
|
Uppercase, please.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-22 08:39:09 +00:00 |
|
ryan
|
18c673c275
|
stripslashes before running kses. Props donncha. fixes #1697
git-svn-id: http://svn.automattic.com/wordpress/trunk@2902 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-21 16:35:35 +00:00 |
|
ryan
|
1d16b58059
|
Remove extra line. fixes #1694
git-svn-id: http://svn.automattic.com/wordpress/trunk@2899 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-21 02:38:47 +00:00 |
|
ryan
|
22fb57c5c6
|
Spiffier role creation code.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2898 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-20 23:48:28 +00:00 |
|
ryan
|
42d6530c36
|
Filter posts with kses for users who do not have the unfiltered_html cap. Props donncha. fixes #1674
git-svn-id: http://svn.automattic.com/wordpress/trunk@2896 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-20 22:18:47 +00:00 |
|
ryan
|
b03de9abe4
|
Don't reset user cookies when editing other users. Props donncha. fixes #1689
git-svn-id: http://svn.automattic.com/wordpress/trunk@2895 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-20 17:55:16 +00:00 |
|
ryan
|
a34a4ca8c7
|
wp_insert_comment(), wp_update_comment(), wp_allow_comment(), and wp_filter_comment() from skeltoac. fixes #1683
git-svn-id: http://svn.automattic.com/wordpress/trunk@2894 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-20 03:17:43 +00:00 |
|
ryan
|
e0bffdaf03
|
Do over to avoid write context warning.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2892 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-19 02:49:53 +00:00 |
|
ryan
|
cf9735284d
|
Trim spaw words before checking for empty. Props markjaquith. fixes #1653
git-svn-id: http://svn.automattic.com/wordpress/trunk@2891 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-19 02:17:41 +00:00 |
|
ryan
|
dccf85d6e1
|
Add variable path support to load_plugin_textdomain() in order to support subdir plugins. Props firas. fixes #1468
git-svn-id: http://svn.automattic.com/wordpress/trunk@2888 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-16 22:30:03 +00:00 |
|
matt
|
195206fbb4
|
Fixes #1681 and the annoying empty meta problem.
git-svn-id: http://svn.automattic.com/wordpress/trunk@2887 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-16 17:27:09 +00:00 |
|
ryan
|
a691288ccd
|
Clear all other query flags if we have a 404. fixes #1413
git-svn-id: http://svn.automattic.com/wordpress/trunk@2885 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-16 03:16:12 +00:00 |
|
ryan
|
4b40f98408
|
Add missing comma. Props donncha. fixes #1675
git-svn-id: http://svn.automattic.com/wordpress/trunk@2883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-15 23:44:33 +00:00 |
|
ryan
|
69fad9bf3b
|
Reference passing fix from jsteidl. fixes #1676
git-svn-id: http://svn.automattic.com/wordpress/trunk@2882 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-15 23:42:29 +00:00 |
|
ryan
|
ef29f0ba5f
|
get_comments_number() improvements from markjaquith. fixes #1677
git-svn-id: http://svn.automattic.com/wordpress/trunk@2881 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-15 23:40:04 +00:00 |
|
ryan
|
a0ea9e4466
|
wp_insert_post() return value fix from skeltoac. fixes #1678
git-svn-id: http://svn.automattic.com/wordpress/trunk@2878 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2005-09-15 23:34:54 +00:00 |
|