
| 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 |
- 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:
- changes for phemto
15 lines of code changed in 1 file:
- added renderer for xml/xslt
0 lines of code changed in 1 file:
- 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:
- added method: renderByHeader() to render/submit json-data via the x-json header
42 lines of code changed in 1 file:
- fix for templatepaths
- added template_to_render as templatevariable
4 lines of code changed in 1 file:
- several phpdoc fixes
- added flashmessages.core.php
16 lines of code changed in 5 files:
- 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:
- 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:
- 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:
- Readded Smarty RenderDoc(B)Support. I simply can't live without it.
24 lines of code changed in 1 file:
- removed {$copyright}, replaced by direct file include, changed the exist-checking accordingly
36 lines of code changed in 1 file:
- smarty cleanup
23 lines of code changed in 1 file:
- 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:
- directory and- directory and filename cleanups: followup fix
10 lines of code changed in 4 files:
- 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:
- added comments
- corrected header- modified: smarty, better RenderDoc compatibility v1/2
81 lines of code changed in 3 files:
- 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:
- fixed conditions on loadModule() and check_content_var()
- commenting & cleanup
67 lines of code changed in 1 file:
- renderWidget(__METHOD__) deprecated! :)
1 lines of code changed in 1 file:
- added setWidgetTemplate()
- changed lots of tpl names to action_ widget_
- more...
4 lines of code changed in 1 file:
- fixed AJAX NOT_WRAPPED View Bug
- Modcreator => AJAX (a lot faster to overview now)
1 lines of code changed in 1 file:
- updated modulecreator
- added section to recpatcha config
4 lines of code changed in 1 file:
- extra handling for admin added to loadStaticModule
37 lines of code changed in 1 file:
- loadStaticModule fixed
19 lines of code changed in 1 file:
- register fixes
- {$content} approval
26 lines of code changed in 1 file:
- loadStaticModule & loadModule
3 lines of code changed in 1 file:
- paths fixed for template rendering
2 lines of code changed in 1 file:
- 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:
- reactivated loadModule, moved xsigns version into loadModule_xsign
30 lines of code changed in 1 file:
- NULL return
- removed senseless stuff
1 lines of code changed in 1 file:
- 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:
- 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:
- settings updated to array structure
3 lines of code changed in 1 file:
- if else corrected
4 lines of code changed in 1 file:
- 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:
- 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:
- param bug
5 lines of code changed in 1 file:
- 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:
- added smarty to load_module header
- replaced mod by load_module from usercenter.tpl
7 lines of code changed in 1 file:
(41 more)