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
1166 2023-04-05 20:38:55 daniel-marschall /trunk/ Removed texts which forced the user to mouse-hover  
1165 2023-04-05 20:20:50 daniel-marschall /trunk/ System info plugin: Fixed issue with Windows servers  
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)  
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  
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"  
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/  
1143 2023-03-28 23:28:22 daniel-marschall /trunk/ Fixed more possible type errors  
1142 2023-03-28 22:33:20 daniel-marschall /trunk/ oid-info.com XML Export fixed type error message  
1141 2023-03-27 00:20:16 daniel-marschall /trunk/plugins/viathinksoft/publicPages/000_objects/  

Show All