Subversion Repositories oidplus

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
1437 2023-11-16 11:59:01 daniel-marschall /trunk/ Release 2.0.1.6
Fixed problems with canonical URLs (baseconfig was not used in CSS/JS)
 
1435 2023-11-15 14:57:27 daniel-marschall /trunk/ Release 2.0.1.4
Fixed issue "polyfill.min.js.php does not work without baseconfig file"
 
1365 2023-08-01 16:21:12 daniel-marschall /trunk/ ADO+OLEDB now fully support Unicode including emojis!  
1349 2023-07-30 12:08:52 daniel-marschall /trunk/ Dropped support for Internet Explorer  
1348 2023-07-30 11:41:49 daniel-marschall /trunk/ Replaced rel="shortcut icon" with rel="icon"  
1347 2023-07-30 01:33:29 daniel-marschall /trunk/ Deprecated favicon.ico . It must now be called favicon.png (If you have your own favicon.png, please place it into userdata/favicon/favicon.png !)  
1289 2023-05-26 22:14:27 daniel-marschall /trunk/ Fixed issue with "Static link to this page" ( https://github.com/danielmarschall/oidplus/issues/15 )  
1286 2023-05-26 13:44:06 daniel-marschall /trunk/includes/classes/  
1266 2023-05-13 02:26:37 daniel-marschall /trunk/ Exceptions can now carry an HTTP Response Code  
1263 2023-05-12 22:47:57 daniel-marschall /trunk/includes/classes/  
1227 2023-04-20 16:42:46 daniel-marschall /trunk/  
1205 2023-04-13 23:31:50 daniel-marschall /trunk/  
1203 2023-04-13 01:38:56 daniel-marschall /trunk/includes/classes/ More Exception Refactoring  
1201 2023-04-13 00:53:49 daniel-marschall /trunk/ First part of a refactoring of the Exception handling. Made distinction between HTML-Exception and Non-HTML-Exception clear.  
1188 2023-04-08 20:52:33 daniel-marschall /trunk/  
1186 2023-04-08 20:32:34 daniel-marschall /trunk/ Methods in OIDplusAuthUtils, OIDplusGui, OIDplusMailUtils, OIDplusMenuUtils are now not static anymore  
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  
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!
 
1115 2023-03-20 13:18:34 daniel-marschall /trunk/ Small changes in re HTML Exception handling  

Show All