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
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/  
355 2020-08-10 14:34:03 daniel-marschall /trunk/ Added framework for multilinguality (PHP/JS). Currently, nothing is translated, though.  
327 2020-06-11 01:09:37 daniel-marschall /trunk/ NEW: Implemented XML import tool (admin interface). Added plugin to import/export OIDs from/to oid-info.com  
308 2020-05-15 00:22:05 daniel-marschall /trunk/ Plugin manifests are now XML instead of INI files; plugins can now have an optional OID  

Show All