Directory core/viewhelper/smarty/

Directory Deleted:
2012-03-07 12:53
Total Files:
0
Deleted Files:
81
Lines of Code:
0

Browse with Trac

[root]/core/viewhelper/smarty

Lines of Code

core/viewhelper/smarty/ Lines of Code

Developers

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

Most Recent Commits

vain 2012-03-07 12:53 Rev.: 6227

- move /viewhelper to /view/helper

0 lines of code changed in 81 files:

vain 2012-03-07 12:08 Rev.: 6221

- replaced all occurrences of calls to the deprecated $smarty->trigger_error() method with just trigger_error()

30 lines of code changed in 16 files:

vain 2012-03-06 21:56 Rev.: 6206

- this is called premature optimization, isn't it?

3 lines of code changed in 1 file:

vain 2012-02-08 17:20 Rev.: 6025

- closes ticket #11

5 lines of code changed in 1 file:

vain 2012-01-18 20:19 Rev.: 5947

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

vain 2012-01-18 19:48 Rev.: 5946

- removed var_dump

0 lines of code changed in 1 file:

vain 2012-01-18 19:38 Rev.: 5945

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

vain 2012-01-11 00:15 Rev.: 5921

- removed function's DocBlock @package and @subpackage tag, illegal

2 lines of code changed in 1 file:

vain 2012-01-11 00:13 Rev.: 5920

- removed function's DocBlock @package tag, illegal

0 lines of code changed in 3 files:

vain 2011-12-08 04:18 Rev.: 5844

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

vain 2011-12-08 04:09 Rev.: 5842

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

vain 2011-08-02 13:14 Rev.: 5553

- minor opt for icon viewhelper
- added "add" icon on addLanguage link

5 lines of code changed in 1 file:

vain 2011-07-11 16:43 Rev.: 5502

- doc update on breadcrumbs + viewhelper

24 lines of code changed in 1 file:

vain 2011-07-09 11:14 Rev.: 5494

- renamed initModel() to setModel()

1 lines of code changed in 1 file:

vain 2011-06-19 00:20 Rev.: 5429

- cleanup for gravatar - part 2

8 lines of code changed in 1 file:

paulbr 2011-05-17 11:43 Rev.: 5297

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

vain 2011-05-16 21:53 Rev.: 5293

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

vain 2011-05-12 03:21 Rev.: 5289

- smarty viewhelper serverload determines serverload on windows systems now

40 lines of code changed in 1 file:

vain 2011-02-02 13:19 Rev.: 5116

- replaced slashfix with realpath

4 lines of code changed in 1 file:

vain 2011-01-22 18:07 Rev.: 5059

- removed unnecessary $smarty parameters from method heads

10 lines of code changed in 10 files:

vain 2011-01-14 15:14 Rev.: 5017

- fix for breadcrumb level 1

9 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

9 lines of code changed in 1 file:

vain 2011-01-02 03:30 Rev.: 4991

- added support for caching smarty resources into APC

0 lines of code changed in 1 file:

vain 2010-12-28 03:06 Rev.: 4981

- fix for js selection of tabpanels

4 lines of code changed in 1 file:

vain 2010-12-11 19:31 Rev.: 4969

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

vain 2010-11-23 02:17 Rev.: 4940

- fix for gravatar classname

4 lines of code changed in 1 file:

vain 2010-11-19 02:10 Rev.: 4914

- smarty |@ to |
- various minor modifications

2 lines of code changed in 1 file:

vain 2010-11-18 03:00 Rev.: 4909

- added getarraykey smarty viewhelper
- fixed links in modulemanager
- removed some implicit true statements

42 lines of code changed in 1 file:

vain 2010-10-27 22:18 Rev.: 4870

- class exists check for clansuite_widget

4 lines of code changed in 1 file:

vain 2010-10-24 18:45 Rev.: 4864

- smarty viewhelper load_module uses php viewhelper for widgets
- moved toUnderscoredUpperCamelCase() to Clansuite_Functions

6 lines of code changed in 1 file:

vain 2010-10-24 03:39 Rev.: 4856

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

vain 2010-10-05 19:45 Rev.: 4762

- revert + new condition for themes

18 lines of code changed in 1 file:

vain 2010-10-05 19:15 Rev.: 4761

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

vain 2010-10-03 12:02 Rev.: 4752

- a is link_to, because <a href="{a href="/xy}" /> looks plain stupid in templates

1 lines of code changed in 1 file:

vain 2010-09-28 13:52 Rev.: 4745

- added smarty viewhelper a

0 lines of code changed in 1 file:

vain 2010-09-23 13:07 Rev.: 4721

- fixed modulenavigation template path and applied buildURL
- changed menu definitions of all modules accordingly

17 lines of code changed in 1 file:

vain 2010-09-22 12:18 Rev.: 4716

- fixed width of widgets in standard theme

5 lines of code changed in 1 file:

vain 2010-09-22 12:14 Rev.: 4715

- removed a template path condition from load_module

4 lines of code changed in 1 file:

vain 2010-09-21 16:44 Rev.: 4704

- fixed paths on smarty viewhelper help
- added magic methods __unset() __isset() to smarty.renderer.php

4 lines of code changed in 1 file:

vain 2010-09-20 23:13 Rev.: 4689

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

Generated by StatSVN 0.7.0