summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-07correctly determine and restore locale in csv()Urban Müller1-1/+2
2015-08-05more verbose err msgUrban Müller1-1/+1
2015-08-05make it::fatal exits more discernableUrban Müller1-1/+1
2015-07-29whitelist content:attr(placeholder), universally supportedUrban Müller1-0/+1
2015-07-21Code style simplificationsChristian Schneider1-6/+0
2015-07-21Remove eaccelerator, supported are now apc/apcuChristian Schneider1-3/+2
2015-07-06avoid confusion when affected machine not reporting machineUrban Müller1-1/+1
2015-06-23better error handling, port last commit to request_curlNathan Gass1-11/+19
2015-06-23fix ->result for totaltimeout and maxlength (should be same as return value),...Nathan Gass1-4/+4
2015-06-22ignore svg styles, w3c complainsUrban Müller1-0/+1
2015-06-22exclude leaflet.css, not under our controlUrban Müller1-1/+1
2015-06-18ignore warnings when used in php -rUrban Müller1-1/+1
2015-06-04docsUrban Müller1-1/+1
2015-06-04remove retry delay for testingUrban Müller1-3/+0
2015-06-04PHP starting with 5.6.8 does not need line number hack any moreChristian Schneider1-3/+0
2015-06-04give proxy more time to recover after config reloadUrban Müller1-1/+1
2015-06-02sleep 100ms before retrying to avoid alerts on ultraproxy reloadsUrban Müller1-0/+3
2015-04-16make short expire an option as itjs::checksum usage is different depending on...Christian Helbling1-2/+4
2015-03-31return log line to callerNathan Gass1-0/+2
2015-03-23don't send alwaysvalid etag when checksum is '-' which is used for a short ti...Christian Helbling1-1/+2
2015-03-12fix request_curl to be compatible with request (header variable should includ...Nathan Gass1-0/+1
2015-03-04support setting of time onlyUrban Müller1-1/+1
2015-03-04correct background color for unquoted ET() values in .texts debugUrban Müller1-1/+1
2015-02-24send referer if internal requestUrban Müller1-0/+1
2015-02-23kill null bytes in files=Urban Müller1-1/+1
2015-02-19Nicer looking comments with spaces, also prevents problem with >/- at start/e...Christian Schneider1-1/+1
2015-02-19guarantee valid html commentsUrban Müller1-1/+1
2015-02-19guarantee valid html commentsUrban Müller1-1/+9
2015-02-13fix 63ec357Christian Helbling1-2/+2
2015-02-13remove alert because of too many false positivesDavid Flatz1-3/+0
2015-02-12make sure links to text-editor (using debug param texts) point to lib for lab...Christian Helbling1-2/+16
2015-02-12suppress warning when we redirect a postDavid Flatz1-1/+1
2015-02-12use $_SERVER['QUERY_STRING'] instead of U($_GET) because it removes empty get...David Flatz1-1/+1
2015-02-12Revert "allow international chars in path" because it introduces a lot of red...David Flatz1-1/+1
2015-02-11warn about potential redirect loopsDavid Flatz1-0/+4
2015-02-10Make ITools standard PHP 5.3 compatible (syntax patch, no short array syntax)Christian Schneider3-12/+12
2015-02-06unclosed <ol> makes no senseUrban Müller1-1/+1
2015-02-04ignore hopscotch.css in css validationUrban Müller1-1/+1
2015-02-03allow international chars in pathUrban Müller1-1/+1
2015-01-29omit soft hyphen cause we filter itUrban Müller1-4/+4
2015-01-29kill invisible soft hypens in any2utf8Urban Müller1-0/+1
2015-01-19request() stores cookies set by server in $this->cookies[]Christian A. Weber1-1/+4
2015-01-13pattern fixUrban Müller1-1/+1
2015-01-08dont check foreign cssUrban Müller1-1/+1
2015-01-08remove nonvalidating css in w3 modeUrban Müller1-4/+7
2015-01-08test new it_cache behaviourUrban Müller1-0/+47
2015-01-08return null if key does not exists (out of band)Urban Müller1-5/+5
2014-12-10remove ie-PIE polyfill since it's too slowDavid Flatz1-2/+1
2014-12-10inject ie polyfils in css when browser is ie 8 or olderDavid Flatz1-0/+6
2014-12-02close <button>s without contentUrban Müller1-1/+1