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
1143 2023-03-28 23:28:22 daniel-marschall /trunk/ Fixed more possible type errors  
1130 2023-03-26 00:38:14 daniel-marschall /trunk/ Another large bunch of type-safety changes  
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)  
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.
 
988 2022-10-05 16:52:34 daniel-marschall /trunk/  
973 2022-10-01 18:59:39 daniel-marschall /trunk/includes/classes/ ViaThinkSoft plugins now identify with their system SVN version  
937 2022-09-11 17:25:46 daniel-marschall /trunk/includes/classes/ Newest version of phpstan does not show warnings at OIDplusPluginManifest.class.php anymore  
828 2022-04-09 23:12:50 daniel-marschall /trunk/ Added <license> entry in the manifest.xml files, and added it to the plugin overview in the admin login area  
730 2022-01-23 22:10:52 daniel-marschall /trunk/ "ImplementsFeature" is now available for all PHP classes of OIDplus, not just Plugin classes.
Therefore, OID-WHOIS can now also receive WHOIS attributes from Objects (not just the Object Plugin) or the OIDplusRA class.
 
632 2021-09-23 21:16:24 daniel-marschall /trunk/ Temporarily, third-party plugins must be moved in the folder plugins/_thirdParty instead of plugins/ (will be changed again in a few days!)  
601 2021-05-26 00:44:36 daniel-marschall /trunk/ README is now in the MarkDown (MD) format  
594 2021-05-24 01:54:21 daniel-marschall /trunk/ (Mostly) reached PHPStan Level 6  
511 2021-01-18 01:13:07 daniel-marschall /trunk/ Security: Added "INSIDE_OIDPLUS" constant to include files to avoid generating error messages when an include file is accessed directly
Updated copyright notices to 2021
 
473 2020-11-19 11:16:11 daniel-marschall /trunk/ Design plugins now have a "css" key in the manifest.xml, which needs to be set!  
429 2020-10-14 00:32:11 daniel-marschall /trunk/ When a JS file is missing in a plugin manifest, an error will be printed to the JavaScript console  
411 2020-09-24 13:08:21 daniel-marschall /trunk/ Database plugins manifests now contain references to setup JavaScripts  
391 2020-09-14 17:23:30 daniel-marschall /trunk/  
389 2020-09-14 17:06:17 daniel-marschall /trunk/ XML Schema for plugin manifests  
359 2020-08-19 23:25:54 daniel-marschall /trunk/includes/classes/  

Show All