log

age author description
Sat, 09 May 2015 21:31:48 +0000 Peter Vitt i18n: updated translation for German
Thu, 12 Mar 2015 15:39:55 +0100 Mads Kiilerich notifications: use stupid mail static-except-[] subjects to please gmail and its broken threading
Thu, 07 May 2015 16:26:40 +0200 Mads Kiilerich javascript: remove unnecessary console.log
Thu, 07 May 2015 16:26:40 +0200 Mads Kiilerich db: more consistently set primary keys to be unique, not nullable and without default
Thu, 07 May 2015 16:26:40 +0200 Mads Kiilerich summary: remove unused download code
Thu, 07 May 2015 16:26:40 +0200 Mads Kiilerich comments: show status changes as a part of the comment instead of in the header
Thu, 07 May 2015 16:26:40 +0200 Mads Kiilerich comment: replace floating status with span
Thu, 07 May 2015 16:26:40 +0200 Mads Kiilerich pullrequests: don't add automatic 'status change' message - it will be added in template
Thu, 07 May 2015 16:26:40 +0200 Mads Kiilerich permissions: fix incorrect check for checked, introduced in dd8459607c07
Thu, 07 May 2015 16:24:29 +0200 Mads Kiilerich Merge stable
Thu, 07 May 2015 16:23:45 +0200 Mads Kiilerich pullrequests: use correct References header when adding reviewers to (new?) PRs stable
Thu, 07 May 2015 16:23:45 +0200 Mads Kiilerich reposcan: avoid infinite recursion - don't follow symlinks when scanning stable
Thu, 07 May 2015 16:23:45 +0200 Mads Kiilerich changeset: hack to "reload" page to make #target links work first time stable
Thu, 07 May 2015 16:23:45 +0200 Mads Kiilerich files: fix hiding of old content while reloading stable
Thu, 30 Apr 2015 19:24:24 +0000 Viktar Palstsiuk i18n: added translation for Belarusian
Thu, 07 May 2015 13:30:17 +0200 Andrew Shadura Merge with stable
Thu, 07 May 2015 13:29:49 +0200 Andrew Shadura css: add compatibility prefixes for older browsers stable
Tue, 05 May 2015 18:13:00 +0200 Andrew Shadura diff view: improve appearance of line numbers stable
Tue, 05 May 2015 17:39:00 +0200 Andrew Shadura comments: remove line breaks after user mentions in comment previews stable
Tue, 05 May 2015 17:38:10 +0200 Andrew Shadura rst: in @mention parser, escape spaces so they don't go to HTML stable
Wed, 06 May 2015 16:21:51 +0200 Andrew Shadura diff view: change diffs markers colours to make them less contrast stable
Tue, 05 May 2015 13:27:20 +0200 Andrew Shadura diff view: fix tab width, move diff markers a bit to the left stable
Mon, 04 May 2015 18:47:16 +0200 Thomas De Schampheleire hg: show code function in diffs
Fri, 17 Apr 2015 12:14:19 +0200 Thomas De Schampheleire pullrequests: add PullRequest.nice_id method
Sun, 03 May 2015 22:08:22 +0200 Mads Kiilerich Merge stable
Fri, 01 May 2015 21:17:55 +0200 Thomas De Schampheleire diff view: do not hide overflow on very long lines that cannot be wrapped stable
Thu, 30 Apr 2015 07:05:18 +0200 Jan Heylen ChangesetCommentsModel: refactor duplicate code
Thu, 30 Apr 2015 07:05:18 +0200 Jan Heylen ChangesetCommentsModel: cleanup of doc strings
Wed, 29 Apr 2015 04:25:53 +0200 Mads Kiilerich spelling: fix qualifed typo
Wed, 29 Apr 2015 04:22:07 +0200 Mads Kiilerich db: remove redundant Column namings missed in dbbddd1e45cf
Wed, 16 Jul 2014 00:54:20 -0400 Tim Freund api_keys: Update 'New api key' label target so clicking the label focuses the input element stable
Tue, 07 Apr 2015 02:53:04 +0200 Mads Kiilerich docs: add installation overview section
Tue, 28 Apr 2015 16:55:05 +0200 Mads Kiilerich tests: minimize the amount of references to rc and the past
Tue, 28 Apr 2015 16:55:05 +0200 Mads Kiilerich config: don't use rc in description of prefix middleware
Tue, 28 Apr 2015 16:55:05 +0200 Mads Kiilerich utils: cleanup of function for extracting hook values from KALLITHEA_EXTRAS
Tue, 28 Apr 2015 16:55:05 +0200 Mads Kiilerich rcextensions: cleanup of code and documentation
Tue, 28 Apr 2015 16:55:05 +0200 Mads Kiilerich permissions: by default, don't show entities with no access
Tue, 28 Apr 2015 16:55:05 +0200 Mads Kiilerich permissions: small template/javascript refactorings
Tue, 28 Apr 2015 16:55:05 +0200 Mads Kiilerich admin: show users permissions as 'Permissions', not 'Default Permissions'
Thu, 12 Mar 2015 15:34:24 +0100 Mads Kiilerich templates: drop autocomplete="off" - it is ignored by browsers
Tue, 28 Apr 2015 16:46:26 +0200 Mads Kiilerich Merge stable
Tue, 28 Apr 2015 16:45:43 +0200 Mads Kiilerich templates: only bind pager event handlers once - avoid "leaks" and repeated page loads stable
Wed, 22 Apr 2015 22:10:11 +0200 Thomas De Schampheleire changelog_summary: show changeset status label rather than raw status
Wed, 22 Apr 2015 22:09:15 +0200 Thomas De Schampheleire changelog: use status label directly from c.statuses.get() output
Thu, 23 Apr 2015 21:44:19 +0200 Thomas De Schampheleire comments: avoid storing 'No comments' text when changing status
Sat, 25 Apr 2015 21:58:28 +0200 Thomas De Schampheleire tests: simplify changeset_status unit tests
Sun, 26 Apr 2015 22:13:02 +0200 Mads Kiilerich comments: fix selector typo causing no 'Loading' message stable
Fri, 24 Apr 2015 02:03:50 +0200 Mads Kiilerich tests: update for git sometimes emitting 'Cloning into' on stderr
Fri, 24 Apr 2015 02:03:50 +0200 Mads Kiilerich tests: improved debugging in vcs tests
Fri, 24 Apr 2015 02:03:50 +0200 Mads Kiilerich tests: rename test_vcs_operations.py to avoid automatic pick-up
Thu, 23 Apr 2015 14:14:51 -0700 Marc Abramowitz tests: restore pytest norecursedirs default patterns
Fri, 24 Apr 2015 01:39:05 +0200 Mads Kiilerich tests: Move pytest config (norecursedirs) from tox.ini to setup.cfg
Wed, 22 Apr 2015 14:57:12 +0000 Anatoly Bubenkov docs: add a reference to https://github.com/shazow/sqlalchemygrate for migration from sqlite to other dbs
Wed, 22 Apr 2015 11:44:05 -0700 Marc Abramowitz tox.ini: Add .eggs to norecursedirs
Thu, 23 Apr 2015 09:03:53 +0200 Andrew Shadura Merge
Thu, 23 Apr 2015 09:03:37 +0200 Andrew Shadura Merge with stable
Wed, 22 Apr 2015 14:20:29 +0200 Andrew Shadura css: add text +/- markers to the diff to improve readability for colour blind (fixes #77) stable
Wed, 22 Apr 2015 13:59:47 +0200 Andrew Shadura css: make 'add comment' button look more like a button (issue #77) stable
Tue, 21 Apr 2015 19:04:12 +0200 Andrew Shadura compat: import defaultdict from collections, sqlalchemy 0.8.0 dropped the shim stable
Wed, 22 Apr 2015 16:38:26 +0200 Andrew Shadura css: select 'kallithea' font where font icons are used