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
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)  
1054 2022-12-26 01:49:20 daniel-marschall /trunk/plugins/viathinksoft/objectTypes/fourcc/ FourCC: Added integer representation  
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"  
926 2022-08-19 17:01:53 daniel-marschall /trunk/ aid_decoder.inc.php : Added ASCII view in addition to the hex-representation  
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.  
850 2022-05-28 23:27:15 daniel-marschall /trunk/ Bugfix: GUID and FourCC categories can now contain the slash character (/)  
845 2022-05-27 17:16:09 daniel-marschall /trunk/plugins/viathinksoft/  
844 2022-05-27 00:30:36 daniel-marschall /trunk/ New object type: Four-Character-Code (FourCC)