log

age author description
Thu, 23 Apr 2015 09:03:53 +0200 Andrew Shadura Merge
Thu, 23 Apr 2015 09:03:37 +0200 Andrew Shadura Merge with stable
Wed, 22 Apr 2015 14:20:29 +0200 Andrew Shadura css: add text +/- markers to the diff to improve readability for colour blind (fixes #77) stable
Wed, 22 Apr 2015 13:59:47 +0200 Andrew Shadura css: make 'add comment' button look more like a button (issue #77) stable
Tue, 21 Apr 2015 19:04:12 +0200 Andrew Shadura compat: import defaultdict from collections, sqlalchemy 0.8.0 dropped the shim stable
Wed, 22 Apr 2015 16:38:26 +0200 Andrew Shadura css: select 'kallithea' font where font icons are used
Wed, 22 Apr 2015 01:10:29 +0200 Ronny Pfannschmidt tests: avoid 'import *' in api tests
Tue, 21 Apr 2015 08:35:36 -0700 Marc Abramowitz tests: avoid executing tests in base classes
Mon, 20 Apr 2015 20:38:21 +0200 Ronny Pfannschmidt tests: add pytest section and put tox and tests/scripts to norecursedirs
Tue, 21 Apr 2015 09:05:24 +0200 Thomas De Schampheleire pullrequest overview: fix 'my pullrequests' overview stable
Tue, 21 Apr 2015 09:05:24 +0200 Thomas De Schampheleire pullrequest overview: fix 'my pullrequests' overview
Mon, 20 Apr 2015 17:02:42 +0200 Thomas De Schampheleire changeset status: fix common case where a reviewer did not yet review anything
Mon, 20 Apr 2015 22:52:23 +0200 Mads Kiilerich Merge stable
Mon, 20 Apr 2015 21:33:26 +0200 Thomas De Schampheleire pullrequest overview: fix missing pager links stable
Mon, 20 Apr 2015 19:27:33 +0200 Andrew Shadura css: use new codes for fontello glyphs
Mon, 20 Apr 2015 10:18:49 +0200 Andrew Shadura fonts: update symbol codes to be closer to real Unicode
Fri, 17 Apr 2015 17:51:15 +0200 Thomas De Schampheleire comments: display username and name instead of only username
Fri, 17 Apr 2015 15:01:40 +0200 Thomas De Schampheleire changeset status: set status to rejected if at least one reviewer rejected
Fri, 17 Apr 2015 14:58:44 +0200 Thomas De Schampheleire changeset status: simplify status calculation logic
Fri, 17 Apr 2015 14:49:37 +0200 Thomas De Schampheleire changeset_status: add unit tests for calculation of overall status
Sun, 19 Apr 2015 01:05:02 +0200 Mads Kiilerich db: remove redundant Column namings
Sat, 18 Apr 2015 21:29:32 +0200 Ronny Pfannschmidt db: cleanup PullRequest model
Sat, 18 Apr 2015 21:28:03 +0200 Ronny Pfannschmidt db: cleanup ChangesetComment
Sun, 19 Apr 2015 01:03:34 +0200 Mads Kiilerich db: fix gist_owner database field name - it is user_id
Sat, 18 Apr 2015 16:48:29 +0200 Mads Kiilerich error: fix handling of errors without response
Mon, 02 Feb 2015 20:38:57 +0100 Ronny Pfannschmidt user model: saner user permission revoking
Mon, 02 Feb 2015 20:38:35 +0100 Ronny Pfannschmidt user model: cleanup
Mon, 02 Feb 2015 20:12:35 +0100 Ronny Pfannschmidt utils: reorder imports in lazy.py
Mon, 02 Feb 2015 19:28:17 +0100 Ronny Pfannschmidt error controller: pep8 styling
Fri, 17 Apr 2015 22:23:51 +0200 Ronny Pfannschmidt db: simplify PullRequestReviewers model