Subversion Repositories oidplus

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
589 2021-05-23 18:26:08 daniel-marschall /trunk/ PHPStan Level 2 reached  
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
 
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)
 
473 2020-11-19 11:16:11 daniel-marschall /trunk/ Design plugins now have a "css" key in the manifest.xml, which needs to be set!  
464 2020-11-08 01:15:18 daniel-marschall /trunk/  
391 2020-09-14 17:23:30 daniel-marschall /trunk/  
389 2020-09-14 17:06:17 daniel-marschall /trunk/ XML Schema for plugin manifests  
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!  
325 2020-06-04 22:25:28 daniel-marschall /trunk/ Various bugfixes  
310 2020-05-18 16:37:59 daniel-marschall /trunk/ New plugin: File attachments  
308 2020-05-15 00:22:05 daniel-marschall /trunk/ Plugin manifests are now XML instead of INI files; plugins can now have an optional OID  
303 2020-05-12 23:55:15 daniel-marschall /trunk/ Smaller fixes  
300 2020-05-12 00:30:23 daniel-marschall /trunk/  
298 2020-05-11 23:09:41 daniel-marschall /trunk/ fail2ban Integration  
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
 
291 2020-05-05 10:31:20 daniel-marschall /trunk/ Small bugfixes  
289 2020-05-03 21:33:03 daniel-marschall /trunk/ Added new plugin type "Logger". Added Windows Log Event logging (only available on Windows) and syslog logging (only available on Linux).