[root]/core/viewhelper/smarty

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 465 (100.0%) | 2948 (100.0%) | 6.3 |
| vain | 455 (97.8%) | 2920 (99.1%) | 6.4 |
| xsign | 6 (1.3%) | 15 (0.5%) | 2.5 |
| thunderm00n | 1 (0.2%) | 6 (0.2%) | 6.0 |
| paulbr | 1 (0.2%) | 6 (0.2%) | 6.0 |
| raensen | 2 (0.4%) | 1 (0.0%) | 0.5 |
- move /viewhelper to /view/helper
0 lines of code changed in 81 files:
- replaced all occurrences of calls to the deprecated $smarty->trigger_error() method with just trigger_error()
30 lines of code changed in 16 files:
- this is called premature optimization, isn't it?
3 lines of code changed in 1 file:
- closes ticket #11
5 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
9 lines of code changed in 1 file:
- removed var_dump
0 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
55 lines of code changed in 1 file:
- removed function's DocBlock @package and @subpackage tag, illegal
2 lines of code changed in 1 file:
- removed function's DocBlock @package tag, illegal
0 lines of code changed in 3 files:
- had to add a check for the content of the block tag, to ensure that content is passed to the block
- the block tag behaves a bit different as of Smarty 3.1.6 than in version before: the content is rendered twice! one time each on the opening and closing tag. Uwe what's on your mind?
7 lines of code changed in 1 file:
- had to add a check for the content of the block tag, to ensure that content is passed to the block
- the block tag behaves a bit different as of Smarty 3.1.6 than in version before: the content is rendered twice! one time each on the opening and closing tag. Uwe what's on your mind?
- replaced newlines with carriage returns (CR)
40 lines of code changed in 2 files:
- minor opt for icon viewhelper
- added "add" icon on addLanguage link
5 lines of code changed in 1 file:
- doc update on breadcrumbs + viewhelper
24 lines of code changed in 1 file:
- renamed initModel() to setModel()
1 lines of code changed in 1 file:
- cleanup for gravatar - part 2
8 lines of code changed in 1 file:
- smarty function.icon.php fixed
- new table for news comments (test)
- entities: user/comment fixed
- new theme dark / csfw modified
6 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
61 lines of code changed in 3 files:
- smarty viewhelper serverload determines serverload on windows systems now
40 lines of code changed in 1 file:
- replaced slashfix with realpath
4 lines of code changed in 1 file:
- removed unnecessary $smarty parameters from method heads
10 lines of code changed in 10 files:
- fix for breadcrumb level 1
9 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
9 lines of code changed in 1 file:
- added support for caching smarty resources into APC
0 lines of code changed in 1 file:
- fix for js selection of tabpanels
4 lines of code changed in 1 file:
- added smart viewhelper check_permission
- demo usage in module index action_show
- parameter name bugfix on smarty viewhelper array
55 lines of code changed in 2 files:
- fix for gravatar classname
4 lines of code changed in 1 file:
- smarty |@ to |
- various minor modifications
2 lines of code changed in 1 file:
- added getarraykey smarty viewhelper
- fixed links in modulemanager
- removed some implicit true statements
42 lines of code changed in 1 file:
- class exists check for clansuite_widget
4 lines of code changed in 1 file:
- smarty viewhelper load_module uses php viewhelper for widgets
- moved toUnderscoredUpperCamelCase() to Clansuite_Functions
6 lines of code changed in 1 file:
- moved Clansuite_Loader::loadModul to viewhelper/smarty/function.load_module.php
- ordered methods in Loader
- removed semicolon in apc.cache.php
- comparisons changed in httprequest.core.php
88 lines of code changed in 1 file:
- revert + new condition for themes
18 lines of code changed in 1 file:
- widgets are no longer loaded from modules folder, but from the normal template paths (as defined in renderer base)
14 lines of code changed in 1 file:
- a is link_to, because <a href="{a href="/xy}" /> looks plain stupid in templates
1 lines of code changed in 1 file:
- added smarty viewhelper a
0 lines of code changed in 1 file:
- fixed modulenavigation template path and applied buildURL
- changed menu definitions of all modules accordingly
17 lines of code changed in 1 file:
- fixed width of widgets in standard theme
5 lines of code changed in 1 file:
- removed a template path condition from load_module
4 lines of code changed in 1 file:
- fixed paths on smarty viewhelper help
- added magic methods __unset() __isset() to smarty.renderer.php
4 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
6 lines of code changed in 1 file:
(87 more)