[root]/themes/core/view/smarty

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 53 (100.0%) | 396 (100.0%) | 7.4 |
| vain | 52 (98.1%) | 364 (91.9%) | 7.0 |
| paulbr | 1 (1.9%) | 32 (8.1%) | 32.0 |
- moved cache, configuration, doctrine, logs and themes to application
0 lines of code changed in 19 files:
- fixed about links
- cleanup for about table
2 lines of code changed in 1 file:
- use name as title, if title is undefined on menu items
- when the condition is false, the element is not shown anymore, so display a short notice of that, when we are in debug mode
15 lines of code changed in 1 file:
- added array key condition to menunavigation array items
- the key is evaluated and the boolean value is reassigned, making a conditional display of menu items possible
- thereby the view can decide whether to display or not display the item
- example usage: sysinfo module, where apc has to be loaded to get it's stats, the menu item is senseless, if apc is not loaded.
- closes ticket #231
6 lines of code changed in 1 file:
- using [error][debug_popup] in clansuite's smarty console - debug.tpl
- works and looks pretty ugly => needs styling
112 lines of code changed in 1 file:
- dynamic year update on header notice
1 lines of code changed in 1 file:
- uncommented dbexectime
- corrected dateformat in config
1 lines of code changed in 1 file:
- added Clansuite_Theme to autoloader
- added doctrine exec time and query counter methods to Clansuite_Doctrine2
- updated server_stats.tpl accordingly
1 lines of code changed in 1 file:
- form, ul, li style fixes
1 lines of code changed in 1 file:
- smarty |@ to |
- various minor modifications
10 lines of code changed in 2 files:
Ticket: 26
32 lines of code changed in 1 file:
- added new module about
1 lines of code changed in 1 file:
- links changed to cdn/support
10 lines of code changed in 1 file:
- fix for help inclusion in templates
1 lines of code changed in 1 file:
- view paths are now defined in renderer base (abstract) and reused in renderengines
- used those paths in smarty as template_dirs
- some path fixes
1 lines of code changed in 1 file:
- restructuring theme
202 lines of code changed in 19 files: