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
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!  
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).  
288 2020-05-01 23:48:54 daniel-marschall /trunk/ NEW: Log messages can now have a severity (Success, Informational, Warning, Error, Critical). Database version is now 204.  
277 2020-04-25 02:27:11 daniel-marschall /trunk/ Introducing new plugin architecture (manifest.ini)  
263 2020-04-19 14:19:13 daniel-marschall /trunk/ Refactoring: Moved business logic out of the OIDplusConfig class. Validation functionalities of config keys are now implemented as callback to the prepareConfigKey function  
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