log

age author description
Thu, 16 Feb 2017 16:09:53 +0100 Søren Løvborg css: don't force permission tables to 100% width
Thu, 16 Feb 2017 15:48:34 +0100 Søren Løvborg css: tighten selector to prevent double shadow on changelog page
Thu, 16 Feb 2017 15:40:04 +0100 Søren Løvborg css: fix redundant/overly broad rules
Mon, 27 Feb 2017 00:27:31 +0100 Mads Kiilerich style: fix floating of PR reviewer box
Thu, 16 Feb 2017 02:43:11 +0100 Mads Kiilerich style: use more Bootstrap pull-left and pull-right
Thu, 16 Feb 2017 02:42:37 +0100 Mads Kiilerich style: introduce Bootstrap input-group - especially for repo summary pages
Thu, 16 Feb 2017 01:54:36 +0100 Mads Kiilerich style: introduce Bootstrap list-group and list-group-item
Thu, 16 Feb 2017 01:48:31 +0100 Mads Kiilerich style: use popover for journal search help
Tue, 16 Aug 2016 20:05:48 +0200 domruf auth: when a auth plugin can't be imported try the next one instead of breaking completly
Tue, 07 Feb 2017 21:53:56 +0100 Søren Løvborg model: greatly simplify generation of gist IDs
Tue, 07 Feb 2017 21:16:13 +0100 Søren Løvborg model: refactor listing of commenters
Mon, 30 Jan 2017 20:04:20 +0100 Søren Løvborg vcs: fix incorrect comment
Tue, 14 Feb 2017 21:14:40 +0100 Søren Løvborg vcs: replace deprecated __getslice__ with __getitem__
Tue, 14 Feb 2017 20:27:45 +0100 Søren Løvborg vcs: restructure authorization check
Wed, 04 Jan 2017 23:01:48 +0100 Søren Løvborg vcs: dedup auth code between Hg and Git middleware
Mon, 02 Jan 2017 23:16:32 +0100 Søren Løvborg vcs: remove confusing and unnecessary local variable
Wed, 04 Jan 2017 23:05:11 +0100 Søren Løvborg vcs: remove non-sensical conditional block
Tue, 14 Feb 2017 20:16:47 +0100 Søren Løvborg css: fix vertical alignment in repo and PR summaries etc.
Tue, 14 Feb 2017 21:19:46 +0100 Søren Løvborg templates: drop unused "node_history_url" JS variable
Fri, 10 Feb 2017 20:30:44 +0100 Søren Løvborg tests: tighten TestHomeController matching/description
Thu, 02 Feb 2017 03:16:14 +0100 Mads Kiilerich style: introduce Bootstrap navbar-toggle markup for the repository navbar
Thu, 02 Feb 2017 03:14:17 +0100 Mads Kiilerich style: introduce Bootstrap markup for list-unstyled
Thu, 02 Feb 2017 03:11:47 +0100 Mads Kiilerich setup: bump WebOb to >=1.7
Thu, 02 Feb 2017 03:11:29 +0100 Mads Kiilerich setup: bump whoosh and bcrypt minimum versions
Thu, 02 Feb 2017 03:10:39 +0100 Mads Kiilerich auth: reduce log level from ebe7d95f698b
Mon, 30 Jan 2017 19:09:45 +0900 FUJIWARA Katsunori indexers: use correct full repository name, which contains group name, at indexing
Mon, 23 Jan 2017 20:54:42 +0100 Mads Kiilerich setup: really support latest Beaker version (1.8.1) after 5a5bab2b773c
Mon, 23 Jan 2017 19:45:54 +0100 Mads Kiilerich config: fix bad beaker configuration parsing after 8377f2bfb88f
Mon, 23 Jan 2017 02:17:38 +0900 FUJIWARA Katsunori search: prevent username related conditions from removing "stop words"
Mon, 23 Jan 2017 02:17:38 +0900 FUJIWARA Katsunori search: prevent pathname related conditions from removing "stop words"
Mon, 23 Jan 2017 02:17:38 +0900 FUJIWARA Katsunori search: make "repository:" condition work case-insensitively as expected
Mon, 23 Jan 2017 02:17:38 +0900 FUJIWARA Katsunori search: make "repository:" condition work as expected
Mon, 23 Jan 2017 02:17:38 +0900 FUJIWARA Katsunori journal: make "username:" filtering condition work as expected
Mon, 23 Jan 2017 02:17:38 +0900 FUJIWARA Katsunori journal: make "repository:" filtering condition work as expected (Issue #261)
Mon, 23 Jan 2017 02:17:38 +0900 FUJIWARA Katsunori tests: introduce more test coverage of whoosh filtering
Mon, 23 Jan 2017 02:17:38 +0900 FUJIWARA Katsunori tests: add commit_change() author to specify author name explicitly
Mon, 23 Jan 2017 01:56:39 +0100 Mads Kiilerich config: refactor beaker configuration
Fri, 23 Dec 2016 21:29:53 +0100 Thomas De Schampheleire tests: remove intermediate init_stack method
Tue, 17 Jan 2017 18:20:17 +0100 Søren Løvborg tests: move test environment setup code out of utils.py
Wed, 18 Jan 2017 17:10:22 +0100 Søren Løvborg model: inline GistModel._get_gist calls
Wed, 18 Jan 2017 17:06:01 +0100 Søren Løvborg model: inline _get_repo_group and _get_user_group calls
Wed, 18 Jan 2017 16:59:48 +0100 Søren Løvborg model: inline calls to BaseModel._get_perm
Wed, 18 Jan 2017 16:56:26 +0100 Søren Løvborg model: inline calls to BaseModel._get_repo
Wed, 18 Jan 2017 16:46:52 +0100 Søren Løvborg model: inline BaseModel._get_user calls
Wed, 18 Jan 2017 16:30:13 +0100 Søren Løvborg model: simplify guess_instance invocations
Tue, 17 Jan 2017 17:47:33 +0100 Søren Løvborg tests: fix test_permanent_url_protocol_access instability
Fri, 06 Jan 2017 14:57:19 +0100 Søren Løvborg pullrequests: refactor default title code
Sat, 14 Jan 2017 20:59:57 +0100 Andrew Shadura setup: bump babel version to <2.4
Sat, 14 Jan 2017 20:56:48 +0100 Andrew Shadura setup: don't constrain docutils version
Thu, 28 Jul 2016 16:34:49 +0200 Mads Kiilerich auth: change default LDAP to LDAPS on port 636 - insecure authentication is kind of pointless
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich setup: support latest Beaker version (1.8.1)
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich hg: support Mercurial 4.1
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich refactor: drop some irrelevant x = x assignments
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich auth: simplify the double invoked auth classes used for permission checking
Sat, 24 Dec 2016 01:27:47 +0100 Mads Kiilerich controllers: avoid setting request state in controller instances - set it in the thread global request variable
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich controllers: avoid setting constants as controller instance variables in __before__
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich lib: the variable 'request' is usually used for the pylons request object - avoid using it for other purposes
Sat, 14 Jan 2017 21:22:51 +0100 Thomas De Schampheleire lib: move jsonify from utils to base
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich admin: better handling of rescan/delete and invalidate at the same time (Issue #252)
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich git: clarify that non-bare git repos not are supported (Issue #254)