Directory core/views/

Directory Created:
2007-09-09 15:06
Directory Deleted:
2009-05-03 17:58
Total Files:
0
Deleted Files:
11
Lines of Code:
0

Browse with Trac

[root]/core/views

Lines of Code

core/views/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 112 (100.0%) 2749 (100.0%) 24.5
vain 97 (86.6%) 2087 (75.9%) 21.5
xsign 15 (13.4%) 662 (24.1%) 44.1

Most Recent Commits

vain 2009-05-03 17:58 Rev.: 3015

- renamed "core/views" to "core/renderer"
- renamed all renderers .view.php to .renderer.php
- changed view to renderer factory accordingly and corrected the new path+classnames
- added renderer for pdf (wrapper for tcpdf)
- added abstract methods initializeEngine() and configureEngine() to setup each renderengine

0 lines of code changed in 11 files:

vain 2009-05-01 03:54 Rev.: 3010

- changes for phemto

15 lines of code changed in 1 file:

vain 2009-04-27 21:58 Rev.: 2998

- added renderer for xml/xslt

0 lines of code changed in 1 file:

vain 2009-04-27 20:47 Rev.: 2996

- added method preRenderChecks() to views/smarty.view.php
- adjusted core templates lookup "themes/core/templates" in smarty.view.php, templates and template helper functions

53 lines of code changed in 1 file:

vain 2009-04-27 19:23 Rev.: 2994

- added method: renderByHeader() to render/submit json-data via the x-json header

42 lines of code changed in 1 file:

vain 2009-04-16 23:36 Rev.: 2948

- fix for templatepaths
- added template_to_render as templatevariable

4 lines of code changed in 1 file:

vain 2009-04-15 23:28 Rev.: 2930

- several phpdoc fixes
- added flashmessages.core.php

16 lines of code changed in 5 files:

vain 2009-03-17 15:22 Rev.: 2830

- renamed classes in eventhandler.core.php
- update to the warning message in the exception.core.php (stacking of exceptions)
- several enhancements for the httprequest.core.php class (dropped magic_quotes_sybase, dropped recursive fix_magic_quotes in favor of a foreach/array handling, comments added, shorthand isAjax() for method isHxr())
- added instantiate for doctrine in session.core.php (not needed, but for showing the dependency)
- added correct header for JSON responses to json.view.php
- added comment to the templatepath-lookup-section of smarty.view.php

30 lines of code changed in 2 files:

vain 2009-03-08 03:27 Rev.: 2804

- added phptal.view.php
- minor fixes to php.view.php and smarty.view.php ($smarty var protected)

185 lines of code changed in 3 files:

vain 2009-01-21 23:46 Rev.: 2749

- added sanizize for SmartyColumns
- removed outputfilter move_to from smarty
- commented execute as pre_actionController
- commented out whitelistForJavascript Compression

3 lines of code changed in 1 file:

vain 2009-01-19 23:13 Rev.: 2730

- Readded Smarty RenderDoc(B)Support. I simply can't live without it.

24 lines of code changed in 1 file:

vain 2009-01-16 20:28 Rev.: 2705

- removed {$copyright}, replaced by direct file include, changed the exist-checking accordingly

36 lines of code changed in 1 file:

vain 2009-01-16 01:03 Rev.: 2697

- smarty cleanup

23 lines of code changed in 1 file:

vain 2009-01-12 03:00 Rev.: 2686

- removed processActionController from Modules
- enabled Usage of ActionController_Resolver, restructured index.php and frontcontroller.core.php accordingly
- processActionController is now executed by Frontcontroller->processRequest()
- moved and renamed cut_string from set_breadcrumbs.filter.php to functions.core.php cut_string_backwards
- added simplexmltoarray to functions.core.php

1 lines of code changed in 1 file:

vain 2008-12-05 23:20 Rev.: 2615

- directory and- directory and filename cleanups: followup fix

10 lines of code changed in 4 files:

vain 2008-12-03 01:23 Rev.: 2612

- directory and filename cleanups
- moved factories from "/core" to "/core/factories"
- renamed views from "view_smarty.class.php" to "smarty.view.php"

225 lines of code changed in 4 files:

vain 2008-12-01 23:41 Rev.: 2602

- added comments
- corrected header- modified: smarty, better RenderDoc compatibility v1/2

81 lines of code changed in 3 files:

vain 2008-10-06 20:27 Rev.: 2542

- renderer_base.class.php: commented out abstract declaration to keep additional views small
- added views for rendering json and serialized data
- added filter for cronjob processing
- enabled usage of globals in smarty templates

155 lines of code changed in 3 files:

vain 2008-09-19 01:12 Rev.: 2530

- fixed conditions on loadModule() and check_content_var()
- commenting & cleanup

67 lines of code changed in 1 file:

xsign 2008-09-02 21:31 Rev.: 2495

- renderWidget(__METHOD__) deprecated! :)

1 lines of code changed in 1 file:

xsign 2008-09-02 21:16 Rev.: 2494

- added setWidgetTemplate()
- changed lots of tpl names to action_ widget_
- more...

4 lines of code changed in 1 file:

xsign 2008-08-22 06:57 Rev.: 2463

- fixed AJAX NOT_WRAPPED View Bug
- Modcreator => AJAX (a lot faster to overview now)

1 lines of code changed in 1 file:

xsign 2008-08-09 02:38 Rev.: 2421

- updated modulecreator
- added section to recpatcha config

4 lines of code changed in 1 file:

vain 2008-08-02 23:21 Rev.: 2357

- extra handling for admin added to loadStaticModule

37 lines of code changed in 1 file:

vain 2008-08-02 06:27 Rev.: 2342

- loadStaticModule fixed

19 lines of code changed in 1 file:

xsign 2008-07-14 13:07 Rev.: 2303

- register fixes
- {$content} approval

26 lines of code changed in 1 file:

xsign 2008-07-09 12:50 Rev.: 2194

- loadStaticModule & loadModule

3 lines of code changed in 1 file:

vain 2008-07-07 23:51 Rev.: 2181

- paths fixed for template rendering

2 lines of code changed in 1 file:

vain 2008-07-07 21:29 Rev.: 2178

- setRenderMode and getRenderMode added
- rendering depends now on renderMode
- loadModule_xsign loads Modules with RenderMode "NOT WRAPPED"

69 lines of code changed in 1 file:

vain 2008-07-07 16:47 Rev.: 2171

- reactivated loadModule, moved xsigns version into loadModule_xsign

30 lines of code changed in 1 file:

xsign 2008-07-07 04:25 Rev.: 2166

- NULL return
- removed senseless stuff

1 lines of code changed in 1 file:

xsign 2008-07-06 07:11 Rev.: 2163

- require_once for module loading
- Module Front Controller now first takes the set module/submodule names, before it goes for $request
- setSubmoduleName/setModuleName now public
- added view "smarty_clean" for instant output
- reqorked smarty view so the loadModule() can serve instant modul action with injector & more

609 lines of code changed in 2 files:

xsign 2008-07-05 06:55 Rev.: 2162

- config localization bug
- renmaed security class
- changed build_salted_hash to use the config hash if existing
- renamed several functions (user_login => userLogin)
- moved the stuff from theme_via_get filter to user class (maybe the wrong place, but i needed the user vars)
- removed a DS bug @ modulecontroller.class.php
- changed template name generation, so setTemplate() doesn't need to have a folder hint, and if it has, the templateName won't be bulid up
- moved XDEBUG & DEBUG Vars so the config vars are setting those values
- SQL UPDATE!! Change user 1 passwordhash (user: admin, pass: admin)
- added the whole template set for account

3 lines of code changed in 1 file:

vain 2008-06-11 02:00 Rev.: 2084

- settings updated to array structure

3 lines of code changed in 1 file:

vain 2008-05-30 12:19 Rev.: 2064

- if else corrected

4 lines of code changed in 1 file:

vain 2008-05-17 23:01 Rev.: 2050

- alternative template fetch for smarty, to get the TPLs from module/templates
- directory_separator as DS added

30 lines of code changed in 1 file:

vain 2008-05-17 15:59 Rev.: 2049

- modulecontroller.class.php: added constructTemplateName() & commented prepareOutput()
- renderer_base.class.php: added getTemplatePath, getThemeTemplatePath, getModuleTemplatePath, getConstants, setLayoutTemplate, getLayoutTemplate
- view_smarty.class.php: removed path constants to the renderer_base, added getSmartyConstants, added getTemplatePath to fetch/display
woah!

40 lines of code changed in 1 file:

xsign 2008-05-15 21:10 Rev.: 2043

- param bug

5 lines of code changed in 1 file:

vain 2008-05-15 19:56 Rev.: 2040

- removed bug notice from session class, bug was fixed in php5.2.4
- added and commented template paths (view_smarty)
- added display of template name to drahtgitter
- reworked logout (still dev)

11 lines of code changed in 1 file:

vain 2008-05-15 16:25 Rev.: 2035

- added smarty to load_module header
- replaced mod by load_module from usercenter.tpl

7 lines of code changed in 1 file:

(41 more)

Generated by StatSVN 0.7.0