indefero/src/IDF
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
..
conf Re-enable v1.0 URI compatibility wrt update feeds. 2011-03-15 22:54:35 +01:00
Config Fixed issue 67, conf and Conf folders conflict. 2008-11-27 11:29:40 +01:00
Form Fix issue 633 : Unset variable ! 2011-03-11 14:27:37 +01:00
locale Spanish translation updated. 2011-03-19 15:20:29 +01:00
Migrations Fix missing installation for IDF_EmailAddress in the database 2011-03-09 13:46:58 +01:00
Plugin Fixed to not work on a bad key. 2011-02-02 10:34:48 +01:00
Review Project owners can now enter multiple email addresses for each notification type. 2010-12-06 00:11:59 +01:00
Scm Mercurial log template and parseLog pattern modification. 2011-03-18 02:47:08 +01:00
Search Added a search engine in the issues. 2008-08-13 18:26:36 +02:00
Template Add basic source version tracking. 2011-03-20 00:57:49 +01:00
templates/idf Add basic source version tracking. 2011-03-20 00:57:49 +01:00
Tests Rewrite the diff parser and reduce the memory footprint. 2011-03-16 23:50:41 +01:00
Timeline Grouped the items in the timeline by day. 2008-12-01 22:16:28 +01:00
Views Rewrite the diff parser and reduce the memory footprint. 2011-03-16 23:50:41 +01:00
Commit.php Merge branch 'feature-merge-history' into develop 2011-01-24 14:20:49 +01:00
Conf.php Fixed issue 67, conf and Conf folders conflict. 2008-11-27 11:29:40 +01:00
Diff.php 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
EmailAddress.php Store secondary email addresses. 2011-02-21 10:57:36 +01:00
FileUtil.php * move common file-specific functionality out of IDF_Views_Source into new 2010-12-02 01:50:01 +01:00
Gconf.php Added the display of the commit parents in the changelog view. 2011-01-24 14:20:33 +01:00
Issue.php Project owners can now enter multiple email addresses for each notification type. 2010-12-06 00:11:59 +01:00
IssueComment.php Implemented an extended user profile based on a patch from Jethro Carr (issue 510). 2010-12-05 01:22:32 +01:00
IssueFile.php * move common file-specific functionality out of IDF_Views_Source into new 2010-12-02 01:50:01 +01:00
Key.php Fixed error in the cron job if a key has a bad format. 2011-02-01 20:58:24 +01:00
Middleware.php Add basic source version tracking. 2011-03-20 00:57:49 +01:00
Precondition.php Add Project List API 2011-03-07 15:01:51 +01:00
Project.php Merge branch 'master' of git://projects.ceondo.com/indefero 2010-06-21 23:23:26 +02:00
Queue.php Added the webhooks. 2010-05-10 10:11:27 +02:00
relations.php Store secondary email addresses. 2011-02-21 10:57:36 +01:00
Review.php Fixed issue 145, code reviews don't show up in the timeline. 2009-10-29 13:25:50 +01:00
Scm.php Rewrite the diff parser and reduce the memory footprint. 2011-03-16 23:50:41 +01:00
Search.php Added a better handling of simultaneous updates of the search index. 2010-02-14 22:01:46 +01:00
Tag.php Fixed issue 13, email notifications. 2008-08-07 23:12:24 +02:00
Template.php Fix issue 618 by returning the input unaltered in case PCRE still fails 2011-03-18 12:10:42 +01:00
Timeline.php Fixed issue 145, code reviews don't show up in the timeline. 2009-10-29 13:25:50 +01:00
Upload.php Project owners can now enter multiple email addresses for each notification type. 2010-12-06 00:11:59 +01:00
UserData.php Implemented an extended user profile based on a patch from Jethro Carr (issue 510). 2010-12-05 01:22:32 +01:00
version.php Add basic source version tracking. 2011-03-20 00:57:49 +01:00
Views.php Use Pluf_SQL instead of raw SQL, the latter caused problems on installations with table prefixes. 2011-03-16 20:58:13 +01:00
Webhook.php Do nothing on webhook without an url. 2010-05-10 10:43:47 +02:00
WikiPage.php Fixed issue 268, atom feed corrupt. 2009-10-09 09:22:36 +02:00
WikiRevision.php Project owners can now enter multiple email addresses for each notification type. 2010-12-06 00:11:59 +01:00