Ryan Boren
|
3750f4ac5d
|
Move the global up
git-svn-id: https://develop.svn.wordpress.org/trunk@14181 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-21 20:37:54 +00:00 |
Ryan Boren
|
70fdc2138c
|
Make sure is set correctly when advanced-cache.php is being used.
git-svn-id: https://develop.svn.wordpress.org/trunk@14180 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-21 20:34:32 +00:00 |
Andrew Nacin
|
6d5a19ed17
|
Simplify logic in is_multisite().
git-svn-id: https://develop.svn.wordpress.org/trunk@14036 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-08 02:39:17 +00:00 |
Ryan Boren
|
079dd022e7
|
Add global-posts to global cache groups.
git-svn-id: https://develop.svn.wordpress.org/trunk@14009 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-05 18:29:56 +00:00 |
Andrew Nacin
|
1fa9e99992
|
Prevent half-baked loading of MS that would happen when constants are added into wp-config below the wp-settings include. Now it would error on the redefinition of the MULTISITE constant, instead of vague errors, and prevent any MS from loading. see #12848
git-svn-id: https://develop.svn.wordpress.org/trunk@14000 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-05 00:00:13 +00:00 |
Andrew Nacin
|
4f5a2095a8
|
Remove trailing whites and double semicolons.
git-svn-id: https://develop.svn.wordpress.org/trunk@13830 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-26 19:36:49 +00:00 |
Andrew Nacin
|
e721260a3b
|
WP_I18N_* for .maintenance strings. fixes #12485
git-svn-id: https://develop.svn.wordpress.org/trunk@13822 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-26 14:06:12 +00:00 |
Nikolay Bachiyski
|
cab7d51114
|
Set some $_SERVER values to empty strings if missing. Fixes notices if WordPress is run from the command-line and is far more pleasant than using isset() all over the place.
git-svn-id: https://develop.svn.wordpress.org/trunk@13812 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-25 15:33:35 +00:00 |
Andrew Nacin
|
dd306def81
|
Remove redundant isset() and empty() checks.
git-svn-id: https://develop.svn.wordpress.org/trunk@13770 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-19 21:29:21 +00:00 |
Dion Hulse
|
8dc67aa8f9
|
More whitespace & coding stadards cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@13599 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-06 05:57:24 +00:00 |
Dion Hulse
|
89c01536de
|
Coding Standards: no camelcase variables, use lowercase for variables. Props hakre. Fixes #12519
git-svn-id: https://develop.svn.wordpress.org/trunk@13598 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-06 05:53:20 +00:00 |
Dion Hulse
|
4997601dd1
|
Display PHP Start-up Errors/Warnings. Props Denis-de-Bernardy. Fixes #12395.
git-svn-id: https://develop.svn.wordpress.org/trunk@13499 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-28 12:19:09 +00:00 |
Andrew Nacin
|
b20651cc65
|
One less variable assignment in timer_start and timer_start. props hakre fixes #12389
git-svn-id: https://develop.svn.wordpress.org/trunk@13436 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-26 19:09:29 +00:00 |
Andrew Nacin
|
9b78314c05
|
A call to arms for grammarians. Fixes #12228 fixes #11875 props kurtmckee, filosofo, jjj
git-svn-id: https://develop.svn.wordpress.org/trunk@13425 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-26 05:46:08 +00:00 |
Andrew Nacin
|
8c10673185
|
Rename is_installed() to ms_not_installed(). See #12083
git-svn-id: https://develop.svn.wordpress.org/trunk@13253 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-20 13:51:32 +00:00 |
Andrew Nacin
|
dd171a6767
|
Add missing i18n comment for a hard-coded string. Props Nao, fixes #11654
git-svn-id: https://develop.svn.wordpress.org/trunk@13222 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-19 13:39:41 +00:00 |
Andrew Nacin
|
5921acfa63
|
Bail early for favicon.ico requests so we don't load WP twice. Props azaozz, sivel. Fixes #3426
git-svn-id: https://develop.svn.wordpress.org/trunk@13205 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-18 23:41:50 +00:00 |
Andrew Nacin
|
a4107f75c1
|
Add initial WP_DEBUG define to wp-config-sample.php and suggest plugin/theme developers use it. Fixes #12236
git-svn-id: https://develop.svn.wordpress.org/trunk@13185 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-17 20:36:00 +00:00 |
Andrew Nacin
|
61f02ae2fb
|
Better inline documentation for WP_DEBUG, WP_DEBUG_DISPLAY, and WP_DEBUG_LOG. Fixes #11987
git-svn-id: https://develop.svn.wordpress.org/trunk@13176 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-17 13:14:45 +00:00 |
Ryan Boren
|
e213402692
|
Preload commonly loaded site options when running multisite without a persistent cache. Introduce wp_cache_reset() and call it instead of wp_cache_init() when re-initing after the blog ID chanages to avoid throwing out the entire cache. Pass cached site options through the site option filter when fetching.
git-svn-id: https://develop.svn.wordpress.org/trunk@13066 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-12 17:06:43 +00:00 |
Peter Westwood
|
ab3afcf343
|
Improve function naming for plugin file discovery functions.
git-svn-id: https://develop.svn.wordpress.org/trunk@13064 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-12 07:59:11 +00:00 |
Ryan Boren
|
3bc5c8975b
|
Sitewide plugins cleanup. Props nacin. see #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@12947 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-04 18:50:36 +00:00 |
Ryan Boren
|
2b1691cdf4
|
Cleanup network plugin loading. Props nacin. see #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@12930 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-02 21:41:17 +00:00 |
Ryan Boren
|
88024e6674
|
Clean up cache re-init code in Multisite. Props nacin. fixes #12065
git-svn-id: https://develop.svn.wordpress.org/trunk@12888 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-28 17:28:44 +00:00 |
Ron Rennick
|
014f5da245
|
rearrage multisite initialization, remove deprecated $wpmuBaseTablePrefix, props nacin, see #11881
git-svn-id: https://develop.svn.wordpress.org/trunk@12885 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-28 16:09:52 +00:00 |
Ron Rennick
|
4bcd7b3afd
|
Improvements to queries in populate_network(), also gettext, props nacin, see #11816
git-svn-id: https://develop.svn.wordpress.org/trunk@12880 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-27 19:13:00 +00:00 |
Ryan Boren
|
94a9904b69
|
Remove fix_actve_plugins(). Props hakre. fixes #11750
git-svn-id: https://develop.svn.wordpress.org/trunk@12848 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-26 18:39:12 +00:00 |
Ryan Boren
|
a279ade5a0
|
phpdoc for load.php, return some includes to global scope. Props nacin. see #11881
git-svn-id: https://develop.svn.wordpress.org/trunk@12762 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-19 17:27:03 +00:00 |
Ryan Boren
|
ee5efb4187
|
Multisite and formatting cleanups. Introduce get_allowed_themes(). see #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@12755 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-18 23:34:36 +00:00 |
Ryan Boren
|
3dfc463062
|
Coding style cleanups
git-svn-id: https://develop.svn.wordpress.org/trunk@12734 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-15 22:25:40 +00:00 |
Ryan Boren
|
42292a8c4d
|
Cleanup wp-settings. Move functions needed at startup into load.php. Props nacin. see #11881
git-svn-id: https://develop.svn.wordpress.org/trunk@12732 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-01-15 22:03:41 +00:00 |