Age | Commit message (Expand) | Author | Files | Lines |
2015-04-16 | make short expire an option as itjs::checksum usage is different depending on... | Christian Helbling | 1 | -2/+4 |
2015-02-23 | kill null bytes in files= | Urban Müller | 1 | -1/+1 |
2015-02-10 | Make ITools standard PHP 5.3 compatible (syntax patch, no short array syntax) | Christian Schneider | 1 | -1/+1 |
2015-02-04 | ignore hopscotch.css in css validation | Urban Müller | 1 | -1/+1 |
2015-01-08 | dont check foreign css | Urban Müller | 1 | -1/+1 |
2014-10-06 | accept GET params in join script files, accept script list in param f | Urban Müller | 1 | -2/+9 |
2014-09-26 | ignore unavailable files like elsewhere | 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 | -1/+4 |
2014-09-26 | New checksums to make lower max-age in itjs.php being used | Christian Schneider | 1 | -1/+1 |
2014-09-25 | expire all scripts, short max-age for testing | Urban Müller | 1 | -1/+1 |
2014-09-15 | revert last commit since it didn't work | David Flatz | 1 | -1/+1 |
2014-09-15 | make stripping of comments less aggressive, this should fix sporatic crashes ... | David Flatz | 1 | -1/+1 |
2014-09-15 | fix crcurl for doc/appcache.php - path was wrong | Christian Helbling | 1 | -1/+1 |
2014-09-02 | keep checksums longer; we have a good cache key | Urban Müller | 1 | -1/+1 |
2014-08-29 | support appending checksum to url | Urban Müller | 1 | -1/+11 |
2013-11-19 | No warning when there is no lib.search.ch on machine | Christian Schneider | 1 | -1/+1 |
2013-11-01 | Remove $Id$ | Christian Schneider | 1 | -2/+0 |
2013-10-24 | prevent proxy caching, add jquery to md5 | Urban Müller | 1 | -3/+4 |
2013-10-23 | use source to prevent different crcs for different browsers | Urban Müller | 1 | -15/+4 |
2013-10-18 | additional check if headers can be modified | Urban Müller | 1 | -1/+1 |
2013-10-18 | dont reset headers unless necessary (makelive.php already sent them) | Urban Müller | 1 | -3/+6 |
2013-10-18 | cleaner solution: execute php but ignore reset headers when computing checksum | Urban Müller | 1 | -3/+11 |
2013-10-18 | dont execute php (which sometimes sets content-type) when generating checksum | Urban Müller | 1 | -3/+3 |
2013-10-17 | ignore itools/ prefix | Urban Müller | 1 | -1/+1 |
2013-10-16 | compute checksum over actually used files, cache checksum, kill checksum in d... | Urban Müller | 1 | -9/+20 |
2013-10-15 | bugfix: actually use file contents | Urban Müller | 1 | -2/+2 |
2013-10-11 | use md5 for checksum, use long expire, always return not modified | Urban Müller | 1 | -8/+3 |
2013-01-31 | it::serialize must quote ' in keys | Urban Müller | 1 | -1/+1 |
2013-01-31 | declare functions static | Urban Müller | 1 | -5/+5 |
2012-11-08 | send correct mime type for javascript | David Flatz | 1 | -2/+1 |
2012-03-30 | Make javascript delivery unicode-safe | Thomas Brüderli | 1 | -7/+16 |
2012-02-13 | Replace preg_replace /e modifier with preg_replace_callback: Modified planned... | Christian Schneider | 1 | -1/+1 |
2011-12-19 | dont include same path twice | Urban Müller | 1 | -1/+2 |
2011-11-17 | bugfix | Christian Helbling | 1 | -1/+1 |
2011-11-17 | add debug parameter "print" for debugging css of printouts (@media print) | Christian Helbling | 1 | -0/+2 |
2011-10-24 | add itjs entry for sl_state.js and sl_collapse.js in searchlib | Nathan Gass | 1 | -0/+2 |
2011-09-16 | Added /itjs/PIE.htc CSS 3 emulation for MSIE, see http://css3pie.com/ | Christian Schneider | 1 | -0/+1 |
2011-05-03 | Added sl_adid_debug.js for ad debugging by campaign managers | Christian Schneider | 1 | -0/+1 |
2010-10-19 | Replace special double-quotes as in it_html::latinize | Thomas Brüderli | 1 | -1/+1 |
2010-06-28 | Also replace typographic quotes in itjs::encode as done in it_html::latinize ... | Thomas Brüderli | 1 | -1/+1 |
2009-11-12 | add sl_dropdown alias to itjs | Koni Weber | 1 | -0/+1 |
2009-10-12 | support multiple lib.search.ch | Urban Müller | 1 | -1/+1 |
2009-07-09 | Register locateme.js for easy access | Thomas Brüderli | 1 | -0/+1 |
2009-03-19 | Added path to searchlib.js to itjs::filenames() | Christian Schneider | 1 | -3/+4 |
2009-01-29 | add it::is_devel() and it::is_live() as abstraction for $GLOBALS['ULTRASERVER... | Christian Weber | 1 | -2/+2 |
2008-11-26 | Add new it_http class to itjs includes | Thomas Brüderli | 1 | -2/+3 |
2008-10-15 | phplint cleanup | Urban Müller | 1 | -1/+3 |
2008-07-28 | Quote identifier if it is a javascript reserved word | Christian Schneider | 1 | -1/+2 |
2008-07-15 | Added comment to document caveats for comment stripping | Christian Schneider | 1 | -1/+5 |
2008-07-15 | Do not require space when closing comment | Christian Schneider | 1 | -1/+1 |