log

age author description
Thu, 24 Mar 2016 15:03:59 +0000 YFdyh000 i18n: updated translation for Chinese (China)
Mon, 21 Mar 2016 00:29:16 +0000 Robert Martinez i18n: updated translation for German
Mon, 21 Mar 2016 13:00:30 +0000 Étienne Gilli i18n: updated translation for French
Mon, 14 Mar 2016 18:25:42 +0000 Étienne Gilli i18n: updated translation for French
Mon, 11 Apr 2016 22:36:52 +0200 domruf tests: fix Git on Windows sometimes failing on ' or ` in file:/// URLs
Sat, 09 Apr 2016 15:47:19 +0200 domruf tests: fix test_nodes.py and test_files.py which fail on windows due to mimetype differences
Thu, 31 Mar 2016 20:53:23 +0200 domruf compare: close Dulwich internals for Git repositories to avoid leaking open files
Mon, 04 Apr 2016 23:34:30 +0200 Mads Kiilerich Merge stable
Mon, 04 Apr 2016 23:34:13 +0200 Mads Kiilerich docs: fix typo stable
Sun, 03 Apr 2016 22:45:38 +0200 Mads Kiilerich api: avoid sending double Content-Length header (Issue #201) stable
Sun, 03 Apr 2016 22:45:37 +0200 Mads Kiilerich docs: improve mod_wsgi documentation (Issue #203) stable
Wed, 30 Mar 2016 21:11:38 +0200 Konstantin Veretennicov docs: add notes about IIS, Windows Authentication and Mercurial stable
Wed, 23 Mar 2016 18:27:50 +0100 Mads Kiilerich pullrequests: show status label for reviews instead of the raw internal string
Wed, 23 Mar 2016 18:27:45 +0100 Mads Kiilerich status: refactor internal dict for mapping status string to description
Wed, 23 Mar 2016 18:27:45 +0100 Mads Kiilerich docs: make 'API access for web views' less prominent - the official API should come first
Wed, 23 Mar 2016 18:27:45 +0100 Mads Kiilerich docs: drop the 'models' documentation - it is very internal and bad and useless
Mon, 14 Mar 2016 22:13:19 +0100 Thomas De Schampheleire docs: document Kallithea customization options
Mon, 14 Mar 2016 22:12:28 +0100 Thomas De Schampheleire settings: rescope 'Analytics HTML' option to generic HTML/JS/CSS customization
Thu, 03 Mar 2016 18:44:08 +0100 domruf vcs: fix processing of git commands that return output on stderr
Tue, 16 Feb 2016 22:15:30 +0100 domruf pullrequests: handle missing revisions - especially after Git GC (Issue #176)
Tue, 08 Mar 2016 09:09:50 +0000 Oscar Curero i18n: add translation for Spanish
Mon, 14 Mar 2016 17:02:30 +0100 Andrew Shadura i18n: regenerate POT, update translations.
Tue, 08 Mar 2016 12:28:06 +0100 Søren Løvborg db: cache SCM instance short-term (tied to SQLAlchemy session lifetime)
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich db: get rid of vcs_full_cache - it should always be used
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich tests: invalidate cache for new repositories - make tests more stable if garbage has been left behind in the db
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich db: name the scm_instance_cached cache entries - reduce the risk of collisions
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich db: inline repo __get_instance to scm_instance_no_cache
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich helpers: cache user_or_none results in beaker long_term cache
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich scm: simplify get_repos and get rid of RepoList overloads
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich pullrequests: optimize iteration over reviewers - avoid fetching users one by one