Directory configuration/

Directory Created:
2008-11-25 01:18
Directory Deleted:
2012-03-07 16:37
Total Files:
0
Deleted Files:
7
Lines of Code:
0

Browse with Trac

[root]/configuration
        Folder removed from repo staging (0 files, 0 lines)

Lines of Code

configuration/ Lines of Code

Developers

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

Most Recent Commits

vain 2012-03-07 16:37 Rev.: 6271

- moved cache, configuration, doctrine, logs and themes to application

0 lines of code changed in 7 files:

vain 2012-03-05 17:51 Rev.: 6189

- config update

15 lines of code changed in 1 file:

vain 2012-02-15 02:48 Rev.: 6045

- default action is no longer "show" but "list"

4 lines of code changed in 1 file:

vain 2011-12-08 04:11 Rev.: 5843

- added config setting [editor][type], defaults to ckeditor

7 lines of code changed in 1 file:

vain 2011-06-17 19:35 Rev.: 5421

- default config: staging on, debugging off

4 lines of code changed in 1 file:

vain 2011-05-16 22:00 Rev.: 5296

- uncommented dbexectime
- corrected dateformat in config

5 lines of code changed in 1 file:

vain 2011-05-05 21:29 Rev.: 5267

- QA (reduced number of implicit true comparisons, etc.)

2 lines of code changed in 1 file:

vain 2011-05-05 02:17 Rev.: 5262

- missing cache section ???

1 lines of code changed in 1 file:

vain 2011-05-05 02:15 Rev.: 5261

- 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:

vain 2011-05-04 11:37 Rev.: 5250

- added setting [database][charset] to config and doctrine2 $connectionOptions

1 lines of code changed in 1 file:

vain 2011-01-22 17:49 Rev.: 5052

- configuration adjustments (db-type to db-driver)

4 lines of code changed in 1 file:

vain 2011-01-06 04:57 Rev.: 4999

- 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:

vain 2011-01-06 01:54 Rev.: 4998

- 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:

paulbr 2010-12-09 18:37 Rev.: 4968

6 lines of code changed in 1 file:

paulbr 2010-11-12 11:11 Rev.: 4886

2 lines of code changed in 1 file:

vain 2010-10-24 14:21 Rev.: 4860

- added [cache][lifetime] to config
- added to doctrine.core.php

1 lines of code changed in 1 file:

vain 2010-10-24 14:05 Rev.: 4858

- added [cache][enabled] (formerly [cache][caching])
- renamed [cache][adapter] to [cache][driver]

1 lines of code changed in 1 file:

vain 2010-10-24 13:59 Rev.: 4857

- 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:

vain 2010-10-22 14:41 Rev.: 4845

- 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:

vain 2010-10-20 20:40 Rev.: 4825

- 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:

vain 2010-10-18 19:21 Rev.: 4819

- removed layout, javascript, css, favicon settings from global config

5 lines of code changed in 2 files:

vain 2010-10-11 22:38 Rev.: 4785

- session cookies are forced now
- removed configuration values [session][use_cookies] and [session][use_only_cookies]

3 lines of code changed in 2 files:

vain 2010-10-08 17:10 Rev.: 4775

- session cookies on
- debug off

4 lines of code changed in 1 file:

vain 2010-09-26 11:36 Rev.: 4741

- added config dependency to the router
- default(action|module) is now fetched from config

3 lines of code changed in 1 file:

vain 2010-09-24 20:53 Rev.: 4728

- links changed to cdn/support

105 lines of code changed in 1 file:

vain 2010-09-17 20:38 Rev.: 4644

- moved [login] section from clansuite main config to account module config

0 lines of code changed in 1 file:

vain 2010-09-17 20:14 Rev.: 4640

- renamed config value [template][theme] to [template][frontend_theme]
- renamed session attributes accordingly

4 lines of code changed in 1 file:

vain 2010-09-17 00:46 Rev.: 4630

- 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:

vain 2010-09-11 14:51 Rev.: 4620

- removed paths from config and hardcoded them

0 lines of code changed in 1 file:

vain 2010-09-11 00:59 Rev.: 4618

- fixed ROOT and WWW_ROOT* slashes

17 lines of code changed in 1 file:

vain 2010-08-27 23:01 Rev.: 4599

- minor change to all security constant checks
- fixed the non rewrite routing

4 lines of code changed in 3 files:

vain 2010-08-15 18:45 Rev.: 4578

- several changes to copyright, router, bootstrap, frontcontroller and various other files

1 lines of code changed in 2 files:

vain 2010-06-10 01:47 Rev.: 4493

[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:

vain 2010-05-14 22:54 Rev.: 4426

- 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:

vain 2010-04-30 03:43 Rev.: 4365

- QA

13 lines of code changed in 3 files:

vain 2010-03-29 11:30 Rev.: 4337

- update

24 lines of code changed in 1 file:

vain 2010-03-27 18:55 Rev.: 4319

- added config settings for captchatype and recaptcha
- fixed path for recaptcha lib and methodname

29 lines of code changed in 2 files:

vain 2010-03-21 22:08 Rev.: 4291

- general cleanup

2 lines of code changed in 1 file:

vain 2010-03-20 23:32 Rev.: 4284

- 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:

vain 2010-03-19 00:23 Rev.: 4263

- 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)

Generated by StatSVN 0.7.0