Commit Graph

2570 Commits

Author SHA1 Message Date
Matt Mullenweg
9df9852e88 Change to work better on windows
git-svn-id: https://develop.svn.wordpress.org/trunk@2370 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-21 06:38:30 +00:00
Matt Mullenweg
3cdf4346b6 Updating readme.html
git-svn-id: https://develop.svn.wordpress.org/trunk@2369 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-21 06:14:28 +00:00
Matt Mullenweg
32ad736a23 Wrong order - http://mosquito.wordpress.org/view.php?id=928
git-svn-id: https://develop.svn.wordpress.org/trunk@2368 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-21 05:58:09 +00:00
Matt Mullenweg
b2c3f16f34 Missing ID - http://mosquito.wordpress.org/view.php?id=933
git-svn-id: https://develop.svn.wordpress.org/trunk@2367 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-21 05:53:09 +00:00
Ryan Boren
f22a3f3283 Do not translate dates in feeds. http://mosquito.wordpress.org/view.php?id=924. Reviewed by morganiq.
git-svn-id: https://develop.svn.wordpress.org/trunk@2366 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-21 04:19:43 +00:00
Ryan Boren
7ba461a96c Remove option from wp_mail(). The additional parameters argument to mail() is non-portable and not useful to us. Props: dalziel. http://mosquito.wordpress.org/view.php?id=855
git-svn-id: https://develop.svn.wordpress.org/trunk@2365 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-19 04:17:34 +00:00
michelvaldrighi
4b4f99f127 reverting the previous patch: it made it impossible to sort the list by category name
git-svn-id: https://develop.svn.wordpress.org/trunk@2364 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-18 16:42:49 +00:00
Ryan Boren
1b3a0a7c5a Don't try to process path info when directly loading the feed files. Props to Toby Simmons. http://mosquito.wordpress.org/view.php?id=903
git-svn-id: https://develop.svn.wordpress.org/trunk@2363 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-18 01:43:48 +00:00
Ryan Boren
9dc9b14994 Plugin option pages aren't displayed. http://mosquito.wordpress.org/view.php?id=902
git-svn-id: https://develop.svn.wordpress.org/trunk@2362 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-17 16:05:45 +00:00
Matt Mullenweg
0f15eb8785 Trackback ending http://mosquito.wordpress.org/view.php?id=884
git-svn-id: https://develop.svn.wordpress.org/trunk@2361 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-17 09:03:23 +00:00
michelvaldrighi
7a45d0e309 whoops, make wp_list_pages not spew a warning when there are no pages
git-svn-id: https://develop.svn.wordpress.org/trunk@2360 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-17 00:11:35 +00:00
Ryan Boren
cdc96a2cc5 Don't strip scheme from comment url. Bug 883.
git-svn-id: https://develop.svn.wordpress.org/trunk@2359 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-16 23:01:02 +00:00
Dougal Campbell
0a24ddec5a Oops. Stupid typo. Thanks, Ryan.
git-svn-id: https://develop.svn.wordpress.org/trunk@2358 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-16 22:01:52 +00:00
Dougal Campbell
586092fa0a This really deserves to be in a separate function so that plugins can get at it more easily, don't you think?
git-svn-id: https://develop.svn.wordpress.org/trunk@2357 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-16 21:35:58 +00:00
michelvaldrighi
523757d3e6 getting the list of categories from cat_counts if hide_empty is true, saves one query
git-svn-id: https://develop.svn.wordpress.org/trunk@2356 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-16 16:06:07 +00:00
michelvaldrighi
8150ffc1a3 if permalink_structure doesn't have %category%, don't bother querying categories
git-svn-id: https://develop.svn.wordpress.org/trunk@2355 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-16 15:49:02 +00:00
michelvaldrighi
efc4b4e54d added cache_pages to avoid making 1+X queries everytime wp_list_pages is called, where X is the number of pages
git-svn-id: https://develop.svn.wordpress.org/trunk@2354 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-16 15:12:04 +00:00
michelvaldrighi
68d7c93974 unified cache_userdata indexes by referencing user_login to ID, got rid of the useless, and broken, get_userid (get_userdatabylogin provides the same functionnality anyway)
git-svn-id: https://develop.svn.wordpress.org/trunk@2353 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-16 14:29:55 +00:00
Matt Mullenweg
6b67558aeb Semi-colon semi-bug
git-svn-id: https://develop.svn.wordpress.org/trunk@2352 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-15 23:25:59 +00:00
Matt Mullenweg
cb90529309 Updated images from Michael
git-svn-id: https://develop.svn.wordpress.org/trunk@2351 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-15 23:05:18 +00:00
Dougal Campbell
83a9308954 I'm pretty sure that this should be get_theme_root(), not get_theme_base()
git-svn-id: https://develop.svn.wordpress.org/trunk@2350 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-15 19:55:12 +00:00
michelvaldrighi
8eb4e6ed34 fix parse error
git-svn-id: https://develop.svn.wordpress.org/trunk@2349 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-15 10:04:29 +00:00
Matt Mullenweg
fa6fdf3012 Reverse translation fix
git-svn-id: https://develop.svn.wordpress.org/trunk@2348 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-15 09:28:12 +00:00
Ryan Boren
f35d0429c3 Fix category links when permalinks are not enabled.
git-svn-id: https://develop.svn.wordpress.org/trunk@2347 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-15 06:52:38 +00:00
Matt Mullenweg
872f826316 Two small tweaks before release
git-svn-id: https://develop.svn.wordpress.org/trunk@2346 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-15 03:32:43 +00:00
Matt Mullenweg
1a35f3c783 *cough*
git-svn-id: https://develop.svn.wordpress.org/trunk@2345 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-15 01:24:11 +00:00
Matt Mullenweg
28fb881767 Wrong line
git-svn-id: https://develop.svn.wordpress.org/trunk@2344 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-15 00:50:23 +00:00
Matt Mullenweg
5561bc063c Icon is broken
git-svn-id: https://develop.svn.wordpress.org/trunk@2343 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-15 00:48:36 +00:00
Matt Mullenweg
2ef94eedf2 Allow for plugins to kick in before everything if define in wp-config
git-svn-id: https://develop.svn.wordpress.org/trunk@2342 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-15 00:46:58 +00:00
Matt Mullenweg
9b6518f605 Make excerpt stuff a filter
git-svn-id: https://develop.svn.wordpress.org/trunk@2341 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-15 00:21:21 +00:00
Ryan Boren
fe2c881868 Make wp_setcookie() and wp_clearcookie() replaceable.
git-svn-id: https://develop.svn.wordpress.org/trunk@2340 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-15 00:17:21 +00:00
Matt Mullenweg
8c0bda2b91 Accidentally removed H2
git-svn-id: https://develop.svn.wordpress.org/trunk@2339 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 23:37:28 +00:00
Matt Mullenweg
6b8fb62fb8 Readme tweaks
git-svn-id: https://develop.svn.wordpress.org/trunk@2338 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 23:35:51 +00:00
Matt Mullenweg
91c0d70f55 Tidy spacing a little
git-svn-id: https://develop.svn.wordpress.org/trunk@2337 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 23:25:16 +00:00
Matt Mullenweg
d986596ef6 Send headers in a CGI friendly way
git-svn-id: https://develop.svn.wordpress.org/trunk@2336 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 21:05:15 +00:00
Matt Mullenweg
f25a8f36ed Send content-type header - http://mosquito.wordpress.org/view.php?id=874
git-svn-id: https://develop.svn.wordpress.org/trunk@2335 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 20:08:29 +00:00
Matt Mullenweg
bb46173adf User agent in trackbacks, good idea - http://mosquito.wordpress.org/view.php?id=873
git-svn-id: https://develop.svn.wordpress.org/trunk@2334 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 09:48:48 +00:00
Matt Mullenweg
8e8b13594c Redirect to the right place - http://mosquito.wordpress.org/view.php?id=510
git-svn-id: https://develop.svn.wordpress.org/trunk@2333 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 09:46:08 +00:00
Ryan Boren
35b685cb65 Load comments-popup template through the index.
git-svn-id: https://develop.svn.wordpress.org/trunk@2332 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 09:17:23 +00:00
Matt Mullenweg
62bdfa854b More upload fixes - http://mosquito.wordpress.org/view.php?id=696
git-svn-id: https://develop.svn.wordpress.org/trunk@2331 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 07:13:38 +00:00
Matt Mullenweg
128ee4de8a http://mosquito.wordpress.org/view.php?id=871
git-svn-id: https://develop.svn.wordpress.org/trunk@2330 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 07:09:51 +00:00
Matt Mullenweg
f54c645796 http://mosquito.wordpress.org/view.php?id=810
git-svn-id: https://develop.svn.wordpress.org/trunk@2329 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 07:06:52 +00:00
Matt Mullenweg
ef80505704 http://mosquito.wordpress.org/view.php?id=772
git-svn-id: https://develop.svn.wordpress.org/trunk@2328 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 07:04:16 +00:00
Matt Mullenweg
60c3b346cd Fix for single_month_title - http://mosquito.wordpress.org/view.php?id=867
git-svn-id: https://develop.svn.wordpress.org/trunk@2327 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 06:48:51 +00:00
Matt Mullenweg
0ef609b8b3 Don't exit too early - http://mosquito.wordpress.org/view.php?id=870
git-svn-id: https://develop.svn.wordpress.org/trunk@2326 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 05:50:46 +00:00
Matt Mullenweg
03dce26a1e Highlight current theme - http://mosquito.wordpress.org/view.php?id=868
git-svn-id: https://develop.svn.wordpress.org/trunk@2325 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 05:36:54 +00:00
Matt Mullenweg
2072c977d7 Remove 1=1 clause
git-svn-id: https://develop.svn.wordpress.org/trunk@2324 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 05:16:48 +00:00
Matt Mullenweg
a5fec00554 Don't let there be duplicate post_names
git-svn-id: https://develop.svn.wordpress.org/trunk@2323 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 04:51:14 +00:00
Matt Mullenweg
5e087090d8 No bad HTML when there's quotes in options.
git-svn-id: https://develop.svn.wordpress.org/trunk@2322 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 04:39:17 +00:00
Matt Mullenweg
ed8a84e4cd html_type to allow for true XHTML.
git-svn-id: https://develop.svn.wordpress.org/trunk@2321 602fd350-edb4-49c9-b593-d223f7449a82
2005-02-14 04:36:57 +00:00