Changes
author Vincent Tondellier <tonton+hg@team1664.org>
Thu, 24 Sep 2015 01:49:55 +0200
changeset 75 e3912669678c
parent 52 099dd15af6fd
child 112 148a7bfbf021
permissions -rw-r--r--
Overhaul the repository link functionality - Fix regex (repositories with number or other characters were not accepted) - Url escape template arguments by default (the "do not escape" <%== $var %> markers can be used if needed) - Also support a generic repository type instead of only repotype:repopath in the configuration ($repotype:$repopath has priority over $repotype if both are defined) - Cache compiled templates
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
46
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     1
{{$NEXT}}
52
099dd15af6fd Update Changes for 0.1.0 release
Vincent Tondellier <tonton+hg@team1664.org>
parents: 46
diff changeset
     2
099dd15af6fd Update Changes for 0.1.0 release
Vincent Tondellier <tonton+hg@team1664.org>
parents: 46
diff changeset
     3
0.1.0     2014-09-21
46
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     4
  - Improved index page
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     5
  - Added a SQL backend
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     6
  - Split SCM link and function shortener helpers in modules
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     7
  - Added a trace quality plugin
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     8
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
     9
0.0.2     2013-06-08
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    10
  - Added a Gearman queue for decoding (optional)
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    11
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    12
0.0.1     2012-10-20
278e9e00e3fd Add changelog
Vincent Tondellier <tonton+hg@team1664.org>
parents:
diff changeset
    13
  - First version with basic features