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
1171 2023-04-06 16:21:31 daniel-marschall /trunk/ Fixed more issues with Microsoft Access database connectivity (we are close to the approval)  
1170 2023-04-06 02:28:51 daniel-marschall /trunk/ More tests with Microsoft Access (not officially supported yet)  
1169 2023-04-06 02:14:30 daniel-marschall /trunk/ Removed limitations for OID max arc size and max depth  
1167 2023-04-06 00:42:44 daniel-marschall /trunk/  
1165 2023-04-05 20:20:50 daniel-marschall /trunk/ System info plugin: Fixed issue with Windows servers  
1164 2023-04-05 16:58:12 daniel-marschall /trunk/  
1163 2023-04-05 02:57:47 daniel-marschall /  
1159 2023-04-05 00:24:25 daniel-marschall /trunk/ Oracle, PgSQL, and Sqlite database-testcases are now passed  
1156 2023-04-04 01:47:03 daniel-marschall /trunk/ Lots of changes in re database driver results
$res = new OIDplusNaturalSortedQueryResult($res, 'id');
changes to
$res->naturalSortByField('id');
 
1150 2023-04-03 21:16:32 daniel-marschall /trunk/  
1132 2023-03-26 04:26:18 daniel-marschall /trunk/  
1131 2023-03-26 03:38:01 daniel-marschall /trunk/ Removed "implementsFeature" interface and replaced it with PHP interfaces with the prefix INTF_OID.
These have a special treatment in the OIDplus class autoloader.
!!! Attention: Third-Party plugins (not bundled with OIDplus) might not be compatible with this change and must be altered (we can help you with this task)
 
1130 2023-03-26 00:38:14 daniel-marschall /trunk/ Another large bunch of type-safety changes  
1087 2023-02-26 01:18:19 daniel-marschall /trunk/doc/developer_notes/  
1071 2022-12-29 02:27:59 daniel-marschall /trunk/ Implemented dependency check output for CLI  
1068 2022-12-28 01:20:39 daniel-marschall /trunk/ Improved "low PHP version" error handling  
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.
 
1042 2022-12-09 22:05:45 daniel-marschall /trunk/ PHP 8.2.0 compatibility  
1041 2022-12-09 20:32:43 daniel-marschall /trunk/ New base-config setting DEFAULT_LANGUAGE (possible values: enus, dede)  
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"  

Show All