summaryrefslogtreecommitdiff
path: root/itjs.class
AgeCommit message (Expand)AuthorFilesLines
2016-01-30force cache flushUrban Müller1-1/+1
2016-01-29Improved version of 0b595fb/80c5bcd which decides for each file individually ...Christian Schneider1-7/+4
2016-01-29Revert 0b595fb/80c5bcd as they break map.search.ch/api/map.jsChristian Schneider1-1/+4
2016-01-29warning fixUrban Müller1-1/+1
2016-01-29execute php when fetching js/css files for checksumUrban Müller1-4/+1
2016-01-13Anchor regex for my peace of mindChristian Schneider1-2/+2
2016-01-13bugfix: need to omit query everywhereUrban Müller1-1/+1
2016-01-13handle empty filelist, handle scripts with query-argsUrban Müller1-3/+4
2016-01-12separate between trusted and untrusted input, correct crcs of remote resource...Urban Müller1-6/+16
2016-01-12Revert "separate between trusted and untrusted input, correct crcs of remote ...Urban Müller1-16/+6
2016-01-12separate between trusted and untrusted input, correct crcs of remote resource...Urban Müller1-6/+16
2015-12-07separate directory to avoid permission and expiration problemsUrban Müller1-1/+1
2015-11-30correctly create checksums on devel, benefit from implied lib/itjsUrban Müller1-13/+4
2015-11-22currently generated filelists are fineUrban Müller1-1/+1
2015-11-18security: whitelist legal charsUrban Müller1-2/+5
2015-11-16make c= optional for far future expireUrban Müller1-1/+1
2015-11-16make c= optional for far future expireUrban Müller1-2/+3
2015-11-09php4Urban Müller1-1/+1
2015-11-09dont omit long expire if url was recently redownloadedUrban Müller1-4/+4
2015-11-09extract far future header handling for ffe.phpUrban Müller1-0/+20
2015-09-17do not suppress errors inside included filesUrban Müller1-1/+2
2015-06-22exclude leaflet.css, not under our controlUrban Müller1-1/+1
2015-04-16make short expire an option as itjs::checksum usage is different depending on...Christian Helbling1-2/+4
2015-02-23kill null bytes in files=Urban Müller1-1/+1
2015-02-10Make ITools standard PHP 5.3 compatible (syntax patch, no short array syntax)Christian Schneider1-1/+1
2015-02-04ignore hopscotch.css in css validationUrban Müller1-1/+1
2015-01-08dont check foreign cssUrban Müller1-1/+1
2014-10-06accept GET params in join script files, accept script list in param fUrban Müller1-2/+9
2014-09-26ignore unavailable files like elsewhereUrban Müller1-1/+1
2014-09-26trigger short expire if files recently updated (may not yet be up to date on ...Urban Müller1-1/+4
2014-09-26New checksums to make lower max-age in itjs.php being usedChristian Schneider1-1/+1
2014-09-25expire all scripts, short max-age for testingUrban Müller1-1/+1
2014-09-15revert last commit since it didn't workDavid Flatz1-1/+1
2014-09-15make stripping of comments less aggressive, this should fix sporatic crashes ...David Flatz1-1/+1
2014-09-15fix crcurl for doc/appcache.php - path was wrongChristian Helbling1-1/+1
2014-09-02keep checksums longer; we have a good cache keyUrban Müller1-1/+1
2014-08-29support appending checksum to urlUrban Müller1-1/+11
2013-11-19No warning when there is no lib.search.ch on machineChristian Schneider1-1/+1
2013-11-01Remove $Id$Christian Schneider1-2/+0
2013-10-24prevent proxy caching, add jquery to md5Urban Müller1-3/+4
2013-10-23use source to prevent different crcs for different browsersUrban Müller1-15/+4
2013-10-18additional check if headers can be modifiedUrban Müller1-1/+1
2013-10-18dont reset headers unless necessary (makelive.php already sent them)Urban Müller1-3/+6
2013-10-18cleaner solution: execute php but ignore reset headers when computing checksumUrban Müller1-3/+11
2013-10-18dont execute php (which sometimes sets content-type) when generating checksumUrban Müller1-3/+3
2013-10-17ignore itools/ prefixUrban Müller1-1/+1
2013-10-16compute checksum over actually used files, cache checksum, kill checksum in d...Urban Müller1-9/+20
2013-10-15bugfix: actually use file contentsUrban Müller1-2/+2
2013-10-11use md5 for checksum, use long expire, always return not modifiedUrban Müller1-8/+3
2013-01-31it::serialize must quote ' in keysUrban Müller1-1/+1