Subversion Repositories oidplus

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
511 2021-01-18 01:13:07 daniel-marschall /trunk/ Security: Added "INSIDE_OIDPLUS" constant to include files to avoid generating error messages when an include file is accessed directly
Updated copyright notices to 2021
 
502 2021-01-03 21:19:54 daniel-marschall /trunk/ Improved ODBC and PDO database plugins in order to support more database drivers.
EXPERIMENTAL: Support for Microsoft Access database
Small bugfixes
Improved database connectivity test cases
 
496 2020-12-12 20:29:51 daniel-marschall /trunk/ Large refactoring of path functions.
DEPRECATED: OIDplus::basePath() becomes OIDplus::localpath()
DEPRECATED: OIDplus::getSystemUrl(X) becomes OIDplus::webpath(null, X)
OIDplus::webpath(X) becomes OIDplus::webpath(X, true)
 
489 2020-12-06 21:38:52 daniel-marschall /trunk/ Fixed errors found by PHPStan  
386 2020-09-12 22:00:01 daniel-marschall /trunk/ Fixed various smaller things detected by warnings/errors of "Eclipse for PHP"  
360 2020-08-23 00:28:31 daniel-marschall /trunk/ LARGE UPDATE: Made everything multilingual; Translation to German!  
348 2020-07-30 21:10:06 daniel-marschall /trunk/  
326 2020-06-07 02:11:39 daniel-marschall /trunk/  
325 2020-06-04 22:25:28 daniel-marschall /trunk/ Various bugfixes  
318 2020-05-21 21:15:12 daniel-marschall /trunk/  
316 2020-05-21 18:47:12 daniel-marschall /trunk/ Various smaller bugfixes and compatibility issues with database providers fixed  
313 2020-05-18 21:06:08 daniel-marschall /trunk/ Bugfixes  
299 2020-05-12 00:19:57 daniel-marschall /trunk/ Setup will now check if directories dev/, userdata/ etc. are restricted by the web server and output a warning if they are not  
295 2020-05-10 23:18:06 daniel-marschall /trunk/ - Introduced isolated database connection for secure logging inside transactions.
- Added new plugin "userdata log file" logger
- Important bugfix for syslog logger