Subversion Repositories oidplus

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1244 2023-04-28 11:25:47 daniel-marschall /trunk/ internal change: .sql setup files are now packed in the sqlSlang plugin folder  
1130 2023-03-26 00:38:14 daniel-marschall /trunk/ Another large bunch of type-safety changes  
1050 2022-12-21 01:13:04 daniel-marschall /trunk/ Huge change in internal code structure!
All OIDplus classes are now in the class namespace "ViaThinkSoft\OIDplus".
!!! WARNING:
!!! All plugins MUST put their classes in a namespace and the constant "INSIDE_OIDPLUS" must not be used anymore.
!!! If you have a third-party plugin installed which is NOT bundled with OIDplus, you MUST update it.
!!! Recommendation: Remove the plugin first, then update OIDplus, then ask the author to change the plugin.
!!! If you have not installed any third-party plugins, then it is safe to update now.
 
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
 
444 2020-10-21 12:29:27 daniel-marschall /trunk/ Increased performance!  
380 2020-08-30 15:08:02 daniel-marschall /trunk/ Plugin-related code improvements  
360 2020-08-23 00:28:31 daniel-marschall /trunk/ LARGE UPDATE: Made everything multilingual; Translation to German!  
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).  
273 2020-04-22 22:38:40 daniel-marschall /trunk/ Fixed problems with OOBE database import  
272 2020-04-22 17:03:39 daniel-marschall /trunk/setup/  
264 2020-04-19 20:07:10 daniel-marschall /trunk/ NEW: Support for SQLite3 database (currently without natural sorting though)  
239 2020-04-10 12:30:53 daniel-marschall /trunk/ NEW: SUPPORT FOR POSTGRESQL AND MICROSOFT SQL SERVER  
223 2020-03-19 20:01:23 daniel-marschall /trunk/ Removed all instances of SQL backticks because of compatibility with other DBMS  
158 2019-08-09 13:40:11 daniel-marschall /trunk/setup/ Fixed OOBE problem  
111 2019-05-17 13:48:15 daniel-marschall /trunk/ Improved OOBE DBs  
80 2019-04-07 11:31:52 daniel-marschall /trunk/ More OOBE fixes  
78 2019-04-07 00:51:12 daniel-marschall /trunk/ Verified that the product runs out-of-the-box  
74 2019-04-06 12:07:30 daniel-marschall /trunk/ Introduces registration procedure / OOBE  

Show All