Age | Commit message (Expand) | Author | Files | Lines |
2015-08-10 | php 5.3 compatibility | Urban Müller | 2 | -20/+20 |
2015-08-10 | adapt tests to strict comparison | Urban Müller | 3 | -14/+14 |
2015-08-10 | php 5.3 compatibility required now?! | Urban Müller | 1 | -2/+2 |
2015-08-10 | correctly handle non-utf8 in keys | Urban Müller | 2 | -2/+3 |
2015-08-07 | correctly determine and restore locale in csv() | Urban Müller | 1 | -1/+2 |
2015-08-05 | more verbose err msg | Urban Müller | 1 | -1/+1 |
2015-08-05 | make it::fatal exits more discernable | Urban Müller | 1 | -1/+1 |
2015-07-29 | whitelist content:attr(placeholder), universally supported | Urban Müller | 1 | -0/+1 |
2015-07-21 | Code style simplifications | Christian Schneider | 1 | -6/+0 |
2015-07-21 | Remove eaccelerator, supported are now apc/apcu | Christian Schneider | 1 | -3/+2 |
2015-07-06 | avoid confusion when affected machine not reporting machine | Urban Müller | 1 | -1/+1 |
2015-06-23 | better error handling, port last commit to request_curl | Nathan Gass | 1 | -11/+19 |
2015-06-23 | fix ->result for totaltimeout and maxlength (should be same as return value),... | Nathan Gass | 1 | -4/+4 |
2015-06-22 | ignore svg styles, w3c complains | Urban Müller | 1 | -0/+1 |
2015-06-22 | exclude leaflet.css, not under our control | Urban Müller | 1 | -1/+1 |
2015-06-18 | ignore warnings when used in php -r | Urban Müller | 1 | -1/+1 |
2015-06-04 | docs | Urban Müller | 1 | -1/+1 |
2015-06-04 | remove retry delay for testing | Urban Müller | 1 | -3/+0 |
2015-06-04 | PHP starting with 5.6.8 does not need line number hack any more | Christian Schneider | 1 | -3/+0 |
2015-06-04 | give proxy more time to recover after config reload | Urban Müller | 1 | -1/+1 |
2015-06-02 | sleep 100ms before retrying to avoid alerts on ultraproxy reloads | Urban Müller | 1 | -0/+3 |
2015-04-16 | make short expire an option as itjs::checksum usage is different depending on... | Christian Helbling | 1 | -2/+4 |
2015-03-31 | return log line to caller | Nathan Gass | 1 | -0/+2 |
2015-03-23 | don't send alwaysvalid etag when checksum is '-' which is used for a short ti... | Christian Helbling | 1 | -1/+2 |
2015-03-12 | fix request_curl to be compatible with request (header variable should includ... | Nathan Gass | 1 | -0/+1 |
2015-03-04 | support setting of time only | Urban Müller | 1 | -1/+1 |
2015-03-04 | correct background color for unquoted ET() values in .texts debug | Urban Müller | 1 | -1/+1 |
2015-02-24 | send referer if internal request | Urban Müller | 1 | -0/+1 |
2015-02-23 | kill null bytes in files= | Urban Müller | 1 | -1/+1 |
2015-02-19 | Nicer looking comments with spaces, also prevents problem with >/- at start/e... | Christian Schneider | 1 | -1/+1 |
2015-02-19 | guarantee valid html comments | Urban Müller | 1 | -1/+1 |
2015-02-19 | guarantee valid html comments | Urban Müller | 1 | -1/+9 |
2015-02-13 | fix 63ec357 | Christian Helbling | 1 | -2/+2 |
2015-02-13 | remove alert because of too many false positives | David Flatz | 1 | -3/+0 |
2015-02-12 | make sure links to text-editor (using debug param texts) point to lib for lab... | Christian Helbling | 1 | -2/+16 |
2015-02-12 | suppress warning when we redirect a post | David Flatz | 1 | -1/+1 |
2015-02-12 | use $_SERVER['QUERY_STRING'] instead of U($_GET) because it removes empty get... | David Flatz | 1 | -1/+1 |
2015-02-12 | Revert "allow international chars in path" because it introduces a lot of red... | David Flatz | 1 | -1/+1 |
2015-02-11 | warn about potential redirect loops | David Flatz | 1 | -0/+4 |
2015-02-10 | Make ITools standard PHP 5.3 compatible (syntax patch, no short array syntax) | Christian Schneider | 3 | -12/+12 |
2015-02-06 | unclosed <ol> makes no sense | Urban Müller | 1 | -1/+1 |
2015-02-04 | ignore hopscotch.css in css validation | Urban Müller | 1 | -1/+1 |
2015-02-03 | allow international chars in path | Urban Müller | 1 | -1/+1 |
2015-01-29 | omit soft hyphen cause we filter it | Urban Müller | 1 | -4/+4 |
2015-01-29 | kill invisible soft hypens in any2utf8 | Urban Müller | 1 | -0/+1 |
2015-01-19 | request() stores cookies set by server in $this->cookies[] | Christian A. Weber | 1 | -1/+4 |
2015-01-13 | pattern fix | Urban Müller | 1 | -1/+1 |
2015-01-08 | dont check foreign css | Urban Müller | 1 | -1/+1 |
2015-01-08 | remove nonvalidating css in w3 mode | Urban Müller | 1 | -4/+7 |
2015-01-08 | test new it_cache behaviour | Urban Müller | 1 | -0/+47 |