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
 
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)
 
478 2020-11-24 14:44:50 daniel-marschall /trunk/plugins/  
477 2020-11-22 19:09:24 daniel-marschall /trunk/plugins/publicPages/500_resources/ Resource plugin: Security check is now before redirect check  
476 2020-11-22 18:55:28 daniel-marschall /trunk/ New feature: Resources can now be restricted to RAs or Admin. The res/ directory now may not be world-readable anymore.  
475 2020-11-22 13:34:42 daniel-marschall /trunk/ New feature: Resource redirects  
455 2020-10-26 17:33:27 daniel-marschall /trunk/  
386 2020-09-12 22:00:01 daniel-marschall /trunk/ Fixed various smaller things detected by warnings/errors of "Eclipse for PHP"  
368 2020-08-24 10:31:24 daniel-marschall /trunk/ Smaller fixed.
DROPPED support for setting "resource_plugin_title" (due to multilinguality)
 
366 2020-08-23 23:54:11 daniel-marschall /trunk/ Various smaller things  
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.
 
361 2020-08-23 00:57:17 daniel-marschall /trunk/ UTF-8 Fix  
360 2020-08-23 00:28:31 daniel-marschall /trunk/ LARGE UPDATE: Made everything multilingual; Translation to German!  
323 2020-05-23 22:39:18 daniel-marschall /trunk/plugins/publicPages/500_resources/ Resource plugin: URL format simplified (now human friendly because there is no authentication key included in the goto-URL anymore)  
321 2020-05-22 21:23:11 daniel-marschall /trunk/ Prepared AJAX actions for automated tests; removed actionBefore() and actionAfter() and introduced feature 1.3.6.1.4.1.37476.2.5.2.3.3 as replacement  
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.)  
282 2020-04-25 14:12:46 daniel-marschall /trunk/ Added sitemap plugin API  
281 2020-04-25 13:49:37 daniel-marschall /trunk/ Plugin architecture: Removed explicit type() of page plugins  
279 2020-04-25 11:02:51 daniel-marschall /trunk/ Slighly altered plugin architecture again: Manifest now only contains the plugin main class (the other classes are loaded using autoloading) and the page priority attribute was removed.  
277 2020-04-25 02:27:11 daniel-marschall /trunk/ Introducing new plugin architecture (manifest.ini)  

Show All