Subversion Repositories oidplus

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
1349 2023-07-30 12:08:52 daniel-marschall /trunk/ Dropped support for Internet Explorer  
1182 2023-04-08 19:02:11 daniel-marschall /trunk/ Introduced base configuration settings OFFLINE_MODE, as suggested by https://github.com/danielmarschall/oidplus/issues/5  
1149 2023-04-03 16:46:20 daniel-marschall /trunk/ New method url_post_contents() replaces all cURL calls inside the plugins. url_post_contents_available() replaces the checking for the cURL PHP extension.  
1143 2023-03-28 23:28:22 daniel-marschall /trunk/ Fixed more possible type errors  
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!
 
963 2022-09-26 00:20:39 daniel-marschall /trunk/  
891 2022-07-14 16:19:47 daniel-marschall /trunk/ OID-IP  
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
 
481 2020-12-01 22:57:30 daniel-marschall /trunk/ Cache files are not hidden anymore on Linux systems (filename beginning with dot).
Fixed problem if CSS/JS scripts output a PHP warning in Debug mode
 
427 2020-10-03 19:08:44 daniel-marschall /trunk/  
402 2020-09-21 21:57:20 daniel-marschall /trunk/ TinyMCE is now transparent
BUGFIX: TinyMCE works now also on browsers which do not support "document.currentScript"
 
379 2020-08-30 00:58:28 daniel-marschall /trunk/ Improved compatibility with iPhone Safari  
376 2020-08-29 11:05:10 daniel-marschall /trunk/ Introduced cache folder, and cached polyfill replies  
375 2020-08-29 01:07:14 daniel-marschall /trunk/ Privacy improvement: Polyfill.io is called server-side (not from proxy). Improved compatibility with Internet Explorer.