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
1163 2023-04-05 02:57:47 daniel-marschall /  
1162 2023-04-05 02:37:36 daniel-marschall /trunk/  
1161 2023-04-05 02:10:55 daniel-marschall /trunk/plugins/viathinksoft/adminPages/111_systeminfo/ Fix error in PHP-Info on darkmode  
1160 2023-04-05 02:06:14 daniel-marschall /trunk/ PDO+MySQL PHP testcases are now passed  
1159 2023-04-05 00:24:25 daniel-marschall /trunk/ Oracle, PgSQL, and Sqlite database-testcases are now passed  
1158 2023-04-04 12:06:04 daniel-marschall /trunk/ Fixed some smaller issues with MSSQL insert-id (test-cases are now all passed)  
1157 2023-04-04 01:55:40 daniel-marschall /trunk/  
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');
 
1155 2023-04-04 01:36:54 daniel-marschall /trunk/ Fixed MySQLi error handling. Database test cases now passed (again?)  
1154 2023-04-04 01:06:27 daniel-marschall /trunk/plugins/viathinksoft/adminPages/800_plugins/ Admin plugin overview: Wrong display of "active" suffix  
1153 2023-04-03 23:05:28 daniel-marschall /trunk/  
1152 2023-04-03 22:55:16 daniel-marschall /trunk/ Changed OIDplusQueryResult class definition  
1151 2023-04-03 21:23:20 daniel-marschall /trunk/ Vendor update  
1150 2023-04-03 21:16:32 daniel-marschall /trunk/  
1149 2023-04-03 16:46:20 daniel-marschall /trunk/ New method url_post_contents() replaces all cURL calls inside the plugins. url_post_contents_available() replaces the checking for the cURL PHP extension.  
1148 2023-04-03 14:16:22 daniel-marschall /trunk/ The "natural sorting" (i.e. "A10" is after "A9") is now applied to all object types, not only to OIDs. The "natOrder" method of the SQL-Slang-Interface has been removed.  
1147 2023-04-03 13:49:19 daniel-marschall /trunk/plugins/viathinksoft/adminPages/100_wellknown_oids/ Improved performance of admin-page "Well known OIDs"  
1146 2023-04-03 13:46:21 daniel-marschall /trunk/includes/ Wrong error message "INTF_OID" when class is not found  
1145 2023-03-30 23:44:31 daniel-marschall /trunk/ Added JetBrains/PhpStorm to the acknowledgements  
1144 2023-03-29 12:07:48 daniel-marschall /trunk/plugins/viathinksoft/publicPages/000_objects/  

Show All