log

age author description
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich comments: fix class of inline comments without context
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich comments: use inline comment infrastructure for general comments too
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich comments: extract common comment creation functionality for changesets and pullrequests
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich comments: avoid js string formatting of html template from DOM - avoid insecure naming
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich comments: drop preview - no need for it without RST
Fri, 04 Jul 2014 14:12:07 +0200 Mads Kiilerich comments: linkify revision hashes and issue tracker references
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich comments: change comment formatting to plain text instead of rst
Fri, 04 Jul 2014 14:12:07 +0200 Mads Kiilerich helpers: introduce render_w_mentions
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich helpers: extract urlify replace functions - prepare for running all regexps at once in a single pass
Wed, 20 Jan 2016 01:41:02 +0100 Mads Kiilerich Merge stable
Fri, 15 Jan 2016 14:55:27 +0000 Robert James Dennington auth: Fix bug where usernames are not consistently capitalized when using crowd login stable
Fri, 15 Jan 2016 14:38:27 +0000 Robert James Dennington auth: Fix tomcat throwing '505 HTTP Version Not Supported' when trying to log in to Atlassian Crowd with usernames that contain spaces stable
Tue, 12 Jan 2016 11:44:48 +0100 Andrew Shadura Merge translations from stable.
Thu, 07 Jan 2016 01:53:04 +0000 Takumi IINO i18n: updated translation for Japanese stable
Tue, 05 Jan 2016 06:29:19 +0000 Takumi IINO i18n: updated translation for Japanese stable
Thu, 12 Nov 2015 08:51:32 +0000 Michal Čihař i18n: updated translation for Czech stable
Sat, 24 Oct 2015 16:59:17 +0000 Takumi IINO i18n: updated translation for Japanese stable
Tue, 05 Jan 2016 16:56:39 +0100 Mads Kiilerich diff: unify identical template parts
Tue, 05 Jan 2016 16:56:39 +0100 Mads Kiilerich diff: align diff layout; give changeset diffs links and give PR diffs more action icons
Sun, 29 Nov 2015 16:43:42 +0100 Jan Heylen diffs: introduce 'show inline comments' control for pull-requests too
Tue, 05 Jan 2016 16:56:16 +0100 Mads Kiilerich diff: introduce new temporary local variables to align similar code to make it almost identical
Tue, 05 Jan 2016 16:56:04 +0100 Mads Kiilerich diff: renaming of internal template variables and indentation fix to make similar code more similar
Sat, 02 Jan 2016 11:53:38 +0100 Jan Heylen diff: remove redundant conditionals
Tue, 05 Jan 2016 16:55:52 +0100 Mads Kiilerich diff: make diff_block_simple (and thus pull request diffs) collapsable as changeset diffs are
Tue, 05 Jan 2016 16:55:52 +0100 Mads Kiilerich js: move .diff-collapse-button handling from the global base.js to the special diff js
Sat, 02 Jan 2016 11:55:36 +0100 Jan Heylen diff: move looping over files into diff_block_simple
Sat, 02 Jan 2016 10:58:06 +0100 Jan Heylen diff: fix display of images for deleted files
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich lib: drop fuzzy matching on full user names in user_or_none
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich db: make sure all (non-primary) columns have nullable set explicitly
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich db: primary keys default to not be nullable - don't specify it explicitly
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich db: drop default=None - that is already the default
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich db: drop unique=None and unique=False - that is already the default
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich db: consistently use unique=True instead of single column UniqueConstraint
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich db: fix uniqueness constraint on the Ui table; it is on the composite key of section and key
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich db: stop messing with convert_unicode in .ini and db scheme
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich db: change unicode fields to have Unicode type instead of String
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich tests: more consistently use unicode where unicode is expected
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich tests: cleanup of unicode in test_create_non_ascii repository test
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich constants: use correct unicode encoding - avoid extra conversions
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich tests: always convert unicode paths to str before passing to vcs layer
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich tests: permission names are strings, not unicode - avoid extra conversions
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich auth: get username as str when container auth gets username from user object
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich vcs: emails are never unicode so make author_email return strings
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich auth: clarify that extern_type and extern_name are strings, not unicode
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich db: drop unused settings.permission_longname field
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich db: avoid specifying uniqueness constraints twice
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich celery: stop using deprecated celery.decorators
Tue, 05 Jan 2016 16:30:11 +0100 Mads Kiilerich db: introduce _table_args_default_dict with dict values for __table_args__
Tue, 05 Jan 2016 16:30:11 +0100 Mads Kiilerich ini: specify utf8 for sample MySQL connection strings
Tue, 05 Jan 2016 16:30:05 +0100 Mads Kiilerich Merge stable
Tue, 05 Jan 2016 16:24:27 +0100 Mads Kiilerich repos: fix crashes when repository name is unicode and can't be encoded with the current LANG stable
Tue, 05 Jan 2016 16:24:23 +0100 Mads Kiilerich middleware: decode the repo_name received from http header to unicode stable
Tue, 05 Jan 2016 16:23:22 +0100 Mads Kiilerich db: fix unknown exception type in commit error handling stable
Tue, 05 Jan 2016 16:23:22 +0100 Mads Kiilerich python: workaround Python 2.7.11 incompatibility in the celery dependency kombu stable
Fri, 25 Dec 2015 13:50:37 +0100 Mads Kiilerich tests: run git diff tests using the git diff parser
Sun, 04 Oct 2015 20:43:12 +0200 domruf auth: let container authentication get email, first and last name from custom headers
Fri, 25 Dec 2015 13:50:18 +0100 Mads Kiilerich Merge stable
Fri, 25 Dec 2015 12:37:49 +0100 Mads Kiilerich db: handle race when multiple threads add the same cache invalidation entry simultaneously (Issue #177) stable
Fri, 25 Dec 2015 12:33:13 +0100 Mads Kiilerich git: fix parsing of git mode change + rename diffs stable
Fri, 25 Dec 2015 12:32:47 +0100 Mads Kiilerich indexer: skip documents that can't be retrieved - probably because encoding issues (Issue #175) stable