log

age author description
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich graph: don't hardcode chg_ prefix ... and just assume canvas and table are aligned
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich admin: when scanning for repos, ignore removed groups too
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich admin: when scanning for repos without 'remove', report the repos that could/would be removed
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich tests: make checkSessionFlash check the last flash message only but show all on failure
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich diff: better exception if failing to parse diff header
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich git: preserve line endings when calling out to git
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich git: fix version detection with unexpected version string (Issue #71)
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich hg: fix clone from svn+http urls using hg-svn (Issue #72)
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich meta: update copyright year
Wed, 21 Jan 2015 09:52:28 -0500 Joseph Rivera usergroup: more descriptive error message when deleting user group
Wed, 14 Jan 2015 18:03:00 +0100 Andrew Shadura templates: don't use HTML encoding where not needed (closes: #74).
Wed, 14 Jan 2015 17:59:40 +0100 Andrew Shadura templates: use forward slash as path separator for consistency
Wed, 14 Jan 2015 17:45:22 +0100 Andrew Shadura templates: fix HTML injection via file names
Wed, 07 Jan 2015 16:54:28 +0100 Andrew Shadura auth: enable selecting PAM authentication module
Wed, 07 Jan 2015 16:03:59 +0100 Andrew Shadura auth: move the Save button down to the bottom of the page
Wed, 07 Jan 2015 13:37:28 +0100 Weblate Merge
Mon, 05 Jan 2015 11:17:35 -0500 Joseph Rivera added test for removing user that still owns a user group. (Issue #64)
Mon, 22 Dec 2014 16:38:44 -0500 Joseph Rivera added tests for when users are deleted but still own repo objects. (Issue #64)
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich user: use h.person(obj.user) instead of h.person(obj.user.username) - don't fail if user is None
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich user: prevent deletion of users that are owners of a user group
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich user: prevent deletion of users that are owners of a repo group
Sun, 04 Jan 2015 14:03:23 +0200 Aras Pranckevicius utils: better display of ages >1 year when in short form
Sun, 04 Jan 2015 13:44:51 +0200 Aras Pranckevicius utils: more test cases for age, including short form
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich error: be prepared for resp without status
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich utils: don't use FromCache - it doesn't work properly
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich db: add indices where queries takes more than 100 ms
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich comments: introduce lazy join of ChangesetStatus on ChangesetComment
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich usergroup: explicitly use subqueryload instead of relying on lazy=join
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich status: explicitly use joinedload of authors instead of relying on lazy=join
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich usernotifications: explicitly sort by date and join notifications and users - don't depend on lazy join