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
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.
 
251 2020-04-15 01:07:37 daniel-marschall /trunk/ Fixed various problems when query results are empty  
250 2020-04-14 22:46:54 daniel-marschall /trunk/ Further improved object oriented design; added class diagram and database connectivity diagram for easier understanding  
239 2020-04-10 12:30:53 daniel-marschall /trunk/ NEW: SUPPORT FOR POSTGRESQL AND MICROSOFT SQL SERVER  
236 2020-04-07 01:02:59 daniel-marschall /trunk/ Large refactoring at the database classes. PHP 7.0 is now required.  
188 2019-10-18 19:14:23 daniel-marschall /trunk/ Fixed BUG#0000205: IPv4 module did not work (Logger maskcode conflict)
Fixed BUG#0000206: IPv6 normalization did not work
Fixed bug: Entering a wrong IPv4/IPv6 address lead to an invalid object with id='ipv4:' or id='ipv6:' which caused the treeview to run into an endless loop
 
150 2019-08-03 00:30:01 daniel-marschall /trunk/ LARGE UPDATE: Added database providers; now using prepared statements, and many more changes  
119 2019-05-20 09:37:58 daniel-marschall /trunk/  
117 2019-05-19 18:52:04 daniel-marschall /trunk/ Added logging functionality  
116 2019-05-19 14:14:14 daniel-marschall /trunk/ Logger Work in Progress  
115 2019-05-19 13:15:45 daniel-marschall /trunk/ Logger Work In Progress