log

age author description
Sat, 17 Jun 2017 23:36:12 +0200 Mads Kiilerich style: restore styling for 'error-message' class, used by formencode htmlfill
Sun, 18 Sep 2016 20:00:46 +0200 domruf templates: use a Bootstrap container for the whole #content
Thu, 22 Sep 2016 21:05:03 +0200 domruf index: only link from the repository and group names - don't include the various icons
Thu, 18 May 2017 20:52:49 +0200 domruf templates: use span for inline elements
Thu, 25 May 2017 19:49:50 +0200 domruf changelog: re-render branch graph on page resize
Thu, 18 May 2017 20:10:24 +0200 domruf templates: remove some obsolete classes and html elements
Thu, 22 Sep 2016 21:23:06 +0200 domruf templates: remove some old inline style=
Tue, 06 Jun 2017 19:40:18 +0200 domruf api: add get_changesets
Tue, 13 Jun 2017 22:55:58 +0200 Mads Kiilerich diff: fix width - make it 100% of the page as before
Wed, 14 Jun 2017 02:20:54 +0200 Mads Kiilerich changelog: fix location of tags after b99cd2bc7540 removed too much markup
Tue, 06 Jun 2017 21:10:52 +0200 domruf hg: support Mercurial 4.2
Tue, 06 Jun 2017 21:42:13 +0200 domruf hg: remove _rcpath override
Tue, 13 Jun 2017 01:11:31 +0200 Mads Kiilerich sqlalchemy: fix warnings from running the test suite
Sun, 11 Jun 2017 15:02:09 +0200 Mads Kiilerich style: use plain Bootstrap with existing CSS styling
Sun, 11 Jun 2017 15:02:09 +0200 Mads Kiilerich style: remove most of the explicit styles - it should now be good enough in CSS ... and Bootstrap will soon improve it further
Sun, 11 Jun 2017 15:02:09 +0200 Mads Kiilerich style: various minor-ish markup changes, preparing for Bootstrap
Sun, 11 Jun 2017 15:02:09 +0200 Mads Kiilerich style: replace file browse browserblock with Bootstrap panel
Sun, 11 Jun 2017 15:02:09 +0200 Mads Kiilerich style: replace code-body etc with Bootstrap-ish panel and panel-heading, using panel-default for headers and tweak them grey
Sun, 11 Jun 2017 15:02:09 +0200 Mads Kiilerich style: drop dynamic width of repo summary labels - it should be the same no matter if statistics is shown or not
Sun, 11 Jun 2017 15:02:09 +0200 Mads Kiilerich auth: fix crash on invalid bcrypt password
Sun, 11 Jun 2017 15:02:09 +0200 Mads Kiilerich style: when dimming rows with merge changesets, only dim author and description, not tooltips
Sun, 11 Jun 2017 15:02:08 +0200 Mads Kiilerich pullrequests: fix graph re-drawing on 'expand' of changeset description while creating PR
Sun, 04 Jun 2017 16:28:00 +0200 Mads Kiilerich stable
Thu, 11 May 2017 20:09:25 +0200 domruf repositories: allow to pull changes from forked repo
Tue, 30 May 2017 02:59:45 +0200 Mads Kiilerich repository: fix crash when forking repositories with unicode names
Tue, 30 May 2017 02:59:45 +0200 Mads Kiilerich tests: add test coverage for forking repos to unicode names
Tue, 30 May 2017 02:59:45 +0200 Mads Kiilerich email: don't crash on sending mails with unicode comments without appropriate environment configuration (Issue #275)
Tue, 30 May 2017 02:59:45 +0200 Mads Kiilerich make-config: use %(here)s in the generated file instead of hardcoding absolute path
Tue, 30 May 2017 02:59:45 +0200 Mads Kiilerich tests: put all temporary files in one top directory
Sun, 28 May 2017 19:53:15 +0200 Mads Kiilerich tests: clarify that time.tzset only is available on Unix