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.
 
1047 2022-12-11 01:37:48 daniel-marschall /trunk/plugins/viathinksoft/adminPages/111_systeminfo/ Fixed PHPInfo for PHP 8.2  
987 2022-10-04 19:11:29 daniel-marschall /trunk/plugins/viathinksoft/adminPages/ Color plugin: "Invert colors" is now a checkbox instead of a 0/1 slider  
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.  
799 2022-03-22 14:43:26 daniel-marschall /trunk/ Fixed issue with OAuth/PHPSessions not working. Bug introduced in svn-778 (13 march 2022) due to the change of the webpath(...,false) behavior.  
798 2022-03-22 00:20:27 daniel-marschall /trunk/plugins/viathinksoft/adminPages/111_systeminfo/  
797 2022-03-21 23:40:49 daniel-marschall /trunk/ Heavily increased performance of web-updater for installation channel "TAR.GZ" (SVN snapshot)  
796 2022-03-21 01:13:02 daniel-marschall /trunk/plugins/viathinksoft/adminPages/111_systeminfo/ phpinfo() cosmetics  
795 2022-03-21 00:42:29 daniel-marschall /trunk/plugins/viathinksoft/ Systeminfo plugin now also shows phpinfo()  
794 2022-03-20 23:46:24 daniel-marschall /trunk/  
720 2022-01-06 22:06:30 daniel-marschall /trunk/ OIDplus doesn't require the PHP extensions php-ctype and php-posix anymore  
697 2021-12-13 00:16:37 daniel-marschall /trunk/plugins/viathinksoft/ Admin system info plugin: "PHP Installed extensions" is now listed
Admin system update plugin: Actual GIT and SVN commands are now visible, and GIT PULL command slightly changed (added origin master)
 
688 2021-12-09 15:16:38 daniel-marschall /trunk/plugins/viathinksoft/ System information plugin minor changes  
685 2021-12-08 21:40:08 daniel-marschall /trunk/plugins/viathinksoft/adminPages/111_systeminfo/ System information plugin: Display of username optimized. Catched errors. Shows effective process user instead of script file owner  
662 2021-10-04 00:27:48 daniel-marschall /trunk/plugins/viathinksoft/ System update page: GIT-WorkingCopyUpdate and SVN-WorkingCopyUpdate can now be executed online (execution and write permissions required)
System information page: System user account will be shown
 
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.