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.
 
1035 2022-11-12 00:36:44 daniel-marschall /trunk/plugins/viathinksoft/objectTypes/ GUID and FourCC plugins have "folder" icons in the treeview if they are no leaf-nodes  
962 2022-09-25 23:10:12 daniel-marschall /trunk/ AID: Possibility to generate a random AID directly in OIDplus  
928 2022-08-25 23:54:44 daniel-marschall /trunk/ Replaced word "subsequent" with word "subordinate"  
860 2022-05-29 22:55:17 daniel-marschall /trunk/ Extended plugin check: The namespace of an object type plugin must be lower-case  
859 2022-05-29 20:44:58 daniel-marschall /trunk/plugins/viathinksoft/objectTypes/  
858 2022-05-29 20:30:30 daniel-marschall /trunk/ BUGFIX: GUID and FourCC: category in treeview was "/examples" instead of "examples" for the top level.  
856 2022-05-29 20:06:06 daniel-marschall /trunk/ BUGFIX: IPv4, IPv6 and GUID identifier were not correctly canonized, therefore they could not be found if e.g. the search term had the wrong upper/lower case  
850 2022-05-28 23:27:15 daniel-marschall /trunk/ Bugfix: GUID and FourCC categories can now contain the slash character (/)  
805 2022-03-24 17:19:22 daniel-marschall /trunk/ Updated logo
Fixed some small bugs
 
803 2022-03-24 16:48:37 daniel-marschall /trunk/  
801 2022-03-24 16:15:23 daniel-marschall /trunk/ Changed OIDplus::webpath() method to include canonical paths  
800 2022-03-24 14:34:40 daniel-marschall /trunk/ Renamed all PNG files in plugin folders and moved them in img/ directories.  
790 2022-03-18 14:03:05 daniel-marschall /trunk/ Introduced method OIDplusQueryResult::any() as alternative to OIDplusQueryResult::num_rows()>0  
753 2022-02-23 01:28:19 daniel-marschall /trunk/plugins/viathinksoft/ GUID+IPv4+IPv6+OID: Technical info visual changes and link to help topics
TinyMCE: 'imagetools' and 'toc' added 23 February 2022, because they are declared as deprecated and marked for removal in TinyMCE 6.0 ("moving to premium")
 
707 2021-12-26 15:54:36 daniel-marschall /trunk/ New object type "Domain"  
644 2021-09-25 18:42:44 daniel-marschall /trunk/  
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.