mindplay.dk
unread,May 6, 2009, 8:03:27 AM5/6/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to php-outline
If you're using the SVN version of Outline, please pay attention to
the note with the last commit:
Default file extension for templates changed from ".html" to
".tpl.html", and compiled templates from ".php" to ".tpl.php" - this
is a change to help discern templates and compiled templates from
other compiled files (currently there are no other files generated by
Outline, but the form plugin will will generate a class, which will be
stand-alone from the template itself)
Note that this does not make Outline incompatible with previous
versions, but you will need to configure the "template_suffix" and
"compiled_suffix" engine settings if you wish to use the new engine in
an existing application. (alternatively, bulk rename your template
files from ".html" to ".tpl.html" and use the new default
configuration - and clear your compiled templates folder)
Not that there is much reason for using the SVN version currently, as
this has only unfinished new features that are in development (and
will be for a while)...