summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-10-29warn when using the same short option twiceChristian Helbling1-0/+4
2018-10-25don't do JSON_EXTRACT when we use SQL functions with dyncolsDavid Flatz2-1/+3
2018-10-15Extend test for bug fixed in 7.2.11Christian Schneider1-1/+3
2018-10-08improve tests and stylingDavid Flatz2-3/+6
2018-10-08handle setting a dyncol to null by removing the field in dyncolsDavid Flatz2-4/+22
2018-10-08put behaviour of --debug in it::getopt into it_debug::set so we can use that ↵Christian Helbling2-10/+13
in other places as well - for example in runtests
2018-10-05fix addition of dynamic columns to record where dyncols is NULLDavid Flatz2-2/+7
2018-09-25save texts.php in new array syntax if it is already converted to the new syntaxChristian Helbling1-2/+11
2018-09-25syntax fixUrban Müller1-1/+1
2018-09-25update single dyncols fields; workaround for mariadb < 10.2.16 no longer neededUrban Müller1-4/+2
2018-09-25use created class it_dbi_testUrban Müller1-6/+5
2018-09-24disable linter for deprecated functionsDavid Flatz1-9/+9
2018-09-21keep debug parameters set via getopt in subrequestsChristian Helbling1-0/+3
2018-09-21remove trailing spacesChristian Helbling1-7/+7
2018-09-19make sure it::log does not producee @it::fatal in with /opt/ultra binariesUrban Müller1-3/+2
2018-09-19make sure even @it::fatal exits, print "Internal server error" in case of ↵Urban Müller1-7/+7
it::fatal and web
2018-09-01nobody uses use_it_state anymoreUrban Müller3-36/+0
2018-09-01Make sure html files do not contain unparsed php source, e.g. /itjs/state.htmlChristian Schneider1-1/+1
2018-08-31docsUrban Müller1-1/+1
2018-08-31warn about sending php sourceUrban Müller1-0/+3
2018-08-30dont add debug code to 404 responsesUrban Müller1-1/+1
2018-08-30prevent echoing of php source code (wget itjs/error.gif), remove unused ↵Urban Müller1-11/+1
saving of POST data
2018-08-30minor cleanupUrban Müller1-2/+1
2018-08-30keep key out of title so err msg is the same on each backend and gets dedupedUrban Müller1-1/+1
2018-08-28better docsUrban Müller1-2/+2
2018-08-17$p['totaltimeout'] supports fractions of seconds, fix path in error message ↵Christian A. Weber1-3/+3
of _waitforlockedfile()
2018-08-17new $p['writefunction'] function to be called whenever data is received (for ↵Christian A. Weber1-14/+22
server-sent-events etc.)
2018-08-13disable dyncols in WHERE when we have multiple tables because we can't trust ↵David Flatz2-1/+6
_fields anymore and columns might be prefixed with tablename
2018-08-09iterator should clear dynfields from previous iteration, may be missing in ↵Urban Müller2-0/+14
current one
2018-08-03implement option verbose for verbose curl outputNathan Gass1-2/+14
2018-08-03check for false identity, content of $got could evaluate to false for some ↵David Flatz1-1/+1
requests
2018-08-03expose errno since some errors don't necessarily have an errorstring (e.g. ↵David Flatz1-2/+2
when curl couldn't connect to a server because it couldn't assign the requested address because the pool of local ports is exhausted)
2018-08-03abort on suspicious filename. did not trigger in a monthUrban Müller1-2/+2
2018-08-02adapt docsUrban Müller1-3/+3
2018-08-02clean up part of the nastinessUrban Müller1-1/+1
2018-07-13rewrite dyncols to work around mariadb bug in JSON_SET; add write optimizationUrban Müller2-26/+63
2018-07-10Use a little bit less magic code to replace leading single-quote by json ↵Christian Schneider1-1/+1
path prefix
2018-07-10change storage format of dynamic columns to JSONUrban Müller2-14/+13
2018-06-28set reminder for ::fatalUrban Müller1-1/+1
2018-06-28Use tempnam() to create tmp file and unlink() for removing, no need to ↵Christian Schneider1-8/+9
it::system() to delete a file
2018-06-28fix mute modeUrban Müller1-2/+2
2018-06-28we have no decent tmp dir that allows overwrites... sighUrban Müller1-0/+1
2018-06-27update AUTHORS file after 11 yearsDavid Flatz1-1/+3
2018-06-27dont use safer file funcs in it::error, could theoretically recurseUrban Müller1-4/+4
2018-06-27reapply "use safer it:: variants of file funcs", was not the culprit in ↵Urban Müller11-25/+25
jussi downtimes This reverts commit 99b7fc8dc08da090bb7f00c2882e1daeec4434ba.
2018-06-27prevent recursionUrban Müller1-0/+4
2018-06-27support muting of alertsUrban Müller1-1/+1
2018-06-22Revert "use safer it:: variants of file funcs"Urban Müller11-25/+25
This reverts commit 05e7ceefa1f0a29c665381b54ac882f260ae6c22.
2018-06-21no reason for different namingUrban Müller17-12/+9
2018-06-21should run without itoolsUrban Müller1-2/+2