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
1127 2023-03-25 03:04:21 daniel-marschall /trunk/  
1125 2023-03-25 01:16:44 daniel-marschall /trunk/  
1124 2023-03-25 00:45:48 daniel-marschall /trunk/ Updated folder icons for non-leaf nodes of object types GUID, PHP, and FourCC  
1122 2023-03-25 00:11:30 daniel-marschall /trunk/  
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)  
1058 2022-12-26 22:02:50 daniel-marschall /trunk/plugins/viathinksoft/publicPages/000_objects/ Fixed PHP 8.2.0 incompatibility (Object type root nodes)  
1055 2022-12-26 18:17:44 daniel-marschall /trunk/ OIDplus Setup and OOBE now have the main design (and is dark-theme compatible)  
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.
 
1033 2022-11-09 01:06:17 daniel-marschall /trunk/ Replaced some $_REQUEST with $_GET and $_POST.
Made sure "request_order" is in a defined state. (Important: Cookies must not be $_REQUEST)
 
1012 2022-10-17 22:52:45 daniel-marschall /trunk/  
1005 2022-10-16 22:40:43 daniel-marschall /trunk/  
1000 2022-10-15 23:40:20 daniel-marschall /trunk/ NEW PLUGIN: Notifications for RA or Administrator  
999 2022-10-15 23:30:24 daniel-marschall /trunk/plugins/viathinksoft/publicPages/000_objects/  
998 2022-10-15 14:56:58 daniel-marschall /trunk/ Error in Non-Javascript menu fixed  
978 2022-10-02 21:16:40 daniel-marschall /trunk/ After a "delete from ###objects" (3x), "update ###objects" (12x), or "insert into ###objects" (3x), call OIDplusObject::resetObjectInformationCache()  
977 2022-10-02 03:06:52 daniel-marschall /trunk/ Make use of new getters of OIDplusObject in order to save unnecessary database queries  
970 2022-10-01 14:45:52 daniel-marschall /trunk/plugins/viathinksoft/publicPages/000_objects/ Removed unnecessary try-catch around OIDplusObject::parse, because itself catches internal errors  
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  

Show All