Go to file
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
contrib/zipstream-php-0.2.2 fixed two notices which lead to corrupt zip archives 2010-11-09 00:11:27 +00:00
doc Refer to monotone 0.99.1 or later, 0.99 is a bit buggy wrt automation 2011-01-24 12:57:22 +01:00
logo Add a favicon 2011-01-07 11:17:14 +01:00
scripts Added an event log to track the post update info. 2011-01-10 10:56:09 +01:00
src/IDF Add basic source version tracking. 2011-03-20 00:57:49 +01:00
test Well, I forgot the important stuff in the last commit, sigh. Fixes issue 633 for real now. 2011-03-18 01:05:25 +01:00
www Improve the rendering of the prev / next links in the issue view and note the change in NEWS. 2011-03-18 02:14:22 +01:00
.gitattributes Add basic source version tracking. 2011-03-20 00:57:49 +01:00
.gitignore Update the POT generation in Makefile 2011-02-22 14:26:09 +01:00
AUTHORS Order the author list alphabetically by first name (makes more sense). 2011-03-19 00:19:04 +01:00
CONTRIBUTE.mdtext Fix the transifex URL and re-wrap this section slightly. 2011-03-14 00:11:08 +01:00
COPYING Added installation instructions and configuration example. 2008-08-02 15:13:21 +02:00
INSTALL.mdtext Pluf migrate script need Console_Getopt pear package. 2011-02-24 09:41:58 +01:00
Makefile Update the Makefile 2011-03-10 14:17:39 +01:00
NEWS.mdtext Issue 518 was actually a dupe of issue 469. 2011-03-18 03:05:35 +01:00
phpunit.xml Setup a basic PHPUnit test environment. 2011-03-17 01:12:32 +01:00
release-script Add the PHP command to extract the i18n contents from Pluf's template files 2011-02-09 01:02:58 +01:00