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
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  
1052 2022-12-25 22:41:57 daniel-marschall /trunk/plugins/viathinksoft/ OID-Info URLs prefer HTTPS variant https://oid-rep.orange-labs.fr/ instead of HTTP variant http://oid-info.com/  
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.
 
1005 2022-10-16 22:40:43 daniel-marschall /trunk/  
976 2022-10-02 03:04:25 daniel-marschall /trunk/plugins/viathinksoft/publicPages/100_whois/ Fix OID-IP  
975 2022-10-01 22:31:42 daniel-marschall /trunk/ Added getters for description, comment, updatedTime, createdTime to OIDplusObject instances  
971 2022-10-01 18:33:15 daniel-marschall /trunk/plugins/viathinksoft/publicPages/100_whois/ OID-IP: Using findFitting() to avoid making unnecessary SQL queries  
969 2022-10-01 00:42:37 daniel-marschall /trunk/ OIDplusObject::findFitting() does NOT throw an Exception anymore if the object type is unknown
Update to FRDLWeb RDAP plugin 0.3
 
968 2022-09-30 23:51:32 daniel-marschall /trunk/plugins/viathinksoft/publicPages/ OIDplusPagePublicObjects::getAlternativesForQuery() now takes care that the own ID is not in the list  
967 2022-09-30 23:37:02 daniel-marschall /trunk/ OID-IP plugins calls getAlternativesForQuery to find alternative identifiers if the object cannot be found  
941 2022-09-11 20:07:04 daniel-marschall /trunk/plugins/viathinksoft/ Added class OIDplusOIDIP