Andrew Nacin
|
0ea00a75d1
|
Explicitly globalize $table_prefix in wp-settings.php in case WordPress isn't loaded in global scope. Use $_SERVER['PHP_SELF'], not $PHP_SELF. We need to keep $PHP_SELF for backwards compatibility reasons (many, many plugins rely on it). props mrtorrent, fixes #17749.
git-svn-id: https://develop.svn.wordpress.org/trunk@18993 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-10-18 19:37:07 +00:00 |
Andrew Nacin
|
4d3f98e8bd
|
Explicitly globalize wp_locale for the UT framework. props scribu, fixes #17749.
git-svn-id: https://develop.svn.wordpress.org/trunk@18756 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-09-22 22:49:30 +00:00 |
Andrew Nacin
|
53cfffd152
|
Use ini_set instead of set_magic_quotes_runtime() to prevent silenced E_DEPRECATED notice. props wonderboymusic.
git-svn-id: https://develop.svn.wordpress.org/trunk@18549 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-08-15 06:42:43 +00:00 |
Nikolay Bachiyski
|
13181c96c8
|
Explicitly globalize some variables, so that unit tests can run WordPress inside a function. Fixes #17749
git-svn-id: https://develop.svn.wordpress.org/trunk@18532 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-08-11 04:45:14 +00:00 |
Ryan Boren
|
80f6c2833c
|
Call register_shutdown_function() for SHORTINIT. Props jtclarke. fixes #16389
git-svn-id: https://develop.svn.wordpress.org/trunk@18450 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-07-21 19:37:47 +00:00 |
Andrew Nacin
|
b40bdc3928
|
Mark a few files as needing to be parsable by PHP4 in order to show the proper error messages. Non-exhaustive. see #17934.
git-svn-id: https://develop.svn.wordpress.org/trunk@18375 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-06-29 16:50:07 +00:00 |
Andrew Nacin
|
85d77664fb
|
wp_check_php_mysql_versions() during setup and install. see #17934.
git-svn-id: https://develop.svn.wordpress.org/trunk@18374 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-06-29 16:46:46 +00:00 |
Ryan Boren
|
091ec81919
|
Hardening. Santizers for WPLANG and new_admin_email. Prevent stomping ID and filter. Validate locale filename. Props westi.
git-svn-id: https://develop.svn.wordpress.org/trunk@18346 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-06-27 15:56:42 +00:00 |
Ryan Boren
|
6524623a6a
|
Load the theme's functions.php for wp-activate.php. Props nacin, frumph. fixes #17761
git-svn-id: https://develop.svn.wordpress.org/trunk@18263 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-06-11 03:04:04 +00:00 |
Peter Westwood
|
8f1955ddf5
|
Introduce WP_MAX_MEMORY_LIMIT constant for the high memory limit we set when image processing and unzipping.
Ensure it is always filterable by plugins as well as configurable in wp-config
Fixes #13847 props hakre
git-svn-id: https://develop.svn.wordpress.org/trunk@17749 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-28 16:25:36 +00:00 |
Ryan Boren
|
28f4e4a534
|
Don't load themes functions.php for upgrades. Props greuben. fixes #16722
git-svn-id: https://develop.svn.wordpress.org/trunk@17727 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-27 21:16:49 +00:00 |
Mark Jaquith
|
587abe5d6b
|
Restore compat.php includes. see #16918
git-svn-id: https://develop.svn.wordpress.org/trunk@17622 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-07 15:47:04 +00:00 |
Ryan Boren
|
9691cb5eb2
|
Take out unnecessary compat functions from compat.php. Props hakre, ptahdunbar. see #16918
git-svn-id: https://develop.svn.wordpress.org/trunk@17603 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-04-05 17:13:04 +00:00 |
Ryan Boren
|
48a439ac5b
|
Assigning the return value of new by reference is deprecated. Props hakre. see #16767
git-svn-id: https://develop.svn.wordpress.org/trunk@17573 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-03-30 20:50:05 +00:00 |
Andrew Nacin
|
1eba25a104
|
I before E, except after C. props jkudish, fixes #16915.
git-svn-id: https://develop.svn.wordpress.org/trunk@17524 602fd350-edb4-49c9-b593-d223f7449a82
|
2011-03-21 23:44:30 +00:00 |
Ryan Boren
|
af8f9bf98d
|
Load network plugins for wp-activate.php. Restore MU load order. Props blamenacin. fixes #14718
git-svn-id: https://develop.svn.wordpress.org/trunk@16558 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-24 00:19:38 +00:00 |
scribu
|
40c993af3f
|
Fix 'timeinfo' cache invalidation. Fixes #14922
git-svn-id: https://develop.svn.wordpress.org/trunk@16537 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-22 21:45:45 +00:00 |
Ryan Boren
|
81ae3cb21e
|
Register the default theme dir in wp-settings.php so that it is registered even when get_themes() doesn't run. Fix counting of theme dirs. Add option to get_raw_theme_root() to disregard the current theme root cache. see #14911
git-svn-id: https://develop.svn.wordpress.org/trunk@16424 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-17 16:11:44 +00:00 |
scribu
|
a8160ed916
|
Kill WP_Object_Query. See #15032
git-svn-id: https://develop.svn.wordpress.org/trunk@16353 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-13 18:32:43 +00:00 |
scribu
|
69b36459a8
|
Rename class.wp-object-query.php to class-wp-object-query.php. See #15032
git-svn-id: https://develop.svn.wordpress.org/trunk@16142 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-11-01 20:21:29 +00:00 |
Andrew Nacin
|
89645a1609
|
Remove the classes.php include and delay the lesser important remnants of classes.php. fixes #10287.
git-svn-id: https://develop.svn.wordpress.org/trunk@16102 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-30 14:13:43 +00:00 |
Andrew Nacin
|
edc329c691
|
Begin the dissolution of classes.php. see #10287.
git-svn-id: https://develop.svn.wordpress.org/trunk@16099 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-30 07:02:06 +00:00 |
scribu
|
8c293b9d94
|
Move WP_Object_Query to it's own file. See #15032
git-svn-id: https://develop.svn.wordpress.org/trunk@16051 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-28 16:27:18 +00:00 |
Ryan Boren
|
3cc3e289d3
|
Require plugin.php earlier so all pluggables can get at it. Props skeltoac. fixes #15042
git-svn-id: https://develop.svn.wordpress.org/trunk@15811 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-10-14 20:39:23 +00:00 |
Ryan Boren
|
733af07765
|
Admin bar, first pass. see #14772
git-svn-id: https://develop.svn.wordpress.org/trunk@15671 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-09-27 20:26:36 +00:00 |
Andrew Nacin
|
5963feeca6
|
Always include wp-db.php. Prevents a conditional include and allows db dropins to cleanly extend the wpdb class. Move require_wp_db() to load.php for consistency with bootloader helpers. fixes #14508.
git-svn-id: https://develop.svn.wordpress.org/trunk@15638 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-09-20 19:13:47 +00:00 |
Andrew Nacin
|
4a9eb3d31f
|
Don't silence inclusion of advanced-cache.php for WP_DEBUG. fixes #13185.
git-svn-id: https://develop.svn.wordpress.org/trunk@14345 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-05-02 22:18:36 +00:00 |
Ryan Boren
|
353adc8969
|
Move ms_site_check() to after init and allow super admins to view blocked sites. see #13094
git-svn-id: https://develop.svn.wordpress.org/trunk@14198 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-23 16:18:33 +00:00 |
Ryan Boren
|
7beb454ef2
|
Always include class-http.php. see #12990
git-svn-id: https://develop.svn.wordpress.org/trunk@14079 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-13 21:45:57 +00:00 |
Ryan Boren
|
a214b120c4
|
Call create_initial_post_types() before plugins and themes are loaded so that premature post API calls don't fail. fixes #12918
git-svn-id: https://develop.svn.wordpress.org/trunk@14041 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-04-08 16:45:18 +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
|
0459129e69
|
Remove references to wp-ajax.php. props TobiasBg, fixes #12400
git-svn-id: https://develop.svn.wordpress.org/trunk@13831 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-26 19:44:43 +00:00 |
Mark Jaquith
|
8bca8131a6
|
More pedantry. "Setup" is not a verb. http://notaverb.com/setup
git-svn-id: https://develop.svn.wordpress.org/trunk@13725 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-17 04:39:50 +00:00 |
Dion Hulse
|
9e3aaa0bf5
|
Add a front end Ajax handler. Props Denis-de-Bernardy. See #12400
git-svn-id: https://develop.svn.wordpress.org/trunk@13527 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-03-01 11:49:50 +00:00 |
Andrew Nacin
|
06f30a6972
|
Remove reference to file that doesn't exist. see #12400
git-svn-id: https://develop.svn.wordpress.org/trunk@13507 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-28 19:25:53 +00:00 |
Dion Hulse
|
fa082ecca5
|
add a wp_loaded action that fires once WordPress init has finished. Props Denis-de-Bernardy. See #12400
git-svn-id: https://develop.svn.wordpress.org/trunk@13481 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-28 03:08:16 +00:00 |
Ryan Boren
|
d357c80caf
|
Reorg nav menu files. see #11817
git-svn-id: https://develop.svn.wordpress.org/trunk@13366 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-24 08:06:36 +00:00 |
Ryan Boren
|
f24e88359e
|
Trim trailing whites
git-svn-id: https://develop.svn.wordpress.org/trunk@13268 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-21 00:03:42 +00:00 |
Andrew Nacin
|
d030c67ad9
|
Force fatal errors via require() if we're missing something we need. fixes #11681, also fixes #11834
git-svn-id: https://develop.svn.wordpress.org/trunk@13251 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-20 12:50:09 +00:00 |
Dion Hulse
|
9760997180
|
Rename the new 'themes_loaded' hook to 'after_setup_theme' to prevent confusion as to what it actually does & where its fired from. Fixes #12231
git-svn-id: https://develop.svn.wordpress.org/trunk@13214 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-19 10:00:00 +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
|
ea0b2aacf0
|
Move deprecated pluggable functions to a new file to lower their profile. Also throw deprecated warnings if a plugin defines a deprecated pluggable function. See #11388
git-svn-id: https://develop.svn.wordpress.org/trunk@13204 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-18 23:17:06 +00:00 |
Andrew Nacin
|
8c98828c2f
|
Rename wp-includes/blogs.php to ms-blogs.php. See #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@13159 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-15 01:08:23 +00:00 |
Dion Hulse
|
8f009529bb
|
Add 'themes_loaded' hook to run after parent/child themes have been included. See #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13156 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-14 21:27:55 +00:00 |
Ryan Boren
|
3da1c8bb17
|
Add ability to query by domain and/or path to get_blog_details(). Improve blog details caching. Use get_blog_details() in ms-settings.php so queries are cached. see #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@13126 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-13 23:09:54 +00:00 |
Ryan Boren
|
67bb939654
|
Move blogs table related functions to blogs.php. Include it before ms-settings.php so that caching API can be used instead of direct queries. see #11644
git-svn-id: https://develop.svn.wordpress.org/trunk@13125 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-13 22:35:11 +00:00 |
Peter Westwood
|
2b3837f55a
|
Improve the implementation of the default constant defining functions for multisite. See #11881.
git-svn-id: https://develop.svn.wordpress.org/trunk@13065 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-12 08:22:34 +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 |
Peter Westwood
|
55190d6ac6
|
Improve the implementation of the default constant defining functions. See #11881.
git-svn-id: https://develop.svn.wordpress.org/trunk@13063 602fd350-edb4-49c9-b593-d223f7449a82
|
2010-02-12 07:56:28 +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 |