Subversion Repositories oidplus

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
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.
 
1046 2022-12-11 01:22:05 daniel-marschall /trunk/ Removal of deprecated utf8_encode()  
1036 2022-11-27 00:54:59 daniel-marschall /trunk/ Server errors are now shown to the user instead of error message "SyntaxError: Unexpected token < in JSON at position 0"  
985 2022-10-04 00:16:46 daniel-marschall /trunk/ Setup DB command lines: Added "copy to clipboard" buttons  
949 2022-09-14 10:50:19 daniel-marschall /trunk/plugins/viathinksoft/database/odbc/ MSSQL/ODBC: Fixed error message "Syntax error or access violation" at each registration (= hourly).
Workaround for a bug known to Microsoft since 2010! (see PHP bug report #36561. Status from Microsoft
"To be resolved in a future release of the SQL Server Native Access Client.", wow.)
 
921 2022-07-30 19:50:23 daniel-marschall /trunk/plugins/viathinksoft/database/ Fixed BUG#0000220 in OOBE  
865 2022-06-05 00:53:51 daniel-marschall /trunk/ Fixed SQLite3 OOBE issues  
863 2022-06-02 01:40:40 daniel-marschall /trunk/ Fixed Oracle OOBE example scripts  
862 2022-06-01 00:41:05 daniel-marschall /trunk/ Oracle DB: On connection error, the error message from OCI is now displayed  
861 2022-05-30 23:21:04 daniel-marschall /trunk/ Fixed phpstan warning  
854 2022-05-29 17:16:33 daniel-marschall /trunk/plugins/viathinksoft/database/oci/ BUGFIX: Could not create objects on an Oracle database (error: Cannot insert NULL into ("HR"."OBJECTS"."CONFIDENTIAL"))  
828 2022-04-09 23:12:50 daniel-marschall /trunk/ Added <license> entry in the manifest.xml files, and added it to the plugin overview in the admin login area  
817 2022-04-05 16:51:30 daniel-marschall /trunk/ Changed algorithm for OIDplus Information Object OIDs for third-party objectTypes  
814 2022-04-05 00:49:02 daniel-marschall /trunk/ PostgreSQL connection can now be established via socket  
813 2022-04-05 00:26:28 daniel-marschall /trunk/ MySQL connection can now be established via socket  
791 2022-03-19 12:42:23 daniel-marschall /trunk/ Developer documentation  
789 2022-03-18 12:51:47 daniel-marschall /trunk/plugins/viathinksoft/  
787 2022-03-18 01:26:18 daniel-marschall /trunk/plugins/viathinksoft/  
786 2022-03-18 01:03:21 daniel-marschall /trunk/ NEW: Native OCI8 PHP plugin support for Oracle databases!  
783 2022-03-16 23:38:45 daniel-marschall /trunk/ Introduced compatibility with Oracle DB (connect via PDO or ODBC)  

Show All