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

sartak at bestpractical.com sartak at bestpractical.com
Wed May 20 16:18:03 EDT 2009


The branch, master has been updated
       via  338160a03d25985b348a3f6e6b39f7e3f4dbd5d7 (commit)
      from  b147a90a9e6a75098e4cfec33dc4a4b40fdd2c80 (commit)

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

- Log -----------------------------------------------------------------
commit 338160a03d25985b348a3f6e6b39f7e3f4dbd5d7
Author: Shawn M Moore <sartak at gmail.com>
Date:   Wed May 20 16:17:56 2009 -0400

    Add show_diff column to users

diff --git a/etc/config.yml b/etc/config.yml
index e341c71..fcbc34b 100644
--- a/etc/config.yml
+++ b/etc/config.yml
@@ -14,7 +14,7 @@ framework:
     Password: ''
     RecordBaseClass: Jifty::DBI::Record::Cachable
     User: ''
-    Version: 0.0.9
+    Version: 0.0.10
   DevelMode: 1
   L10N: 
     PoDir: share/po
diff --git a/lib/App/Changeloggr/Model/User.pm b/lib/App/Changeloggr/Model/User.pm
index 816f60d..0ae07db 100644
--- a/lib/App/Changeloggr/Model/User.pm
+++ b/lib/App/Changeloggr/Model/User.pm
@@ -20,6 +20,12 @@ use App::Changeloggr::Record schema {
         default is 0,
         label is 'Always show details',
         since '0.0.9';
+
+    column show_diff =>
+        is boolean,
+        default is 0,
+        label is 'Always show full diff',
+        since '0.0.10';
 };
 
 # has to go below schema

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



More information about the Bps-public-commit mailing list