[Bps-public-commit] App-Changeloggr branch, master, updated. da8898c2d4d6628206af941de42851ede4223e2c

sartak at bestpractical.com sartak at bestpractical.com
Thu Apr 30 16:05:00 EDT 2009


The branch, master has been updated
       via  da8898c2d4d6628206af941de42851ede4223e2c (commit)
      from  49e0ab9c05fdf85434039c0c6ced8cec9a0ebfc8 (commit)

Summary of changes:
 etc/config.yml                         |    2 +-
 lib/App/Changeloggr/Model/Changelog.pm |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit da8898c2d4d6628206af941de42851ede4223e2c
Author: Shawn M Moore <sartak at gmail.com>
Date:   Thu Apr 30 16:04:51 2009 -0400

    Add an incremental_tags column to Changelogs

diff --git a/etc/config.yml b/etc/config.yml
index e7907b3..733c053 100644
--- a/etc/config.yml
+++ b/etc/config.yml
@@ -14,7 +14,7 @@ framework:
     Password: ''
     RecordBaseClass: Jifty::DBI::Record::Cachable
     User: ''
-    Version: 0.0.5
+    Version: 0.0.6
   DevelMode: 1
   L10N: 
     PoDir: share/po
diff --git a/lib/App/Changeloggr/Model/Changelog.pm b/lib/App/Changeloggr/Model/Changelog.pm
index b33f346..a4f9628 100644
--- a/lib/App/Changeloggr/Model/Changelog.pm
+++ b/lib/App/Changeloggr/Model/Changelog.pm
@@ -27,6 +27,11 @@ use App::Changeloggr::Record schema {
         label is 'Commit view',
         hints are 'The URL to view full commit info. __ID__ will be replaced with the commit ID.',
         since '0.0.3';
+
+    column incremental_tags =>
+        is boolean,
+        default is 0,
+        since '0.0.6';
 };
 
 # has to go below schema

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list