Changes between Version 8 and Version 9 of WebTemplateProposal


Ignore:
Timestamp:
Feb 5, 2012, 2:31:20 AM (12 years ago)
Author:
Christian Beer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebTemplateProposal

    v8 v9  
    2727
    2828DONE list:
    29  * write a tra block plugin to translate template text directly using the pre-compiled php files in /languages/compiled/ (no need to use gettext as we do not use it anywhere else at the moment)
     29 * write a tra block plugin to translate template text directly using the pre-compiled php files in /languages/compiled/ (no need to use native gettext as we do not use it anywhere else at the moment)
    3030 * transform sample_index.php into a smarty_index.php and index.tpl (possibly also header.tpl and footer.tpl) as a proof-of-concept
    3131 * create sample files (e.g.: project_description.php/.tpl) to store project specific content (e.g.: project description, text about the group behind the project)
    3232 * enable usage of a MEMCACHE server via the [http://www.smarty.net/docs/en/caching.custom.tpl custom cache implementation]
     33 * extend the current script that creates the language.pot files to also check the template files
    3334
    3435TODO list:
    35  * extend the current script that creates the language.pot files to also check the template files
     36 * print date/time strings according to user defined language (default: MM/DD/YYYY, German: DD.MM.YYYY, ...) also try to use time zone settings (user defined)
    3637 * document available Smarty functions/modifiers to be used in templates, best practice for using Smarty within PHP files
    3738 * find a suitable way to transform all other files