log

age author description
Sun, 20 May 2018 22:29:40 +0200 Thomas De Schampheleire admin: hooks: prevent editing of builtin hooks (issue #226)
Sun, 20 May 2018 22:23:52 +0200 Thomas De Schampheleire admin: hooks: prevent creation of existing custom hook
Sun, 20 May 2018 22:13:05 +0200 Thomas De Schampheleire admin: hooks: add test for editing a custom hook
Sun, 20 May 2018 22:07:36 +0200 Thomas De Schampheleire admin: hooks: restore delete functionality as intended
Sun, 20 May 2018 21:50:11 +0200 Thomas De Schampheleire admin: hooks: check session flashes in tests
Wed, 16 May 2018 21:19:56 +0200 Thomas De Schampheleire auth: raise log level of 'permission denied' from DEBUG to INFO (issue #243)
Sun, 06 May 2018 21:30:09 +0200 Thomas De Schampheleire tests: fix caching issue in test_ip_restriction_git
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich setup: support Mercurial 4.6
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: support more strict branch name checking in Mercurial 4.6 - be more careful about not passing unicode branch names
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: support introduction of wsgiresponse in Mercurial 4.6
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: support rename of obsolete related attributes in Mercurial 4.6
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: use localrepo indexing for revision number lookup instead of the lookup function
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: support sshpeer renaming to sshv1peer in Mercurial 4.6
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: support annotate refactoring in Mercurial 4.6 for returning annotateline objeccts
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: don't provide annotate linenumber parameter - it has always defaulted to False and was removed in 4.6
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: refactor annotation to generate a list of normalized annotation lines before iterating
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: trivial refactorings of annotate functionality
Fri, 11 May 2018 14:26:48 +0200 Mads Kiilerich hg: fix continuation binding of callback variables
Thu, 15 Mar 2018 19:56:37 +0100 domruf tests: set EMAIL on git commit
Tue, 13 Mar 2018 23:52:10 +0100 domruf tests: use testfork fixture for test_vcs_operations tests
Sun, 06 May 2018 14:34:33 +0200 Thomas De Schampheleire style: use monospace on all multi-line form inputs
Sun, 06 May 2018 14:35:36 +0200 Thomas De Schampheleire style: remove unused class 'comment-inlines'
Sun, 06 May 2018 14:31:15 +0200 Thomas De Schampheleire style: use monospace for 'formatted-fixed' class
Fri, 04 May 2018 21:45:55 +0200 Thomas De Schampheleire ini: drop setting initial_repo_scan
Tue, 01 May 2018 21:59:03 +0200 Thomas De Schampheleire setup-db: perform an initial repository scan as stated by the docs (Issue #302)
Mon, 23 Apr 2018 22:06:37 +0200 Thomas De Schampheleire admin: auth: make sure list of auth modules is consistent
Tue, 01 May 2018 17:08:36 +0200 Chris Rule auth: add https ability to the crowd auth module (issue #315)
Tue, 01 May 2018 21:51:54 +0200 Thomas De Schampheleire repo-scan: don't print empty list of results
Mon, 23 Apr 2018 01:02:07 +0200 Mads Kiilerich style: use @panel-default-border for vertical line number / diff separator lines
Mon, 23 Apr 2018 00:50:22 +0200 Mads Kiilerich scripts: fix whitespacecleanup.sh after contextbar.css was removed and style.css is generated
Mon, 23 Apr 2018 00:44:13 +0200 Mads Kiilerich repos: clean up table button markup to give proper spacing
Mon, 23 Apr 2018 00:44:13 +0200 Mads Kiilerich repos: document get_repos_as_dict parameters - repos_list is mandatory
Mon, 23 Apr 2018 00:44:13 +0200 Mads Kiilerich repos: drop unused option for disabling get_repos_as_dict permission check
Mon, 23 Apr 2018 00:44:13 +0200 Mads Kiilerich templates: drop unused get_repos_as_dict super_user parameter
Mon, 23 Apr 2018 00:44:13 +0200 Mads Kiilerich templates: drop unused code for having repo names link to repo admin page
Sun, 25 Mar 2018 18:48:39 +0200 domruf less: avoid PR reviewer list being right-aligned on wide screens
Mon, 16 Apr 2018 03:11:12 +0200 Mads Kiilerich less: drop unused lineno styling
Wed, 25 Oct 2017 19:19:58 +0200 domruf less: generate map files when building style.css with 'npm run less'
Wed, 25 Oct 2017 20:37:22 +0200 domruf less: load optional theme.less file to allow custom styles
Tue, 24 Oct 2017 21:41:07 +0200 domruf less: include pygments.css in main.less
Sun, 15 Apr 2018 22:41:02 +0200 Mads Kiilerich style: generate pygments.css directly with pygmentize -a
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