jgen
|
b775c007cd
|
Give these HTML headers some slight priority over the default value of 50.
|
2014-04-23 23:07:10 -04:00 |
|
jgen
|
a5ea9ed743
|
Lets comment this rather tricky function.
|
2013-11-28 00:31:46 -05:00 |
|
Shish
|
b141632785
|
some mock objects, for testing (coming soon, maybe)
|
2012-10-16 22:58:47 +01:00 |
|
Shish
|
7cbb62c8cc
|
move data to data folder
|
2012-03-30 18:21:35 +01:00 |
|
Shish
|
1085925504
|
css=style, js=script
|
2012-03-22 12:30:02 +00:00 |
|
Shish
|
88767b4c96
|
syntax
|
2012-03-22 12:15:03 +00:00 |
|
Shish
|
b156d4f380
|
no need for 'load files in a good way' to be optional, just do it
|
2012-03-21 15:04:17 +00:00 |
|
Onivis Yhonay d'Izeworudi
|
f72b8babc0
|
Load style.css from theme when autocache is enabled
|
2012-03-18 16:59:13 +01:00 |
|
Shish
|
a5ba9279c4
|
modification dates on CSS/JS links
|
2012-03-12 23:17:20 +00:00 |
|
Shish
|
f9910ba98f
|
whitespace consistency
|
2012-03-09 22:27:12 +00:00 |
|
Shish
|
0e6b20f286
|
apple touch icon
|
2012-02-22 10:14:19 +00:00 |
|
Shish
|
0984ebd062
|
Revert "group the scripts". Apparently this is bad.
This reverts commit 59a17792f5 .
|
2012-02-12 11:43:26 +00:00 |
|
Shish
|
59a17792f5
|
group the scripts
|
2012-02-12 11:40:36 +00:00 |
|
Shish
|
8527da445e
|
per-theme favicon possibilities
|
2012-02-12 11:40:00 +00:00 |
|
Shish
|
5eab692a97
|
have themes/x/style.css auto-loaded, and put it after the ext/*/style.css so it can override them
|
2012-02-12 11:29:41 +00:00 |
|
green-ponies (jgen)
|
d69fa6ae9d
|
Merge branch 'master' into speed_tweaks
|
2012-02-07 23:21:56 -05:00 |
|
green-ponies (jgen)
|
ac1b3d00e2
|
Some more comments.
|
2012-02-07 20:13:58 -05:00 |
|
Shish
|
2162dbebdd
|
base_href variable for javascript, to avoid generating dynamic JS with PHP
|
2012-02-07 11:33:27 +00:00 |
|
Shish
|
3b205d98eb
|
charset
|
2012-02-07 10:56:46 +00:00 |
|
Shish
|
7211b0a30b
|
vary cookie only with CACHE_HTTP
|
2012-02-07 10:17:37 +00:00 |
|
green-ponies (jgen)
|
3b028696a0
|
Rewind arrays before foreach loops over all the elements.
(fixed a small typo as well)
|
2012-02-04 15:35:21 -05:00 |
|
green-ponies (jgen)
|
cd1f5d9ed0
|
Missed a semicolon.
|
2012-02-04 14:49:48 -05:00 |
|
green-ponies (jgen)
|
68e9bd694e
|
Storing copies of config variables outside of for loops.
|
2012-02-04 14:17:52 -05:00 |
|
Shish
|
aed5e1a30e
|
hand merge of speed tweaks
|
2012-01-31 13:20:43 +00:00 |
|
Shish
|
717024d464
|
explicit no-cache stops varnish from caching
|
2012-01-26 16:53:59 +00:00 |
|
green-ponies (jgen)
|
3f7646bc8b
|
typo
|
2012-01-12 20:30:26 -05:00 |
|
green-ponies (jgen)
|
fc12bbbfe5
|
More small changes to help save a few microseconds.
|
2012-01-12 15:46:34 -05:00 |
|
green-ponies (jgen)
|
d7ff1b96ab
|
More stupid typos. Gah.
|
2012-01-12 15:13:38 -05:00 |
|
green-ponies (jgen)
|
c739e5b2e8
|
Silly typo.
|
2012-01-12 15:06:32 -05:00 |
|
green-ponies (jgen)
|
26d383198a
|
More small changes for speed.
|
2012-01-11 15:57:00 -05:00 |
|
Shish
|
cfbeddde9f
|
HTTP level caching, so we can stick varnish in front of the web pages
|
2011-12-27 19:23:37 +00:00 |
|
green-ponies (jgen)
|
bba4301bfa
|
Disabled option for Minifying CSS and JavaScript. (not currently supported)
|
2011-10-06 15:23:49 -04:00 |
|
green-ponies (jgen)
|
c1df2653a8
|
Cleaned up the comments a bit.
|
2011-09-25 14:16:20 -04:00 |
|
green-ponies (jgen)
|
944f3bdf3d
|
Fixed caching from not outputing JS if only CSS is enabled.
|
2011-09-25 14:00:56 -04:00 |
|
green-ponies (jgen)
|
97d137f365
|
Working on Automatic Caching feature for CSS and JS files.
Added config options to main Shimmie config.
|
2011-09-25 13:40:34 -04:00 |
|
green-ponies (jgen)
|
864e823447
|
Small change to headers for efficiency.
These two headers are always sent and do not need
to be added to the header queue. (wastes time)
|
2011-09-11 21:26:23 -04:00 |
|
green-ponies (jgen)
|
6e7789c40b
|
Added feature to try and cache the CSS and Javascript files by default.
This reduces the total number of HTTP requests (and hopefully
allows the site to load faster).
|
2011-09-11 21:24:18 -04:00 |
|
green-ponies (jgen)
|
1c8ba8dc26
|
Wrong brackets.
|
2011-09-04 14:24:14 -04:00 |
|
green-ponies (jgen)
|
c2ef8736b8
|
Fixed a typo.
|
2011-09-04 14:19:06 -04:00 |
|
green-ponies (jgen)
|
bd31bcd79a
|
The page class now supports both HTML headers and HTTP headers.
From the comment:
FIXME: should be $page->blah
|
2011-09-04 14:06:44 -04:00 |
|
green-ponies (jgen)
|
19a3a5a6f9
|
Working on changed $page to support http headers as well as html headers.
|
2011-09-04 14:06:39 -04:00 |
|
green-ponies (jgen)
|
fca286913e
|
Working on moving header() inside of the global $page data structure.
|
2011-09-04 14:06:34 -04:00 |
|
Shish
|
10dbe650e2
|
external CSS comes before external JS
|
2010-07-30 13:39:11 +01:00 |
|
Shish
|
0bd1108933
|
new jquery
|
2010-04-26 04:52:28 +01:00 |
|
Shish
|
af36f37902
|
documentation updates
|
2010-01-12 15:01:34 +00:00 |
|
Shish
|
d65adf1dab
|
Content-Length header for data pages
|
2009-12-26 01:00:38 +00:00 |
|
Shish
|
39f7688888
|
allow themes to override this function
|
2009-08-24 03:00:42 +01:00 |
|
Shish
|
572f84511a
|
lots of docs, and some internal changes
|
2009-07-21 07:38:53 +01:00 |
|
Shish
|
2471a8e2eb
|
docs
|
2009-07-21 07:38:46 +01:00 |
|
Shish
|
fd5242d1ad
|
more tests, and make link to image work better
|
2009-07-19 19:36:11 +01:00 |
|