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
 
261 2020-04-18 16:38:21 daniel-marschall /trunk/ Large refactoring: "config.inc.php" is now in format 2.1; the configuration settings are now stored in a class OIDplusBaseConfis and can therefore be altered in automated test environments.
Characters "###" inside a query now get replaced by the table prefix.
 
236 2020-04-07 01:02:59 daniel-marschall /trunk/ Large refactoring at the database classes. PHP 7.0 is now required.  
150 2019-08-03 00:30:01 daniel-marschall /trunk/ LARGE UPDATE: Added database providers; now using prepared statements, and many more changes  
130 2019-06-03 10:40:30 daniel-marschall /trunk/  
97 2019-05-14 14:35:11 daniel-marschall /trunk/dev/  
88 2019-04-13 12:25:54 daniel-marschall /trunk/  
77 2019-04-06 23:21:32 daniel-marschall /trunk/ Replaced deprecated mysql_* functions  
61 2019-03-30 20:20:21 daniel-marschall /trunk/ Plugin API heavily improved