Age | Commit message (Expand) | Author | Files | Lines |
2017-06-29 | it_url: add option compression to use gzip or deflate (handled by curl) | Christian Helbling | 1 | -1/+5 |
2017-06-29 | (mostly) avoid removing newlines inside strings | Urban Müller | 1 | -1/+1 |
2017-06-27 | display body even if value is false/null | Urban Müller | 1 | -1/+1 |
2017-06-22 | only send error mails once per cluster and service | Urban Müller | 1 | -5/+4 |
2017-06-06 | add filter(), cut(), askey() | Urban Müller | 2 | -8/+42 |
2017-06-01 | tests for it::filter | Urban Müller | 2 | -1/+4 |
2017-06-01 | create it::filter like it::map. knows keys. allows string expressions | Urban Müller | 1 | -7/+30 |
2017-05-24 | No SSL cookies for trusted IPs because Chrome does not overwrite SSL cookies ... | Christian Schneider | 1 | -1/+1 |
2017-05-22 | compactify, test fixcolnames | Urban Müller | 1 | -14/+7 |
2017-05-22 | introduce fixcolnames in ::csv | Urban Müller | 1 | -5/+7 |
2017-05-18 | Do not follow redirect for HTTP 201 Created because that can send the Locatio... | Christian Schneider | 1 | -1/+2 |
2017-05-17 | catch misnamed columns even when setting them to null | Urban Müller | 1 | -1/+1 |
2017-05-17 | kill forbidden tabs | Urban Müller | 1 | -6/+6 |
2017-05-17 | check for correct case of field names | Urban Müller | 1 | -0/+5 |
2017-05-03 | bin/alert lives in server/, suppress service | Urban Müller | 1 | -1/+1 |
2017-05-02 | Remove shebang line when converting syntax in it_auto_prepend.php | Christian Schneider | 1 | -1/+3 |
2017-05-02 | indicate affected service if available | Urban Müller | 1 | -1/+1 |
2017-04-26 | Style and dead code cleanup | Christian Schneider | 1 | -17/+19 |
2017-04-25 | extract function _from from select and use it in for update and delete statem... | Nathan Gass | 1 | -10/+17 |
2017-04-24 | better docs | Urban Müller | 1 | -1/+1 |
2017-04-19 | non-kludge solution for parent tree | Urban Müller | 1 | -1/+1 |
2017-04-10 | add pstree to error mails | Urban Müller | 1 | -0/+1 |
2017-04-06 | use real time, not the one set by time- debug param | Urban Müller | 1 | -2/+2 |
2017-03-30 | it::split as frontend for preg_split() | Urban Müller | 2 | -0/+22 |
2017-03-29 | prevent it::put tempfiles from being processed | Urban Müller | 1 | -2/+3 |
2017-03-21 | get_cache_filename() considers post data | Christian A. Weber | 1 | -1/+2 |
2017-03-21 | more detailed memcache errs | Urban Müller | 1 | -1/+1 |
2017-03-16 | it_url::get() supports http file upload, clarify params documentation | Christian A. Weber | 1 | -4/+11 |
2017-03-15 | add add_dir(), add mkdir to file_put | Urban Müller | 2 | -0/+16 |
2017-03-08 | remove comment, upsert should keep state of current iterator | David Flatz | 1 | -1/+1 |
2017-03-08 | combined update/insert | Urban Müller | 1 | -0/+8 |
2017-02-15 | Switch to itools.search.ch to https | Christian Schneider | 1 | -5/+5 |
2017-02-07 | allow .time-1527 and .time-152715 as time formats for time debug parameter, a... | Christian Helbling | 2 | -3/+14 |
2017-02-07 | Replace create_function which will be deprecated in PHP 7.2 | Christian Schneider | 2 | -5/+2 |
2017-02-07 | textbook ternary | Urban Müller | 1 | -4/+1 |
2017-01-25 | use example email address instead of me@search.ch | Christian A. Weber | 1 | -1/+1 |
2017-01-25 | Second version of it::map with keys: Handle 'null', '1' for code and Traversa... | Christian Schneider | 2 | -3/+18 |
2017-01-25 | Remove function tempnam again | Christian Schneider | 1 | -12/+0 |
2017-01-25 | revert changes in it::map | David Flatz | 2 | -14/+17 |
2017-01-25 | standard php compatibility | Urban Müller | 2 | -15/+3 |
2017-01-25 | optional keys selection in it::map | Urban Müller | 2 | -5/+14 |
2017-01-23 | tempnam() with default and warnings | Urban Müller | 1 | -0/+12 |
2017-01-19 | fix php 7.1 warning | Urban Müller | 1 | -1/+1 |
2017-01-18 | expand unix timestamps between 14.07.2017 04:40 and 13.09.2020 14:26 as well | Christian Helbling | 1 | -1/+1 |
2017-01-09 | longer grace period for it_cache::put errors | Urban Müller | 1 | -1/+1 |
2017-01-06 | add illustration for it::error | Christian Helbling | 1 | -0/+9 |
2017-01-06 | better docs | Urban Müller | 1 | -5/+5 |
2016-12-08 | Make static/object context check PHP 7.1 compatible | Christian Schneider | 2 | -2/+2 |
2016-11-24 | handle multiple Continue headers | Nathan Gass | 1 | -1/+1 |
2016-11-24 | fix link to label editor | David Flatz | 1 | -2/+2 |