log

age author description
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich notifications: fix threading - use line number
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich urls: introduce canonical_url config setting
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich hg: optimize get_ref_revision
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich templates: don't send html for keyboard shortcuts - they are disabled anyway
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich old style: better display of multiple parents/children in changeset view - don't truncate
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich auth: unauthenticated users do not have full_name_or_username - show login box instead
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich diff: show images when relevant - don't show images with empty src
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich diff: use different hack for hiding space around img
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich diff: show checkered background for transparent images
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull requests: show right revisions in right repo as a/b in img diff
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich validators: merge the now unused UniqueList with UniqueListFromString
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull request: fail on form errors - don't redirect
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull request: make it more visible that reviewers only are added/removed after save
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull requests: clarify message about unrelated changes that can't be used for updating PR
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull requests: wrap long lines in diff instead of truncating them
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull requests: update select2 for target ref when the hidden select is changed because of repo change
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull requests: tip is a moving target so refer to the tip branch as '$branchname (current tip)'
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich diff: don't just redirect on 2way errors - show the error so it can be fixed
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull requests: use the right repo when linking to side-by-side diffs
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull requests: don't allow status change on closed PRs - aba28699ec41 was pushed prematurely
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull requests: fix PR creation crash - 231442b0b6aa was pushed prematurely
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich indexer: rework get_node to handle alternative path element separators
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich cleanup: various fixes, issues found with pyflakes
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich cleanup: remove unused variables, found with pyflakes
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich cleanup: remove unused Python imports, found with pyflakes
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich setup: support Mercurial versions up to 3.1.x
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich mercurial: support Mercurial 3.1 after memfilectx.__init__ was changed in 503bb3af70fe
Wed, 16 Jul 2014 01:06:15 +0200 Jelmer Vernooij Support newer versions of bcrypt.
Wed, 16 Jul 2014 00:10:01 +0200 Jelmer Vernooij Support using newer versions of formencode.
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull requests: use formencode.Set for initial reviewer list