[Bps-public-commit] App-Changeloggr branch, master, updated. 2626a2e3feb34eb2decf92087973f5beb4c1b42a
Alex M Vandiver
alexmv at bestpractical.com
Wed May 27 18:35:35 EDT 2009
The branch, master has been updated
via 2626a2e3feb34eb2decf92087973f5beb4c1b42a (commit)
via 042407b6d22b41fdb7c3e4af9772681ee36da3a0 (commit)
from b5d3af53b23e29c5bd4a681570f00d204371e28e (commit)
Summary of changes:
lib/App/Changeloggr/Model/User.pm | 2 +-
share/web/static/css/change.css | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 042407b6d22b41fdb7c3e4af9772681ee36da3a0
Author: Alex Vandiver <alexmv at mit.edu>
Date: Wed May 27 18:34:08 2009 -0400
postgres compatibility
diff --git a/lib/App/Changeloggr/Model/User.pm b/lib/App/Changeloggr/Model/User.pm
index afdc63e..3efca0c 100644
--- a/lib/App/Changeloggr/Model/User.pm
+++ b/lib/App/Changeloggr/Model/User.pm
@@ -77,7 +77,7 @@ select count(*)
from (select user_id
from votes
group by votes.user_id
- having count(*) >= $votes);
+ having count(*) >= $votes) as v;
EOSQL
$place++ unless $votes;
return ($votes, $place);
commit 2626a2e3feb34eb2decf92087973f5beb4c1b42a
Author: Alex Vandiver <alexmv at mit.edu>
Date: Wed May 27 18:35:32 2009 -0400
Only style keybindings as tab when changes div is present
diff --git a/share/web/static/css/change.css b/share/web/static/css/change.css
index 8ebebfb..a00490b 100644
--- a/share/web/static/css/change.css
+++ b/share/web/static/css/change.css
@@ -7,7 +7,7 @@ input.button.vote {
margin: 0.3em;
}
-div#keybindings {
+#region-vote-on-change div#keybindings {
background: #224;
border: 1px solid #445;
border-left: none;
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list