Continued:
[core.git] / inc / classes / main / template / class_BaseTemplateEngine.php
2015-08-25 Roland HaederRenamed classes/main/ to main/classes/ + added FuseFeat...
2015-08-16 Roland HaederCode templates needs to be configured separately for...
2015-05-27 Roland HaederMethod convertToClassName() and convertDashesToUndersco...
2015-05-26 Roland HaederMore usage of FileNotFoundException
2015-05-26 Roland HaederIntroduced FileNotFoundException
2015-05-14 Roland HaedergetCompiledData() must be public for e.g. mailer classe...
2015-04-07 Roland HaederBrought loadEmailTemplate() back to life.
2015-04-05 Roland HaederRenamed a lot more stuff from 'web' to 'html'.
2015-04-05 Roland HaederCleanup + expanded CompileableTemplate with a lot publi...
2015-04-05 Roland HaederConfiguration data is now being inserted as same as...
2015-04-05 Roland HaederAdded very basic support (unfinished) for menu rendering
2015-03-24 Roland HaederSome fixes for template parsing.
2015-03-24 Roland HaederDon't shorten variable names, even when they become...
2015-03-23 Roland HaederBetter use 'self'.
2015-03-21 Roland HaederMoved getter near it's setter counter part to have...
2015-03-17 Roland HaederUpdated copyright:
2014-10-17 Roland HaederAdded new interfaces Handleable/-DataSet and ProtocolHa...
2014-03-29 Roland HaederMerge branch 'contrib'
2014-03-17 Roland HaederSimplified some code + fixed set/get usage (should...
2014-02-21 Roland HaederImproved logger.
2014-02-09 Roland HaederThe previous way didn't work, as the variable stack...
2014-02-09 Roland HaederAdded injectConfigVariables(), please do use with great...
2014-02-09 Roland HaederLittle resorting of public methods: all variable-relate...
2014-02-09 Roland HaederMoved regex to variable.
2014-02-09 Roland HaederConverted more double-quotes to single. This causes...
2013-10-19 Roland HäderCopyright year updated, converted double->single quotes
2013-07-30 Roland HäderUpdated domain without a dash :(
2013-05-31 Roland HäderMade lower to upper case:
2013-05-04 Roland HäderSame as before
2013-03-03 Roland HäderUse array_push() instead of []
2013-02-18 Roland HäderThis seems to fit most cases
2013-02-18 Roland HäderUse this?
2013-02-18 Roland HäderFixed variable group handling by unsetting right index
2012-08-07 Roland HäderUsed exit() (also app_die()->app_exit()) because die...
2012-07-31 Roland HäderRewrote core:
2012-06-27 Roland HäderRenamed variables, removeVariable() does not expect...
2012-05-19 Roland HäderCommented out all debug lines in template engine
2012-05-18 Roland HäderUsed convertDashesToUnderscores()
2012-05-17 Roland HäderRewrote debug lines to ->debugOutput()
2012-05-16 Roland HäderCopyright updated
2012-05-16 Roland HäderMade readVariable() protected again, if you need access...
2012-05-15 Roland HäderSome minor improvements
2012-05-15 Roland HäderMade readVariable() public, used single-quotes instead...
2012-05-06 Roland HäderCheck for config variables first, than general to avoid...
2012-03-24 Roland HäderFixed a typo
2011-11-08 Roland HäderSeveral debug things (e.g. for timing) added
2011-08-31 Roland HäderSome cleanups, more usage of ObjectFactory:
2011-03-28 Roland HäderSetting back compacted template content will reduce...
2011-03-10 Roland HäderAs of a good naming convention, do not short-cut variables
2011-03-10 Roland HäderRefactured code for deprecated includes file_io and...
2011-03-05 Roland HäderCopyright updated
2010-06-17 Roland HäderMore relaxed check (only first X characters)
2010-05-18 Roland HäderSome code-cosmetics applied:
2010-03-24 Roland HäderCompleted decorator, extended interface
2010-03-01 Roland HäderVariable handling in template engine rewritten
2010-02-10 Roland HäderCopyright upgraded to 2010
2010-02-09 Roland HäderDecorators moved, naming convention applied:
2010-01-05 Roland HäderFake template engine added, variables can now be compil...
2009-12-22 Roland Häderdie() removed... :(
2009-12-22 Roland HäderLanguage support can now be disabled (e.g. good for...
2009-12-10 Roland HäderCode cleanups, deprecated classes renamed
2009-09-01 Roland HäderAll XML-parsing-related stuff refactured to new XmlPars...
2009-08-21 Roland HäderError fixed in BaseHelper
2009-08-21 Roland HäderPartial stub message added if no recode extension is...
2009-08-11 Roland HäderFix for method in FrameworkConfiguration, removal of...
2009-07-31 Roland HäderDouble->single converted
2009-07-28 Roland HäderreadConfig() is not naming convention, renamed to getCo...
2009-04-05 Roland HäderEndless recursive call fixed
2009-04-05 Roland HäderImage engine rewritten, cache directories ignored
2009-03-19 Roland HäderCopyright updated, interface RenderableMenu added
2009-03-14 Roland HäderNow all base paths are relative and constructed in...
2009-03-14 Roland HäderFix in CryptoHelper class, templates are now loaded...
2009-03-13 Roland HäderRewritten a lot double-quotes to single-requotes, remov...
2009-03-13 Roland HäderSome wrongly rewritten quotes fixed
2009-03-13 Roland HäderAll empty double-quoted strings replaced with single...
2009-03-11 Roland HäderWorkaround for missing librecode
2009-02-03 Roland HäderCopyright updated
2008-12-20 Roland HäderApplication helper class rewritten, buildMasterTemplate...
2008-11-19 Roland HäderNow in own repository for remote checkouts