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

sartak at bestpractical.com sartak at bestpractical.com
Wed May 20 16:25:33 EDT 2009


The branch, master has been updated
       via  5ab90b85e86e395233864004dee963ababcb70ce (commit)
       via  0b5e5462be9c920c107acbf072c1282b84f43365 (commit)
      from  3dcc549090d011ba94a6fd1a33ff1cfa6da3298d (commit)

Summary of changes:
 etc/config.yml                    |    2 +-
 lib/App/Changeloggr/Model/User.pm |    3 ++-
 share/web/static/css/app.css      |    1 -
 3 files changed, 3 insertions(+), 3 deletions(-)

- Log -----------------------------------------------------------------
commit 0b5e5462be9c920c107acbf072c1282b84f43365
Author: Shawn M Moore <sartak at gmail.com>
Date:   Wed May 20 16:24:44 2009 -0400

    Remove the User->show_details column

diff --git a/etc/config.yml b/etc/config.yml
index fcbc34b..fcb39de 100644
--- a/etc/config.yml
+++ b/etc/config.yml
@@ -14,7 +14,7 @@ framework:
     Password: ''
     RecordBaseClass: Jifty::DBI::Record::Cachable
     User: ''
-    Version: 0.0.10
+    Version: 0.0.11
   DevelMode: 1
   L10N: 
     PoDir: share/po
diff --git a/lib/App/Changeloggr/Model/User.pm b/lib/App/Changeloggr/Model/User.pm
index 0ae07db..ca29c90 100644
--- a/lib/App/Changeloggr/Model/User.pm
+++ b/lib/App/Changeloggr/Model/User.pm
@@ -19,7 +19,8 @@ use App::Changeloggr::Record schema {
         is boolean,
         default is 0,
         label is 'Always show details',
-        since '0.0.9';
+        since '0.0.9',
+        till '0.0.11';
 
     column show_diff =>
         is boolean,

commit 5ab90b85e86e395233864004dee963ababcb70ce
Author: Shawn M Moore <sartak at gmail.com>
Date:   Wed May 20 16:25:26 2009 -0400

    Remove max-width from keybindings

diff --git a/share/web/static/css/app.css b/share/web/static/css/app.css
index a17ef79..da67c85 100644
--- a/share/web/static/css/app.css
+++ b/share/web/static/css/app.css
@@ -64,5 +64,4 @@ div#keybindings {
     position: absolute;
     top: 100px;
     right: 80px;
-    max-width: 78px;
 }

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



More information about the Bps-public-commit mailing list