Age | Commit message (Expand) | Author | Files | Lines |
2024-05-15 | remove ancient IE compatibility hack (with broken URL) | Urban Müller | 1 | -5/+0 |
2024-05-07 | Switch empty /itjs/ results from 200 to 404 | Christian Schneider | 1 | -1/+4 |
2024-04-11 | w3c complains about has() which is 96% supported | Urban Müller | 1 | -0/+1 |
2023-07-31 | Stylesheets: Pass url(...) through U() for normalization/OneDomain | Christian Schneider | 1 | -0/+1 |
2022-07-04 | clip-path is supported on mobile browsers | Urban Müller | 1 | -0/+1 |
2022-02-18 | calc() exception no longer necessary, parse causes false pos | Urban Müller | 1 | -2/+1 |
2021-12-21 | Leave overscroll-behavior style unchanged for validator to check | Christian Schneider | 1 | -1/+1 |
2021-02-10 | Leave comments like NOCSSLINT in nostrip mode but restrict it to ULTRATRUSTED | Christian Schneider | 1 | -2/+3 |
2021-02-10 | optionally preserve line numbers | Urban Müller | 1 | -1/+1 |
2021-01-13 | Update copyright date | Christian Schneider | 1 | -1/+1 |
2020-05-11 | Remove obsolete itools javascript functions and loader/jsboot mechanism | Christian Schneider | 1 | -13/+1 |
2019-10-01 | more stripping for css validator | Urban Müller | 1 | -0/+1 |
2018-11-08 | dont validate external css | Urban Müller | 1 | -0/+3 |
2018-08-31 | warn about sending php source | Urban Müller | 1 | -0/+3 |
2018-08-30 | dont add debug code to 404 responses | Urban Müller | 1 | -1/+1 |
2018-08-30 | minor cleanup | Urban Müller | 1 | -2/+1 |
2018-01-02 | env() does not validate yet | Urban Müller | 1 | -1/+1 |
2017-10-10 | prevent warning if files is array | Urban Müller | 1 | -1/+1 |
2017-10-05 | Fix handling of constant() within calc() by changing order of replace | Christian Schneider | 1 | -1/+1 |
2017-10-04 | Remove constant() for CSS validator, e.g. constant(safe-area-inset-left) for ... | Christian Schneider | 1 | -0/+1 |
2016-03-29 | set correct mime type even if files not found | Urban Müller | 1 | -1/+1 |
2016-03-29 | variable rename | Urban Müller | 1 | -6/+6 |
2016-03-21 | patch inofficial background-position-y | Urban Müller | 1 | -0/+1 |
2016-03-21 | validator does not accept calc() yet | Urban Müller | 1 | -0/+1 |
2015-11-09 | extract far future header handling for ffe.php | Urban Müller | 1 | -17/+2 |
2015-10-27 | get file type from query params | Urban Müller | 1 | -1/+1 |
2015-10-15 | 5 secs is slow enough | Urban Müller | 1 | -1/+1 |
2015-07-29 | whitelist content:attr(placeholder), universally supported | Urban Müller | 1 | -0/+1 |
2015-06-22 | ignore svg styles, w3c complains | Urban Müller | 1 | -0/+1 |
2015-03-23 | don't send alwaysvalid etag when checksum is '-' which is used for a short ti... | Christian Helbling | 1 | -1/+2 |
2015-01-13 | pattern fix | Urban Müller | 1 | -1/+1 |
2015-01-08 | remove nonvalidating css in w3 mode | Urban Müller | 1 | -4/+7 |
2014-12-10 | remove ie-PIE polyfill since it's too slow | David Flatz | 1 | -2/+1 |
2014-12-10 | inject ie polyfils in css when browser is ie 8 or older | David Flatz | 1 | -0/+6 |
2014-11-13 | reenable http 304 | Urban Müller | 1 | -1/+1 |
2014-11-02 | reenable long max-age now that errors are down | Urban Müller | 1 | -1/+1 |
2014-10-30 | correctly detect delivered file type | Urban Müller | 1 | -1/+1 |
2014-10-23 | next try to disable /www/server | Urban Müller | 1 | -1/+1 |
2014-10-22 | better test for in a service directory | Urban Müller | 1 | -1/+1 |
2014-10-22 | refuse to work from /www/server | Urban Müller | 1 | -0/+3 |
2014-10-13 | more tracing | Urban Müller | 1 | -0/+1 |
2014-10-06 | accept GET params in join script files, accept script list in param f | Urban Müller | 1 | -1/+1 |
2014-09-26 | trigger short expire if files recently updated (may not yet be up to date on ... | Urban Müller | 1 | -2/+3 |
2014-09-26 | Disable 304 for itjs until we have a solution for iOS caching bugs | Christian Schneider | 1 | -1/+1 |
2014-09-26 | Also disabled long max-age if there is a c= URL parameter | Christian Schneider | 1 | -1/+1 |
2014-09-25 | expire all scripts, short max-age for testing | Urban Müller | 1 | -1/+1 |
2014-09-25 | log loaded scripts | Urban Müller | 1 | -0/+1 |
2014-09-25 | separate slow js/css | Urban Müller | 1 | -2/+2 |
2014-09-24 | Reenable 304 for cschneid to (hopefully) reproduce problem now that we have j... | Christian Schneider | 1 | -1/+1 |
2014-09-24 | Disable 304 for itjs to see if it fixes apps which are in a broken state (iOS) | Christian Schneider | 1 | -1/+2 |