log

age author description
Sun, 15 Apr 2018 22:36:44 +0200 Mads Kiilerich style: change markdown to use code-highlight class as usual for pygmentize
Tue, 03 Apr 2018 16:20:05 +0200 Patrick Vane recaptcha: Update to Google recaptcha API v2 (Issue #313)
Tue, 03 Apr 2018 16:20:05 +0200 Patrick Vane recpatcha: Drop unused recaptcha code
Sun, 08 Apr 2018 15:57:18 +0200 Mads Kiilerich graph: make sure graph is shown next to the table it belongs to
Mon, 02 Apr 2018 18:37:23 +0200 Mads Kiilerich pullrequest: resize graph in list of available changesets when page is resized
Sun, 08 Apr 2018 16:49:54 +0200 Mads Kiilerich templates: remove references to "breadcrumbs" class after special styling was dropped in 23a8484
Mon, 02 Apr 2018 14:22:11 +0200 Mads Kiilerich setup: support Mercurial 4.5.x
Mon, 02 Apr 2018 14:14:55 +0200 Mads Kiilerich setup: drop support for Mercurial < 4.0
Sun, 08 Apr 2018 17:03:08 +0200 Mads Kiilerich setup: do like TurboGears2 and don't support WebOb 1.8
Sat, 10 Mar 2018 22:01:59 +0100 Thomas De Schampheleire issues: support generic regex replacements in issue_url and issue_prefix
Fri, 16 Feb 2018 22:30:51 +0100 Thomas De Schampheleire issues: backout special whitespace handling
Sat, 24 Feb 2018 21:18:24 +0100 Thomas De Schampheleire issues: gracefully handle invalid issue patterns
Sat, 17 Feb 2018 21:59:08 +0100 Thomas De Schampheleire issues: add more tests and restructure
Mon, 02 Apr 2018 02:11:11 +0200 Mads Kiilerich less: introduce @kallithea-theme-inverse-bg variable
Mon, 02 Apr 2018 02:10:25 +0200 Mads Kiilerich less: style panel headings with variables the same way as the (inverse) navbars are styled
Mon, 02 Apr 2018 02:10:22 +0200 Mads Kiilerich less: set menu colors - navbar and dropdown hover and active color
Sun, 01 Apr 2018 23:44:26 +0200 Mads Kiilerich less: rework select2 styling - make it shorter and more complete and flexible
Sun, 01 Apr 2018 22:39:20 +0200 Mads Kiilerich less: let repo labels inherit color so they are rendered as the surrounding text, especially on colored backgrounds
Sun, 01 Apr 2018 22:38:39 +0200 Mads Kiilerich less: repo "vcs alias" labels are not changeset labels - move them out of the changeset label section
Sun, 01 Apr 2018 22:38:28 +0200 Mads Kiilerich less: don't use special styling of breadcrumbs - they are heading text like all other heading texts
Sun, 01 Apr 2018 16:04:40 +0200 Mads Kiilerich admin: set column widths on permission overviews to give better alignment across different tables
Sun, 01 Apr 2018 15:28:41 +0200 Mads Kiilerich admin: fix baseline alignment of checkboxes for permission filtering
Mon, 26 Jun 2017 23:49:26 +0200 domruf templates: use bootstrap grid system for centered panels (login page etc.)
Fri, 16 Mar 2018 22:07:14 +0100 Thomas De Schampheleire tests: vcs: remove/update old documentation
Fri, 16 Mar 2018 22:08:46 +0100 Thomas De Schampheleire tests: vcs: recreate_repo_per_test is really optional
Fri, 16 Mar 2018 21:44:08 +0100 Thomas De Schampheleire tests: vcs: use pytest fixtures instead of xUnit-style setup_method/setup_class
Fri, 16 Mar 2018 21:33:53 +0100 Thomas De Schampheleire tests: vcs: use new setup_empty_repo method from test_changesets.py
Fri, 16 Mar 2018 21:32:01 +0100 Thomas De Schampheleire tests: vcs: split off repo creation helpers
Fri, 16 Mar 2018 22:07:58 +0100 Thomas De Schampheleire tests: vcs: remove duplicated base class in test_inmemchangesets
Fri, 16 Mar 2018 21:15:38 +0100 Thomas De Schampheleire tests: vcs: use _BackendTestMixin instead of duplicated BackendBaseTestCase in test_filenodes_unicode_path