log

age author description
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
Wed, 22 Apr 2015 01:10:29 +0200 Ronny Pfannschmidt tests: avoid 'import *' in api tests
Tue, 21 Apr 2015 08:35:36 -0700 Marc Abramowitz tests: avoid executing tests in base classes
Mon, 20 Apr 2015 20:38:21 +0200 Ronny Pfannschmidt tests: add pytest section and put tox and tests/scripts to norecursedirs
Tue, 21 Apr 2015 09:05:24 +0200 Thomas De Schampheleire pullrequest overview: fix 'my pullrequests' overview stable
Tue, 21 Apr 2015 09:05:24 +0200 Thomas De Schampheleire pullrequest overview: fix 'my pullrequests' overview
Mon, 20 Apr 2015 17:02:42 +0200 Thomas De Schampheleire changeset status: fix common case where a reviewer did not yet review anything
Mon, 20 Apr 2015 22:52:23 +0200 Mads Kiilerich Merge stable
Mon, 20 Apr 2015 21:33:26 +0200 Thomas De Schampheleire pullrequest overview: fix missing pager links stable
Mon, 20 Apr 2015 19:27:33 +0200 Andrew Shadura css: use new codes for fontello glyphs
Mon, 20 Apr 2015 10:18:49 +0200 Andrew Shadura fonts: update symbol codes to be closer to real Unicode
Fri, 17 Apr 2015 17:51:15 +0200 Thomas De Schampheleire comments: display username and name instead of only username
Fri, 17 Apr 2015 15:01:40 +0200 Thomas De Schampheleire changeset status: set status to rejected if at least one reviewer rejected
Fri, 17 Apr 2015 14:58:44 +0200 Thomas De Schampheleire changeset status: simplify status calculation logic
Fri, 17 Apr 2015 14:49:37 +0200 Thomas De Schampheleire changeset_status: add unit tests for calculation of overall status
Sun, 19 Apr 2015 01:05:02 +0200 Mads Kiilerich db: remove redundant Column namings
Sat, 18 Apr 2015 21:29:32 +0200 Ronny Pfannschmidt db: cleanup PullRequest model
Sat, 18 Apr 2015 21:28:03 +0200 Ronny Pfannschmidt db: cleanup ChangesetComment
Sun, 19 Apr 2015 01:03:34 +0200 Mads Kiilerich db: fix gist_owner database field name - it is user_id
Sat, 18 Apr 2015 16:48:29 +0200 Mads Kiilerich error: fix handling of errors without response
Mon, 02 Feb 2015 20:38:57 +0100 Ronny Pfannschmidt user model: saner user permission revoking
Mon, 02 Feb 2015 20:38:35 +0100 Ronny Pfannschmidt user model: cleanup
Mon, 02 Feb 2015 20:12:35 +0100 Ronny Pfannschmidt utils: reorder imports in lazy.py
Mon, 02 Feb 2015 19:28:17 +0100 Ronny Pfannschmidt error controller: pep8 styling
Fri, 17 Apr 2015 22:23:51 +0200 Ronny Pfannschmidt db: simplify PullRequestReviewers model
Mon, 02 Feb 2015 00:22:56 +0100 Ronny Pfannschmidt db: simplify CacheInvalidation model
Mon, 02 Feb 2015 00:20:29 +0100 Ronny Pfannschmidt db: simplify ChangesetStatus
Mon, 02 Feb 2015 00:14:59 +0100 Ronny Pfannschmidt db: simplify Notification model
Mon, 02 Feb 2015 00:13:05 +0100 Ronny Pfannschmidt db: simplify UserNotification model
Mon, 02 Feb 2015 00:11:56 +0100 Ronny Pfannschmidt db: simplify Gist Model
Mon, 02 Feb 2015 00:10:02 +0100 Ronny Pfannschmidt db: simplify DbMigrateVersion model
Fri, 17 Apr 2015 10:50:41 -0700 Marc Abramowitz tests: set app_globals and translater in conftest.py for py.test
Wed, 08 Apr 2015 10:48:07 -0700 Marc Abramowitz tests: Destroy user_user_group 'perms_group_1'
Wed, 15 Apr 2015 15:00:51 -0700 Marc Abramowitz tests: Eliminate use of nose.tools.with_setup - it is nose-specific
Wed, 15 Apr 2015 14:58:12 -0700 Marc Abramowitz tests: Make `parameterized` stuff work with both pytest and nose
Thu, 16 Apr 2015 14:14:59 -0400 Kevin Bullock doc: remove extra scheme from Mergely URL stable
Tue, 14 Apr 2015 17:34:44 -0700 Marc Abramowitz tox.ini: Set PYTHONHASHSEED = 0
Tue, 14 Apr 2015 15:35:11 -0700 Marc Abramowitz tox.ini: Add nose and pytest deps
Tue, 14 Apr 2015 15:08:07 -0700 Marc Abramowitz Add tox.ini
Tue, 14 Apr 2015 23:03:30 +0200 Andrew Shadura Merge with stable
Tue, 14 Apr 2015 20:31:43 +0200 Andrew Shadura Added tag 0.2.1 for changeset c6e327143363 stable
Tue, 14 Apr 2015 20:31:27 +0200 Andrew Shadura release: 0.2.1 stable 0.2.1
Tue, 14 Apr 2015 21:24:00 +0200 Andrew Shadura contributors: update list of contributors since last release stable
Sun, 12 Apr 2015 13:29:57 +0200 Andrew Shadura setup: bump mercurial requirement to 2.9 stable
Sun, 12 Apr 2015 12:21:45 +0200 Andrew Shadura style: fix statistics so that the graph fits on the page stable
Sun, 12 Apr 2015 14:46:25 -0400 Nick High security: Fix HTML and JavaScript injection. stable
Mon, 13 Apr 2015 20:25:01 +0200 Andrew Shadura i18n: updated translation for Russian
Mon, 13 Apr 2015 16:04:29 +0200 Andrew Shadura i18n: updated translation for Russian
Sat, 11 Apr 2015 00:59:21 +0000 Balázs Úr i18n: updated translation for Hungarian
Sun, 12 Apr 2015 13:29:57 +0200 Andrew Shadura setup: bump mercurial requirement to 2.9
Sun, 12 Apr 2015 12:21:45 +0200 Andrew Shadura style: fix statistics so that the graph fits on the page
Sat, 11 May 2013 14:44:12 -0500 Sean Farley hg: ensure that only 'visible' changesets are returned
Tue, 07 Apr 2015 16:21:12 -0700 Marc Abramowitz tests: Add conftest.py for pytest
Sat, 11 Apr 2015 00:31:14 +0200 Mads Kiilerich Merge stable to default
Wed, 08 Apr 2015 09:18:58 -0700 Marc Abramowitz tests: PEP8ify test_user_groups.py
Wed, 08 Apr 2015 13:48:30 -0700 Marc Abramowitz tests: Remove imported_from_test function
Wed, 08 Apr 2015 10:15:05 -0700 Marc Abramowitz .hgignore: Add .eggs/ and tarballcache/
Fri, 10 Apr 2015 19:09:40 +0200 Mads Kiilerich Added tag 0.2 for changeset ad0ce803b40c stable
Fri, 10 Apr 2015 19:02:11 +0200 Mads Kiilerich release: 0.2 on stable branch stable 0.2
Tue, 07 Apr 2015 03:30:05 +0200 Mads Kiilerich auth: check CSRF protection token when authenticating
Tue, 07 Apr 2015 03:30:05 +0200 Mads Kiilerich tests: provide _authentication_token when POSTing
Tue, 07 Apr 2015 03:30:05 +0200 Mads Kiilerich javascript: provide secure_form compatible_authentication_token in all AJAX POSTs
Fri, 27 Mar 2015 16:25:27 +0100 Mads Kiilerich forms: use secure_form to add authentication token to all html forms
Fri, 27 Mar 2015 16:25:27 +0100 Mads Kiilerich controllers: remove old auth_token checks - it was only partial CSRF protection
Tue, 07 Apr 2015 02:52:02 +0200 Mads Kiilerich docs: prepare for having a stable development branch
Tue, 07 Apr 2015 02:51:16 +0200 Mads Kiilerich setup.cfg: update checked-in version to match how sdist writes it
Tue, 07 Apr 2015 02:51:40 +0200 Mads Kiilerich manifest: include (almost) all repo files in the release tar
Tue, 07 Apr 2015 02:51:24 +0200 Mads Kiilerich i18n: don't include .mo files in the repo - build them on demand
Tue, 07 Apr 2015 14:23:50 +0200 Mads Kiilerich i18n: drop redundant english translation
Tue, 07 Apr 2015 02:50:46 +0200 Mads Kiilerich i18n: remove translations that 5e7bdfbef29b made both fuzzy and invalid
Sat, 04 Apr 2015 09:08:25 +0000 Andrew Shadura i18n: updated translation for Polish
Wed, 01 Apr 2015 12:59:24 +0000 Andrew Shadura i18n: updated translation for Slovak
Wed, 01 Apr 2015 12:15:42 +0000 Peter Vitt i18n: updated translation for German
Wed, 01 Apr 2015 13:08:44 +0000 Andrew Shadura i18n: updated translation for Russian
Mon, 06 Apr 2015 22:04:54 +0200 Mads Kiilerich readme: fix invalid rst
Mon, 06 Apr 2015 21:46:27 +0200 Mads Kiilerich about: update copyright years
Mon, 06 Apr 2015 21:46:22 +0200 Mads Kiilerich contributors: update list of contributors since last release
Mon, 06 Apr 2015 21:05:05 +0200 Thomas De Schampheleire summary: repeat repo type in front of clone URL
Sun, 05 Apr 2015 21:52:05 +0200 Thomas De Schampheleire docs: create separate 'Administrator guide'
Sun, 05 Apr 2015 21:42:26 +0200 Thomas De Schampheleire docs/usage: rework section on statistics
Sun, 05 Apr 2015 21:19:24 +0200 Thomas De Schampheleire docs/usage: rework section 'repository locking'
Sun, 05 Apr 2015 21:05:12 +0200 Thomas De Schampheleire docs/usage: reword information on Mercurial subrepository support
Sun, 05 Apr 2015 21:03:42 +0200 Thomas De Schampheleire docs/usage: move Mercurial subrepository info to VCS support page
Sun, 05 Apr 2015 20:46:21 +0200 Thomas De Schampheleire docs/usage: generalize 'git support' into 'version control systems support'
Sat, 04 Apr 2015 21:45:22 +0200 Thomas De Schampheleire docs/usage: reword section 'cloning remote repositories'
Sat, 04 Apr 2015 21:39:07 +0200 Thomas De Schampheleire docs/usage: fix section 'trending source files'
Sat, 04 Apr 2015 21:29:00 +0200 Thomas De Schampheleire docs/usage: rework section on non-changeable repository URLs and call them 'permanent'
Sat, 04 Apr 2015 21:13:47 +0200 Thomas De Schampheleire docs/usage: reword and extend section on changelog
Sat, 04 Apr 2015 20:44:35 +0200 Thomas De Schampheleire docs/usage: rework section 'follow current branch in file view'
Wed, 01 Apr 2015 22:01:01 +0200 Thomas De Schampheleire docs/usage: rework section 'Mailing'
Wed, 01 Apr 2015 21:53:37 +0200 Thomas De Schampheleire docs/usage: rework and rename section 'Visual settings in admin pannel'
Wed, 01 Apr 2015 21:31:19 +0200 Thomas De Schampheleire docs/usage: English corrections in 'Repository deleting'
Wed, 11 Mar 2015 18:57:11 +0100 Mads Kiilerich tags: rename old non-Kallithea tags and prefix them with 0.0 to show that Kallithea is superior
Thu, 02 Apr 2015 11:01:50 +0200 Andrew Shadura docs: include translation howto into the docco
Thu, 02 Apr 2015 11:01:26 +0200 Andrew Shadura docs: update the translation howto
Wed, 01 Apr 2015 11:40:17 +0200 Andrew Shadura i18n: use the same text for the identical tooltips
Wed, 01 Apr 2015 03:50:15 +0200 Andrew Shadura i18n: update translations with the newly extracted strings
Wed, 01 Apr 2015 03:49:13 +0200 Andrew Shadura i18n: regenerate the translation template
Tue, 31 Mar 2015 22:15:38 +0200 Michael V. DePalatis docs: English and consistency corrections
Tue, 31 Mar 2015 16:25:49 +0000 Sam Jaques i18n: updated translation for Dutch (Belgium)
Tue, 31 Mar 2015 17:00:40 +0000 Peter Vitt i18n: updated translation for German
Fri, 13 Mar 2015 14:24:32 +0000 Andrew Shadura i18n: updated translation for Slovak
Tue, 31 Mar 2015 01:17:37 +0200 Mads Kiilerich javascript: use jQuery $.post instead of YAHOO.util.Connect.asyncRequest
Tue, 31 Mar 2015 01:17:37 +0200 Mads Kiilerich hooks: make settings hook name field smaller so it is less likely to overlap with the value field
Tue, 31 Mar 2015 01:17:37 +0200 Mads Kiilerich gists: use allow_extra_fields and filter_extra_fields in gist forms like in most other forms
Tue, 31 Mar 2015 01:16:53 +0200 Mads Kiilerich setup: constrain dulwich to version 0.9.9
Wed, 18 Feb 2015 22:21:27 -0800 Sean Farley README: set fill column to 80
Wed, 18 Feb 2015 22:29:56 -0800 Sean Farley repo: remove old ez_setup.py
Fri, 27 Feb 2015 09:35:57 -0800 Sean Farley style: remove copy-pasted extraneous parentheses
Fri, 27 Feb 2015 09:34:22 -0800 Sean Farley style: remove css star hack for internet explorer 7
Fri, 27 Feb 2015 09:24:54 -0800 Sean Farley style: stop supporting internet explorer 6-8 gradients
Wed, 25 Mar 2015 20:47:45 +0100 Mads Kiilerich setup: update dulwich requirement to >= 0.9.9 which fixes CVE-2015-0838
Wed, 25 Mar 2015 20:38:09 +0100 Mads Kiilerich controllers: consistently use formfill.render with force_defaults=False
Wed, 25 Mar 2015 20:38:09 +0100 Mads Kiilerich Make celeryd.log.level default values uppercase - lowercase might not be recognized and cause failure
Wed, 11 Mar 2015 18:57:11 +0100 Mads Kiilerich tags: rename old non-Kallithea tags and prefix them with 0.0 to show that Kallithea is superior
Wed, 25 Mar 2015 20:17:35 +0100 Mads Kiilerich gists: add missing formencode.htmlfill import
Mon, 23 Mar 2015 16:07:35 +0100 Andrew Shadura spelling: use correct Git capitalisation where appropriate
Sat, 21 Mar 2015 22:23:44 +0100 Andrew Shadura template: link the last revision in the file browser to the changeset
Fri, 20 Mar 2015 15:26:29 +0100 Mads Kiilerich pullrequests: make sure union repo for "available updates" is made so its revision numbers are 100% org_scm compatible
Thu, 19 Mar 2015 13:13:06 +0100 Jan Heylen pullrequests: saving raw_id instead of branch in org_ref
Sat, 21 Mar 2015 16:55:52 +0100 Andrew Shadura stats: use the correct element id for "show more" link handler
Sat, 21 Mar 2015 16:08:16 +0100 Andrew Shadura stats: fix display when no data ready yet
Sat, 21 Mar 2015 18:47:18 +0100 Andrew Shadura template: remove more unneeded <pre> from revision links, use CSS instead
Fri, 20 Mar 2015 11:56:52 +0100 Andrew Shadura template: action buttons shouldn't have .btn-success unless we mean it
Fri, 20 Mar 2015 11:55:39 +0100 Andrew Shadura template: remove unneeded <pre> from revision links, use CSS instead
Tue, 17 Mar 2015 22:21:34 +0100 Thomas De Schampheleire docs/contributing: move 'roadmap' to the wiki
Tue, 17 Mar 2015 20:53:50 +0100 Thomas De Schampheleire docs/contributing: explicitly mention some useful options to nosetests
Tue, 17 Mar 2015 20:50:58 +0100 Thomas De Schampheleire docs/contributing: remove unnecessary reference to VCS tests
Tue, 17 Mar 2015 20:47:00 +0100 Thomas De Schampheleire docs: move all instructions on Celery to Setup
Sun, 15 Mar 2015 22:08:54 +0100 Thomas De Schampheleire docs/installation: clarify and reorder alternative installation methods
Thu, 12 Mar 2015 15:34:24 +0100 Mads Kiilerich pullrequests: fix updates for PRs between same branch on different repositories
Sat, 14 Mar 2015 21:51:33 +0100 Thomas De Schampheleire docs/installation: add section on installation from repository source
Sat, 14 Mar 2015 21:50:44 +0100 Thomas De Schampheleire README: link to readthedocs.org rather than python.org for documentation
Sat, 14 Mar 2015 21:18:54 +0100 Thomas De Schampheleire docs/contributing: cleanup test section
Thu, 12 Mar 2015 22:07:00 +0100 Thomas De Schampheleire model: trivial typo fixes
Thu, 12 Mar 2015 21:09:10 +0100 Thomas De Schampheleire lib: trivial typo fixes
Thu, 12 Mar 2015 22:19:57 +0100 Thomas De Schampheleire controllers: trivial typo fixes
Tue, 10 Mar 2015 20:00:41 +0100 Thomas De Schampheleire ini file: clarify that beaker.session.key should be unique
Thu, 12 Mar 2015 09:44:48 +0100 Andrew Shadura docs: replace a dead link to the pylons cookbook
Thu, 12 Mar 2015 09:44:28 +0100 Andrew Shadura docs: better capitalisation
Thu, 12 Mar 2015 09:43:46 +0100 Andrew Shadura docs: point to our own documentation domain, not rtd.org
Thu, 12 Mar 2015 09:43:05 +0100 Andrew Shadura docs: don't use fixed-width fonts when not needed
Sun, 08 Mar 2015 23:31:57 +0000 Tuux i18n: updated French translation using Weblate
Fri, 13 Feb 2015 15:26:42 +0000 Andrew Shadura i18n: updated Czech translation using Weblate
Sat, 31 Jan 2015 02:07:42 +0000 Kazunari Kobayashi i18n: updated Japanese translation using Weblate
Sat, 31 Jan 2015 02:04:51 +0000 Takumi IINO i18n: updated Japanese translation using Weblate
Fri, 30 Jan 2015 15:18:43 +0000 kobanari i18n: updated Japanese translation using Weblate
Fri, 30 Jan 2015 09:23:27 +0000 Michael Pohl i18n: updated German translation using Weblate
Thu, 22 Jan 2015 12:09:37 +0000 Andrew Shadura i18n: updated Russian translation using Weblate
Wed, 11 Mar 2015 19:21:40 +0100 Andrew Shadura i18n: update the email address in .pot
Wed, 11 Mar 2015 19:00:36 +0000 Andrew Shadura i18n: create Slovak translation based on modified Czech
Wed, 11 Mar 2015 16:10:30 +0100 Mads Kiilerich docs: rework stuff
Wed, 11 Mar 2015 01:17:33 +0100 Mads Kiilerich pullrequests: on 'my pullrequests' show the user's own vote as second column next to 'latest vote'
Wed, 11 Mar 2015 00:24:25 +0100 Mads Kiilerich helpers: introduce user_or_none helper helper
Wed, 11 Mar 2015 00:24:25 +0100 Mads Kiilerich helpers: fix gravatar handling with (invalid) non-ascii email addresses
Wed, 11 Mar 2015 00:24:25 +0100 Mads Kiilerich db: fix beaker caching key of (invalid) unicode email addresses
Wed, 11 Mar 2015 00:24:25 +0100 Mads Kiilerich bin: give kallithea_config.py #!/usr/bin/env python so it can be executed directly
Tue, 03 Mar 2015 22:33:46 +0100 Thomas De Schampheleire pullrequest overview: show age rather than date
Tue, 03 Mar 2015 21:48:53 +0100 Thomas De Schampheleire pullrequest overview: remove custom handling of 'my pullrequests'
Tue, 03 Mar 2015 22:26:19 +0100 Thomas De Schampheleire pullrequest overview: add delete button to own pull requests
Tue, 03 Mar 2015 21:44:27 +0100 Thomas De Schampheleire pullrequest overview: create overview from a function to allow re-use
Tue, 03 Mar 2015 21:37:44 +0100 Thomas De Schampheleire style: add class 'normal-indent' instead of repeated explicit margins
Tue, 03 Mar 2015 21:33:04 +0100 Thomas De Schampheleire pullrequest overview: display in table to improve readability
Thu, 26 Feb 2015 22:51:27 +0100 Thomas De Schampheleire date representation: use ISO8601 rather than a specific locale
Thu, 26 Feb 2015 16:44:47 +0100 Andrew Shadura changeset: don't crash on malformed whitespace parameter - return 400 Bad Request
Fri, 06 Mar 2015 16:37:19 +0100 Mads Kiilerich pullrequests: add option for adding repo owner as reviewer if none assigned
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pullrequests: don't add repo owner as reviewer in all PRs
Wed, 11 Feb 2015 03:05:00 +0100 Mads Kiilerich compare: simplify handling of compare with null revision
Fri, 06 Mar 2015 16:21:24 +0100 Mads Kiilerich kallithea-api: add trailing newline when writing config file
Fri, 06 Mar 2015 16:21:24 +0100 Mads Kiilerich compare: don't use sql 'in' on empty sets
Fri, 06 Mar 2015 16:21:24 +0100 Mads Kiilerich db: fix beaker cache key for user groups - don't collide with users
Fri, 06 Mar 2015 16:21:24 +0100 Mads Kiilerich vcs: better handling of closed subprocessio InputStreamChunker source stream
Fri, 06 Mar 2015 16:21:24 +0100 Mads Kiilerich tests: fix handling of failing flash assertion ... again
Thu, 26 Feb 2015 17:32:34 +0100 Mads Kiilerich tests: cleanup of fixture.anon_access
Fri, 27 Feb 2015 15:37:46 +0100 Mads Kiilerich docs: improve the API documentation
Wed, 25 Feb 2015 13:17:37 -0800 Sean Farley base: add missing lock and unlock icons
Wed, 25 Feb 2015 11:39:59 -0800 Sean Farley index_base: use same logic as dt_elements to avoid underlining repo group whitespace
Wed, 25 Feb 2015 11:33:21 -0800 Sean Farley _dt_elements: underline just the repo name not whitespace
Wed, 25 Feb 2015 11:19:20 -0800 Sean Farley _dt_elements: move style to css file
Wed, 25 Feb 2015 10:35:13 -0800 Sean Farley dt_elements: simplify if block into one line to avoid duplicated code
Tue, 24 Feb 2015 15:10:16 -0800 Sean Farley quick_repo_menu: fix misalignment
Tue, 24 Feb 2015 14:29:54 -0800 Sean Farley public_journal: fix orange rss icon and alignment