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
1282 2023-05-18 00:23:38 daniel-marschall /trunk/ Plugins can no longer access the SERVER_SECRET base configuration settings through OIDplusBaseConfig. Instead, makeAuthKey and makeSecret must be used. The bundled plugins are already updated.  
1279 2023-05-15 21:52:51 daniel-marschall /trunk/plugins/ RDAP, Whois, and REST links are now grouped together  
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');
 
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.  
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  
1121 2023-03-24 22:53:33 daniel-marschall /trunk/ Misc bugfixes  
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!
 
1086 2023-02-26 01:12:29 daniel-marschall /trunk/ Avoid calling *.class.php files directly to avoid PHP errors (Github Issue #4)  
1081 2023-01-24 00:15:33 daniel-marschall /trunk/plugins/viathinksoft/publicPages/100_whois/ Release Internet Draft draft-viathinksoft-oidip-05  
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.
 
1012 2022-10-17 22:52:45 daniel-marschall /trunk/  
918 2022-07-25 02:32:05 daniel-marschall /trunk/plugins/viathinksoft/publicPages/100_whois/ Prepare for OIDIP-05 (uses JSON schema 2020-12)  
916 2022-07-24 12:53:27 daniel-marschall /trunk/plugins/viathinksoft/publicPages/100_whois/ Release of draft-viathinksoft-oidip-04  
897 2022-07-17 02:44:44 daniel-marschall /trunk/plugins/viathinksoft/ OIP-IP minor changes  
896 2022-07-17 02:40:45 daniel-marschall /trunk/plugins/viathinksoft/publicPages/100_whois/ OID-IP XSD/JSON schema bugfix: October timestamps were not accepted. Fixed.  
895 2022-07-15 15:42:29 daniel-marschall /trunk/plugins/viathinksoft/publicPages/100_whois/  
894 2022-07-15 01:26:42 daniel-marschall /trunk/plugins/viathinksoft/  
891 2022-07-14 16:19:47 daniel-marschall /trunk/ OID-IP  
890 2022-07-14 13:40:06 daniel-marschall /trunk/plugins/viathinksoft/ OID-IP  

Show All