summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-27
pass array values instead of keys to functions with only one argument in it::...
Nathan Gass
2
-0
/
+6
2020-11-13
properly quote raw post data for httpreq.php
Urban Müller
1
-2
/
+2
2020-11-13
nicer formatting
Urban Müller
1
-1
/
+1
2020-11-11
bugfix (accidentally added rawpost)
Urban Müller
1
-1
/
+1
2020-11-09
no longer ignore extra positional arguments
Nathan Gass
2
-10
/
+7
2020-11-09
detect bad it::error usage
Urban Müller
1
-1
/
+4
2020-10-30
include POSTed non form data in error mails
Urban Müller
1
-0
/
+3
2020-10-30
remove support for old array syntax
Urban Müller
1
-10
/
+4
2020-10-29
use new array syntax for texts in old/new mixed files
Urban Müller
1
-1
/
+1
2020-10-28
Limit parallel threads of GraphicsMagick to avoid overloading servers
Christian Schneider
1
-1
/
+1
2020-10-16
document "followlocation"
Urban Müller
1
-6
/
+8
2020-09-30
show datetime-comment for numbers matching timestamps until 2030-03-17 18:46
Koni Weber
1
-1
/
+1
2020-09-23
resend info irrelevant on devel
Urban Müller
1
-1
/
+1
2020-09-16
use error_context for mails only
Urban Müller
1
-1
/
+1
2020-09-15
Do not generate warning (PHP 8: TypeError) if STDERR is not a valid resource,...
Christian Schneider
1
-1
/
+2
2020-09-15
Make itools PHP 8 compatible
Christian Schneider
5
-56
/
+61
2020-09-03
avoid forbidden syntax
Nathan Gass
2
-5
/
+5
2020-09-03
avoid arrow functions as we support php 7.0
Nathan Gass
2
-12
/
+28
2020-09-03
fix indentation
Nathan Gass
2
-6
/
+6
2020-09-03
go back to $GLOBALS['it_dbi'] for backward compatibility
Nathan Gass
2
-14
/
+14
2020-09-03
escape uppercase field names for postgresql
Nathan Gass
1
-0
/
+2
2020-09-03
comment out broken test
Nathan Gass
1
-2
/
+3
2020-09-03
dont depend on order of results
Nathan Gass
1
-1
/
+1
2020-09-03
handle postgresql implementation of mysql replace
Nathan Gass
1
-1
/
+1
2020-09-03
use WHERE TRUE in tests which is compatible with postgresql
Nathan Gass
1
-4
/
+4
2020-09-03
escape ID to avoid postgresql lowercasing it
Nathan Gass
2
-6
/
+6
2020-09-03
make _set tests independent of exact sql syntax
Nathan Gass
1
-13
/
+6
2020-09-03
it_dbi subclass for postgresql
Nathan Gass
1
-0
/
+179
2020-09-03
add options to run tests on postgressql, adapt create table statements to use...
Nathan Gass
1
-14
/
+31
2020-09-03
make sure connection exists for escape_name same as escape_string
Nathan Gass
1
-2
/
+12
2020-09-02
extract mysql specific json code into overridable functions
Nathan Gass
1
-11
/
+31
2020-09-01
allow to add a suffix after INSERT (for ON FOO sql syntax)
Nathan Gass
1
-2
/
+2
2020-09-01
generate postgres compatible where statements
Nathan Gass
1
-2
/
+2
2020-08-31
add _escape_name as backticks are mysql specific
Nathan Gass
1
-2
/
+7
2020-08-31
use insert values instead of mysql speficif insert set
Nathan Gass
1
-9
/
+35
2020-08-31
use late static binding to enable subclassing
Nathan Gass
1
-27
/
+30
2020-08-28
isolate mysql specific code
Nathan Gass
1
-65
/
+119
2020-08-27
use existing tables method
Nathan Gass
1
-2
/
+1
2020-08-27
test for automatic creation of table classes
Nathan Gass
1
-0
/
+1
2020-08-25
test for unexpected optional positinal arguments
Nathan Gass
2
-4
/
+14
2020-08-25
also test for default values
Nathan Gass
1
-2
/
+3
2020-08-25
more tests for arguments without value, also test failure modes
Nathan Gass
1
-4
/
+13
2020-08-25
also test positional args
Nathan Gass
1
-6
/
+7
2020-08-21
more verbose err msg
Urban Müller
1
-1
/
+1
2020-08-20
only call handler after retries
Nathan Gass
1
-5
/
+5
2020-08-20
fix 3538e25, we should not leak memory per url
Nathan Gass
1
-0
/
+3
2020-08-10
vanilla php compliance
Urban Müller
2
-5
/
+5
2020-08-10
use positive list for retry status codes
Urban Müller
1
-2
/
+3
2020-08-05
avoid forbidden fopen()
Urban Müller
1
-0
/
+2
2020-08-04
correctly retry in ::get_multi, do retry in status 5xx in ::get
Urban Müller
3
-5
/
+33
[prev]
[next]