Subversion Repositories oidplus

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1294 2023-05-29 01:44:49 daniel-marschall /trunk/  
1276 2023-05-15 10:52:06 daniel-marschall /trunk/ REST API: New output field "status_bits"  
1265 2023-05-13 01:26:05 daniel-marschall /trunk/ NEW FEATURE: REST API (Framework Beta Stage; endpoints are not implemented yet)  
1247 2023-04-28 22:15:16 daniel-marschall /trunk/ Automatically redirect to prefiltered queries  
1231 2023-04-26 13:54:13 daniel-marschall /trunk/ Fixed various problems  
1219 2023-04-19 01:49:46 daniel-marschall /trunk/ Added new database connection plugin: ADO (required Windows server system)  
1190 2023-04-08 21:40:11 daniel-marschall /trunk/  
1182 2023-04-08 19:02:11 daniel-marschall /trunk/ Introduced base configuration settings OFFLINE_MODE, as suggested by https://github.com/danielmarschall/oidplus/issues/5  
1181 2023-04-08 18:14:23 daniel-marschall /trunk/ Introduction of url_get_contents_available()  
1180 2023-04-08 16:06:10 daniel-marschall /trunk/ File attachments plugin: If directory is not writeable or otherwise invalid, the admin will see a warning in the "notifcations" area  
1162 2023-04-05 02:37:36 daniel-marschall /trunk/  
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');
 
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.  
1130 2023-03-26 00:38:14 daniel-marschall /trunk/ Another large bunch of type-safety changes  
1116 2023-03-23 23:09:25 daniel-marschall /trunk/ BIG CHANGE: All methods have received a PHPdoc comment and a lot of parameter and return types have been added (as far as PHP 7.0 allows)
!!! PLEASE NOTE THAT THE NEW VERSION OF OIDPLUS IS NOT COMPATIBLE WITH OLD THIRD PARTY PLUGINS (EXCEPT THE ONES THAT ARE BUNDLED WITH OIDPLUS)
!!! IF YOU HAVE THIRD PARTY PLUGINS INSTALLED (OR WRITTEN YOURSELF), THEN YOU *WILL* RECEIVE ERROR MESSAGES AFTER THE UPDATE
!!! AND NEED TO CHANGE THE METHOD SIGNATURES IN THESE PLUGINS TO MAKE THEM WORK AGAIN. (We can help you with this task if you need help!)
Please note that due to the amount of changes, there could have been a few bugs introduced; please send all bug reports via GitHub or email
and if you have the possibility, it is recommended to test the version of a test system before applying the update on a productive system.
Thank you very much!
 
1104 2023-02-28 17:16:41 daniel-marschall /trunk/  
1103 2023-02-28 17:06:29 daniel-marschall /trunk/  

Show All