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
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.
 
771 2022-03-06 12:12:12 daniel-marschall /trunk/plugins/viathinksoft/objectTypes/oid/  
750 2022-02-22 17:02:58 daniel-marschall / WEID<=>OID Converter in JavaScript  
686 2021-12-08 23:08:36 daniel-marschall /trunk/plugins/viathinksoft/ Fixed problem with WEID weLuhn check digit if an arc was 0.
Improved update procedure on VTS server-side.
 
683 2021-12-08 17:01:54 daniel-marschall /trunk/plugins/viathinksoft/ Definition of class A, B, C WEIDs. In the latest specification, every OID can be represented as a WEID. Therefore, the column "Base36" is now present for every OID.  
635 2021-09-24 12:12:32 daniel-marschall /trunk/ Changed plugins path structure
Old: plugins/[plugintype]/[pluginname]
New: plugins/[vendor]/[plugintype]/[pluginname]

!!!!!! ATTENTION !!!!!! ATTENTION !!!!!! ATTENTION !!!!!!
ALL DIRECTORIES INSIDE THE FOLDER plugin/ WILL BE DELETED
PLEASE MAKE A BACKUP OF THESE FOLDERS BEFORE UPDATING!
!!!!!! ATTENTION !!!!!! ATTENTION !!!!!! ATTENTION !!!!!!

If you have individual third-party plugins, please make
sure that they make use of the new plugin directory structure.