# HG changeset patch # User Marcin Kuzminski # Date 1305216661 -7200 # Node ID 603b6bcd180b9ba20a952716e66a67cd78c8ba54 # Parent 0e0fb228867b99f2f6ae82a7b0c9d5ad2a72ae99 merged fix for #188 into default diff -r 0e0fb228867b -r 603b6bcd180b rhodecode/model/db.py --- a/rhodecode/model/db.py Tue Apr 26 19:21:11 2011 +0200 +++ b/rhodecode/model/db.py Thu May 12 18:11:01 2011 +0200 @@ -2,12 +2,12 @@ """ rhodecode.model.db ~~~~~~~~~~~~~~~~~~ - + Database Models for RhodeCode :created_on: Apr 08, 2010 :author: marcink - :copyright: (C) 2009-2011 Marcin Kuzminski + :copyright: (C) 2009-2011 Marcin Kuzminski :license: GPLv3, see COPYING for more details. """ # This program is free software: you can redistribute it and/or modify @@ -80,6 +80,7 @@ repositories = relationship('Repository') user_followers = relationship('UserFollowing', primaryjoin='UserFollowing.follows_user_id==User.user_id', cascade='all') + repo_to_perm = relationship('RepoToPerm', primaryjoin='RepoToPerm.user_id==User.user_id', cascade='all') @property def full_contact(self): diff -r 0e0fb228867b -r 603b6bcd180b rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css Tue Apr 26 19:21:11 2011 +0200 +++ b/rhodecode/public/css/style.css Thu May 12 18:11:01 2011 +0200 @@ -2014,7 +2014,7 @@ .action_button { border:0; -display:block; +display:inline; } .action_button:hover {