
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 270 (100.0%) | 4573 (100.0%) | 16.9 |
| vain | 263 (97.4%) | 4538 (99.2%) | 17.2 |
| xsign | 4 (1.5%) | 17 (0.4%) | 4.2 |
| vyper | 1 (0.4%) | 10 (0.2%) | 10.0 |
| paulbr | 1 (0.4%) | 7 (0.2%) | 7.0 |
| raensen | 1 (0.4%) | 1 (0.0%) | 1.0 |
- moved factory, renderers to view dir
- the access is now view/renderer/smarty; view/helper/smarty/
- this will make the transition to namespaces and psr standard a bit easier
0 lines of code changed in 18 files:
- updated Smarty renderer accordingly
- added resetCache() additionally
43 lines of code changed in 2 files:
- forcing all renderers to implement getVars(), isCached(), clearCache(), setCaching()
28 lines of code changed in 1 file:
- serveral changes, so that setting a template manually via setTemplate() works again
- main methods get|setTemplate are now inside the view_mapper
- calls at the controller/modulecontroller level are proxied there
- Clansuite_View_Mapper is now an object inside the Renderer_Base class
39 lines of code changed in 2 files:
- fixed comment tag
2 lines of code changed in 1 file:
- moved set|getLayoutTemplate to renderer base class
208 lines of code changed in 3 files:
- modified display() method to use the view/template mapping
21 lines of code changed in 1 file:
- moved checkTemplateExtension() and getTemplateName() to the templatemapper
43 lines of code changed in 1 file:
- fixed the autoEscape() method, which is now assigning escaped data to the view ,)
5 lines of code changed in 1 file:
- part 1 for ticket #256 (classActionToTemplateMapper)
2 lines of code changed in 1 file:
- added $this->view->render($viewdata, $template)
- on simple templates, this will save one assign() cmd in the module
- closes ticket #255
114 lines of code changed in 7 files:
- enabled auto-escaping of template variables (clear your cache!)
- enabled merging of compiled includes
7 lines of code changed in 1 file:
- added the missing smarty plugins directory for the default plugins
3 lines of code changed in 1 file:
- updated smarty renderer to work with smarty v3.1.6
- handling of php tags is deprecated
- security settings are no longer handled by the smarty class itself
17 lines of code changed in 1 file:
- inserted todo
3 lines of code changed in 1 file:
- improved phpTAL engine initialization by adding configureEngine()
- added setCacheLifetime(), setEncoding(), setOutputMode()
88 lines of code changed in 1 file:
- added auto escaping for template vars
31 lines of code changed in 1 file:
- added default type array to method fetch()
- added comments
6 lines of code changed in 1 file:
- removed unused var
1 lines of code changed in 1 file:
- added missing dir separator
1 lines of code changed in 1 file:
- renamed smarty compile dir from "templates_c" to "tpl_compile"
- renamed smarty cache dir from "cache" to "tpl_cache"
16 lines of code changed in 1 file:
- fixed wrong second param name and added comment
5 lines of code changed in 1 file:
7 lines of code changed in 1 file:
- dropping feature: minifer
1 lines of code changed in 1 file:
- using defined constants for several paths
- smarty renderer uses clansuite's debug.tpl now
9 lines of code changed in 1 file:
- cleanup
- removed inclusion of Clansuite_Theme
6 lines of code changed in 1 file:
- replaced ob_get_content()+ob_end_clean() with ob_get_clean()
- fixed fetching of moduleinfos for a single module
- several QA fixes on functions.core.php
1 lines of code changed in 1 file:
- set renderername to targetroute fix
5 lines of code changed in 1 file:
- addes setRenderEngine() to targetroute
- xtemplate is a frontloader, so we initialize the object with a template
- implemented missing methods on xtemplate
- removed httpresponse dependency in renderer.factory
66 lines of code changed in 3 files:
- added assign() and setTemplate()
28 lines of code changed in 1 file:
- smarty tpl var www_root_upload renamed to www_root_uploads
1 lines of code changed in 1 file:
- caching modifications to fetch and display
- added method createCacheId() and isCached()
59 lines of code changed in 1 file:
- (api change smarty RC3/4->v3) assign does not work globally anymore, use assignGlobal instead
6 lines of code changed in 1 file:
- register_modifier is no longer valid
1 lines of code changed in 1 file:
- minor modifications, because of the smarty v3.0.0 update
19 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
4 lines of code changed in 1 file:
- removed magic + array access
4 lines of code changed in 2 files:
- removed assignConstants() on smarty.renderer.php
- minor changes (path fixes, etc)
8 lines of code changed in 1 file:
- added Clansuite_XML2JSON
- added simpleXMLToArray() and xmlToJson() as wrapper methods to functions.core.php
- added several new methods to Clansuite_Theme
- renderer.base.php utilizes Clansuite_Theme to determine the layoutfile, css and javascript file
40 lines of code changed in 1 file:
- renderer base loads theme config to determine the layoutTemplate
39 lines of code changed in 1 file:
(85 more)