[root]/configuration
staging
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 96 (100.0%) | 914 (100.0%) | 9.5 |
| vain | 90 (93.8%) | 874 (95.6%) | 9.7 |
| thunderm00n | 2 (2.1%) | 25 (2.7%) | 12.5 |
| paulbr | 2 (2.1%) | 8 (0.9%) | 4.0 |
| xsign | 1 (1.0%) | 4 (0.4%) | 4.0 |
| rikku | 1 (1.0%) | 3 (0.3%) | 3.0 |
- moved cache, configuration, doctrine, logs and themes to application
0 lines of code changed in 7 files:
- config update
15 lines of code changed in 1 file:
- default action is no longer "show" but "list"
4 lines of code changed in 1 file:
- added config setting [editor][type], defaults to ckeditor
7 lines of code changed in 1 file:
- default config: staging on, debugging off
4 lines of code changed in 1 file:
- uncommented dbexectime
- corrected dateformat in config
5 lines of code changed in 1 file:
- QA (reduced number of implicit true comparisons, etc.)
2 lines of code changed in 1 file:
- missing cache section ???
1 lines of code changed in 1 file:
- removed suppress_errors from config template of installation
- removed session_name setting
- fixed undefined indexes for cache driver and lifetime
19 lines of code changed in 1 file:
- added setting [database][charset] to config and doctrine2 $connectionOptions
1 lines of code changed in 1 file:
- configuration adjustments (db-type to db-driver)
4 lines of code changed in 1 file:
- config settings ['language']['language'] renamed to ['language']['default']
- added usercenter template to users module, for public display, in case a user is logged in
- several minor changes to acl.core and users.core
1 lines of code changed in 1 file:
- removed session_name as config value
- session default expire time defaults to 1800
- session expire time can be set by config value session_expire_time as a minute value
- fixed session garbage collection probability (divisor is 100, prob is 10)
1 lines of code changed in 1 file:
6 lines of code changed in 1 file:
2 lines of code changed in 1 file:
- added [cache][lifetime] to config
- added to doctrine.core.php
1 lines of code changed in 1 file:
- added [cache][enabled] (formerly [cache][caching])
- renamed [cache][adapter] to [cache][driver]
1 lines of code changed in 1 file:
- own config section for smarty
- fixed: doctrine.core.php gets full config array now
- added config section cache
12 lines of code changed in 1 file:
- added separate dir /configuration/staging for staging config files
- added staging config files
- changed path in staging.core.php accordingly
3 lines of code changed in 1 file:
- added new setting to clansuite.config.php [config][staging]
- added staging.core.php
- inserted loading of staging to clansuite.application.php / method initialize_Config()
5 lines of code changed in 1 file:
- removed layout, javascript, css, favicon settings from global config
5 lines of code changed in 2 files:
- session cookies are forced now
- removed configuration values [session][use_cookies] and [session][use_only_cookies]
3 lines of code changed in 2 files:
- session cookies on
- debug off
4 lines of code changed in 1 file:
- added config dependency to the router
- default(action|module) is now fetched from config
3 lines of code changed in 1 file:
- links changed to cdn/support
105 lines of code changed in 1 file:
- moved [login] section from clansuite main config to account module config
0 lines of code changed in 1 file:
- renamed config value [template][theme] to [template][frontend_theme]
- renamed session attributes accordingly
4 lines of code changed in 1 file:
- added backend and frontend constants
- minor fix to the config (removed paths)
- theme path modifications to getThemeTemplatePath() and smarty template dirs
0 lines of code changed in 2 files:
- removed paths from config and hardcoded them
0 lines of code changed in 1 file:
- fixed ROOT and WWW_ROOT* slashes
17 lines of code changed in 1 file:
- minor change to all security constant checks
- fixed the non rewrite routing
4 lines of code changed in 3 files:
- several changes to copyright, router, bootstrap, frontcontroller and various other files
1 lines of code changed in 2 files:
[QA]
- discouraged use of string-function in favor of mb_string functions
- discouraged use of is_null function in favor of === null comparisons
- discouraged use of print function in favor if echo
- discouraged use of php compat functions (sizeof to count)
- removed useless constructor method overrides
2 lines of code changed in 1 file:
- removed setting suppress_error from config
- added UTF8 to setlocale in localization.core.php
- pathfix on smarty.renderer.php (for the old clansuite debug console)
- minor cleanups to the old clansuite debug console - this thingy needs an complete cleanup btw
- raised smarty debug console to 960x600
- added flashmessages viewhelper to admin theme for testing
5 lines of code changed in 1 file:
- QA
13 lines of code changed in 3 files:
- update
24 lines of code changed in 1 file:
- added config settings for captchatype and recaptcha
- fixed path for recaptcha lib and methodname
29 lines of code changed in 2 files:
- general cleanup
2 lines of code changed in 1 file:
- renamed classes Clansuite_Module_ / Clansuite_Front_Controller / Clansuite_Action_Controller etc
- adjusted loadModule and loader
- fix for xdebug class, when useing firebug outside of a class
3 lines of code changed in 1 file:
- wysiwyg editor is now a configuration setting $config['editor']['type']
- the available editors at this point in time are: ckeditor, tinymce, markitup and nicedit.
- you can activate an editor by using $form->addFormelement('textarea')->MORE-CHAINED-OPS->setEditor();
6 lines of code changed in 1 file:
(37 more)