Sergey Biryukov
|
7dbc4d28e5
|
Script Loader: Send a 400 Bad Request status code in load-scripts.php and load-styles.php if the required load[] parameter is not set.
Props compilenix.
Fixes #44108.
Built from https://develop.svn.wordpress.org/trunk@45731
git-svn-id: http://core.svn.wordpress.org/trunk@45542 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2019-08-03 22:17:57 +00:00 |
|
Andrew Ozz
|
6de52463a7
|
Script loader: prevent sorting of the load array in the query string when passing the script handles to load-scripts.php and load-styles.php.
Fixes #45346 #26886.
Built from https://develop.svn.wordpress.org/trunk@45456
git-svn-id: http://core.svn.wordpress.org/trunk@45267 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2019-05-28 02:43:55 +00:00 |
|
Andrew Ozz
|
1521b64337
|
Script loader: remove (PHP based) compression from load-styles.php and load-scripts.php . WIth the amount of scripts and stylesheets grown a lot over the years, it has become pretty slow and consumes a lot of server resources. Also, most servers are set to compress PHP output anyway.
Props LucasRolff, azaozz.
Fixes #44815.
See #43308.
Built from https://develop.svn.wordpress.org/trunk@43580
git-svn-id: http://core.svn.wordpress.org/trunk@43409 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2018-08-20 13:51:24 +00:00 |
|
Gary Pendergast
|
aaf99e6913
|
Code is Poetry.
WordPress' code just... wasn't.
This is now dealt with.
Props jrf, pento, netweb, GaryJ, jdgrimes, westonruter, Greg Sherwood from PHPCS, and everyone who's ever contributed to WPCS and PHPCS.
Fixes #41057.
Built from https://develop.svn.wordpress.org/trunk@42343
git-svn-id: http://core.svn.wordpress.org/trunk@42172 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2017-11-30 23:11:00 +00:00 |
|
Scott Taylor
|
a3ffebce30
|
Bootstrap: do not go gentle into that good night r38411, r38412, and parts of r38389.
See #36335.
Built from https://develop.svn.wordpress.org/trunk@38470
git-svn-id: http://core.svn.wordpress.org/trunk@38411 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2016-08-31 16:31:29 +00:00 |
|
Scott Taylor
|
2a9b372471
|
Script Loader: autoload in load-{scripts|styles}.php .
Props JohnPBloch.
See #36335.
Built from https://develop.svn.wordpress.org/trunk@38412
git-svn-id: http://core.svn.wordpress.org/trunk@38353 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2016-08-28 00:07:33 +00:00 |
|
Sergey Biryukov
|
4074bcc6a1
|
Bootstrap/Load: Allow for ABSPATH to be defined outside of wp-load.php , e.g. in a script loaded via auto_prepend_file .
Props barry.
Fixes #26592.
Built from https://develop.svn.wordpress.org/trunk@37207
git-svn-id: http://core.svn.wordpress.org/trunk@37173 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2016-04-14 17:53:28 +00:00 |
|
Dion Hulse
|
987ce83cfc
|
CSS: Stop using wp-admin.min.css and instead queue the individual stylesheets up through load-styles.php .
We still generate the `wp-admin.*` files for compabitility purposes, however they only include the `@import()` lines.
Fixes #35229
Built from https://develop.svn.wordpress.org/trunk@36341
git-svn-id: http://core.svn.wordpress.org/trunk@36308 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2016-01-18 09:57:29 +00:00 |
|
Pascal Birchler
|
9ea68bc533
|
Script Loader: Add Etag: $wp_version header in load-scripts.php and load-styles.php .
This improves performance since browsers won't re-download the scripts and styles when there was no change in `$wp_version`.
Props sergej.mueller, dd32, swissspidy.
Fixes #28722.
Built from https://develop.svn.wordpress.org/trunk@36312
git-svn-id: http://core.svn.wordpress.org/trunk@36279 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2016-01-15 10:23:25 +00:00 |
|
Scott Taylor
|
b9bbdabfe7
|
Create a new file, wp-admin/includes/noop.php , which loads all of the noop functions for load-script|styles.php and is only loaded by those files. DRYs in the process.
See #33813.
Built from https://develop.svn.wordpress.org/trunk@34037
git-svn-id: http://core.svn.wordpress.org/trunk@34005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-09-11 05:04:23 +00:00 |
|
Scott Taylor
|
ef87172270
|
foreach is a statement, not a function.
See #33491.
Built from https://develop.svn.wordpress.org/trunk@33734
git-svn-id: http://core.svn.wordpress.org/trunk@33702 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-08-25 20:28:22 +00:00 |
|
Scott Taylor
|
c6a4512b1b
|
Add missing doc blocks to wp-admin/includes/* .
Fix some egregious uses of tabbing.
Some functions can simply return `apply_filters(...)` instead of setting a variable that is immediately returned.
See #32444.
Built from https://develop.svn.wordpress.org/trunk@32654
git-svn-id: http://core.svn.wordpress.org/trunk@32624 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2015-05-29 20:17:26 +00:00 |
|
Andrew Nacin
|
b35982cbff
|
Simplify the setup-config.php UI flow and load process.
When no configuration file is detected, we now redirect to setup-config.php. This process now uses the WordPress bootstrap, rather than a set of fragile hacks.
fixes #28740.
Built from https://develop.svn.wordpress.org/trunk@28978
git-svn-id: http://core.svn.wordpress.org/trunk@28767 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-07-03 19:57:14 +00:00 |
|
Scott Taylor
|
0ef5c92164
|
Admin screens should use the WPINC constant
Props wojtek.szkutnik
See #14157.
Built from https://develop.svn.wordpress.org/trunk@28906
git-svn-id: http://core.svn.wordpress.org/trunk@28705 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-06-29 22:21:15 +00:00 |
|
Sergey Biryukov
|
a73ce3610b
|
Force UTF-8 in load-styles.php, like we do in load-scripts.php.
props iamfriendly, mjbanks.
fixes #25012.
Built from https://develop.svn.wordpress.org/trunk@27253
git-svn-id: http://core.svn.wordpress.org/trunk@27110 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2014-02-25 01:28:15 +00:00 |
|
Dion Hulse
|
a0f43f5cbf
|
Style Concatenation: Fix loading of dashicons non-woff files when concatenation is in use. Fixes #26250
Built from https://develop.svn.wordpress.org/trunk@26374
git-svn-id: http://core.svn.wordpress.org/trunk@26274 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-26 01:47:10 +00:00 |
|
Andrew Nacin
|
1b3e9d33ce
|
Fix new RTL file loading when style concatenation is enabled.
see #24977.
Built from https://develop.svn.wordpress.org/trunk@26128
git-svn-id: http://core.svn.wordpress.org/trunk@26040 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-11-13 05:10:10 +00:00 |
|
Andrew Nacin
|
93ca609f53
|
Unique load array in load-scripts and load-styles.
git-svn-id: http://core.svn.wordpress.org/trunk@24868 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2013-07-29 17:57:04 +00:00 |
|
Andrew Nacin
|
afd3c7eeb3
|
Fix minified RTL style loading via load-styles.php. props ocean90. fixes #22482.
git-svn-id: http://core.svn.wordpress.org/trunk@22623 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2012-11-16 22:18:33 +00:00 |
|
Andrew Nacin
|
e7767b1eba
|
Add comments to time intervals we cannot express with the constants. Fix a comment. props SergeyBiryukov. fixes #20987.
git-svn-id: http://core.svn.wordpress.org/trunk@22531 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2012-11-10 18:13:09 +00:00 |
|
Andrew Nacin
|
70ae01e133
|
Do not use time constants in files the WP bootstrap is not or may not be loaded. see #20987.
git-svn-id: http://core.svn.wordpress.org/trunk@21997 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2012-09-25 07:05:48 +00:00 |
|
Andrew Nacin
|
557d9313a7
|
Introduce constants to allow for easier expression of time periods in seconds. Adds MINUTE_IN_SECONDS, HOUR_IN_SECONDS, DAY_IN_SECONDS, WEEK_IN_SECONDS, YEAR_IN_SECONDS. props nbachiyski, SergeyBiryukov. fixes #20987.
git-svn-id: http://core.svn.wordpress.org/trunk@21996 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2012-09-25 05:26:19 +00:00 |
|
ryan
|
616c35e71c
|
One newline is enough.
git-svn-id: http://svn.automattic.com/wordpress/trunk@19684 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2012-01-05 20:10:39 +00:00 |
|
azaozz
|
6e3e6da9bd
|
Fix editor icons when no SCRIPT_DEBUG, see #17144
git-svn-id: http://svn.automattic.com/wordpress/trunk@18503 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-08-03 23:56:21 +00:00 |
|
azaozz
|
21058cf460
|
Use json_encode() for adding script data (formerly l10n). Add the same functionality to WP_Styles for adding inline css after a stylesheet has been outputted. See #11520
git-svn-id: http://svn.automattic.com/wordpress/trunk@18464 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-07-25 00:36:06 +00:00 |
|
ryan
|
64552a67ee
|
Use stripos() instead of strpos( strtolower() ). Props hakre. see #16920
git-svn-id: http://svn.automattic.com/wordpress/trunk@17630 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2011-04-11 18:55:11 +00:00 |
|
ryan
|
fc204c952d
|
Don't use deprecated functions. Props filosofo. fixes #11807
git-svn-id: http://svn.automattic.com/wordpress/trunk@12878 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2010-01-27 17:55:39 +00:00 |
|
azaozz
|
42df991367
|
Check if $_SERVER['HTTP_ACCEPT_ENCODING'] is set before determining whether to compress scripts, props nacin, fixes #11169
git-svn-id: http://svn.automattic.com/wordpress/trunk@12214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-11-19 09:46:07 +00:00 |
|
markjaquith
|
6c2ffddf31
|
_a(), _ea(), _xa(), attr() are now esc_attr__(), esc_attr_e(), esc_attr_x(), esc_attr() -- still short, but less cryptic. see #9650
git-svn-id: http://svn.automattic.com/wordpress/trunk@11204 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-05-05 19:43:53 +00:00 |
|
ryan
|
2d489767bb
|
s/attribute_escape/attr/. see #9650
git-svn-id: http://svn.automattic.com/wordpress/trunk@11109 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-04-28 05:58:45 +00:00 |
|
ryan
|
a61bc0ec8a
|
Trailing whitespace cleanup
git-svn-id: http://svn.automattic.com/wordpress/trunk@11013 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-04-20 18:18:39 +00:00 |
|
azaozz
|
1e31cc81a0
|
Disable PHP error reporting in gears-manifest.php, load-scripts.php and load-styles.php since they don't load wp-settings, fix some notices
git-svn-id: http://svn.automattic.com/wordpress/trunk@10939 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-04-15 19:55:41 +00:00 |
|
azaozz
|
9c7ba66e64
|
Correct ABSPATH in load-scripts.php, load-styles.php and gears-manifest.php, props hakre, fixes #9461
git-svn-id: http://svn.automattic.com/wordpress/trunk@10871 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-04-05 03:32:49 +00:00 |
|
ryan
|
b1222311f7
|
gettext comments. Props nbachiyski. see #9112
git-svn-id: http://svn.automattic.com/wordpress/trunk@10774 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-03-13 03:53:39 +00:00 |
|
azaozz
|
75850602a5
|
Detect when the server compresses output, see #8628
git-svn-id: http://svn.automattic.com/wordpress/trunk@10476 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-02-01 09:45:24 +00:00 |
|
azaozz
|
e62f8c0eb9
|
Support output_handler = ob_gzhandler in script/style compressor, props DD32, fixes #9000
git-svn-id: http://svn.automattic.com/wordpress/trunk@10466 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-30 13:45:05 +00:00 |
|
azaozz
|
f20f62b27d
|
Improvements to the script loader: allows plugins to queue scripts for the front end head and footer, adds hooks for server side caching of compressed scripts, adds support for ENFORCE_GZIP constant (deflate is used by default since it's faster), see #8628, fixes #8884
git-svn-id: http://svn.automattic.com/wordpress/trunk@10442 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-26 12:59:10 +00:00 |
|
azaozz
|
b396079aa0
|
Use gzip instead of deflate as more servers seem to understand it, add separate switch for disabling CSS compression
git-svn-id: http://svn.automattic.com/wordpress/trunk@10372 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-17 14:08:15 +00:00 |
|
azaozz
|
fc7d871678
|
Split the script queue in head and footer part, concatenate and compress the default js and css, first run, see #8628
git-svn-id: http://svn.automattic.com/wordpress/trunk@10357 1a063a9b-81f0-0310-95a4-ce76da25c4cd
|
2009-01-14 14:18:51 +00:00 |
|