log

age author description
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
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich pullrequests: add index - optimize some slow queries
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich pullrequests: explicitly sort statuses and comments by id - and thus presumably in the right order used for computation of latest status
Mon, 07 Mar 2016 18:45:14 +0100 Søren Løvborg setup.py: remove unused package_data
Mon, 14 Mar 2016 00:36:08 +0100 Mads Kiilerich Merge stable
Sun, 13 Mar 2016 15:18:08 +0100 Andrew Shadura Added tag 0.3.1 for changeset 9bf8eb837e78 stable
Sun, 13 Mar 2016 15:17:23 +0100 Andrew Shadura release: 0.3.1 stable 0.3.1
Sat, 12 Mar 2016 14:35:43 +0100 Andrew Shadura docs: suggest using pip instead of setup.py develop stable
Tue, 02 Feb 2016 21:45:29 +0100 domruf replace absolute /tmp paths to tempfile.gettempdir()
Thu, 28 Jan 2016 20:40:32 +0100 domruf tests: don't use the TESTS_TMP_PATH string
Mon, 29 Feb 2016 22:06:40 +0100 domruf tests: self.fail is better written as pytest.fail now
Tue, 08 Mar 2016 15:50:54 +0100 Mads Kiilerich db: minor changes for repo caching
Wed, 02 Mar 2016 16:21:11 +0100 Søren Løvborg paster: remove unused BasePasterCommand.notify_msg
Wed, 24 Feb 2016 13:32:33 +0100 Andrew Shadura auth: support both old and new python-pam API stable
Thu, 03 Mar 2016 14:19:06 +0100 domruf vcs: the git backend requires string encoded repository names too
Wed, 02 Mar 2016 18:51:58 +0100 domruf tests: load fixture in binary mode - otherwise \r would be filtered on Windows
Wed, 02 Mar 2016 19:50:51 +0100 domruf tests: binary streams/files need to be opened in binary mode
Wed, 02 Mar 2016 18:58:25 +0100 domruf windows: node paths should always use posixpath - avoid \ in repo internal paths on windows
Thu, 03 Mar 2016 18:53:16 +0100 domruf localization: set language for formencode based on config file
Wed, 02 Mar 2016 20:32:32 +0100 Mads Kiilerich setup: introduce requirements.txt for use as "pip install -r requirements.txt" as alternative to "setup.py develop" stable
Wed, 02 Mar 2016 17:03:23 +0100 Mads Kiilerich tests: clarify user IP range test dependency on beaker caching of user objects
Mon, 29 Feb 2016 22:36:09 +0100 domruf scm: don't fail if create_nodes paths actually need normalization - don't look f_path up with the wrong normalized name
Wed, 24 Feb 2016 22:34:33 +0100 domruf vcs: use date format that is supported by Mercurial on non-english machines
Wed, 02 Mar 2016 00:14:31 +0100 Mads Kiilerich unicode: Fix unicode conversion in repo2db_mapper
Tue, 01 Mar 2016 00:17:28 +0100 Mads Kiilerich Merge stable
Tue, 01 Mar 2016 00:16:38 +0100 Mads Kiilerich db: make return type for get_comments consistent - don't return a list for the empty case
Tue, 01 Mar 2016 00:07:33 +0100 Mads Kiilerich Update copyrights and contributors stable
Wed, 10 Feb 2016 12:01:22 +0000 Asterios Dimitriou i18n: updated translation for Greek
Wed, 24 Feb 2016 16:35:32 +0100 Andrew Shadura i18n: update Belarusian translation.
Wed, 24 Feb 2016 16:34:59 +0100 Andrew Shadura i18n: regenerate POT
Mon, 22 Feb 2016 21:07:47 +0100 Mads Kiilerich graph: detect git branches and colourise them properly without rainbow effect (Issue #188)
Sun, 21 Feb 2016 16:36:54 +0100 Mads Kiilerich graph: avoid collision between "heir has been found" and "child has no name" both using None as branch name
Sun, 21 Feb 2016 16:36:04 +0100 Mads Kiilerich graph: improve source comments
Sun, 21 Feb 2016 16:36:02 +0100 Mads Kiilerich tests: some test coverage of graph structure and coloring
Sun, 21 Feb 2016 12:04:43 +0100 Angel Ezquerra summary, changelog: add reviewer username to status change tooltips
Sun, 21 Feb 2016 10:43:53 +0100 Angel Ezquerra summary: add tooltip and link to status change icons (same as on changelog page)
Sun, 21 Feb 2016 15:44:05 +0100 Mads Kiilerich users: fix crash when creating users with non ASCII characters stable
Mon, 15 Feb 2016 19:29:14 +0100 Mads Kiilerich copyright: 2016 stable
Mon, 08 Feb 2016 17:42:59 +0100 Thomas De Schampheleire pullrequest: add URL changesets in txt notification email to reviewers
Mon, 15 Feb 2016 19:29:26 +0100 Mads Kiilerich vcs: better handling of invalid email addresses: don't consider them email addresses
Mon, 15 Feb 2016 19:29:26 +0100 Mads Kiilerich tests: add test for author_email handling of invalid author strings
Wed, 10 Feb 2016 18:30:27 +0100 Thomas De Schampheleire pytest migration: files: convert to TestControllerPytest and parametrize
Wed, 10 Feb 2016 18:30:13 +0100 Thomas De Schampheleire pytest migration: make pytest's parametrize functionality available
Wed, 10 Feb 2016 18:29:43 +0100 Thomas De Schampheleire pytest migration: convert simple functional tests to TestControllerPytest
Wed, 10 Feb 2016 19:26:22 +0100 Thomas De Schampheleire pytest migration: search: use tmpdir fixture instead of 'current dir'
Wed, 10 Feb 2016 18:28:42 +0100 Thomas De Schampheleire pytest migration: introduce TestControllerPytest
Thu, 11 Feb 2016 12:13:50 +0100 Thomas De Schampheleire tests: summary: fix inter-test dependency
Tue, 09 Feb 2016 17:51:09 +0100 Thomas De Schampheleire tests: move remove_all_notifications outside of BaseTestCase
Tue, 09 Feb 2016 17:54:22 +0100 Thomas De Schampheleire tests: remove duplicate import of 'logging'
Tue, 09 Feb 2016 17:46:36 +0100 Mads Kiilerich Merge stable
Tue, 09 Feb 2016 17:46:21 +0100 Mads Kiilerich hg: support Mercurial 3.7.x stable
Wed, 03 Feb 2016 22:33:59 +0100 Thomas De Schampheleire pytest migration: use pytest test skipping instead of nose's
Wed, 03 Feb 2016 22:26:25 +0100 Thomas De Schampheleire pytest migration: update documentation
Wed, 03 Feb 2016 22:32:28 +0100 Thomas De Schampheleire pytest migration: switch to pytest; remove nose support
Wed, 03 Feb 2016 22:14:36 +0100 Thomas De Schampheleire pytest migration: remove nose from tox configuration
Wed, 03 Feb 2016 22:24:33 +0100 Thomas De Schampheleire tests: gists: comment out always-skipped test of put functionality
Wed, 03 Feb 2016 22:21:31 +0100 Thomas De Schampheleire tests: search: fix always-skipped empty-search-index test
Wed, 27 Jan 2016 18:56:48 +0000 Asterios Dimitriou i18n: updated translation for Greek
Mon, 08 Feb 2016 22:22:59 +0000 Robert Rauch i18n: updated translation for German
Mon, 08 Feb 2016 22:22:30 +0000 Andrew Shadura i18n: updated translation for German
Sun, 07 Feb 2016 12:25:55 +0100 Thomas De Schampheleire pullrequest: linkify changesets in html notification email to reviewers
Sat, 30 Jan 2016 16:38:26 +0100 Andrew Shadura middleware: allow git and hg users to use email address instead of the username
Sat, 30 Jan 2016 16:37:43 +0100 Andrew Shadura auth: allow web login with email addresses
Sat, 30 Jan 2016 16:36:26 +0100 Andrew Shadura auth: authenticate using either username or email address
Sat, 30 Jan 2016 15:59:33 +0100 Andrew Shadura db: add User.get_by_username_or_email
Mon, 01 Feb 2016 00:36:09 +0100 Andrew Shadura tests: add tests for case (in)sensitive user selections
Sun, 31 Jan 2016 16:51:32 +0100 Andrew Shadura db: match case-insensitively using func.lower, not ilike
Sat, 30 Jan 2016 12:15:23 +0100 Andrew Shadura db: always match user emails case insensitively
Mon, 01 Feb 2016 22:18:59 +0100 Mads Kiilerich css: generic .hidden class which can be overruled with .show class
Mon, 01 Feb 2016 21:23:44 +0100 Mads Kiilerich db: add index on PullRequestReviewers.user_id
Mon, 01 Feb 2016 21:23:07 +0100 Mads Kiilerich pullrequests: show tags in lists of included and available changesets
Mon, 01 Feb 2016 21:22:59 +0100 Mads Kiilerich pullrequests: show date for changesets that are available for update
Mon, 01 Feb 2016 21:22:39 +0100 Mads Kiilerich pullrequests: try to improve usability of PR update functionality
Mon, 01 Feb 2016 21:22:09 +0100 Mads Kiilerich pullrequests: restore display of "Current revision - no change" at the bottom of the list of available updates
Thu, 24 Sep 2015 15:42:28 +0200 Søren Løvborg design: make top-right profile button into an actual link
Tue, 05 Jan 2016 18:51:07 +0100 Søren Løvborg admin: remove superfluous check in SettingsController
Tue, 05 Jan 2016 18:50:58 +0100 Søren Løvborg admin: remove check for empty Ui table
Tue, 05 Jan 2016 19:19:09 +0100 Søren Løvborg admin: cleanup Ui table queries
Tue, 05 Jan 2016 14:48:03 +0100 Søren Løvborg db: fix Ui.get_by_key to also filter on section
Tue, 05 Jan 2016 18:53:09 +0100 Søren Løvborg db: refactor/simplify Ui access code - use get_or_create
Tue, 05 Jan 2016 15:56:34 +0100 Søren Løvborg db: remove superfluous Ui table session adds
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich comments: limit comment deletion to a 5 minutes grace period
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich pullrequests: make it possible to delete pull requests instead of commenting
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich comments: drop delayed activation of new comments
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich comments: reload after some kinds of general comments - the ones that change the whole page state
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
Fri, 25 Dec 2015 12:32:25 +0100 Mads Kiilerich auth: fail pam and internal authentication attempts if no username is provided (Issue #180) stable
Thu, 24 Dec 2015 21:28:19 +0100 Jan Heylen diff: get collapse target via .attr instead of .prop stable
Fri, 27 Nov 2015 01:48:09 +0100 Mads Kiilerich cleanup: introduce scripts/logformat.py for cleanup of string formatting of logging statements
Fri, 27 Nov 2015 01:47:14 +0100 Mads Kiilerich cleanup: consistent space before line continuation backslash
Fri, 27 Nov 2015 01:47:12 +0100 Mads Kiilerich paster: minor changes to paster commands, making them slightly more consistent
Fri, 27 Nov 2015 01:47:06 +0100 Mads Kiilerich auth: let login helper function return exception to raise instead of raising it self
Fri, 27 Nov 2015 01:46:59 +0100 Mads Kiilerich auth: only local passwords can be reset
Fri, 27 Nov 2015 01:39:21 +0100 Mads Kiilerich Merge stable
Fri, 27 Nov 2015 01:34:47 +0100 Mads Kiilerich repo-scan: print status to stdout instead of logging it stable
Fri, 27 Nov 2015 01:34:47 +0100 Mads Kiilerich docs: consistently use venv instead of pyenv stable
Fri, 27 Nov 2015 01:34:47 +0100 Mads Kiilerich setup: support the Mercurial 3.6 series stable
Mon, 23 Nov 2015 19:01:22 +0900 Takumi IINO gist: fix unicode file path handling stable
Tue, 17 Nov 2015 02:42:07 +0100 Mads Kiilerich edit: refactor cut'n'pasted code, working towards unifying it
Tue, 17 Nov 2015 02:42:01 +0100 Mads Kiilerich files: rename the edit mime type field to mimetype as it is named in gists
Tue, 17 Nov 2015 02:31:01 +0100 Mads Kiilerich edit: fix indentation and document ready execution of javascript for file and gist editing
Sun, 25 Oct 2015 16:09:06 +0000 Takumi IINO select2: make "Switch To" switch to changelog view everywhere, except in Files context
Tue, 16 Sep 2014 14:44:18 +0200 Ante Ilic menu: Added select2 box for "Switch To", work towards having general revision context
Fri, 13 Nov 2015 00:22:35 +0900 Takumi IINO select2: show prefix matches first in #repo-switcher
Mon, 16 Nov 2015 19:33:37 +0100 Mads Kiilerich select2: be case insensitive when putting prefix matches first in result lists
Mon, 16 Nov 2015 18:33:53 +0100 domruf api: minor cleanups
Mon, 16 Nov 2015 18:33:53 +0100 Mads Kiilerich docs: use consistent style for section titles
Thu, 05 Nov 2015 00:31:21 +0000 Jiří Suchan changeset: drop unused variables
Sat, 07 Nov 2015 13:24:48 +0100 Mads Kiilerich cleanup: fix 'try ... except ...' formatting missed in d69aa464f373
Sat, 07 Nov 2015 13:24:44 +0100 Mads Kiilerich Merge stable
Sat, 07 Nov 2015 13:16:58 +0100 Mads Kiilerich cleanup: fixes of checking for None stable
Sat, 07 Nov 2015 13:16:57 +0100 Mads Kiilerich files: fix Selection Link for multi-line selections stable
Sun, 25 Oct 2015 18:32:18 +0000 Takumi IINO js: wrap repo_switcher setup code in $(document).ready
Sat, 24 Oct 2015 16:19:20 +0100 Takumi IINO i18n: some tweaks for i18n stable
Sat, 24 Oct 2015 16:19:20 +0100 Takumi IINO i18n: some tweaks for i18n
Tue, 20 Oct 2015 22:18:47 +0900 Takumi IINO indexers: load additional indexers settings from ini
Fri, 23 Oct 2015 13:36:56 +0100 Takumi IINO indexers: get default filenames for indexing from lexer definitions
Sat, 17 Oct 2015 00:12:50 +0900 Takumi IINO indexers: introduce list of filenames for indexing
Tue, 20 Oct 2015 20:15:04 +0200 Mads Kiilerich auth_pam: fix crash caused by colliding variable names stable
Wed, 14 Oct 2015 20:08:18 +0100 Jiří Suchan cleanup: stop using mutable default params
Thu, 08 Oct 2015 20:03:36 +0200 Thomas De Schampheleire files: treat messages about 'File too big' as sentences and add a dot.
Thu, 08 Oct 2015 19:51:50 +0200 Thomas De Schampheleire files: line up styling of 'File too big' message
Thu, 08 Oct 2015 17:45:50 +0200 Thomas De Schampheleire files: support annotation on files larger than cut_off_limit
Mon, 12 Oct 2015 18:55:41 +0200 Mads Kiilerich Merge stable
Sun, 11 Oct 2015 22:09:42 +0200 Thomas De Schampheleire branches: fix 'compare branches' button stable
Sun, 11 Oct 2015 22:09:11 +0200 Thomas De Schampheleire bookmarks: fix 'compare bookmarks' button stable
Tue, 08 Sep 2015 11:00:02 +0200 Søren Løvborg auth: note that we never emit authuser "cookies" for the default user
Tue, 08 Sep 2015 11:09:00 +0200 Søren Løvborg auth: avoid setting AuthUser.is_authenticated for unauthenticated users
Wed, 09 Sep 2015 12:21:25 +0200 Søren Løvborg auth: inline AuthUser.set_authenticated
Tue, 06 Oct 2015 19:22:22 +0200 Søren Løvborg auth: introduce AuthUser.is_default_user attribute
Mon, 24 Aug 2015 22:51:07 +0200 Søren Løvborg compare: clean up revision selector HTML/CSS
Wed, 09 Sep 2015 12:41:20 +0200 Søren Løvborg cleanup: replace redirect with WebOb exceptions
Mon, 07 Sep 2015 15:07:35 +0200 Søren Løvborg cleanup: replace abort with WebOb exceptions
Mon, 31 Aug 2015 17:42:55 +0200 Søren Løvborg templates: use short_ref instead of manually checking ref type
Tue, 08 Sep 2015 19:43:29 +0200 Søren Løvborg notifications: mark notifications to self "pre-read"
Thu, 08 Oct 2015 23:27:41 +0200 Mads Kiilerich comments: check for None instead of boolean checks
Thu, 08 Oct 2015 23:27:41 +0200 Mads Kiilerich js: add failure callback to ajaxGET
Thu, 08 Oct 2015 23:25:21 +0200 Mads Kiilerich scripts: introduce scripts/docs-headings.py for reformatting rst section titles in docs
Thu, 08 Oct 2015 23:23:57 +0200 Mads Kiilerich ini: add scripts/generate-ini.py for generating all .ini files from template.ini.mako
Thu, 08 Oct 2015 23:21:58 +0200 Mads Kiilerich admin: don't prompt for cache invalidation
Thu, 08 Oct 2015 23:21:58 +0200 Mads Kiilerich cache: make instance_id = * the default and deprecate it
Thu, 08 Oct 2015 23:21:58 +0200 Mads Kiilerich cache: when invalidating a cache, always just delete all 'live cache' records instead of marking them inactive
Thu, 08 Oct 2015 23:21:58 +0200 Mads Kiilerich changeset: remove unused handling of inline-comments-button - probably left over from refactorings
Thu, 08 Oct 2015 23:21:58 +0200 Mads Kiilerich git: add unicode conversion to make tests pass with dulwich 0.11.2
Fri, 02 Oct 2015 22:46:15 +0200 Mads Kiilerich Merge stable 0.3
Fri, 02 Oct 2015 21:50:54 +0200 Andrew Shadura Added tag 0.3 for changeset 9b3e9e242f5c stable
Fri, 02 Oct 2015 21:50:15 +0200 Andrew Shadura release: 0.3 stable 0.3
Fri, 02 Oct 2015 21:49:49 +0200 Andrew Shadura scripts: allow signing with a different key set with EMAIL stable
Sat, 26 Sep 2015 02:34:43 +0200 Mads Kiilerich release: update contributors and copyrights stable
Sat, 26 Sep 2015 02:34:37 +0200 Mads Kiilerich auth: validate that the token protecting from CSRF attacks never is leaked stable
Sat, 26 Sep 2015 02:34:16 +0200 Mads Kiilerich forms: don't use secure forms with authentication token for GET requests stable
Wed, 23 Sep 2015 16:09:14 +0200 Søren Løvborg login: enhance came_from validation stable
Wed, 30 Sep 2015 23:19:46 +0200 Mads Kiilerich git: fix typo in error logging from 1ea1761bab12 stable
Fri, 25 Sep 2015 14:18:44 +0200 Mads Kiilerich summary: add missing c.stats_percentage initialization that caused crash on empty repos stable
Fri, 25 Sep 2015 14:18:44 +0200 Mads Kiilerich docs: mention that the optional dependencies psycopg2 and python-ldap also might be needed in the virtualenv stable
Fri, 25 Sep 2015 14:18:44 +0200 Mads Kiilerich docs: add advice of upgrading pip and setuptools in new virtualenvs stable
Fri, 25 Sep 2015 12:50:03 +0200 Andrew Shadura i18n: fixup the Russian translation stable
Sun, 20 Sep 2015 22:31:00 +0200 Mads Kiilerich scripts: move whitespacecleanup.sh to scripts/ stable
Sun, 20 Sep 2015 22:22:50 +0200 Mads Kiilerich hgignore: ignore `.cache/`, created by pytest 2.8 when writing `.cache/v/cache/lastfailed` stable
Sun, 20 Sep 2015 22:22:50 +0200 Mads Kiilerich javascript: fix missing variable declaration stable