indefero/src/IDF/Template
Thomas Keller b7c0b40491 Add basic source version tracking.
Indefero's version is now noted in src/IDF/version.php;
just before a release is made, the '-dev' is removed and
after the release is made, the version should be increased and
'-dev' should be added back to denote that the development
for the next version started.

The revision identifier is automatically set when an archive
is created and is based on the revision that the archive creator
gave to git-archive(1). If people follow development, we try to
get the current deployed version with git-log(1) and if that
fails as well, the revision is determined to be 'unknown'.
Version and revision are then rendered as HTML meta tags in
the header of each template. (All this is done by the new
{appversion} tag.)
2011-03-20 00:57:49 +01:00
..
AppVersion.php Add basic source version tracking. 2011-03-20 00:57:49 +01:00
AssignShowUser.php Added the link to the author profile when possible. 2008-12-05 14:51:51 +01:00
HotKey.php Fixed issue 58, bug avec les raccourcis clavier. 2008-11-18 11:29:53 +01:00
IssueComment.php Fix issue 618 by returning the input unaltered in case PCRE still fails 2011-03-18 12:10:42 +01:00
Markdown.php Fix issue 618 by returning the input unaltered in case PCRE still fails 2011-03-18 12:10:42 +01:00
MarkdownPrefilter.php Fix issue 546 : Add the irc protocol in the markdown prefilter 2011-01-06 11:01:35 +01:00
ShowUser.php Updated to send to the dashboard when clicking on the "me" links. 2008-12-05 20:41:11 +01:00
TimelineFragment.php Added ticket 45, base implementation of a timeline. 2008-11-14 15:41:51 +01:00