log

age author description
Tue, 14 Jun 2016 01:12:09 +0200 Mads Kiilerich tests: drop setting EMAIL environment variable before git commit - it doesn't work on Windows and seems unnecessary
Mon, 02 May 2016 22:54:09 +0200 domruf tests: set LANG and LANGUAGE - vcs tests expect messages to be in english
Mon, 02 May 2016 23:38:23 +0200 domruf tests: avoid unicode in test case on Windows - the Windows command line can't easily handle "exotic" characters
Mon, 02 May 2016 23:32:55 +0200 domruf tests: use double quotes in command lines - single quotes in command lines are not considered quotes on Windows
Fri, 29 Apr 2016 16:53:49 +0200 domruf hooks: if available, use sys.executable as executable for git hooks
Thu, 09 Jun 2016 20:41:44 +0200 Konstantin Veretennicov notifications: improve response time when number of notifications is large
Fri, 10 Jun 2016 01:19:58 +0200 Mads Kiilerich tests: small setup method refactor for readability
Fri, 10 Jun 2016 01:19:58 +0200 Mads Kiilerich js: update select2 to 3.5.4
Fri, 10 Jun 2016 01:19:58 +0200 Mads Kiilerich docs: move translation to a separate page
Fri, 10 Jun 2016 01:19:58 +0200 Mads Kiilerich docs: make the default method for running tests more visible
Fri, 10 Jun 2016 01:19:58 +0200 Mads Kiilerich repo: better handling of situation where there is no repo to remove
Fri, 10 Jun 2016 01:19:58 +0200 Mads Kiilerich paster: don't retry in setup-db if repo path provided on command line is invalid
Fri, 10 Jun 2016 01:19:58 +0200 Mads Kiilerich repos: fix unicode error when scanning and finding repositories with unicode names
Fri, 10 Jun 2016 01:19:58 +0200 Mads Kiilerich pull-requests: fix missing YUD reference in PR creation
Mon, 23 May 2016 19:14:48 +0200 Søren Løvborg docs: restructure Kallithea upgrade instructions
Sat, 28 May 2016 15:11:48 +0200 Andrew Shadura templates: use a better class name for an enabled toggle button
Sat, 28 May 2016 15:08:31 +0200 Andrew Shadura spelling: fix title casing on translated template strings
Sun, 08 May 2016 18:33:47 +0200 Konstantin Veretennicov tests: fix issue with set_test_settings fixture not committing changes
Fri, 27 May 2016 11:43:17 +0200 Andrew Shadura style: use some ARIA accessibility markup
Fri, 27 May 2016 11:43:17 +0200 Andrew Shadura style: make markup more Bootstrap-compatible
Mon, 30 May 2016 15:44:36 +0200 Mads Kiilerich Merge stable
Mon, 30 May 2016 15:33:19 +0200 Mads Kiilerich api: fix forking of repos in repo groups (Issue #210) stable
Mon, 30 May 2016 15:32:22 +0200 Mads Kiilerich api: avoid duplicating group name when updating repo (Issue #37) stable
Mon, 30 May 2016 15:32:22 +0200 Mads Kiilerich dbmigrate: fix migration step of missing ldap settings - use defaults (Issue #217) stable
Mon, 23 May 2016 18:04:56 +0200 Mads Kiilerich js: update YUI - rebuild according to LICENSE.md instructions to only include the relevant subset
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich js: drop some unused parts of YUI
Mon, 23 May 2016 18:02:33 +0200 Takumi IINO datatables: put filters in top left corner where they are easier to spot
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich datatables: show 100 entries by default
Mon, 23 May 2016 18:02:33 +0200 Mads Kiilerich admin: use jQuery DataTables for my & watched repos
Thu, 21 May 2015 16:48:13 +0200 Daniel Hobley datatables: use jQuery DataTables instead of base.js YUI_datatable wrapper of YAHOO.widget.DataTable