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
 
507 2021-01-12 14:56:31 daniel-marschall /trunk/ Fixed problem with ODBC database provider
After the creation of an object, the user can now decide if they want to jump to the new object
 
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
 
433 2020-10-16 15:33:37 daniel-marschall /trunk/ Fixed problems in regards changing email addresses when an user is using an alternative login method (OAuth).
Fixed problem where an object could not be transferred to a new RA at Microsoft SQL Server or PostgreSQL ("ifnull" SQL function).
 
360 2020-08-23 00:28:31 daniel-marschall /trunk/ LARGE UPDATE: Made everything multilingual; Translation to German!  
316 2020-05-21 18:47:12 daniel-marschall /trunk/ Various smaller bugfixes and compatibility issues with database providers fixed  
302 2020-05-12 15:35:25 daniel-marschall /trunk/ There was a problem with WebSVN not updating directory contents when a directory was renamed. Fixed.  
294 2020-05-10 11:29:27 daniel-marschall /trunk/ New folder "userdata" which now contains all data specific to this OIDplus installation (configuration, resources, databases, log files etc.)  
277 2020-04-25 02:27:11 daniel-marschall /trunk/ Introducing new plugin architecture (manifest.ini)  
274 2020-04-23 00:56:16 daniel-marschall /trunk/ Add new plugin type "SQL slang". The database connection is now an union of "Database provider plugin" (e.g. PDO) and "SQL slang plugin" (MySQL).