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
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
 
504 2021-01-09 00:27:46 daniel-marschall /trunk/ Setup, OOBE and Updater has now an icon
Setup revision log didn't show new-lines on some systems. Fixed.
 
496 2020-12-12 20:29:51 daniel-marschall /trunk/ Large refactoring of path functions.
DEPRECATED: OIDplus::basePath() becomes OIDplus::localpath()
DEPRECATED: OIDplus::getSystemUrl(X) becomes OIDplus::webpath(null, X)
OIDplus::webpath(X) becomes OIDplus::webpath(X, true)
 
440 2020-10-18 21:51:48 daniel-marschall /trunk/  
415 2020-09-25 19:22:52 daniel-marschall /trunk/ When OOBE is called inside Admin login area, you don't need to enter the admin password anymore  
379 2020-08-30 00:58:28 daniel-marschall /trunk/ Improved compatibility with iPhone Safari  
364 2020-08-23 18:59:04 daniel-marschall /trunk/ DROPPED support for "welcome.local.html". Use "userdata/welcome/welcome.html" (English) and "userdata/welcome/welcome$dede.html" (German) instead!
DROPPED support for "oidplus_base.local.css". Use "userdata/styles/oidplus_base.css" instead!
 
362 2020-08-23 16:49:43 daniel-marschall /trunk/ Setup and OOBE is now translated to German, too.
Freshly installed plugins can request that the OOBE is shown in order to ask the user to check the settings of these plugins.

ATTENTION: Existing users will see the Setup/OOBE screen after Update. Just enter your administrator password and continue.
 
360 2020-08-23 00:28:31 daniel-marschall /trunk/ LARGE UPDATE: Made everything multilingual; Translation to German!  
294 2020-05-10 11:29:27 daniel-marschall /trunk/ New folder "userdata" which now contains all data specific to this OIDplus installation (configuration, resources, databases, log files etc.)  
292 2020-05-06 16:15:49 daniel-marschall /trunk/ Split plugin "Registration" into "OOBE" and "Registration". OOBE is now a core part of OIDplus while the Registration is not. Added color theme to OOBE. Added "feature OID" functionality.  
270 2020-04-21 23:36:39 daniel-marschall /trunk/  
261 2020-04-18 16:38:21 daniel-marschall /trunk/ Large refactoring: "config.inc.php" is now in format 2.1; the configuration settings are now stored in a class OIDplusBaseConfis and can therefore be altered in automated test environments.
Characters "###" inside a query now get replaced by the table prefix.
 
239 2020-04-10 12:30:53 daniel-marschall /trunk/ NEW: SUPPORT FOR POSTGRESQL AND MICROSOFT SQL SERVER  
227 2020-03-20 22:27:50 daniel-marschall /trunk/ Various fixes and OOP changes  
206 2020-01-23 23:44:12 daniel-marschall /trunk/ Registration service now handles system ID hash conflicts  
163 2019-08-13 14:49:13 daniel-marschall /trunk/ NEW FEATURE: Software update (web SVN)  
157 2019-08-08 20:01:02 daniel-marschall /trunk/ Setup assistant 2/2 is now protected by ReCAPTCHA, if enabled  
150 2019-08-03 00:30:01 daniel-marschall /trunk/ LARGE UPDATE: Added database providers; now using prepared statements, and many more changes  
139 2019-07-16 13:41:23 daniel-marschall /trunk/ Updated whole registration process