log

age author 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
Sun, 20 Sep 2015 22:22:50 +0200 Mads Kiilerich codemirror: remove the bad and hopefully unused CodeMirror.modeURL guessing stable
Thu, 17 Sep 2015 16:46:36 -0400 Christian Oyarzun codemirror: fix modeURL when using proxy prefix (Issue #160) stable
Fri, 18 Sep 2015 13:57:49 +0200 Søren Løvborg login: use server-relative URLs in came_from correctly stable
Fri, 18 Sep 2015 13:57:49 +0200 Søren Løvborg login: include query parameters in came_from stable
Fri, 18 Sep 2015 13:57:49 +0200 Søren Løvborg login: simplify came_from validation stable
Sun, 20 Sep 2015 22:22:50 +0200 Mads Kiilerich login: make it clear that an invalid came_from is an invalid request stable
Sun, 20 Sep 2015 22:22:50 +0200 Mads Kiilerich login: inline _redirect_to_origin stable
Thu, 17 Sep 2015 21:29:46 +0200 Mads Kiilerich release: add scripts/make-release for automation of the release process stable
Wed, 16 Sep 2015 02:54:32 +0200 Mads Kiilerich git: fix reposcan failure when encountering git repositories on read-only filesystems stable
Wed, 16 Sep 2015 02:54:32 +0200 Mads Kiilerich pull requests: fix incorrect display of pull requests without updates stable
Wed, 16 Sep 2015 02:54:32 +0200 Mads Kiilerich pull requests: skip 'This pull request has already been merged' check for ranges; they have been "merged" to the ancestor from the beginning stable
Wed, 16 Sep 2015 02:54:32 +0200 Mads Kiilerich changelog: add date tooltip to changelog, just as it is on the short changelog on the summary page stable
Wed, 16 Sep 2015 02:53:28 +0200 Mads Kiilerich setup: explicitly use python2 in examples in the documentation stable
Mon, 14 Sep 2015 23:06:28 +0200 Mads Kiilerich setup: monkey patch setuptools to make distutils set owner/group to root stable
Mon, 14 Sep 2015 23:06:23 +0200 Mads Kiilerich comments: decrease #target comment margin size to compensate for 1 pixel wider yellow border stable
Mon, 14 Sep 2015 23:06:09 +0200 Mads Kiilerich pull requests: blame the right user when an admin adds reviewers to other peoples PRs stable
Mon, 14 Sep 2015 23:06:00 +0200 Mads Kiilerich comments: fix comment add button - it is only the button that should be clickable, not the containing div stable
Fri, 11 Sep 2015 13:00:47 +0200 Søren Løvborg cleanup: use example.com for tests and examples stable
Wed, 09 Sep 2015 18:32:05 +0200 Søren Løvborg docs: update example output and example server configs stable
Thu, 10 Sep 2015 23:29:50 +0200 Andrew Shadura notifications: ensure paginator's links remain correct after Mark All Read stable
Thu, 03 Sep 2015 13:10:17 +0200 Robert Rauch docs: add documentation for setup with puppet stable
Thu, 10 Sep 2015 15:13:55 +0000 Étienne Gilli i18n: updated translation for French stable
Tue, 08 Sep 2015 17:59:53 +0000 Étienne Gilli i18n: updated translation for French stable
Tue, 08 Sep 2015 10:56:22 +0000 Robert Rauch i18n: updated translation for German
Tue, 08 Sep 2015 11:21:08 +0200 Andrew Shadura i18n: merge more translations from stable
Tue, 08 Sep 2015 10:56:21 +0000 Robert Rauch i18n: updated translation for German stable
Tue, 08 Sep 2015 10:49:54 +0000 Michael Pohl i18n: updated translation for German stable
Tue, 08 Sep 2015 10:49:23 +0000 Robert Rauch i18n: updated translation for German stable
Tue, 08 Sep 2015 10:58:35 +0200 Andrew Shadura i18n: merge translations from stable
Tue, 08 Sep 2015 10:38:09 +0000 Robert Rauch i18n: updated translation for German
Tue, 08 Sep 2015 10:38:09 +0000 Robert Rauch i18n: updated translation for German
Tue, 08 Sep 2015 10:37:51 +0200 Andrew Shadura i18n: refresh POT, regenerate POs stable
Tue, 08 Sep 2015 10:21:46 +0000 Michael Pohl i18n: updated translation for German stable
Tue, 08 Sep 2015 10:20:31 +0000 Robert Rauch i18n: updated translation for German stable
Mon, 07 Sep 2015 16:35:09 +0000 Andrew Shadura i18n: updated translation for French stable
Mon, 07 Sep 2015 16:35:10 +0000 Andrew Shadura i18n: updated translation for French
Sun, 06 Sep 2015 23:38:08 +0200 Mads Kiilerich release: set version number to 0.2.9 to hint that it is a 0.3 rc stable
Sun, 06 Sep 2015 23:36:05 +0200 Mads Kiilerich release: merge default to stable for 0.3 stable
Sun, 06 Sep 2015 21:46:32 +0200 Mads Kiilerich meta: update CONTRIBUTORS and kallithea/templates/about.html from hg
Sun, 06 Sep 2015 21:46:14 +0200 Mads Kiilerich meta: minor cleanup of CONTRIBUTORS for consistent spelling and formatting
Mon, 31 Aug 2015 17:42:57 +0200 Søren Løvborg remove vestiges of Python 2.5 support
Thu, 03 Sep 2015 23:49:27 +0200 Søren Løvborg security: HTTP method sanity checks
Thu, 03 Sep 2015 17:08:19 +0200 Søren Løvborg auth: remove redundant is_authenticated check
Fri, 04 Sep 2015 00:01:20 +0200 Søren Løvborg security: apply CSRF check to all non-GET requests
Mon, 31 Aug 2015 17:42:56 +0200 Søren Løvborg compare: fix 404 ("undefined" ref type) error
Mon, 31 Aug 2015 17:42:56 +0200 Søren Løvborg compare: deduplicate copy-paste code
Mon, 31 Aug 2015 17:42:56 +0200 Søren Løvborg compare: ignore whitespace around revision string
Fri, 04 Sep 2015 02:07:00 +0200 Mads Kiilerich pull requests: fix forgotten FIXME
Thu, 03 Sep 2015 23:45:30 +0200 Branko Majic tests: add tests for c3d83238afa1 and git hook installation in general
Thu, 03 Sep 2015 23:04:13 +0200 Branko Majic tests: fix generation of a unique temporary directory path for VCS testing
Thu, 03 Sep 2015 21:43:20 +0200 Mads Kiilerich pull requests: inline pullrequest_show_my_data
Thu, 03 Sep 2015 21:43:20 +0200 Mads Kiilerich pull requests: remove immediate invocation of the function defined in pullrequest_data.html
Thu, 03 Sep 2015 21:43:20 +0200 Mads Kiilerich pull requests: remove unused support for 'ajax' call to pullrequest_show_all
Thu, 03 Sep 2015 17:41:05 +0200 Mads Kiilerich setup: drop pycrypto dependency - it has been unused since 31e119cb02ef
Thu, 03 Sep 2015 17:34:19 +0200 Mads Kiilerich pull requests: don't filter on repo when finding comments for a PR
Thu, 03 Sep 2015 15:40:57 +0200 Mads Kiilerich tags: add tag 0.0 for initial announcement version from 2014-07-04
Wed, 02 Sep 2015 17:47:03 +0200 Søren Løvborg auth: use HMAC-SHA1 to calculate password reset token
Sun, 17 May 2015 02:07:18 +0200 Andrew Shadura auth: secure password reset implementation
Thu, 09 Jul 2015 22:17:26 +0200 Thomas De Schampheleire email: remove user from subject of emails
Thu, 27 Aug 2015 22:19:39 +0200 Thomas De Schampheleire email: send comment and pullrequest mails with the author's name in 'From'
Sat, 15 Aug 2015 21:41:03 +0200 Thomas De Schampheleire email: fix double indentation in tests
Sat, 15 Aug 2015 21:37:13 +0200 Thomas De Schampheleire email: better logging of misconfiguration and better debug logging
Tue, 01 Sep 2015 21:46:03 +0200 Branko Majic git: add option for forcing overwrite of Git hooks when remapping and rescanning the repositories. (Issue #153)
Wed, 26 Aug 2015 17:28:59 +0200 Mads Kiilerich comments: improve vertical alignment of status_change radiobuttons
Wed, 26 Aug 2015 17:28:59 +0200 Mads Kiilerich pull requests: show 100 pull requests when showing pull requests for a repo
Wed, 26 Aug 2015 17:28:59 +0200 Mads Kiilerich pull requests: for "PRs" just showing ranges, just show a message instead of Target
Wed, 26 Aug 2015 17:28:59 +0200 Mads Kiilerich pull requests: make it possible to make a "pull request" for an arbitrary range
Wed, 26 Aug 2015 17:28:59 +0200 Mads Kiilerich changelog: improved UI for selection of ranges
Wed, 26 Aug 2015 17:28:59 +0200 Mads Kiilerich changelog: show changesets outside the selected range as semi-opaque
Wed, 26 Aug 2015 17:28:59 +0200 Mads Kiilerich changelog: rework changeset selection and button behaviour
Wed, 26 Aug 2015 17:28:59 +0200 Mads Kiilerich changelog: show merges as semi-opaque - they are usually not interesting
Mon, 24 Aug 2015 13:31:23 +0200 Mads Kiilerich css: drop unused YUI odd/even styling
Wed, 26 Aug 2015 17:28:59 +0200 Mads Kiilerich changelog: drop unused tablerow stuff
Wed, 26 Aug 2015 17:28:59 +0200 Mads Kiilerich changelog: replace some YUD with jQuery
Wed, 26 Aug 2015 17:28:59 +0200 Mads Kiilerich hooks: replace some YUD with jQuery
Wed, 26 Aug 2015 17:28:59 +0200 Mads Kiilerich pull requests: make owner editable with auto completion
Wed, 26 Aug 2015 17:28:59 +0200 Mads Kiilerich pull requests: call it 'owner' instead of 'author'
Wed, 26 Aug 2015 17:28:59 +0200 Mads Kiilerich javascript: use jQuery .prop instead of .attr for standard properties
Wed, 26 Aug 2015 17:28:58 +0200 Mads Kiilerich follow: various minor cleanup
Wed, 26 Aug 2015 17:28:58 +0200 Mads Kiilerich docs: more consistent use of --
Wed, 26 Aug 2015 17:28:58 +0200 Mads Kiilerich docs: consistent spacing between text
Wed, 26 Aug 2015 17:28:58 +0200 Mads Kiilerich docs: consistent spacing around headings
Wed, 26 Aug 2015 17:28:58 +0200 Mads Kiilerich docs: contributing.rst clarification of American English and Title Casing
Mon, 24 Aug 2015 16:50:43 +0200 Søren Løvborg auth: avoid random auth_internal failures - add explicit import of auth_internal to user admin
Mon, 24 Aug 2015 12:25:56 +0200 Søren Løvborg users: fix missing c.readonly in UsersController.update error rendering
Tue, 25 Aug 2015 12:05:09 +0200 Andrew Shadura i18n: refreshed translations
Tue, 25 Aug 2015 11:41:23 +0200 Andrew Shadura i18n: regenerate translation template
Fri, 21 Aug 2015 15:52:52 +0000 EriCSN Chang i18n: updated translation for Chinese (Taiwan)
Mon, 24 Aug 2015 11:11:02 +0200 Søren Løvborg docs: update menu navigation notation to use *Menu > Menu Item*
Tue, 18 Aug 2015 11:47:19 +0200 Søren Løvborg docs: spelling, grammar, content and typography
Fri, 14 Aug 2015 17:21:26 +0200 Søren Løvborg spelling: fix inappropriate use of title case
Thu, 13 Aug 2015 21:52:18 +0200 Søren Løvborg pullrequests: remove reviewer list during PR creation
Thu, 20 Aug 2015 17:29:55 +0200 Mads Kiilerich config: simplify some imports
Thu, 20 Aug 2015 17:29:55 +0200 Mads Kiilerich docs: remove border around paypal button
Thu, 20 Aug 2015 17:29:55 +0200 Mads Kiilerich docs: move to standard box-shadow and get rid of warning about unknown -moz-box-shadow
Thu, 20 Aug 2015 17:29:55 +0200 Mads Kiilerich docs: make logo bigger and drop white background
Thu, 20 Aug 2015 17:29:55 +0200 Mads Kiilerich docs: try to improve the web server overview page
Thu, 20 Aug 2015 17:29:55 +0200 Mads Kiilerich docs: fix some confusing paste/paster typos
Thu, 20 Aug 2015 17:29:55 +0200 Mads Kiilerich tests: move test.ini to kallithea/tests/
Thu, 20 Aug 2015 17:29:55 +0200 Mads Kiilerich hooks: add some docstrings
Thu, 20 Aug 2015 17:29:55 +0200 Mads Kiilerich vcs: invalidate repo caches _after_ a push finishes
Thu, 20 Aug 2015 03:26:18 +0200 Mads Kiilerich docs: cleanup of casing, markup and spacing of headings
Fri, 14 Aug 2015 17:07:49 +0200 Søren Løvborg spelling: use "email" consistently
Fri, 14 Aug 2015 17:07:49 +0200 Søren Løvborg spelling: fix awkward sentence structure
Fri, 14 Aug 2015 17:07:49 +0200 Søren Løvborg spelling: clarify what "Destroy old data" means
Wed, 19 Aug 2015 17:19:02 +0200 Søren Løvborg tests: add regex version of checkSessionFlash
Tue, 18 Aug 2015 11:47:18 +0200 Søren Løvborg spelling: unify messages for repository locking
Fri, 14 Aug 2015 17:07:49 +0200 Søren Løvborg spelling: fix incorrect during / while grammar
Fri, 14 Aug 2015 17:07:49 +0200 Søren Løvborg spelling: fix auth settings typo and improve brevity
Fri, 14 Aug 2015 17:07:49 +0200 Søren Løvborg spelling: don't abbreviate "repository"
Fri, 14 Aug 2015 16:11:48 +0200 Søren Løvborg misc: remove alt-text from Gravatar images
Mon, 17 Aug 2015 01:11:42 +0200 Mads Kiilerich pullrequests: require extra confirmation before deleting a PR with comments
Mon, 17 Aug 2015 01:11:42 +0200 Mads Kiilerich pullrequests: don't ignore attempts at changing status without permission - just reject them
Mon, 17 Aug 2015 01:11:42 +0200 Mads Kiilerich docs: clarify Python 2 requirement in README
Mon, 17 Aug 2015 01:11:42 +0200 Mads Kiilerich docs: improve documentation of beaker session configuration
Mon, 17 Aug 2015 01:11:42 +0200 Mads Kiilerich cleanup: kill unused beaker cache regions
Mon, 17 Aug 2015 01:11:42 +0200 Mads Kiilerich cleanup: fix some risky variable redefinitions
Mon, 17 Aug 2015 01:11:42 +0200 Mads Kiilerich cleanup: remove unused imports
Mon, 17 Aug 2015 01:11:42 +0200 Mads Kiilerich cleanup: add missing trailing ; in javascript
Mon, 17 Aug 2015 01:11:42 +0200 Mads Kiilerich db: better handling of decoding of changeset_cache values from the database
Thu, 13 Aug 2015 15:29:59 +0200 Søren Løvborg tests: fix failing test_ip_restriction_git with some git versions
Mon, 17 Aug 2015 01:11:42 +0200 Mads Kiilerich comments: move spacing around status radio buttons to css
Mon, 17 Aug 2015 01:11:42 +0200 Mads Kiilerich comments: fix warning when unloading page with unsaved comments
Mon, 17 Aug 2015 01:11:39 +0200 Mads Kiilerich comments: browser display of context around url #targets should only be used for diff comments
Fri, 14 Aug 2015 00:59:30 +0200 Mads Kiilerich cleanup: set reasonable x bits
Tue, 11 Aug 2015 13:57:48 +0200 Mads Kiilerich tox.ini: declare 1.8 as minimum tox version
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich tests: avoid collision with dev servers - use port 4999 for testing
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich js: refactor AutoComplete functions to pass jQuery results around until DOM elements are passed to YUI
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich pullrequests: avoid unnecessary scroll-bar on short lists of available updates with Chrome
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich graphs: set initial canvas size to 0
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich comments: bind comment-bubble click handler to table and use sub selector
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich changelog: avoid invalid markup: style="display:"
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich helpers: drop incorrect % escaping in fancy_file_stats
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich setup: reintroduce nosetests support that was removed in Pylons after 1.0.0
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich setup: drop unused simplejson dependency
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich cleanup: fix whitespace in CONTRIBUTORS (and other forgotten files) too
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich cleanup: remove empty trailing lines
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich ldap_sync: fix old typo in branded variable naming
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich cleanup: make module self-naming consistent
Sun, 09 Aug 2015 02:29:46 +0200 Mads Kiilerich cleanup: pass log strings unformatted - avoid unnecessary % formatting when not logging
Sun, 09 Aug 2015 02:17:14 +0200 Mads Kiilerich cleanup: consistently use 'except ... as ...:'
Thu, 06 Aug 2015 11:42:57 +0200 Thomas De Schampheleire kallithea_config: properly handle Unicode characters in .ini template
Sat, 08 Aug 2015 13:55:15 +0200 Mads Kiilerich vcs: remove pointless stream reopening / seeking in hg fill_archive
Sat, 08 Aug 2015 12:08:56 +0300 Andrew Shadura i18n: translation fix-ups
Sat, 08 Aug 2015 12:03:43 +0300 Andrew Shadura i18n: updated translation for Belarusian
Tue, 28 Jul 2015 15:15:20 +0000 Viktar Palstsiuk i18n: updated translation for Belarusian
Thu, 23 Jul 2015 10:37:45 +0000 Robert Martinez i18n: updated translation for German
Mon, 20 Jul 2015 11:32:24 +0000 Étienne Gilli i18n: updated translation for French
Thu, 16 Jul 2015 17:40:35 +0200 Thomas De Schampheleire e-mail: add documentation about configuration settings
Thu, 16 Jul 2015 17:40:35 +0200 Thomas De Schampheleire e-mail: add some default values and some examples to .ini file as comments
Thu, 06 Aug 2015 22:37:18 +0200 Mads Kiilerich ini: consistently write #-disabled lines without space after # and with single space around =
Thu, 06 Aug 2015 22:12:30 +0200 Mads Kiilerich ini: consistently use single line escaping of ## in template.ini.mako and separate sections by a single empty line
Wed, 05 Aug 2015 12:29:41 +0200 Mads Kiilerich comments: when linking to specific comments, make the browser show a bit of the context of the comment
Wed, 05 Aug 2015 12:29:41 +0200 Mads Kiilerich comments: previous/next links should only be to first comment for a given line
Wed, 05 Aug 2015 12:29:41 +0200 Mads Kiilerich comments: rework/rewrite javascript for inline comment handling
Wed, 05 Aug 2015 12:29:41 +0200 Mads Kiilerich comments: cleanup of full_f_path - just put data attribute on div around diff of each file
Wed, 05 Aug 2015 12:29:41 +0200 Mads Kiilerich pullrequests: if no ancestor is found, use the null revision hash instead of 'None' (Issue #149)
Wed, 05 Aug 2015 12:29:41 +0200 Mads Kiilerich mercurial: support Mercurial 3.5
Wed, 05 Aug 2015 12:29:41 +0200 Mads Kiilerich pylons: support Pylons 1.0.2
Sun, 02 Aug 2015 21:25:05 +0200 Thomas De Schampheleire e-mail: properly handle no recipients when there is no email_to set
Sun, 02 Aug 2015 21:17:14 +0200 Thomas De Schampheleire e-mail: revive dead code that checks for unspecified recipients
Sun, 02 Aug 2015 20:46:17 +0200 Thomas De Schampheleire e-mail: add trivial test case
Tue, 29 Jul 2014 16:14:16 -0500 Sean Farley templates/changeset: display precursor changesets
Tue, 29 Jul 2014 15:46:47 -0500 Sean Farley changeset: add precursors method for hg backend
Tue, 29 Jul 2014 16:15:50 -0500 Sean Farley templates/changeset: display successor changesets
Mon, 14 Jul 2014 21:52:46 -0500 Sean Farley changeset: add successors method for hg backend
Wed, 09 Jul 2014 14:09:19 -0500 Sean Farley graph: draw edges to obsolete changesets as dashed
Wed, 09 Jul 2014 00:35:54 -0500 Sean Farley graph: show obsolete changesets with an 'X'
Sat, 16 May 2015 17:03:51 +0200 Andrew Shadura privacy: don't tell users what is the reason for a failed login
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich auth: disable password change when not using internal auth
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich auth: make sure that users only can manage their own primary data if self registration is enabled
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich auth: make the auth module decide which fields are editable by admin and user
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich css: match on the readonly-ness instead of explicitly setting 'disabled' class on input elements
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich users: cleanup of handling of the extern_type and extern_name fields in html forms
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich users: avoid unnecessary handling of c.extern_type and c.extern_name when editing users
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich auth: don't return extern_type from auth modules - it is not used anyway
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich auth: consistently use the name 'user_data' for the dict with data for the authenticated user
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich auth: various minor cleanup of general auth functionality
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich auth: make ValidPasswordsMatch more explicit and strict about which fields are being checked
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich tests: basic tests that the pam and crowd auth modules can be enabled
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich tests: introduce pam_lib_installed for testing of the optional PAM auth module
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich tests: when checkSessionFlash fails, help debugging the problem by showing the full response
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich auth: fix labels for password confirmation fields
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich ldap: fix fallback for no email in ldap
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich style: add trailing newline to files
Fri, 31 Jul 2015 15:44:07 +0200 Mads Kiilerich js: drop unused pyroutes_map.js
Sun, 26 Jul 2015 14:10:44 +0200 Søren Løvborg auth: turn dead AuthUser code into assertion
Sun, 26 Jul 2015 14:10:42 +0200 Søren Løvborg auth: move UserModel.fill_data to AuthUser
Sun, 26 Jul 2015 14:10:16 +0200 Søren Løvborg auth: construct AuthUser from either user_id or db.User object
Sun, 26 Jul 2015 14:07:33 +0200 Søren Løvborg auth: fold AuthUser._propagate_data into constructor
Sun, 26 Jul 2015 13:58:50 +0200 Søren Løvborg auth: refactor user lookup in AuthUser constructor for clarity
Sun, 26 Jul 2015 13:58:50 +0200 Søren Løvborg auth: remove username from AuthUser session cookie
Sun, 26 Jul 2015 13:58:50 +0200 Søren Løvborg auth: remove username lookup support from AuthUser constructor
Sun, 26 Jul 2015 13:58:50 +0200 Søren Løvborg auth: remove redundant AuthUser constructor arguments
Sun, 26 Jul 2015 13:58:50 +0200 Søren Løvborg auth: have fill_data take User object, not lookup key
Sun, 26 Jul 2015 13:58:50 +0200 Søren Løvborg UserModel: remove methods that are redundant with db.User
Sun, 26 Jul 2015 13:58:50 +0200 Søren Løvborg auth: remove redundant hashlib imports
Sun, 26 Jul 2015 13:58:50 +0200 Søren Løvborg auth: make internal AuthUser methods private
Sun, 26 Jul 2015 13:58:50 +0200 Søren Løvborg auth: miscellaneous improvements and typo fixes
Sun, 26 Jul 2015 13:58:50 +0200 Søren Løvborg auth: actually use _determine_auth_user argument
Fri, 24 Jul 2015 17:53:20 +0200 Thomas De Schampheleire admin: e-mail: don't repeat the e-mail settings from the .ini file
Fri, 24 Jul 2015 17:50:22 +0200 Thomas De Schampheleire admin: show .ini file path in Settings / System Info
Fri, 24 Jul 2015 16:37:40 +0200 Mads Kiilerich pullrequests: on 'My Pull Requests' move delete all the way to the right
Fri, 24 Jul 2015 16:37:40 +0200 Mads Kiilerich pullrequests: drop the useless 'latest vote' column
Fri, 24 Jul 2015 16:37:40 +0200 Mads Kiilerich css: remove old compat hacks - none of them should be necessary or important for any relevant browsers
Sun, 17 May 2015 21:37:46 +0200 Mads Kiilerich css: drop IE hacks
Sun, 17 May 2015 21:37:46 +0200 Mads Kiilerich js: drop excanvas used for IE 8 support
Fri, 24 Jul 2015 16:37:40 +0200 Mads Kiilerich repos: fix abuse of dead 'repo' routing
Fri, 24 Jul 2015 16:37:40 +0200 Mads Kiilerich cleanup: check for None object identity in cases where that is what the 'contract' says
Fri, 24 Jul 2015 16:37:40 +0200 Mads Kiilerich cleanup: remove unnecessary '%s'%s formatting
Fri, 24 Jul 2015 16:37:40 +0200 Thomas De Schampheleire tests: add test coverage for how repo creation access control is different through API and Web
Fri, 24 Jul 2015 16:37:40 +0200 Mads Kiilerich ini: drop production.ini - everybody should create their own with unique and random keys
Fri, 24 Jul 2015 16:37:40 +0200 Mads Kiilerich tests: don't put '<repr of lazy class>' in names of temp test directories
Thu, 16 Jul 2015 17:43:41 +0200 Thomas De Schampheleire e-mail: clarify that smtp_use_ssl defaults to false
Thu, 16 Jul 2015 08:09:20 +0200 Thomas De Schampheleire e-mail: remove unused setting error_message from ini files
Wed, 22 Jul 2015 21:42:04 +0200 Thomas De Schampheleire admin: remap/rescan: fix alignment of button
Tue, 21 Jul 2015 00:25:20 +0200 Grzegorz Krason python: update #! headers to explicitly use python2
Thu, 23 Jul 2015 00:52:29 +0200 Mads Kiilerich admin: rename 'Delegated Admin' to what it usually is known as: 'Admin'
Thu, 23 Jul 2015 00:52:29 +0200 Mads Kiilerich validators: cleanup of message wording
Thu, 23 Jul 2015 00:52:29 +0200 Mads Kiilerich i18n: use plain strings on the english lookup side of translations
Thu, 23 Jul 2015 00:52:29 +0200 Mads Kiilerich repogroups: compute repo group id lists on demand where they are needed
Thu, 23 Jul 2015 00:52:29 +0200 Mads Kiilerich db: remove unused repository groups_choices parameter show_empty_group
Thu, 23 Jul 2015 00:52:29 +0200 Mads Kiilerich repogroups: use AvailableRepoGroupChoices
Thu, 23 Jul 2015 00:52:29 +0200 Mads Kiilerich forks: use AvailableRepoGroupChoices
Thu, 23 Jul 2015 00:52:29 +0200 Mads Kiilerich forks: group write permission should only be sufficient when 'write_on_repogroup' is enabled
Thu, 23 Jul 2015 00:52:29 +0200 Mads Kiilerich scm: introduce AvailableRepoGroupChoices
Thu, 23 Jul 2015 00:52:29 +0200 Mads Kiilerich repos: refactor repo group handling - extract generic functionality that can be used consistently
Thu, 23 Jul 2015 00:52:29 +0200 Mads Kiilerich repogroup: after creating a repogroup, redirect to it
Thu, 23 Jul 2015 00:52:29 +0200 Mads Kiilerich repogroups: when editing, make group name in header link to the group
Thu, 23 Jul 2015 00:52:29 +0200 Mads Kiilerich remote: simplify clone_uri UI
Thu, 23 Jul 2015 00:52:29 +0200 Mads Kiilerich helpers: drop h.tooltip
Thu, 23 Jul 2015 00:52:29 +0200 Mads Kiilerich helpers: cleanup of journal action_parser
Thu, 23 Jul 2015 00:52:29 +0200 Mads Kiilerich data_table: use simple 'escape' function instead of 'tooltip' function
Mon, 20 Jul 2015 15:11:42 +0200 Mads Kiilerich repogroups: use group IDs as integers instead of unicoding them
Mon, 20 Jul 2015 15:11:42 +0200 Mads Kiilerich db: cleanup of repo group choices - better handling of root and better sorting
Mon, 20 Jul 2015 15:11:42 +0200 Mads Kiilerich pullrequests: don't show '(Reviewer)' after each reviewer
Mon, 20 Jul 2015 15:11:42 +0200 Mads Kiilerich changeset: make code more stable against unexpected comments
Mon, 20 Jul 2015 15:11:42 +0200 Mads Kiilerich lib: allow ';' when recognizing URLs
Mon, 20 Jul 2015 15:11:42 +0200 Mads Kiilerich changelog: fix URL after submitting new page size via GET form
Mon, 20 Jul 2015 15:11:42 +0200 Mads Kiilerich archive: refactor archive handling
Mon, 20 Jul 2015 15:11:42 +0200 Mads Kiilerich docs: add documentation for update_repo API
Mon, 20 Jul 2015 15:11:41 +0200 Mads Kiilerich lib: cleanup around use of the random and hash libraries
Mon, 20 Jul 2015 15:08:08 +0200 Mads Kiilerich db: remove unused db field ChangesetComment hl_lines
Mon, 20 Jul 2015 15:08:08 +0200 Mads Kiilerich auth: various minor cleanup
Mon, 20 Jul 2015 15:08:08 +0200 Mads Kiilerich repos: drop unused new_repo variable
Mon, 20 Jul 2015 15:08:08 +0200 Mads Kiilerich repos: fix missing users_array on form validation errors after 790f01320369
Mon, 20 Jul 2015 15:07:54 +0200 Mads Kiilerich Merge stable
Mon, 20 Jul 2015 15:07:23 +0200 Mads Kiilerich gists: pass CSRF token when editing gists stable
Tue, 14 Jul 2015 14:00:17 +0200 Søren Løvborg BaseController: hide "Log out" link for external login sessions
Tue, 14 Jul 2015 14:00:15 +0200 Søren Løvborg AuthUser: refactor AuthUser cookie/session serialization
Tue, 14 Jul 2015 13:59:59 +0200 Søren Løvborg BaseController: enable container authentication on all pages
Tue, 14 Jul 2015 13:59:59 +0200 Søren Løvborg AuthSettingsController: don't validate options for disabled plugins
Tue, 14 Jul 2015 13:59:59 +0200 Søren Løvborg AuthSettingsController: refactor rendering
Tue, 14 Jul 2015 13:59:59 +0200 Søren Løvborg AuthSettingsController: don't add auth settings to tmpl_context
Tue, 14 Jul 2015 13:59:59 +0200 Søren Løvborg AuthSettingsController: remove _defaults variable
Tue, 14 Jul 2015 13:59:59 +0200 Søren Løvborg AuthSettingsController: remove formglobals variable
Tue, 14 Jul 2015 13:59:59 +0200 Søren Løvborg AuthSettingsController: rename dictionary key for consistency
Tue, 14 Jul 2015 13:59:59 +0200 Søren Løvborg AuthSettingsController: assume 'auth_plugins' option exists
Tue, 14 Jul 2015 13:59:59 +0200 Søren Løvborg log_in_user: extract user session setup from LoginController
Tue, 14 Jul 2015 13:59:59 +0200 Søren Løvborg BaseController: refactor session cookie authentication
Tue, 14 Jul 2015 13:59:59 +0200 Søren Løvborg BaseController: refactor API key authentication
Tue, 14 Jul 2015 13:59:59 +0200 Søren Løvborg AuthUser: update docstring
Tue, 14 Jul 2015 13:59:59 +0200 Søren Løvborg AuthUser: simplify check_ip_allowed and drop is_ip_allowed
Tue, 14 Jul 2015 13:59:59 +0200 Søren Løvborg AuthUser: make get_perms method private
Tue, 14 Jul 2015 13:59:59 +0200 Søren Løvborg LoginController test: verify cookie expiration ("Remember me")
Tue, 30 Jun 2015 22:30:57 +0200 Thomas De Schampheleire autocomplete: consistently show 'username (Full Name)'
Tue, 23 Jun 2015 21:29:15 +0200 Thomas De Schampheleire pullrequest: re-add username when adding reviewers
Tue, 23 Jun 2015 20:28:11 +0200 Thomas De Schampheleire user: fall back to username in full_name_and_username if no name set
Tue, 30 Jun 2015 22:13:04 +0200 Mads Kiilerich user: show 'Firstname Lastname (username)'
Tue, 23 Jun 2015 20:23:13 +0200 Thomas De Schampheleire user: rename property username_and_name into full_name_and_username
Tue, 30 Jun 2015 21:27:36 +0200 Thomas De Schampheleire autocomplete: misc cleanup
Mon, 29 Jun 2015 17:42:39 +0200 Thomas De Schampheleire autocomplete: fix completion of repository owner
Tue, 30 Jun 2015 17:53:40 +0200 Thomas De Schampheleire autocomplete: introduce function to set up basic autocomplete functionality
Tue, 30 Jun 2015 17:55:09 +0200 Thomas De Schampheleire autocomplete: remove redundant specification of responseSchema
Fri, 26 Jun 2015 22:13:42 +0200 Thomas De Schampheleire autocomplete: remove redundant return in MembersAutoComplete
Fri, 26 Jun 2015 22:12:13 +0200 Thomas De Schampheleire autocomplete: remove leftover 'cache' in PullRequestAutocomplete
Fri, 26 Jun 2015 22:07:00 +0200 Thomas De Schampheleire autocomplete: clean up handlers for itemSelectEvent
Thu, 25 Jun 2015 21:46:43 +0200 Thomas De Schampheleire autocomplete: factor out formatResult function
Thu, 25 Jun 2015 21:37:34 +0200 Thomas De Schampheleire autocomplete: increase reuse of gravatar logic
Thu, 25 Jun 2015 21:15:46 +0200 Thomas De Schampheleire autocomplete: factor out _gravatar function
Thu, 25 Jun 2015 21:10:01 +0200 Thomas De Schampheleire autocomplete: factor out highlightMatch function
Thu, 25 Jun 2015 21:06:15 +0200 Thomas De Schampheleire autocomplete: factor out matchGroups function
Wed, 24 Jun 2015 18:22:48 +0200 Thomas De Schampheleire autocomplete: factor out matchUsers function
Wed, 24 Jun 2015 21:32:26 +0200 Thomas De Schampheleire autocomplete: remove dead code
Tue, 14 Jul 2015 11:50:04 +0200 Andrew Shadura i18n: update the translation template
Tue, 14 Jul 2015 11:45:44 +0200 Andrew Shadura i18n: undo changes undone by 148360f533a4
Thu, 02 Jul 2015 12:07:19 +0200 Thomas De Schampheleire tests: hide database setup queries with pytest
Mon, 13 Jul 2015 19:37:39 +0200 Mads Kiilerich Merge stable
Mon, 13 Jul 2015 17:14:31 +0200 Mads Kiilerich Added tag 0.2.2 for changeset 14f488a5dc4c stable
Sun, 12 Jul 2015 18:40:19 +0200 Andrew Shadura i18n: synchronised translations from the development branch stable 0.2.2
Mon, 13 Jul 2015 16:55:49 +0200 Mads Kiilerich release: update version number to 0.2.2 stable
Tue, 07 Jul 2015 02:25:59 +0200 Mads Kiilerich api: make update_repo check permissions to check owner like create_repo does stable
Tue, 07 Jul 2015 02:25:59 +0200 Mads Kiilerich api: check repo create permissions for update_repo and fork_repo as for create-repo stable
Tue, 07 Jul 2015 02:25:54 +0200 Mads Kiilerich permissions: clarify what the default options actually mean stable
Tue, 07 Jul 2015 02:19:55 +0200 Mads Kiilerich auth: ignore permissions from in-active user groups (Issue #138) stable
Tue, 07 Jul 2015 02:09:35 +0200 Mads Kiilerich tooltips: fix unsafe insertion of userdata into the DOM as html stable
Tue, 07 Jul 2015 02:09:35 +0200 Mads Kiilerich auth: only API keys with 40 alpha-numeric characters are valid stable
Tue, 07 Jul 2015 02:09:35 +0200 Mads Kiilerich utils: make API key generator more random stable
Tue, 07 Jul 2015 02:09:35 +0200 Mads Kiilerich auth: make random password generator more random stable
Fri, 15 May 2015 18:07:27 +0200 Andrew Shadura auth: reduce code duplication by removing generate_api_key implemented in utils2 stable
Wed, 01 Jul 2015 18:28:28 +0200 Søren Løvborg notification tests: delete notifications before (not after) tests
Tue, 09 Jun 2015 14:58:13 +0000 Viktar Palstsiuk i18n: updated translation for Belarusian
Thu, 28 May 2015 22:41:42 +0000 Sam Jaques i18n: updated translation for Dutch (Belgium)
Fri, 26 Jun 2015 20:36:05 +0200 Søren Løvborg AuthUser: Drop ip_addr field
Mon, 22 Jun 2015 14:56:01 +0200 Thomas De Schampheleire tests: improve robustness of notifications tests
Sat, 20 Jun 2015 22:10:05 +0200 Thomas De Schampheleire tests: remove hardcoded reference to GIT_REPO
Sat, 20 Jun 2015 22:07:56 +0200 Thomas De Schampheleire tests: remove hardcoded reference to HG_REPO
Sat, 20 Jun 2015 21:56:56 +0200 Thomas De Schampheleire tests: remove hardcoded test passwords
Sat, 20 Jun 2015 22:31:44 +0200 Thomas De Schampheleire tests: remove hardcoded test e-mail addresses
Sat, 20 Jun 2015 22:26:49 +0200 Thomas De Schampheleire tests: remove hardcoded test_regular username
Sat, 20 Jun 2015 21:43:15 +0200 Thomas De Schampheleire tests: remove hardcoded test_regular2 username
Sat, 20 Jun 2015 21:40:59 +0200 Thomas De Schampheleire tests: remove hardcoded test_admin username
Fri, 19 Jun 2015 15:42:50 +0200 Thomas De Schampheleire pullrequest: when adding a reviewer, show full name only
Fri, 19 Jun 2015 15:40:27 +0200 Thomas De Schampheleire pullrequest: warn for duplication of reviewer handling with base.js
Fri, 19 Jun 2015 18:06:39 +0200 Mads Kiilerich db: add NOT NULL constraint to repositories created_on and updated_on (Issue #134)
Fri, 19 Jun 2015 18:06:39 +0200 Mads Kiilerich db: add explicit NOT NULL constraint for the implicit invariant that all status changes have a comment
Fri, 19 Jun 2015 18:06:39 +0200 Mads Kiilerich pullrequsts: really create a comment when creating a PR and setting status to 'under review'
Fri, 19 Jun 2015 18:06:24 +0200 Mads Kiilerich compare: backout 51c4d2e74898 to fix ancestor calculation to empty repository
Mon, 15 Jun 2015 17:22:17 +0200 Søren Løvborg LoginController: Let sessionmiddleware set session cookies
Fri, 19 Jun 2015 18:00:42 +0200 Mads Kiilerich helpers: introduce urlify_stylize_text for correctly and safely stylizing and urlifying a string
Fri, 19 Jun 2015 18:00:42 +0200 Mads Kiilerich helpers: extract internal _urlify_text function from urlify_text
Fri, 19 Jun 2015 18:00:42 +0200 Mads Kiilerich helpers: improve html_escape
Fri, 19 Jun 2015 00:54:07 +0200 Mads Kiilerich BaseController: refactor, extract _determine_auth_user function
Mon, 15 Jun 2015 17:22:17 +0200 Søren Løvborg test_login: Test "Log Out" link
Thu, 18 Jun 2015 14:54:35 +1200 Andrew Bartlett git: Allow git:// URLs as a source to clone from
Thu, 18 Jun 2015 08:46:07 +0200 Thomas De Schampheleire comments: remove dysfunctional comment bubble on compare and file views (issue #84)
Wed, 17 Jun 2015 13:24:00 +0200 Thomas De Schampheleire routing: remove dysfunctional route to pullrequest copy_update
Sun, 14 Jun 2015 13:48:15 +0200 Thomas De Schampheleire pullrequests: detect invalid reviewers and raise HTTPBadRequest
Thu, 11 Jun 2015 08:18:14 +0200 Thomas De Schampheleire changeset: reduce log level of stack trace on innocent exceptions
Sat, 28 Mar 2015 21:08:01 +0100 Thomas De Schampheleire helpers: add automatic logging of Flash messages shown to users
Wed, 27 May 2015 17:18:33 +0200 Thomas De Schampheleire style: prefer Lucida Console over Consolas font
Mon, 08 Jun 2015 06:46:48 +0200 Jan Heylen comments: relink the previous and next links as soon as a comment is submitted
Tue, 09 Jun 2015 22:53:24 +0200 Mads Kiilerich git: run external commands as list of strings so we really get correct quoting (Issue #135)
Sun, 31 May 2015 21:39:22 +0200 Matthias Zilk git: fix test_git_cmd_injection on windows, add tests for path with spaces
Sun, 07 Jun 2015 13:13:12 +0200 Andrew Shadura tests: update password reset form test to employ only a simple @ check
Wed, 22 Apr 2015 09:55:46 +1000 Ben Finney Refer to “remote repository” and “clone” consistently in templates.
Tue, 09 Jun 2015 22:53:24 +0200 Mads Kiilerich repos: cleanup of stuff related to clone_uri
Tue, 09 Jun 2015 22:51:01 +0200 Mads Kiilerich login: refactor came_from and _validate_came_from handling
Tue, 09 Jun 2015 22:50:20 +0200 Mads Kiilerich diffs: avoid conflicts between inline diff mechanism and special markup
Tue, 09 Jun 2015 22:50:20 +0200 Mads Kiilerich helpers: make desc_stylize work when given html escaped strings
Tue, 09 Jun 2015 22:46:40 +0200 Mads Kiilerich Merge stable
Tue, 09 Jun 2015 22:12:21 +0200 Mads Kiilerich contributors: update stable
Tue, 09 Jun 2015 22:12:21 +0200 Mads Kiilerich archive: fix archive failing first time on Windows - close file descriptor early stable
Sat, 16 May 2015 16:37:17 +0200 Andrew Shadura privacy: on password reset, don't tell strangers if email is valid or not stable
Tue, 09 Jun 2015 10:38:25 +0200 Marc Villetard helpers: Fix displayed author on changelog_summary_data when no email is set in commit author (Issue #137) stable
Mon, 01 Jun 2015 17:40:31 +0200 Thomas De Schampheleire UserModel: remove code duplication of User.get_by_username()
Wed, 03 Jun 2015 21:23:06 +0200 Thomas De Schampheleire users: add extra checks on editing the default user
Wed, 03 Jun 2015 21:25:38 +0200 Thomas De Schampheleire admin: users: factorize check for default user
Tue, 19 May 2015 21:50:35 +0200 Thomas De Schampheleire login: preserve GET arguments throughout login redirection (issue #104)
Sun, 10 May 2015 21:51:44 +0200 Thomas De Schampheleire pullrequest/compare: add logical changeset index to clarify the order
Mon, 18 May 2015 17:22:04 +0200 Daniel Hobley select2: move "exact prefix matches" to the top of the search
Sat, 06 Jun 2015 17:41:27 +0200 Mads Kiilerich Merge stable
Fri, 29 May 2015 18:18:23 +0200 Jan Heylen changeset comment: fix delete button issue stable
Sun, 31 May 2015 13:56:27 +0200 Thomas De Schampheleire files: fix invalid links to Last Revision stable
Sat, 06 Jun 2015 17:24:22 +0200 Mads Kiilerich repos: fix superfluous escaping of urlified URLs in repo descriptions stable
Fri, 22 May 2015 23:56:50 +0200 Matthias Zilk vcs: added proper windows quoting to git commands (Issue #135) stable
Wed, 27 May 2015 23:15:36 +0200 Mads Kiilerich templates: whitespace/linebreak cleanup around "remote URL"
Sun, 17 May 2015 21:54:55 +0200 Mads Kiilerich comments: refactor the DOM handling for previous/next comment links
Wed, 27 May 2015 23:15:36 +0200 Mads Kiilerich comments: introduce .url method for linking to originating PR or changeset page
Wed, 27 May 2015 23:15:36 +0200 Mads Kiilerich git: avoid OSError when encountering invalid lock file
Sun, 17 May 2015 21:47:33 +0200 Mads Kiilerich comments: inline pointless inline template function
Sun, 17 May 2015 21:41:40 +0200 Mads Kiilerich comments: more jQuery
Sun, 17 May 2015 21:37:46 +0200 Mads Kiilerich pullrequests: kill a bit of YUD
Wed, 27 May 2015 23:15:36 +0200 Mads Kiilerich javascript: add missing semicolons
Tue, 26 May 2015 13:55:06 +0200 Andrew Shadura spelling: IP address, IPv4, IPv6
Thu, 21 May 2015 15:52:30 -0400 Christian Oyarzun admin: use POST in routing for adding API keys for users - match template change in 6f6aab7ca754
Mon, 04 May 2015 21:07:37 +0200 Jan Heylen changeset/pullrequest controller: refactor some old variable naming
Fri, 15 May 2015 18:07:27 +0200 Andrew Shadura auth: reduce code duplication by removing generate_api_key implemented in utils2
Thu, 14 May 2015 21:05:47 +0200 Thomas De Schampheleire tests: move pytest settings from kallithea/tests/pytest.ini to setup.cfg
Thu, 14 May 2015 21:42:26 +0200 Thomas De Schampheleire tests: restrict pytest test collection to kallithea/tests
Tue, 12 May 2015 23:32:41 +0200 Andrew Shadura style: make the login page Bootstrap-ready
Wed, 04 Mar 2015 23:57:57 +0100 Andrew Shadura middleware: use secure cookies over secure connections
Wed, 25 Mar 2015 10:11:54 +0100 Thomas De Schampheleire auth: simplify logging of regular authentication in LoginRequired
Fri, 15 May 2015 23:40:44 +0200 Mads Kiilerich auth: avoid flash message with 'None' on login redirect
Wed, 13 May 2015 15:13:16 +0000 Peter Vitt i18n: updated translation for German
Wed, 13 May 2015 09:51:32 +0000 Viktar Palstsiuk i18n: updated translation for Belarusian
Mon, 11 May 2015 23:05:42 +0000 David Avigni i18n: updated translation for French
Mon, 11 May 2015 22:34:51 +0000 Tuux i18n: updated translation for French
Mon, 11 May 2015 22:34:13 +0000 David Avigni i18n: updated translation for French
Tue, 12 May 2015 22:41:49 +0000 Peter Vitt i18n: updated translation for German
Tue, 12 May 2015 22:03:36 +0200 Peter Vitt permissions: fix a copy/paste error, rename repository group to user group in tooltip
Tue, 12 May 2015 09:54:46 -0700 Marc Abramowitz tests: add kallithea/tests/pytest.ini with useful options that improve the pytest default output
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich settings: use more descriptive page/section/menu names
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich admin: clarify that the 'Defaults' menu is for 'Repository Defaults'
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich admin: cleanup of naming of 'Default Permissions'
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich permissions: clarify the use of "Permissions" - use "Show Permissions" for the overview
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich admin: use POST for adding API keys for users - just like on the self serve page
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich spelling: fix title casing on various translated strings
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich spelling: fix title casing on translated template strings
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich spelling: more consistent casing of 'IP'
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich spelling: more consistent casing of 'API key'
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich comments: fix permalink symbol appearance on hover
Wed, 13 May 2015 01:27:19 +0200 Mads Kiilerich Merge stable
Wed, 13 May 2015 01:26:45 +0200 Mads Kiilerich settings: show bullet indicating the currently selected sub page stable
Wed, 13 May 2015 01:16:48 +0200 Mads Kiilerich api_keys: Update 'New api key' label target so clicking the label focuses the input element stable
Wed, 13 May 2015 01:16:48 +0200 Mads Kiilerich middleware: apply HttpsFixup to Hg/Git operations too (Issue #132) stable
Wed, 13 May 2015 01:16:48 +0200 Mads Kiilerich comments: don't eat character before @mention when rendering to rst stable
Wed, 13 May 2015 01:16:48 +0200 Mads Kiilerich graph: fix graph drawing if there is less than one pixel available per branch stable
Mon, 30 Mar 2015 21:27:02 +0200 Thomas De Schampheleire auth: return early in LoginRequired on API key validation
Wed, 25 Mar 2015 09:11:15 +0100 Thomas De Schampheleire auth: return early in LoginRequired on invalid IP
Sun, 10 May 2015 21:40:12 +0200 Peter Vitt notifications: use different strings for descriptions with age and datetime
Wed, 06 May 2015 17:48:15 -0400 Christian Oyarzun templates: remove mime type column from file browser (Issue #51)
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
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
Sun, 22 Feb 2015 22:54:23 -0800 Sean Farley settings: remove redundant label from edit sidebar
Sun, 22 Feb 2015 22:52:57 -0800 Sean Farley user_group: tweak padding around arrows
Sun, 22 Feb 2015 22:50:11 -0800 Sean Farley user_groups: remove redundant label from edit sidebar
Sun, 22 Feb 2015 22:48:36 -0800 Sean Farley repo_group: remove redundant label from edit sidebar
Sun, 22 Feb 2015 22:46:28 -0800 Sean Farley permissions: remove redundant label from edit sidebar
Sun, 22 Feb 2015 22:47:18 -0800 Sean Farley user_edit: remove redundant label from edit sidebar
Sun, 22 Feb 2015 22:24:03 -0800 Sean Farley font: remove unused icon-ellipsis-horizontal class
Sun, 22 Feb 2015 22:23:16 -0800 Sean Farley font: remove unused icon-disabled class
Sun, 22 Feb 2015 22:26:27 -0800 Sean Farley font: remove missing icon-user-colored
Sun, 22 Feb 2015 22:07:58 -0800 Sean Farley font: remove missing icon-plus-colored
Sun, 22 Feb 2015 22:06:51 -0800 Sean Farley font: remove missing icon-pencil-colored
Sun, 22 Feb 2015 22:05:47 -0800 Sean Farley font: remove missing icon-heart-colored
Sun, 22 Feb 2015 22:05:02 -0800 Sean Farley font: remove missing icon-fork-colored
Sun, 22 Feb 2015 22:04:08 -0800 Sean Farley font: rename icon-folder-close to icon-folder
Sun, 22 Feb 2015 21:54:07 -0800 Sean Farley font: rename icon-file-text to icon-doc-text
Sun, 22 Feb 2015 21:52:23 -0800 Sean Farley font: rename icon-arrow-right to icon-right
Thu, 19 Feb 2015 18:01:28 -0800 Sean Farley font: fix missing icon-comment-color and icon-comment-alt
Sun, 22 Feb 2015 21:22:56 -0800 Sean Farley font: add missing arrow glyphs
Tue, 24 Feb 2015 22:17:36 +0100 Thomas De Schampheleire templates: changelog_summary: remove non-existing CSS class table_disp
Sat, 21 Feb 2015 22:29:46 +0100 Thomas De Schampheleire my pullrequests: line up controller/template handling with repo pullrequests
Sat, 21 Feb 2015 22:45:22 +0100 Thomas De Schampheleire pullrequest overview: sanitize display style
Sat, 21 Feb 2015 22:04:54 +0100 Thomas De Schampheleire controllers: don't pass rendered templates in context variables
Thu, 26 Feb 2015 23:57:38 +0100 Mads Kiilerich tests: decrease sql_cache_short beaker config to 1 s to match hack in fixture.anon_access
Wed, 25 Feb 2015 14:06:27 +0100 Andrew Shadura docs: improve issue tracker integration docs
Fri, 23 Jan 2015 21:26:11 +0100 Andrew Shadura email templates: render text part with unrendered RST, not HTML
Fri, 23 Jan 2015 21:26:10 +0100 Andrew Shadura email templates: don't do HTML escaping in plain text templates - convert to Unicode
Mon, 23 Feb 2015 22:11:38 +0100 Thomas De Schampheleire templates: move site branding in page title to base template
Mon, 23 Feb 2015 21:43:45 +0100 Thomas De Schampheleire pullrequests on different repos: default to same destination/source branch
Thu, 19 Feb 2015 22:46:14 +0100 Thomas De Schampheleire pullrequests: add unit tests for _get_repo_refs (unfinished)
Wed, 18 Feb 2015 21:39:01 +0100 Thomas De Schampheleire tests: move helper commit_change from compare test to fixture
Thu, 19 Feb 2015 22:39:53 +0100 Thomas De Schampheleire repository summary: avoid table bleed on long commit messages
Fri, 20 Feb 2015 10:44:02 +0100 Thomas De Schampheleire changelog: fix display artifacts in expanded multi-line commit messages
Tue, 17 Feb 2015 15:02:34 -0800 Sean Farley giticon.png: use repotag class to make an icon
Tue, 17 Feb 2015 15:02:25 -0800 Sean Farley hgicon.png: use repotag class to make an icon
Tue, 17 Feb 2015 15:01:32 -0800 Sean Farley style: add repotag to replace icon-{hg,git}
Thu, 19 Feb 2015 00:16:02 +0100 Mads Kiilerich changelog: change default view to 100 changesets, max to 2000
Wed, 11 Feb 2015 22:13:11 +0100 Thomas De Schampheleire pullrequests: allow closing only by author and admin
Mon, 09 Feb 2015 22:20:38 +0100 Thomas De Schampheleire repository 'latest changes': only show first line of commit message
Mon, 09 Feb 2015 22:20:28 +0100 Thomas De Schampheleire pull requests commit overview: respect newlines and indentation (Issue #79)
Wed, 11 Feb 2015 03:05:00 +0100 Mads Kiilerich db: check for None instead of boolean false if that is what we mean
Wed, 11 Feb 2015 02:40:28 +0100 Mads Kiilerich db: to the extent it makes sense to have a one byte size limit, make it 255 instead of 256 (Issue #96)
Tue, 03 Feb 2015 16:59:28 -0800 Sean Farley setup: increase mercurial support to 3.3
Thu, 19 Feb 2015 00:16:00 +0100 Mads Kiilerich hgcompat: workaround for not calling largefiles reposetup correctly after 94ac64bcf6fe (Mercurial 3.3)
Sun, 16 Nov 2014 15:03:07 -0800 Sean Farley hg: adapt for changes in 3.2 and 3.3
Wed, 11 Feb 2015 20:38:12 +0100 Andrew Shadura feed: urlify and escape the commit description
Thu, 19 Feb 2015 00:00:40 +0100 Mads Kiilerich graph: work around Firefox OS X limit of canvas size 32k when scaling
Wed, 11 Feb 2015 21:10:43 +0100 Jan Heylen javascript: on submit, don't warn for open form if the main form is the only one
Wed, 18 Feb 2015 23:48:47 +0100 Mads Kiilerich repos: fix redirect after repo creation (and user/group add focus) (Issue #98)
Mon, 09 Feb 2015 14:42:35 +0800 duanhongyi diff: handle GIT delta binary patches
Tue, 03 Feb 2015 21:39:31 +0100 Thomas De Schampheleire spelling: consistent capitalization of URL
Sat, 24 Jan 2015 22:07:35 +0100 Thomas De Schampheleire remotes: add support to clone from Mercurial repositories over ssh
Sun, 02 Nov 2014 13:52:55 -0800 Sean Farley setup: remove duplicate logic for mercurial dependency
Thu, 29 Jan 2015 21:48:54 +0100 Thomas De Schampheleire comment handling: extend next/previous links to global comments (issue #91)
Tue, 27 Jan 2015 22:03:55 +0100 Thomas De Schampheleire comment handling: clarify shown comment count (inline vs general)
Tue, 27 Jan 2015 21:57:38 +0100 Thomas De Schampheleire comment handling: factorize comment count logic
Wed, 11 Feb 2015 02:40:28 +0100 Mads Kiilerich db: drop most lazy joins
Mon, 02 Feb 2015 17:20:08 -0500 Denis Blanchette docs: update Windows installation documentation for Windows 7/Server 2008 R2 and newer
Thu, 05 Feb 2015 23:31:31 +0100 Mads Kiilerich docs: rename docs/installation_win.rst to docs/installation_win_old.rst, preparing for new docs
Fri, 30 Jan 2015 20:57:02 +0100 Jan Heylen comment: warn before leaving page with open comments
Tue, 08 Jul 2014 20:33:50 -0500 Sean Farley graph: implement retina scaling in javascript
Wed, 11 Feb 2015 02:40:28 +0100 Mads Kiilerich template: use block block for page title in root.html
Wed, 11 Feb 2015 02:40:28 +0100 Mads Kiilerich template: use mako block for root.html extra sections
Wed, 11 Feb 2015 02:40:28 +0100 Mads Kiilerich template: move header to root.html, use mako block for header menu
Wed, 11 Feb 2015 02:40:28 +0100 Mads Kiilerich pullrequests: use full url in 'replaced by' comment after updates
Wed, 11 Feb 2015 02:40:28 +0100 Mads Kiilerich pullrequests: don't include repo name in default PR title if it is same same
Wed, 11 Feb 2015 02:40:28 +0100 Mads Kiilerich pullrequests: when creating a PR for a specific revision, look for updates on the branch name
Wed, 11 Feb 2015 02:40:28 +0100 Mads Kiilerich notification: handle unicode translations (Issue #95)
Fri, 06 Feb 2015 03:35:40 +0100 Mads Kiilerich [security fix] api: don't send internal data unless asked for it
Thu, 29 Jan 2015 21:49:02 +0100 Mads Kiilerich pullrequests: handle update lists when using same branch name in (presumably) different repos
Thu, 29 Jan 2015 21:48:31 +0100 Mads Kiilerich error: don't crash on /error/document urls
Sat, 15 Nov 2014 04:23:31 -0800 Sean Farley icons: fix typo of icon-remove to icon-minus and remove style color
Thu, 29 Jan 2015 21:35:38 +0100 Mads Kiilerich repogroups: fix template typo from 83087ae63bd6
Mon, 21 Jul 2014 20:12:38 -0500 Sean Farley user.png: remove unused icons
Tue, 02 Sep 2014 16:45:57 +0200 Sean Farley _dt_elements: remove unused user_gravatar def
Tue, 02 Sep 2014 16:44:53 +0200 Sean Farley users: use gravatar method from helpers instead of user_gravatar
Tue, 02 Sep 2014 19:35:49 -0500 Sean Farley gravatar: use font awesome icons
Sat, 15 Nov 2014 23:42:24 -0800 Sean Farley gravatar: use helper method to generate retina img tag
Wed, 21 Jan 2015 19:21:51 -0800 Sean Farley helpers: add gravatar method for easy retina refactoring
Mon, 26 Jan 2015 13:10:24 -0800 Sean Farley admin: drop unnecessary use of h.email_or_none when we already have an email address
Sat, 24 Jan 2015 21:17:39 +0100 Thomas De Schampheleire spelling: fix various typos
Fri, 23 Jan 2015 22:03:53 +0100 Morten Skaaning email: Also supply full username in comment templates
Fri, 23 Jan 2015 11:06:06 -0500 Denis Blanchette pull request: fix user automatically activated with LDAP authentication (Issue #78)
Fri, 23 Jan 2015 14:34:17 -0500 Christian Oyarzun mergely: update Mergely to v3.3.9 (Issue #83)
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich pullrequests: show unrelated branch heads in the graph too, to visualize the situation
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich pull request: for available changesets, also show changesets that not are descendants and thus not available but will be merged in
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich pullrequests: show graph next to changesets available for update
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich pullrequests: tweak wording
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich pullrequests: reintroduce 'update' functionality as separate submit button in the big form
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich pullrequests: make top pane one big form with one save button
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich pullrequests: use '-- ' as separator before auto text and put latest revisions at top
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich pullrequests: use separate panes for meta data and for the PR repo content - more like when creating the PR
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich pullrequests: reverse the 'available' list - most recent first
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich pullrequests: introduce 'editable' flag to avoid repeated permission checks
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich graph: don't hardcode chg_ prefix ... and just assume canvas and table are aligned
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich admin: when scanning for repos, ignore removed groups too
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich admin: when scanning for repos without 'remove', report the repos that could/would be removed
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich tests: make checkSessionFlash check the last flash message only but show all on failure
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich diff: better exception if failing to parse diff header
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich git: preserve line endings when calling out to git
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich git: fix version detection with unexpected version string (Issue #71)
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich hg: fix clone from svn+http urls using hg-svn (Issue #72)
Wed, 21 Jan 2015 17:35:11 +0100 Mads Kiilerich meta: update copyright year
Wed, 21 Jan 2015 09:52:28 -0500 Joseph Rivera usergroup: more descriptive error message when deleting user group
Wed, 14 Jan 2015 18:03:00 +0100 Andrew Shadura templates: don't use HTML encoding where not needed (closes: #74).
Wed, 14 Jan 2015 17:59:40 +0100 Andrew Shadura templates: use forward slash as path separator for consistency
Wed, 14 Jan 2015 17:45:22 +0100 Andrew Shadura templates: fix HTML injection via file names
Wed, 07 Jan 2015 16:54:28 +0100 Andrew Shadura auth: enable selecting PAM authentication module
Wed, 07 Jan 2015 16:03:59 +0100 Andrew Shadura auth: move the Save button down to the bottom of the page
Wed, 07 Jan 2015 13:37:28 +0100 Weblate Merge
Mon, 05 Jan 2015 11:17:35 -0500 Joseph Rivera added test for removing user that still owns a user group. (Issue #64)
Mon, 22 Dec 2014 16:38:44 -0500 Joseph Rivera added tests for when users are deleted but still own repo objects. (Issue #64)
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich user: use h.person(obj.user) instead of h.person(obj.user.username) - don't fail if user is None
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich user: prevent deletion of users that are owners of a user group
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich user: prevent deletion of users that are owners of a repo group
Sun, 04 Jan 2015 14:03:23 +0200 Aras Pranckevicius utils: better display of ages >1 year when in short form
Sun, 04 Jan 2015 13:44:51 +0200 Aras Pranckevicius utils: more test cases for age, including short form
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich error: be prepared for resp without status
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich utils: don't use FromCache - it doesn't work properly
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich db: add indices where queries takes more than 100 ms
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich comments: introduce lazy join of ChangesetStatus on ChangesetComment
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich usergroup: explicitly use subqueryload instead of relying on lazy=join
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich status: explicitly use joinedload of authors instead of relying on lazy=join
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich usernotifications: explicitly sort by date and join notifications and users - don't depend on lazy join
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich comments: optimize notification creation
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich changeset status: drop default 'unreviewed' status for changesets on PRs
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich cleanup: avoid some 'except Exception' catching - catch specific exceptions or log it and show what happened
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich helpers: refactor urlify_commit, extract urlify_issues function
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich db: just fail badly if a repo can't be loaded (probably missing in file systems)
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich cache invalidation: don't commit session if nothing changed
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich pullrequests: drop expensive listing of unrelated changesets that cannot be used for update
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich hg: reimplement branch listings more efficiently
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich meta: cleanup of code
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich db: cascade=all already imply delete - don't make it look like we didn't know
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich pullrequests: store the 'a' branch name in template context
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich hg: drop support for hg web.hidden
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich styling: don't loop on loading kallithea-logo.png after kallithea-logo.svg failed
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich error: remove allmost unused code for redirect on error page
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich html: minor cleanup of root.html
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich tests: fix logic for disabling/enabling ldap tests
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich tests: create default logging handler to mute 'No handlers could be found for logger' warnings
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich tests: fix some test sqlalchemy unicode warnings
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich auth: don't log a message when auth without username fails - that happens all the time for basic auth and ldap
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich json: drop simplejson fallback and just use stdlib
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich json: always use kallithea.lib.compat for json - and nothing else
Wed, 27 Feb 2013 01:26:41 +0100 Mads Kiilerich whitespacecleanup.sh - run regularly to ensure consistent spacing and avoid spurious changes
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich minor fixes
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich urlify: markup of hashes in ()
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich pullrequests: show pending reviewer changes again - this time with "(not saved)"
Tue, 06 Jan 2015 00:54:36 +0100 Mads Kiilerich diffs: show CR (\r) in diffs
Tue, 06 Jan 2015 00:54:35 +0100 Mads Kiilerich diffs: make trailing spaces more visible - make vertical line less transparent
Tue, 06 Jan 2015 00:54:35 +0100 Mads Kiilerich admin: show links to created users and groups
Tue, 06 Jan 2015 00:54:35 +0100 Mads Kiilerich user groups: drop add/remove all buttons
Tue, 06 Jan 2015 00:54:35 +0100 Mads Kiilerich settings: show links to added repos after repo scan
Tue, 06 Jan 2015 00:54:35 +0100 Mads Kiilerich settings: set current user as owner when running repo scan
Tue, 06 Jan 2015 00:54:35 +0100 Mads Kiilerich paster: fix update_repoinfo command
Mon, 05 Jan 2015 10:58:24 +0100 Weblate Merge
Sun, 04 Jan 2015 17:38:02 +0000 Niemand Jedermann Translated using Weblate (German)
Mon, 29 Dec 2014 18:23:22 +0000 Thomas De Schampheleire Translated using Weblate (French)
Sat, 29 Nov 2014 17:01:21 +0900 Takumi IINO javascripts: remove unused global shortcut YUC and YUQ
Sat, 29 Nov 2014 17:00:17 +0900 Takumi IINO javascripts: jQuery version of initFilter
Sat, 29 Nov 2014 16:46:53 +0900 Takumi IINO javascripts: remove YUQ in kallithea/templates/changelog/changelog.html
Sat, 29 Nov 2014 16:31:09 +0900 Takumi IINO javascripts: plain javascript version q_filter without YAHOO.namespace
Sat, 29 Nov 2014 16:25:13 +0900 Takumi IINO javascripts: pass jQuery object to q_filter
Sat, 29 Nov 2014 16:04:48 +0900 Takumi IINO javascripts: replace YUI with jquery in kallithea/templates/changeset/changeset.html
Sat, 29 Nov 2014 16:04:48 +0900 Takumi IINO javascripts: replace YUI with jquery in kallithea/templates/pullrequests/pullrequest_show.html
Sat, 29 Nov 2014 16:04:48 +0900 Takumi IINO javascripts: replace YUI with jquery in kallithea/templates/pullrequests/pullrequest.html
Sat, 29 Nov 2014 16:04:42 +0900 Takumi IINO javascripts: jQuery version of ajaxGET
Sat, 29 Nov 2014 16:04:25 +0900 Takumi IINO javascripts: jQuery version of ajaxPOST
Mon, 22 Dec 2014 20:26:09 +0000 Calinou Translated using Weblate (French)
Wed, 17 Dec 2014 19:54:50 +0000 Calinou Translated using Weblate (French)
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich pull-requests: tweak readable titles - just append /_/ and branch name
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich middleware: change middleware ordering so we don't buffer hgweb output in redirect
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich helpers: tweak URL matching patterns - don't include trailing punctuation
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich pull requests: show comment count in top of summary box
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich tests: let checkSessionFlash search through all messages
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich diff: don't split lines on bare CR as python splitlines do
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich diff: eat trailing tabs in ---/+++ lines of diffs
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich diff: fix diff of renamed files with whitespace in their names
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich diff: test rename with tab after ---/+++ and bare CR in diff
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich diff: refactor diff parsing - fail on any parse error instead of showing an incorrect diff
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich diff: refactor header parsing, give good error messages when it fails
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich diff: preserve leading space on empty lines - don't match in re if we don't plan to replace
Mon, 15 Dec 2014 13:47:36 +0100 Mads Kiilerich files: remove redundant zip try/except
Thu, 27 Nov 2014 14:28:59 +0000 Matt Fellows Fix for zip file downloads, not being valid zips (Issue #35)
Fri, 12 Dec 2014 14:19:37 +0000 Michal Čihař Translated using Weblate (Simplified Chinese)
Fri, 12 Dec 2014 14:21:10 +0000 Michal Čihař Translated using Weblate (Russian)
Fri, 12 Dec 2014 14:22:05 +0000 Michal Čihař Translated using Weblate (Polish)
Fri, 12 Dec 2014 14:21:02 +0000 Michal Čihař Translated using Weblate (French)
Wed, 26 Nov 2014 13:18:12 +0000 Michal Čihař Translated using Weblate (Czech)
Thu, 27 Nov 2014 13:48:34 +0000 Zoltan Gyarmati Translated using Weblate (Hungarian)
Thu, 20 Nov 2014 11:03:59 +0000 Michal Čihař Translated using Weblate (Czech)
Thu, 20 Nov 2014 09:59:21 +0100 Andrew Shadura Update Translation Team URLs to point to Weblate.
Thu, 20 Nov 2014 09:55:21 +0100 Andrew Shadura Merge new translations from Weblate
Thu, 20 Nov 2014 09:54:11 +0100 Andrew Shadura Remove Transifex Client configuration.
Thu, 20 Nov 2014 09:53:54 +0100 Andrew Shadura Update i18n howto: we now use Hosted Weblate.
Thu, 20 Nov 2014 10:55:28 +0000 Michal Čihař Translated using Weblate (Czech)
Wed, 19 Nov 2014 13:22:28 +0000 Andrew Shadura Translated using Weblate (Russian)
Wed, 19 Nov 2014 14:34:14 +0000 Ingo von borstel Translated using Weblate (German)
Mon, 21 Jul 2014 20:14:09 -0500 Sean Farley icons: remove unused pngs
Mon, 21 Jul 2014 20:31:52 -0500 Sean Farley icon-download-alt: replace with icon-download-cloud
Mon, 21 Jul 2014 20:29:50 -0500 Sean Farley icon-trash: replace with icon-trashcan
Mon, 21 Jul 2014 20:22:34 -0500 Sean Farley icon-arrow-down: replace with icon-move-down
Mon, 21 Jul 2014 20:21:18 -0500 Sean Farley icon-arrow-up: replace with icon-move-up
Mon, 21 Jul 2014 20:19:51 -0500 Sean Farley icon-sliders: replace with icon-wrench
Mon, 21 Jul 2014 13:28:54 -0500 Sean Farley button: replace 'x' with icon-cancel-circled
Mon, 21 Jul 2014 13:23:56 -0500 Sean Farley button.png: remove unused icons
Mon, 21 Jul 2014 13:17:10 -0500 Sean Farley style: remove duplicate code
Mon, 21 Jul 2014 11:44:01 -0500 Sean Farley login.png: use new icon-lock font
Mon, 21 Jul 2014 11:10:16 -0500 Sean Farley arrow_right_64.png: remove unused icon
Mon, 21 Jul 2014 10:16:02 -0500 Sean Farley cross_grey_small.png: remove unused icon
Mon, 21 Jul 2014 10:12:56 -0500 Sean Farley heart_add.png: remove unused icon
Mon, 21 Jul 2014 10:03:46 -0500 Sean Farley compress.png: remove unused icon
Mon, 21 Jul 2014 10:01:33 -0500 Sean Farley connect.png: remove unused icon
Mon, 21 Jul 2014 09:10:10 -0500 Sean Farley server.png: remove unused icon
Mon, 21 Jul 2014 09:04:21 -0500 Sean Farley cross.png: remove unused icon
Mon, 21 Jul 2014 08:46:31 -0500 Sean Farley block_16.png: use new icon-block font
Mon, 21 Jul 2014 08:41:07 -0500 Sean Farley accept.png: use new icon-ok font
Mon, 21 Jul 2014 08:00:58 -0500 Sean Farley sprite.png: remove unused icon
Mon, 21 Jul 2014 07:55:04 -0500 Sean Farley comments.png: use new icon-comment-discussion font
Sun, 20 Jul 2014 22:55:10 -0500 Sean Farley style: fix top margin of quick_repo_menu due to change of img to text
Sun, 20 Jul 2014 22:54:55 -0500 Sean Farley dt-arrow-up.png: use new icon-triangle-up font
Sun, 20 Jul 2014 22:53:50 -0500 Sean Farley dt-arrow-dn.png: use new icon-triangle-down font
Sun, 20 Jul 2014 22:47:18 -0500 Sean Farley vertical-indicator: use new icon-triangle-right font
Sun, 20 Jul 2014 20:19:34 -0500 Sean Farley arrow_join.png: removed unused icon
Sun, 20 Jul 2014 20:19:11 -0500 Sean Farley lock_delete.png: removed unused icon
Sun, 20 Jul 2014 20:18:45 -0500 Sean Farley lock_add.png: removed unused icon
Mon, 21 Jul 2014 09:05:56 -0500 Sean Farley arrow_divide.png: removed unused icon
Sun, 20 Jul 2014 20:10:14 -0500 Sean Farley key.png: removed unused icon
Sun, 20 Jul 2014 20:09:13 -0500 Sean Farley shading.png: removed unused icon
Sun, 20 Jul 2014 20:08:48 -0500 Sean Farley note_error.png: removed unused icon
Sun, 20 Jul 2014 20:08:08 -0500 Sean Farley arrow_merge.png: removed unused icon
Sun, 20 Jul 2014 20:07:45 -0500 Sean Farley arrow_right.png: removed unused icon
Sun, 20 Jul 2014 20:06:29 -0500 Sean Farley chart_bar.png: use new icon-graph font
Fri, 24 Oct 2014 16:15:50 -0700 Sean Farley summary: use ruler instead of database icon for repo size
Tue, 15 Jul 2014 19:18:52 -0500 Sean Farley eye.png: use new icon-eye font
Tue, 15 Jul 2014 19:15:34 -0500 Sean Farley arrow_refresh.png: use new icon-arrows-cw font
Sun, 20 Jul 2014 18:41:46 -0500 Sean Farley comment_add.png: use new icon-comment font
Fri, 14 Nov 2014 16:48:40 -0800 Sean Farley diff: add op for renamed file
Sat, 15 Nov 2014 11:21:48 -0800 Sean Farley file_status: replace with icon-{modified,added,removed}
Tue, 15 Jul 2014 18:16:03 -0500 Sean Farley application_double.png: use new icon-docs font
Tue, 15 Jul 2014 18:09:14 -0500 Sean Farley page_white_go.png: use new icon-file-code font
Tue, 15 Jul 2014 16:05:14 -0500 Sean Farley table_add.png: use new icon-sort font
Tue, 15 Jul 2014 16:03:27 -0500 Sean Farley text_strikethrough.png: use new icon-strike font
Tue, 15 Jul 2014 15:50:36 -0500 Sean Farley page_save.png: use new icon-floppy font
Tue, 15 Jul 2014 15:48:15 -0500 Sean Farley page_add.png: use new icon-file-powerpoint font
Tue, 15 Jul 2014 15:38:53 -0500 Sean Farley page_white.png: use new icon-diff font
Wed, 29 Oct 2014 15:23:16 -0700 Sean Farley flag_status: replace with icon-circle
Fri, 31 Oct 2014 11:01:23 -0700 Sean Farley css: add changeset-status classes for mapping a status to a color
Tue, 15 Jul 2014 01:38:38 -0500 Sean Farley text_align_left.png: replace icon-resize-vertical with icon-align-left
Tue, 15 Jul 2014 19:29:05 -0500 Sean Farley icon-file-alt: replace with icon-docs
Tue, 15 Jul 2014 01:22:24 -0500 Sean Farley application_form_edit.png: use new icon-pencil font
Tue, 02 Sep 2014 15:50:51 +0200 Sean Farley tick.png: replace icon-ok-sign with icon-ok
Thu, 30 Oct 2014 11:57:26 -0700 Sean Farley icon-remove: use new icon-minus-circled instead
Tue, 15 Jul 2014 00:58:23 -0500 Sean Farley private_repo.png: use new icon-lock font
Tue, 15 Jul 2014 00:56:17 -0500 Sean Farley lock.png: use new icon-lock font
Tue, 15 Jul 2014 00:47:09 -0500 Sean Farley contextbar: use new icon-plus font
Fri, 31 Oct 2014 19:02:24 -0700 Sean Farley css: add some padding between the file, folder, or submodule icon and its text
Fri, 31 Oct 2014 18:48:02 -0700 Sean Farley files_browser: use font for file, folder, and submodule icons
Fri, 31 Oct 2014 14:10:21 -0700 Sean Farley files_browser: remove unnecessary if statement
Fri, 31 Oct 2014 14:09:24 -0700 Sean Farley files_browser: add file_url def for use with both submodule and regular files
Fri, 31 Oct 2014 14:03:49 -0700 Sean Farley files_browser: augment file_class def with submodule case
Tue, 02 Sep 2014 15:00:34 +0200 Sean Farley chevron-right: replace with icon-right-open
Tue, 15 Jul 2014 00:30:12 -0500 Sean Farley chevron-left: replace with icon-left-open
Tue, 15 Jul 2014 00:27:53 -0500 Sean Farley add.png: replace icon-plus-sign with icon-plus-circled
Sun, 20 Jul 2014 15:11:36 -0500 Sean Farley heart_delete.png: use new icon-heart font
Tue, 15 Jul 2014 00:22:43 -0500 Sean Farley heart.png: use new icon-heart-empty font
Tue, 15 Jul 2014 00:20:48 -0500 Sean Farley tag_green.png: use new icon-bookmark font
Tue, 15 Jul 2014 00:20:02 -0500 Sean Farley tag_blue.png: use new icon-tag font
Thu, 30 Oct 2014 15:57:32 -0700 Sean Farley icon-lock: use icon-keyhole-circled instead of lock for private repos
Fri, 31 Oct 2014 14:48:27 -0700 Sean Farley icon-lock-open-alt: use icon-globe to signify public repo
Tue, 02 Sep 2014 15:56:00 +0200 Sean Farley lock_open.png: replace icon-unlock-* with icon-lock-open-alt
Mon, 14 Jul 2014 23:59:44 -0500 Sean Farley base: change icon-code-fork menu item to use icon-fork
Mon, 14 Jul 2014 23:55:15 -0500 Sean Farley arrow_inout.png: replace icon-loop with icon-git-compare
Mon, 14 Jul 2014 23:52:52 -0500 Sean Farley table_gear.png: replace icon-cogs with icon-sliders
Mon, 14 Jul 2014 23:50:57 -0500 Sean Farley arrow_switch.png: use new icon-exchange font
Mon, 14 Jul 2014 23:49:31 -0500 Sean Farley file.png: replace icon-file with icon-doc-inv
Mon, 14 Jul 2014 23:48:30 -0500 Sean Farley time.png: use new icon-clock font
Thu, 06 Nov 2014 16:19:14 -0800 Sean Farley icon-rss-squared: remove color override; let css handle it
Tue, 02 Sep 2014 15:52:54 +0200 Sean Farley rss_16.png: use new icon-rss-squared font
Mon, 14 Jul 2014 23:42:04 -0500 Sean Farley public_repo.png: remove unused icon
Mon, 14 Jul 2014 23:36:00 -0500 Sean Farley wrench.png: use new icon-wrench font
Mon, 14 Jul 2014 23:35:10 -0500 Sean Farley cancel.png: replace icon-ban-circle with icon-block
Mon, 14 Jul 2014 23:34:15 -0500 Sean Farley group_edit.png: replace icon-group with icon-users
Mon, 14 Jul 2014 23:33:32 -0500 Sean Farley database_link.png: replace icon-folder-close with icon-folder
Mon, 14 Jul 2014 23:20:54 -0500 Sean Farley server_key.png: use new icon-key font
Mon, 14 Jul 2014 23:18:08 -0500 Sean Farley user_edit.png: use new icon-user font
Thu, 30 Oct 2014 16:28:58 -0700 Sean Farley icon-docs: use icon-user for user public gists
Thu, 30 Oct 2014 16:28:05 -0700 Sean Farley icon-docs: use icon-globe for public gists
Mon, 14 Jul 2014 23:16:46 -0500 Sean Farley note_add.png: remove icon-copy override
Thu, 30 Oct 2014 16:23:45 -0700 Sean Farley icon-doc-text-inv: use icon-paste for creating a new gist
Mon, 14 Jul 2014 23:15:37 -0500 Sean Farley note_add.png: remove icon-file-alt override
Thu, 30 Oct 2014 16:29:26 -0700 Sean Farley icon-doc-text-inv: use icon-keyhole-circled for user private gists
Sun, 20 Jul 2014 14:40:04 -0500 Sean Farley clipboard_16: replace icon-file-text with icon-doc-text-inv
Thu, 30 Oct 2014 16:19:34 -0700 Sean Farley note.png: replace icon-file-2 with icon-clippy (clipboard) for gists
Mon, 14 Jul 2014 23:11:16 -0500 Sean Farley arrow_branch.png: replace icon-code-fork with icon-git-pull-request
Sun, 20 Jul 2014 19:56:13 -0500 Sean Farley database_edit.png: use new icon-file-zip font
Fri, 18 Jul 2014 18:06:43 -0500 Sean Farley cog_edit.png: remove unused icon
Mon, 27 Oct 2014 08:59:21 -0700 Sean Farley cog.png: use new icon-gear font
Mon, 14 Jul 2014 22:40:26 -0500 Sean Farley search_16.png: use new icon-search font
Mon, 14 Jul 2014 22:35:10 -0500 Sean Farley book.png: use new icon-book font
Mon, 14 Jul 2014 22:34:16 -0500 Sean Farley contextbar: prepend width and height from icon css classes with 'min-'
Mon, 14 Jul 2014 22:27:12 -0500 Sean Farley template/root: include new font styles
Fri, 24 Oct 2014 18:59:54 -0700 Sean Farley setup: install fontello files
Thu, 30 Oct 2014 15:53:21 -0700 Sean Farley font: add custom kallithea font icons from fontello
Wed, 06 Aug 2014 16:30:46 -0500 Sean Farley license: add font license info
Wed, 19 Nov 2014 11:52:58 +0000 Michal Čihař Translated using Weblate (German)
Fri, 24 Oct 2014 18:58:13 -0700 Sean Farley setup: add missing codemirror to python manifest
Thu, 13 Nov 2014 10:56:28 -0500 Christian Oyarzun javascript: added missing helper functions to make templates using codemirror work properly. (Issue #11)
Thu, 13 Nov 2014 10:53:38 -0500 Christian Oyarzun codemirror: updated to version 4.7
Thu, 30 Oct 2014 19:13:37 +0100 Andrew Shadura Close obsolete branch.
Sun, 26 Oct 2014 09:53:22 +0100 Andrew Shadura email templates: send text/plain part as well
Fri, 03 Oct 2014 00:20:36 +0200 Mads Kiilerich cleanup-repos: reintroduce paster command
Fri, 03 Oct 2014 00:20:36 +0200 Mads Kiilerich compare: workaround unexpected Mercurial behaviour when finding ancestor of null rev
Fri, 03 Oct 2014 00:20:36 +0200 Mads Kiilerich hg: make get_ref_revision('rev', '00000000000000') give the null revision
Fri, 03 Oct 2014 00:20:36 +0200 Mads Kiilerich pull requests: when creating, disable other_ref on other_repo change until new data has been loaded
Fri, 03 Oct 2014 00:20:36 +0200 Mads Kiilerich pull requests: abort pending ajax requests before starting new one
Fri, 03 Oct 2014 00:20:36 +0200 Mads Kiilerich pull requests: the node for null is not '0' but 40 * '0'
Sun, 14 Sep 2014 07:39:06 +0200 Henrik Stuart paster: add install-iis command to automate IIS handler generation
Thu, 02 Oct 2014 23:49:16 +0200 Mads Kiilerich settings: fix weird spacing around 'Delete this Repository'
Thu, 28 Aug 2014 23:16:14 +0200 domruf css: fix cut font
Sat, 30 Aug 2014 15:31:12 +0200 domruf css: fix gradient on buttons
Thu, 28 Aug 2014 23:42:13 +0200 domruf css: drop shadow-ish borders on contextbar
Thu, 28 Aug 2014 22:09:27 +0200 domruf config: the default for show_revision_number should be false
Thu, 02 Oct 2014 23:49:16 +0200 Mads Kiilerich css: only use one space in selectors
Thu, 02 Oct 2014 23:49:16 +0200 Mads Kiilerich css: put non-trivial selectors on different lines
Thu, 17 Jul 2014 12:47:56 +0100 Jim Hague simplehg: don't quiet Hg output for push
Thu, 02 Oct 2014 23:49:16 +0200 Mads Kiilerich middleware: fix typo in force_https backward compatibility code
Thu, 02 Oct 2014 23:49:16 +0200 Mads Kiilerich tests: fix failures after dacdea9fda2a
Thu, 02 Oct 2014 23:49:16 +0200 Mads Kiilerich pull requests: add missing " from 52f69be09fe1
Wed, 24 Sep 2014 14:24:40 +0200 Mads Kiilerich javascript: use strict
Wed, 24 Sep 2014 14:24:40 +0200 Mads Kiilerich javascript: fix issues found with strict mode
Wed, 24 Sep 2014 14:24:40 +0200 Mads Kiilerich jquery: upgrade to 1.11.1
Wed, 24 Sep 2014 14:24:40 +0200 Mads Kiilerich codemirror: move everything to separate codemirror folder - splitting it up in css and js serves no purpose
Wed, 24 Sep 2014 14:24:40 +0200 Mads Kiilerich javascript: move meta_ext.js out of codemirror directory - it doesn't belong there
Fri, 19 Sep 2014 17:46:50 +0200 Na'Tosha Bard Add a bit of padding between 'Follow current branch' checkbox label and 'Search File List' button on Files page.
Fri, 19 Sep 2014 17:36:37 +0200 Na'Tosha Bard Remove gradient code in CSS for selected context bar.
Fri, 19 Sep 2014 17:14:09 +0200 Na'Tosha Bard Remove gradients in titlebar
Fri, 19 Sep 2014 17:19:50 +0200 Na'Tosha Bard Set white foreground color for <h2/> in context bar
Fri, 19 Sep 2014 15:05:09 +0200 Na'Tosha Bard Switch ellipses to right-arrow in header of compare page.
Fri, 19 Sep 2014 14:52:02 +0200 Na'Tosha Bard Standardize on btn-small on Pull Request page (instead of mixing btn-small and btn-mini) so we have a bit of padding.
Fri, 19 Sep 2014 14:48:11 +0200 Na'Tosha Bard Align switch-to child pages, standardize on btn-small class, use jQuery and similar formatting.
Fri, 19 Sep 2014 14:45:54 +0200 Na'Tosha Bard Improve buttons on on 'My Notifications' page (switch to small button class with a bit of padding, add padding around status icons)
Fri, 19 Sep 2014 14:44:21 +0200 Na'Tosha Bard Improve 'Show by ID' and 'Show by Name' on summary page.
Thu, 18 Sep 2014 12:10:45 +0200 Na'Tosha Bard Improve Journal page (fix some broken CSS)
Fri, 19 Sep 2014 14:18:56 +0200 Na'Tosha Bard Correct capitalization and improved English text in the UI
Fri, 19 Sep 2014 10:54:51 +0200 Na'Tosha Bard Fix readability issues in comments
Fri, 19 Sep 2014 10:52:59 +0200 Na'Tosha Bard Fix typos in comments
Thu, 28 Aug 2014 11:42:44 +0200 Rasmus Selsmark Added Settings to repo context menu
Wed, 24 Sep 2014 14:24:40 +0200 Mads Kiilerich files: file path is mandatory in URLs for 2-way diff
Wed, 24 Sep 2014 14:24:40 +0200 Mads Kiilerich setup: clarify that we only support 2.6 and 2.7
Wed, 24 Sep 2014 14:24:40 +0200 Mads Kiilerich files: use current revision as default for 'show at' (Issue #31)
Wed, 24 Sep 2014 14:24:40 +0200 Mads Kiilerich rebranddb: update user extern_type and _name to 'internal' instead of 'kallithea' (Issue #38)
Wed, 24 Sep 2014 14:24:40 +0200 Mads Kiilerich helpers: fix crash on new users without email (Issue #28)
Wed, 24 Sep 2014 14:24:40 +0200 Mads Kiilerich vcs: introduce hack for handling git failure on --depth cloning (Issue #33)
Wed, 24 Sep 2014 14:24:40 +0200 Mads Kiilerich vcs: close SubprocessIOChunker inputstream used for git (Issue #32)
Wed, 24 Sep 2014 14:24:40 +0200 Mads Kiilerich javascript: remove nice trailing comma to please IE8 (Issue #39)
Sat, 13 Sep 2014 18:46:09 +0000 Max Roman Fix Admin Group Membership when using the Atlassian Crowd plugin .
Mon, 08 Sep 2014 13:38:56 +0200 Mads Kiilerich javascript: use jQuery for ypjax and rename to asynchtml
Mon, 08 Sep 2014 13:38:56 +0200 Mads Kiilerich templates: replace some YUD with jQuery when we test and test it anyway
Mon, 08 Sep 2014 13:38:56 +0200 Mads Kiilerich javascript: ypjax cleanup
Mon, 08 Sep 2014 13:38:56 +0200 Mads Kiilerich javascript: ypjax callback is optional and do not have any parameters
Mon, 08 Sep 2014 13:38:56 +0200 Mads Kiilerich javascript: ypjax f_call was never used - drop it
Mon, 08 Sep 2014 13:38:56 +0200 Mads Kiilerich graph: minor cleanup of js
Mon, 08 Sep 2014 13:38:56 +0200 Mads Kiilerich graph: don't draw edges to roots as "dead ends"
Mon, 08 Sep 2014 13:38:56 +0200 Mads Kiilerich diff: don't group diffs based on the kind of change
Mon, 08 Sep 2014 13:38:56 +0200 Mads Kiilerich pull requests: handle pull requests to empty repos (Issue #27)
Mon, 08 Sep 2014 13:38:56 +0200 Mads Kiilerich tests: remove large unused test fixture
Mon, 08 Sep 2014 13:38:55 +0200 Mads Kiilerich migrate: add missing import (Issue #29)
Sun, 31 Aug 2014 15:07:36 +0200 Jelmer Vernooij Only use newer versions of Dulwich on Python >= 2.7.
Tue, 26 Aug 2014 15:01:24 +0900 Takumi IINO pull requests: add url parameters to page link
Wed, 27 Aug 2014 21:50:25 +0200 domruf issue #7 remove obsolete configuration
Sun, 31 Aug 2014 12:11:50 +0200 Henrik Stuart docs: describe installation under IIS
Sun, 31 Aug 2014 14:44:54 +0200 Mads Kiilerich git: fix "'name' must be bytestring, not unicode" error on browsing changesets
Sat, 30 Aug 2014 15:19:52 +0200 Henrik Stuart utils: do not fail if git is not installed and has been removed from __init__.py BACKENDS
Thu, 28 Aug 2014 12:12:44 +0000 Andrew Shadura meta: update contributor's name
Fri, 22 Aug 2014 00:58:38 +0200 Mads Kiilerich Added tag 0.1 for changeset d17e88a1a88a
Thu, 21 Aug 2014 23:48:50 +0200 Mads Kiilerich kallithea: 0.1 0.1
Thu, 21 Aug 2014 23:46:55 +0200 Mads Kiilerich meta: update contributors and copyright
Thu, 21 Aug 2014 23:05:23 +0200 Rasmus Selsmark Corrected method names in documentation, to match API
Thu, 21 Aug 2014 18:23:14 +0900 Takumi IINO wrap javascript in $(document).ready
Tue, 22 Jul 2014 00:46:26 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/summary/summary.html
Tue, 22 Jul 2014 00:46:20 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/admin/auth/auth_settings.html
Thu, 21 Aug 2014 18:05:31 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/admin/gists/edit.html
Tue, 22 Jul 2014 00:46:20 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/admin/gists/new.html
Tue, 22 Jul 2014 00:46:24 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/files/files_add.html
Tue, 22 Jul 2014 00:46:24 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/files/files.html
Tue, 22 Jul 2014 00:46:22 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/base/default_perms_box.html
Tue, 22 Jul 2014 00:46:22 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/admin/user_groups/user_group_edit_perms.html
Tue, 22 Jul 2014 00:46:22 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/admin/repos/repo_edit_permissions.html
Tue, 22 Jul 2014 00:46:21 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/admin/repo_groups/repo_group_edit_perms.html
Tue, 22 Jul 2014 00:46:21 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/admin/notifications/show_notification.html
Tue, 22 Jul 2014 00:46:21 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/admin/notifications/notifications.html
Tue, 22 Jul 2014 00:46:23 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/changeset/changeset_file_comment.html
Tue, 22 Jul 2014 00:46:23 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/changeset/changeset.html
Tue, 22 Jul 2014 00:46:27 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/tags/tags.html
Tue, 22 Jul 2014 00:46:21 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/admin/my_account/my_account_watched.html
Tue, 22 Jul 2014 00:46:20 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/admin/my_account/my_account_repos.html
Tue, 22 Jul 2014 00:46:25 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/index_base.html
Tue, 22 Jul 2014 00:46:25 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/journal/journal.html
Thu, 21 Aug 2014 12:39:45 +0900 Takumi IINO templates: add $ prefix to a variable that holding jquery object
Thu, 21 Aug 2014 12:39:40 +0900 Takumi IINO templates: collect #
Thu, 21 Aug 2014 12:16:51 +0900 Takumi IINO templates: attach click .show_more handler in kallithea/templates/journal/journal_data.html
Tue, 22 Jul 2014 00:46:25 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/journal/journal_data.html
Tue, 22 Jul 2014 00:46:24 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/forks/forks_data.html
Tue, 22 Jul 2014 00:46:24 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/followers/followers_data.html
Tue, 22 Jul 2014 00:46:23 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/changelog/changelog_summary_data.html
Tue, 22 Jul 2014 00:46:19 +0900 Takumi IINO templates: replace YUI with jquery in kallithea/templates/admin/admin_log.html
Tue, 19 Aug 2014 21:10:09 +0200 domruf pull requests: fix redirect after delete
Tue, 19 Aug 2014 21:10:09 +0200 domruf pull requests: allow git pull requests
Mon, 18 Aug 2014 21:04:36 +0200 domruf support other analytic systems then just Google Analytics
Thu, 21 Aug 2014 23:46:55 +0200 Mads Kiilerich diff: consistently use a=base=ancestor and b=changes in compare and PR
Thu, 21 Aug 2014 23:46:55 +0200 Mads Kiilerich diff: rename template values for org and other for compare and PR
Thu, 21 Aug 2014 23:46:55 +0200 Mads Kiilerich pull requests: load repo branch info on demand after changing repo
Thu, 21 Aug 2014 23:46:55 +0200 Mads Kiilerich pull requests: inline _load_compare_data - it is modifying state and serve no purpose as separate method
Thu, 21 Aug 2014 23:46:55 +0200 Mads Kiilerich pull requests: use verbose URLs in as many places as possible - they are helpful
Thu, 21 Aug 2014 23:46:55 +0200 Mads Kiilerich files: show a select2 branch selector on the files page
Thu, 21 Aug 2014 23:46:55 +0200 Mads Kiilerich graph: handle failing canvas creation
Thu, 21 Aug 2014 23:46:55 +0200 Mads Kiilerich pull requests: rework handling of comments and texts when voting and closing
Thu, 21 Aug 2014 23:46:55 +0200 Mads Kiilerich cleanup: be less verbose and less aggressive when catching exceptions
Thu, 21 Aug 2014 23:46:55 +0200 Mads Kiilerich notifications: fix mail footer separator - it should be dash-dash-space
Thu, 21 Aug 2014 23:46:55 +0200 Mads Kiilerich pull requests: tweak update messages - shorten descriptions to 80 chars
Thu, 21 Aug 2014 23:46:55 +0200 Mads Kiilerich comments: don't talk about Kallithea users - that seems a bit awkward for userbases that are defined elsewhere
Thu, 21 Aug 2014 23:46:55 +0200 Mads Kiilerich pull requests: fix execessive indexing for peer - that is one reason it didn't really work
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich https: introduce https_fixup config setting to enable the special https hacks
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull requests: show more helpful URLs
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich notifications: fix threading - use line number
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich urls: introduce canonical_url config setting
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich hg: optimize get_ref_revision
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich templates: don't send html for keyboard shortcuts - they are disabled anyway
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich old style: better display of multiple parents/children in changeset view - don't truncate
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich auth: unauthenticated users do not have full_name_or_username - show login box instead
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich diff: show images when relevant - don't show images with empty src
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich diff: use different hack for hiding space around img
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich diff: show checkered background for transparent images
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull requests: show right revisions in right repo as a/b in img diff
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich validators: merge the now unused UniqueList with UniqueListFromString
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull request: fail on form errors - don't redirect
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull request: make it more visible that reviewers only are added/removed after save
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull requests: clarify message about unrelated changes that can't be used for updating PR
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull requests: wrap long lines in diff instead of truncating them
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull requests: update select2 for target ref when the hidden select is changed because of repo change
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull requests: tip is a moving target so refer to the tip branch as '$branchname (current tip)'
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich diff: don't just redirect on 2way errors - show the error so it can be fixed
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull requests: use the right repo when linking to side-by-side diffs
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull requests: don't allow status change on closed PRs - aba28699ec41 was pushed prematurely
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull requests: fix PR creation crash - 231442b0b6aa was pushed prematurely
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich indexer: rework get_node to handle alternative path element separators
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich cleanup: various fixes, issues found with pyflakes
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich cleanup: remove unused variables, found with pyflakes
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich cleanup: remove unused Python imports, found with pyflakes
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich setup: support Mercurial versions up to 3.1.x
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich mercurial: support Mercurial 3.1 after memfilectx.__init__ was changed in 503bb3af70fe
Wed, 16 Jul 2014 01:06:15 +0200 Jelmer Vernooij Support newer versions of bcrypt.
Wed, 16 Jul 2014 00:10:01 +0200 Jelmer Vernooij Support using newer versions of formencode.
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich pull requests: use formencode.Set for initial reviewer list
Wed, 16 Jul 2014 00:09:49 +0200 Jelmer Vernooij Support using newer versions of babel.
Wed, 16 Jul 2014 00:09:33 +0200 Jelmer Vernooij Support build with newer versions of whoosh.
Wed, 16 Jul 2014 00:09:17 +0200 Jelmer Vernooij Loosen dependency on Mako to include mako 1.0.
Mon, 14 Jul 2014 19:59:44 -0500 Sean Farley changelog: increase revisions box default size to 3
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich diff: option for showing images
Tue, 12 Nov 2013 11:10:38 +0100 Martin Vium files: preview of images
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich pull requests: don't allow update of closed PRs
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich pull requests: more helpful messages for PR update candidates and what is going on on the branch
Thu, 24 Jul 2014 12:29:08 +0200 Mads Kiilerich pull requests: use org/other repos correctly when checking for update options
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich pull requests: make it possible to add comments to closed PRs
Thu, 24 Jul 2014 12:41:55 +0200 Mads Kiilerich pull requests: use name of branch of tip instead of tip - it is a confusing and moving target
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich pull requests: don't show side-by-side diffs backwards
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich pull requests: handle @mention in PR description ... but so far without fancy js completion
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich mention: improve pattern for matching multiple mentions
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich helpers: include #target in automatic urlification
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich spelling: let's call it 'whitespace' without space or hyphen
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich vcs: replace recursive implementation of prev&next with iterative
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich header: remove dash before branding
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich header: whole logo + branding text links to home
Wed, 30 Jul 2014 21:59:42 +0200 Mads Kiilerich db_manage: don't ask for confirmation before using symlink - just warn
Wed, 30 Jul 2014 01:51:32 +0200 Mads Kiilerich git: rework tests to use local repos instead of accessing github ... and add missing quote found by this
Fri, 18 Jul 2014 14:10:58 -0700 Daniel Anderson Escape shell command parts for Git backend
Mon, 07 Jul 2014 01:45:19 +0900 Takumi IINO pull requests: fix same git repository pull-request issue
Sun, 06 Jul 2014 01:59:58 +0900 Takumi IINO wrap admin.html javascript in $(document).ready
Sun, 06 Jul 2014 01:56:51 +0900 Takumi IINO replace YUI with jquery in templates/admin/admin.html
Sun, 06 Jul 2014 01:34:30 +0900 Takumi IINO replace YUI with jquery in templates/base/default_perms_box.html
Sun, 06 Jul 2014 01:40:39 +0900 Takumi IINO replace YUI with jquery in templates/base/root.html
Sun, 06 Jul 2014 02:10:07 +0900 Takumi IINO replace YUI with jquery in templates/login.html
Sun, 06 Jul 2014 01:08:13 +0900 Takumi IINO remove unused javascript
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich javascript: replace YUE.onDOMReady with $(document).ready
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich comments: show icon to the left of the code, only visible and clickable when hovering the code
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich comments: make preview button more obvious - show it next to other buttons
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich notifications: insert 'References' mail headers to help MUA threading
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich notifications: improve Email bodies - especially markup of URLs
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich notifications: append status changes and 'Closing' to email subjects
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich notifications: improve Email subjects
Sun, 12 Jan 2014 17:30:00 +0100 Andrew Shadura helpers: user email can be unset
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich old style: make buttons and divs look the same
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich old style: handle comment headers from PRs with long titles
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich changelog: use select2 for branch selector
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich changelog: fix input line above the list - button size and floating
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich changeset: show and link to graft or transplant source
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich passwords: disable autocomplete - admin's browser should not offer to store passwords
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich pull requests: hack to "reload" page to make #target links work first time
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich pull requests: the default review status should be default = not reviewed
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich pull requests: show origin in breadcrump
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich pull requests: make it possible to "update" PRs by creating a new PR based on the old one
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich pull requests: fix c.other_repo - it has always been the same as org_repo, aparently incorrectly
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich compare: introduce .cs_repo as the repo for .cs_changes - sometimes it is org, sometimes other
Fri, 04 Jul 2014 14:12:06 +0200 Mads Kiilerich pull requests: show changeset comment and status flags in the changelog for PRs
Fri, 04 Jul 2014 14:12:06 +0200 Mads Kiilerich pull requests: use select2 for branch and revision selection
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich compare: give an error message when trying to compare across repositories ... and it is more of a bad request, not a 'not found'
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich compare: handle revset revision errors more gracefully
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich redirect: don't redirect on error - it is better to have clear error messages and stable and meaningful URLs
Fri, 18 Jul 2014 19:21:56 +0200 Mads Kiilerich compare: links from file list to file diff should just use anchor
Fri, 18 Jul 2014 18:47:02 +0200 Mads Kiilerich pull requests: show links to next/previous comment - don't get lost navigating huge PRs
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: refactor ChangesetStatus set_status and ChangesetComment create
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: cleanup of PR status voting calculation
Fri, 18 Jul 2014 18:47:02 +0200 Mads Kiilerich pull requests: allow closing of PRs in all states - undo #677
Fri, 18 Jul 2014 18:47:02 +0200 Mads Kiilerich comments: drop change_changeset_status - the value from 'No change' is enough
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich comments: always show vote controls, use 'No change' as default instead of current review status
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: fix sorting of votes - the result of the method call was not used like other method calls are
Fri, 18 Jul 2014 18:47:02 +0200 Mads Kiilerich pull requests: branch tags should link to the branch
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: show graph when creating PR
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: show graph when displaying PR
Fri, 18 Jul 2014 18:45:54 +0200 Mads Kiilerich changelog: use css for message expand and make it toggle so it also can be collapsed again
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich pull requests: use explicit img sizes to avoid reflowing after the graph has been rendered
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich graph: adjust canvas size every time it is rendered - the source might have changed size
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich graph: show branch close markers
Mon, 23 Dec 2013 11:27:35 +0200 Aras Pranckevicius graph: fade out lines of dead-end branches
Mon, 23 Dec 2013 11:09:32 +0200 Aras Pranckevicius graph: fade color towards the merged one
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich graph: make colors sticky on the named branches
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich graph: show higest revs first (to the right), dead ends last (to the left)
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich graph: stop looking for ancestors that have been passed - showing it as a "dead end" is better when the repo is very branchy
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich graph: refactor first known ancestor calculation
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich graph: use sets for graph calculations
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich graph: clean-up of variable naming
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich graph: cleanup of graph data - remove redundant data
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich graph: cleanup of changelog
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich graph: if the child has multiple parents then use the parents color - also when close to the child
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich javascript: don't just alert with 'error' - be slightly more informative
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich changelog: show both graphlog divs correctly top-aligned, even if divs above them over-floats and are irregular
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich changesets: don't show SVN style 'rXXX:' revision numbers if show_revision_number is false
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich users: by default show only 'username' for known users - there is often not much space and the full name would be truncated and not unique
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich mail: only bother admins when that really is the intention - not when there just not happens to be other recipients
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich mail: improve logging - including always passing recipients as list as documented
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich changesets: simplify calculation of PR comments on changesets
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich changeset: refactor set_status so a comment always must be specified
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich comments: introduce javascript confirm prompt for deleting comments - it was too easy
Mon, 17 Jun 2013 18:23:13 +0200 Mads Kiilerich comments: don't hide comments made to lines outside the diff context
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich repository: don't update changeset cache so much - not in BaseRepoController and only when tip raw_id changed
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: work around expensive hidden scm_instance property getter for get_changeset in hot spots
Fri, 04 Jul 2014 14:12:06 +0200 Mads Kiilerich pull requests: shorten revision numbers in automatic titles
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: don't rely on hidden input fields in dynamically loaded changeset list
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: simple editing
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich pull requests: urlify of hashes in PR description should point at the source repo
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich pull requests: use html placeholders for hints in input fields
Fri, 28 Jun 2013 11:50:13 +0200 Mads Kiilerich pull requests: store symbolic reference in other_ref ... but ref of ancestor
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: cleanup of messages and code
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: show PR owner and destination and ancestor
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: tweak default selections for repos
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: preserve ordering of peer-selected branches
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: peer-selected branches must use the branch head revision, not the old peer revision
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: don't filter PR comments in the template - the dataset is / must be correct
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: notify added reviewers, just like initial reviewers are
Fri, 04 Jul 2014 14:12:06 +0200 Mads Kiilerich diff: don't ask for confirmation before showing diff - we already showed a warning
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich diff: show whitespace
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich compare: add options for ignore whitespace and increase context
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich repo settings: show users and groups sorted
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich repos: after removing a repo show its group
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich repo group: make it possible to remove repo groups
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich settings: strip hook names - they do not work if they have extra whitespace
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich remove: when removing a repo don't rename its .hg/.git folder
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich urlify: use look behind and ahead in hash regexp
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich helpers: urlify_commit requires a repo - it might crash without
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich changeset: don't crash if removed comment already has been removed
Fri, 28 Jun 2013 11:50:13 +0200 Mads Kiilerich changeset: allow revision specifications with '/' (for instance branch names) in routing
Fri, 28 Jun 2013 11:50:13 +0200 Mads Kiilerich pull requests: show currently selected revision hash - not just symbolic name
Fri, 28 Jun 2013 11:50:13 +0200 Mads Kiilerich pull requests: include 'detailed view' and ancestor information in ajax chunk, open diff in another window
Fri, 28 Jun 2013 11:50:13 +0200 Mads Kiilerich compare: show how many changesets the compared repo is behind
Fri, 28 Jun 2013 11:50:13 +0200 Mads Kiilerich compare: calculate changesets and calculate and show ancestor also for non-merge diffs
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich helpers: introduce link_to_ref
Fri, 28 Jun 2013 11:50:13 +0200 Mads Kiilerich compare: compare without 'merge' cannot span across repos - report error instead of failing
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich compare: don't show broken file links for added and removed files
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich compare: disable compare button until revisions have been selected
Fri, 28 Jun 2013 11:50:13 +0200 Mads Kiilerich compare: consistent naming: _ref is a tuple, _ref_type is the type, _ref_name is symbolic name, _rev is the revision
Fri, 28 Jun 2013 02:26:13 +0200 Mads Kiilerich diff: don't show content of deleted files
Wed, 12 Jun 2013 12:23:20 +0200 Mads Kiilerich pull requests: don't make reviewers mandatory
Wed, 12 Jun 2013 12:23:20 +0200 Mads Kiilerich pull requests: separate link to origin branch from suggested pull command
Wed, 12 Jun 2013 12:23:20 +0200 Mads Kiilerich pull requests: add mouse-over descriptions for delete buttons
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: on "my" show form inline instead of floating everything ... which sometimes floated badly
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: make lists of PRs more readable
Wed, 12 Jun 2013 12:23:17 +0200 Mads Kiilerich pull requests: use 'nobody reviewed' icon in PR listing
Wed, 12 Jun 2013 02:13:05 +0200 Mads Kiilerich pull requests: add a 'Someone voted' comment on all uses of last_review_status
Fri, 14 Jun 2013 16:28:38 +0200 Mads Kiilerich pull requests: remove old 'my pull requests' code from the secret place under 'My Account'
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich pull requests: add new "my" page, separate from "my account" and prominently shown in the page headers
Tue, 02 Jul 2013 00:37:01 +0200 Mads Kiilerich pull requests: PR from changelog should not use tip but explicit revision or tip branch name
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich pull requests: don't crash on empty hg repos without any tip
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich pull requests: don't use lazy='joined' on PRs - it gives huge sql responses on big PRs
Fri, 28 Jun 2013 02:26:04 +0200 Mads Kiilerich db: make code less convoluted
Wed, 12 Jun 2013 02:13:02 +0200 Mads Kiilerich repo context bar: preserve current revision when navigating between changelog, changeset and file view
Fri, 18 Jul 2014 18:44:54 +0200 Mads Kiilerich templates: don't use explicit uppercase style - shouting is rude
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich "tags": don't shorten identifiers - detail matters
Fri, 18 Jul 2014 18:44:45 +0200 Mads Kiilerich allover: branchtags should link to the branch in the changelog as it says, not to the current revision
Wed, 12 Jun 2013 12:23:20 +0200 Mads Kiilerich allover: let tags and bookmarks link to the changeset - not to its files
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich status: don't calculate status of whole repo when given empty list
Fri, 18 Jul 2014 17:01:37 +0200 Mads Kiilerich vcs: convert unicode revision strings to ascii before passing to Mercurial
Fri, 18 Jul 2014 17:01:37 +0200 Mads Kiilerich tests: basic test coverage of changeset - there was no coverage for ranges at all
Fri, 18 Jul 2014 17:01:37 +0200 Mads Kiilerich logging: use official log.warning instead of log.warn
Tue, 10 Dec 2013 19:30:37 +0100 Mads Kiilerich minor fixes - mainly wording
Fri, 18 Jul 2014 17:01:37 +0200 Mads Kiilerich old style: don't indent PR title
Fri, 18 Jul 2014 17:01:37 +0200 Mads Kiilerich old style: don't let overflowing long filenames disturb code-body floating layout for file content
Mon, 23 Dec 2013 12:28:22 +0200 Aras Pranckevicius old style: less 'in your face' line numbers and line number ranges
Mon, 23 Dec 2013 12:16:41 +0200 Aras Pranckevicius old style: better fonts for all code-like blocks
Fri, 18 Jul 2014 17:01:37 +0200 Mads Kiilerich old style: adjust column widths
Fri, 18 Jul 2014 17:01:37 +0200 Mads Kiilerich old style: set max width on pull request headers - don't make them as wide as the longest line in the description
Fri, 18 Jul 2014 17:01:37 +0200 Mads Kiilerich old style: set max width on comments - don't make it as long as the longest line
Fri, 18 Jul 2014 17:01:36 +0200 Mads Kiilerich old style: fix "Submitting ..." overlay
Tue, 15 Jul 2014 14:29:03 +0200 Andrew Shadura Add some beauty to the README.rst
Wed, 09 Jul 2014 19:35:19 +0200 domruf setup.cfg: remove http://www.pylonshq.com - it is nolonger available
Mon, 14 Jul 2014 21:12:23 +0200 Travis Burtrum hooks: RC_SCM_DATA was renamed to KALLITHEA_EXTRAS ... but set it anyway to be backwards compatible
Mon, 14 Jul 2014 21:12:23 +0200 Travis Burtrum Fix built-in python hook names read from database in brand compatibility mode
Mon, 14 Jul 2014 21:12:23 +0200 Mads Kiilerich user edit: always define c.EXTERN_TYPE_INTERNAL (issue 3)
Thu, 10 Jul 2014 15:20:43 +0100 Jelmer Vernooij Support building with newer docutils and pycrypto.
Wed, 09 Jul 2014 02:55:02 +0200 Jelmer Vernooij Force revision to be a bytestring, as expected by dulwich.
Wed, 09 Jul 2014 00:34:56 +0200 Jelmer Vernooij Support running with newer versions of Dulwich that are backwards compatible.
Sun, 06 Jul 2014 21:34:22 -0400 Bradley M. Kuhn Anonymous name in example.
Sun, 06 Jul 2014 21:23:52 -0400 Bradley M. Kuhn Update username for documents.
Sun, 06 Jul 2014 14:02:21 -0400 Bradley M. Kuhn Correct contact address for translations.
Sun, 06 Jul 2014 14:01:11 -0400 Bradley M. Kuhn Correct error from overzealous search and replace.
Fri, 04 Jul 2014 15:58:04 +0200 Mads Kiilerich Fixes for pypi - increment version to 0.0 0.0
Fri, 04 Jul 2014 09:40:56 -0400 Bradley M. Kuhn Use Conservancy's Kallithea Committee address as author_email.
Thu, 03 Jul 2014 17:49:02 -0500 Sean Farley kallithea-logo: update generated png
Thu, 03 Jul 2014 17:48:56 -0500 Sean Farley kallithea-logo: un-squash the height of the font thanks to Andrew
Thu, 03 Jul 2014 14:25:00 -0500 Sean Farley style: tweak the left padding of the new logo to line up better
Thu, 03 Jul 2014 14:24:35 -0500 Sean Farley kallithea-logo: update generated png
Thu, 03 Jul 2014 14:24:23 -0500 Sean Farley kallithea-logo: use newer graphic for left side
Thu, 03 Jul 2014 14:16:20 -0500 Sean Farley favicon: update to new new graphic; includes high-res retina version
Wed, 02 Jul 2014 19:08:45 -0400 Bradley M. Kuhn Merge liberated and rebranded branches to default
Wed, 02 Jul 2014 19:08:40 -0400 Bradley M. Kuhn Close kallithea-2.2.5-rebrand kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:40 -0400 Bradley M. Kuhn Declare this a fork in README.rst kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:40 -0400 Bradley M. Kuhn Reset version number to 0 kallithea-2.2.5-rebrand
Tue, 01 Jul 2014 17:48:22 -0500 Sean Farley logo: align the left side of branding text kallithea-2.2.5-rebrand
Tue, 01 Jul 2014 17:40:07 -0500 Sean Farley logo: remove empty space from left side of svg kallithea-2.2.5-rebrand
Fri, 27 Jun 2014 20:01:35 -0500 Sean Farley favicon: update to new graphic; includes high-res retina version kallithea-2.2.5-rebrand
Tue, 01 Jul 2014 17:38:18 -0500 Sean Farley logo: vertically center logo kallithea-2.2.5-rebrand
Fri, 27 Jun 2014 17:50:28 -0500 Sean Farley logo: use in html templates kallithea-2.2.5-rebrand
Sun, 29 Jun 2014 10:00:10 -0500 Sean Farley logo: generate png version from svg kallithea-2.2.5-rebrand
Fri, 27 Jun 2014 17:50:11 -0500 Sean Farley logo: add svg version kallithea-2.2.5-rebrand
Fri, 27 Jun 2014 18:50:21 -0500 Sean Farley readme: instructions for working with RhodeCode database kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:38 -0400 Bradley M. Kuhn docs: fix building html kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:38 -0400 Mads Kiilerich Align and update the outdated ini files and templates kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:38 -0400 Bradley M. Kuhn db: introduce kallithea/bin/rebranddb.py script for changing branding of database kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:37 -0400 Bradley M. Kuhn db: introduce DB_MIGRATIONS to handle the db_migrate version which has the product name in the key. kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:37 -0400 Bradley M. Kuhn db: introduce EXTERN_TYPE_INTERNAL for Users.extern_type and .extern_name value for auth type for internal users kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:37 -0400 Bradley M. Kuhn db: introduce DB_PREFIX ... and let it be empty by default kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:36 -0400 Bradley M. Kuhn db: tweak configuration of branding self references kallithea-2.2.5-rebrand
Fri, 23 May 2014 17:36:09 -0400 Bradley M. Kuhn SETTINGS_PREFIX for identifiers (e.g., db table names) incl. project's name. kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:36 -0400 Bradley M. Kuhn Drop rhodecode_ prefix for known setting names that are stored in kallithea_settings without prefix kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:30 -0400 Bradley M. Kuhn Change the blue colors to Conservancy green kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:08:27 -0400 Bradley M. Kuhn Regenerate i18n kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:06:11 -0400 Bradley M. Kuhn Disable update checking kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:06:06 -0400 Bradley M. Kuhn Rename rhodecode_ini to ini kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:06:01 -0400 Bradley M. Kuhn Update address for Travis kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:06:01 -0400 Bradley M. Kuhn General renaming to Kallithea kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:52 -0400 Bradley M. Kuhn RhodeCode GmbH is not the sole author of this work kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:47 -0400 Bradley M. Kuhn Rename some strings in defaults found in config files kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:47 -0400 Bradley M. Kuhn Rename auth_rhodecode to auth_internal kallithea-2.2.5-rebrand
Wed, 21 May 2014 16:59:37 -0400 Bradley M. Kuhn Correct licensing information in individual files. kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:41 -0400 Bradley M. Kuhn Rename some strings in init files and logger names kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:41 -0400 Bradley M. Kuhn Rename various strings for tests kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:36 -0400 Bradley M. Kuhn Cleanup of git hook installation kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:36 -0400 Bradley M. Kuhn Rename RC_SCM_DATA to KALLITHEA_EXTRAS kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:36 -0400 Bradley M. Kuhn Rename database classes (but not table names) kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:31 -0400 Bradley M. Kuhn Rename RhodeCodeCrypto to KallitheaCrypto kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:31 -0400 Bradley M. Kuhn Rename set_rhodecode_config to set_app_settings kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:26 -0400 Bradley M. Kuhn Rename rhodecode_version to kallithea_version kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:21 -0400 Bradley M. Kuhn Rename rhodecode_instanceid to instance_id kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:15 -0400 Bradley M. Kuhn Rename rhodecode_name to site_name - it is the configurable name of the site/instance kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:10 -0400 Bradley M. Kuhn Rename rhodecode_user to authuser - it is an AuthUser instance kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:00 -0400 Bradley M. Kuhn Rename rhodecode_repo to db_repo_scm_instance kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:55 -0400 Bradley M. Kuhn Rename rhodecode_db_repo to db_repo - it stores db repo abstractions kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:50 -0400 Bradley M. Kuhn Correct support url and naming kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:45 -0400 Bradley M. Kuhn Rename the project site kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:41 -0400 Bradley M. Kuhn Rename some strings examples and commands in documentation kallithea-2.2.5-rebrand
Wed, 21 May 2014 17:11:02 -0400 Bradley M. Kuhn Change PayPal and Flattr links to versions for Software Freedom Conservancy. kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:40 -0400 Bradley M. Kuhn Rename init scripts and fix references inside them kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:39 -0400 Bradley M. Kuhn Rename helper tools (and fix inconsistent naming) kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:33 -0400 Bradley M. Kuhn Rename rhodecode.js to base.js kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:33 -0400 Bradley M. Kuhn Second step in two-part process to rename directories. kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:28 -0400 Bradley M. Kuhn First step in two-part process to rename directories to kallithea. kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:00 -0400 Bradley M. Kuhn Rename paster command setup-rhodecode to setup-db kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:00 -0400 Bradley M. Kuhn Change project URL - use kallithea-scm.org kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:03:55 -0400 Bradley M. Kuhn Change domain used for email addresses in tests kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:03:53 -0400 Bradley M. Kuhn Change example URL kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:03:47 -0400 Bradley M. Kuhn Change command line tool config location to .config/kallithea kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:03:47 -0400 Bradley M. Kuhn Change IRC channel and Twitter account; remove google group kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:03:47 -0400 Bradley M. Kuhn Change bitbucket and hosting URL kallithea-2.2.5-rebrand
Wed, 21 May 2014 13:35:27 -0400 Bradley M. Kuhn Complete copyright notices for web interface; change footer to link to them. kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:03:41 -0400 Bradley M. Kuhn changelog - should refer to Mercurial repository logs instead kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:03:41 -0400 Bradley M. Kuhn Remove prerender link comment - it seems incorrect kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:03:41 -0400 Bradley M. Kuhn Remove wrong/unnecessary/unfixable comment(s) kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:03:30 -0400 Bradley M. Kuhn Close rhodecode-2.2.5-gpl rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:29 -0400 Bradley M. Kuhn rhodecode.js: workaround missing unknown autocomplete textboxKeyUpEvent rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:29 -0400 Mads Kiilerich rhodecode.js: align addReviewMember html with pullrequest_show.html rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:28 -0400 Mads Kiilerich rhodecode.js: use classes btn and btn-mini instead of ui-btn in createInlineAddButton rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:28 -0400 Mads Kiilerich rhodecode.js: show/hide set_mode_header like filename_container in initCodeMirror file_enable and upload_file_enable rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:28 -0400 Mads Kiilerich rhodecode.js: pyroute, don't iterate over req_params, make for loop over its length rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:28 -0400 Mads Kiilerich rhodecode.js: initialize CodeMirror.fromTextArea with autofocus set rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:27 -0400 Mads Kiilerich rhodecode.js: initialize filter input field when passing search=1 in GET rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:27 -0400 Mads Kiilerich rhodecode.js: break the loop when fileBrowserListeners search is truncated rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:27 -0400 Mads Kiilerich rhodecode.js: use last_rev_raw field for revisionSort and raw_date for dateSort, numerical, default 0 rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:27 -0400 Mads Kiilerich rhodecode.js: make YUI_datatable 25 rows configurable as last param rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:27 -0400 Mads Kiilerich rhodecode.js: implement YUI_datatable(data, fields, columns, countnode, sortkey) with body from repos.html rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:26 -0400 Mads Kiilerich rhodecode.js: update array.indexOf for backward compatibility rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:26 -0400 Mads Kiilerich rhodecode.js: implement array.filter for backward compatibility rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:26 -0400 Mads Kiilerich rhodecode.js: more jQuery and general cleanup rhodecode-2.2.5-gpl
Sat, 24 May 2014 00:03:16 +0200 Andrew Shadura rhodecode.js: Get rid of some more YUI rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:25 -0400 Mads Kiilerich rhodecode.js: fix indentation rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:25 -0400 Mads Kiilerich rhodecode.js: remove unused stuff rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:25 -0400 Mads Kiilerich old style: navigation divs on file view are better inline rhodecode-2.2.5-gpl
Sun, 12 Jan 2014 17:29:02 +0100 Andrew Shadura old style: fix text areas in fork dialog rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:24 -0400 Mads Kiilerich old style: fix margin of textareas in settings rhodecode-2.2.5-gpl
Tue, 10 Dec 2013 19:28:05 +0100 Mads Kiilerich old style: make settings box expand to contain floating content and show menu nicely rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:24 -0400 Mads Kiilerich old style: make compare header expand to content rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:24 -0400 Mads Kiilerich old style: show compare "Compare Revisions" inline ... and do the same with all other buttons rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:23 -0400 Mads Kiilerich old style: float pull request reviewer status icon like everything else is floating rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:23 -0400 Mads Kiilerich old style: don't let changelog buttons at the top influence changelog/graph floating rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:23 -0400 Mads Kiilerich old style: fix width of new changelog "expand" column rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:23 -0400 Mads Kiilerich old style: show the full link box on summary page - no overlap or truncation rhodecode-2.2.5-gpl
Sun, 12 Jan 2014 19:29:12 +0100 Andrew Shadura old style: fix repository repository selector select2 rhodecode-2.2.5-gpl
Tue, 10 Dec 2013 19:28:05 +0100 Mads Kiilerich old style: fix icons using the existing images instead of the custom font awesome it has been marked up for rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:22 -0400 Mads Kiilerich old style: don't reserve space for icons - they will have take the space they need rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:22 -0400 Mads Kiilerich old style: adjust css for buttons to how ui-btn was renamed to btn to match bootstrap rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:22 -0400 Mads Kiilerich old style: adjust for renaming of messages to bootstrap-ish alerts rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:21 -0400 Mads Kiilerich old style: fix the contextbar location rhodecode-2.2.5-gpl
Tue, 10 Dec 2013 19:28:05 +0100 Mads Kiilerich old style: use kallithea-logo.png in page headers rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:21 -0400 Mads Kiilerich old style: use old style.css and contextbar.css and no bootstrap and no fontawesome rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:21 -0400 Bradley M. Kuhn Remove license check code: GPL'd works like this should be unencumbered. rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:20 -0400 Bradley M. Kuhn Translation updates from RhodeCode v2.2.5 rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:19 -0400 Bradley M. Kuhn Clarify copyright and license of Migrate rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:18 -0400 Bradley M. Kuhn Clarify copyright and license of PyRoutes.JS rhodecode-2.2.5-gpl
Sun, 18 May 2014 19:20:11 -0400 Bradley M. Kuhn Update LICENSE.md to include license information about History.js rhodecode-2.2.5-gpl
Sun, 18 May 2014 19:10:11 -0400 Bradley M. Kuhn Update LICENSE.md to include license information about Flot rhodecode-2.2.5-gpl
Sun, 18 May 2014 18:51:43 -0400 Bradley M. Kuhn Add javascript for Object Code excanvas (flot) version herein included and use that instead of minified version. rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:18 -0400 Bradley M. Kuhn Update minified YUI to version 2.9 built from Source. rhodecode-2.2.5-gpl
Fri, 16 May 2014 18:36:54 -0400 Bradley M. Kuhn Incorporate CSS from select2-bootstrap-css & its license information. rhodecode-2.2.5-gpl
Fri, 16 May 2014 18:15:34 -0400 Bradley M. Kuhn Update LICENSE.md to include license information about Select2 rhodecode-2.2.5-gpl
Fri, 16 May 2014 18:07:12 -0400 Bradley M. Kuhn Import some of the files from Select2 3.5.0 Javascript system. rhodecode-2.2.5-gpl
Fri, 16 May 2014 16:40:05 -0400 Bradley M. Kuhn Update LICENSE.md to include license information about Mousetrap. rhodecode-2.2.5-gpl
Fri, 16 May 2014 16:37:31 -0400 Bradley M. Kuhn Add mousetrap.js file from Mousetrap 1.4.5, under the Apache license. rhodecode-2.2.5-gpl
Mon, 26 May 2014 20:21:00 -0400 Bradley M. Kuhn Migrate to Mergely 3.3.4. rhodecode-2.2.5-gpl
Mon, 26 May 2014 17:56:53 -0400 Bradley M. Kuhn Update LICENSE.md to include license information about jQueery 1.10.2 rhodecode-2.2.5-gpl
Tue, 13 May 2014 14:51:28 -0400 Bradley M. Kuhn Migrate to jQuery 1.10.2 from 1.10.1. rhodecode-2.2.5-gpl
Wed, 03 Jul 2013 00:23:30 +0200 Marcin Kuzminski remove duplicated JSON metatype in codemirror meta.js rhodecode-2.2.5-gpl
Fri, 16 May 2014 16:06:47 -0400 Bradley M. Kuhn Update LICENSE.md to include license information about Codemirror 3.15 rhodecode-2.2.5-gpl
Fri, 16 May 2014 15:54:24 -0400 Bradley M. Kuhn Update CodeMirror CSS and Javascript files to version 3.15, under MIT-permissive license. rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:15 -0400 Bradley M. Kuhn Add MIT-Permissive-License.txt rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:14 -0400 Bradley M. Kuhn Introduce LICENSE.md to include license information about Bootstrap 3.0.0 rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:14 -0400 Bradley M. Kuhn Add Twitter's Bootstrap 3.0.0 CSS and Javascript files, under Apache License 2.0 rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:13 -0400 Bradley M. Kuhn Imported some of the GPLv3'd changes from RhodeCode v2.2.5. rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:10 -0400 Bradley M. Kuhn Update CONTRIBUTORS with new contributors from RhodeCode v2.2.5 rhodecode-2.2.5-gpl
Mon, 02 Sep 2013 16:49:53 +0200 Marcin Kuzminski update changelog rhodecode-2.2.5-gpl
Wed, 02 Jul 2014 19:03:05 -0400 Bradley M. Kuhn merge close celery branch
Wed, 02 Jul 2014 19:03:04 -0400 Bradley M. Kuhn merge close issue-108 branch
Wed, 02 Jul 2014 19:03:03 -0400 Bradley M. Kuhn merge close codereview branch
Wed, 02 Jul 2014 19:03:02 -0400 Bradley M. Kuhn merge close beta branch
Wed, 02 Jul 2014 19:03:01 -0400 Bradley M. Kuhn close beta branch beta
Mon, 02 Sep 2013 17:03:57 +0200 Marcin Kuzminski Added tag v1.7.2 for changeset fc64cd9bb856
Mon, 02 Sep 2013 16:49:53 +0200 Marcin Kuzminski update changelog rhodecode-0.0.1.7.2
Mon, 02 Sep 2013 16:57:30 +0200 Marcin Kuzminski Don't use -p flag together with -s in git calls. Latest
Mon, 02 Sep 2013 16:44:49 +0200 Marcin Kuzminski Added info about depraction of RhodeCode 1.7.X
Sun, 01 Sep 2013 20:34:57 +0200 Marcin Kuzminski backport fix
Sun, 01 Sep 2013 20:04:03 +0200 Marcin Kuzminski updated README with latest info regarding rhodecode.com, installation etc
Sun, 01 Sep 2013 20:03:40 +0200 Marcin Kuzminski Version bump
Sun, 01 Sep 2013 19:57:35 +0200 Marcin Kuzminski version bump
Sun, 01 Sep 2013 19:57:06 +0200 Marcin Kuzminski renamed report a bug to support
Sun, 01 Sep 2013 19:56:08 +0200 Marcin Kuzminski update issue tracker and official site
Mon, 29 Jul 2013 20:33:06 +0200 Marcin Kuzminski fixed rss repo links for repos in groups
Sun, 28 Jul 2013 19:14:57 +0200 Marcin Kuzminski fixes issue #884 Pull Request fails when setting the lang=ja
Mon, 22 Jul 2013 18:08:28 +0200 Marcin Kuzminski added dist dir to .hgignore
Mon, 22 Jul 2013 16:01:07 +0200 Marcin Kuzminski fixed password refill in login form when wrong password was given
Thu, 18 Jul 2013 12:31:21 +0200 Marcin Kuzminski updated changelog
Thu, 18 Jul 2013 12:52:59 +0200 Marcin Kuzminski fixed typo
Thu, 18 Jul 2013 12:52:29 +0200 Marcin Kuzminski Added uwsgi timeouts into example
Wed, 17 Jul 2013 12:24:07 +0200 Marcin Kuzminski Added Grzegorz Rożniecki to contributors
Wed, 17 Jul 2013 09:19:10 +0200 Grzegorz Rożniecki Added more detailed (and localized) information if hgsubversion is not
Tue, 16 Jul 2013 21:54:28 +0200 Marcin Kuzminski Fixed spelling of get's to gets
Tue, 16 Jul 2013 21:41:03 +0200 Marcin Kuzminski Add bookmarks property to git branch, it makes it consistent with other property
Sat, 13 Jul 2013 21:28:50 +0200 Marcin Kuzminski change repo sorting to raw_nam so it's UI independent
Tue, 09 Jul 2013 19:48:42 +0200 Marcin Kuzminski added larger buffers for example uwsgi setup
Tue, 09 Jul 2013 14:03:48 +0200 Marcin Kuzminski update main po file
Mon, 08 Jul 2013 20:56:13 +0200 Marcin Kuzminski bumped mercurial version
Thu, 27 Jun 2013 00:37:51 +0200 Mads Kiilerich diff: don't show content of deleted files
Wed, 03 Jul 2013 00:23:30 +0200 Marcin Kuzminski remove duplicated JSON metatype in codemirror meta.js
Wed, 03 Jul 2013 00:10:47 +0200 Marcin Kuzminski Move create pull request button in pull requests view into the top
Wed, 12 Jun 2013 12:23:20 +0200 Mads Kiilerich pull requests: give slightly more useful error messages on failing form validation
Wed, 12 Jun 2013 02:13:05 +0200 Mads Kiilerich pullrequests: add link for creating pull requests to PR overview page
Tue, 02 Jul 2013 23:02:57 +0200 Marcin Kuzminski added memory report into uwsgi example
Tue, 02 Jul 2013 12:04:34 +0200 Marcin Kuzminski Use safe_str on flash messages.
Tue, 02 Jul 2013 00:10:52 +0200 Marcin Kuzminski Use review status labels in changelog view
Mon, 01 Jul 2013 16:14:46 +0200 Marcin Kuzminski Removed redundant Exception catching
Mon, 01 Jul 2013 16:10:22 +0200 Marcin Kuzminski Added pre-create user hook.
Mon, 01 Jul 2013 15:39:01 +0200 Marcin Kuzminski Added two headers into example nginx proxy conf that allows container auth
Mon, 01 Jul 2013 11:20:59 +0200 Marcin Kuzminski fixes issue #856 file upload >1000 bytes on windows throws exception.
Sun, 30 Jun 2013 23:41:56 +0200 Marcin Kuzminski Use META_TO_EXT in separate file and import it only in gists template
Sun, 30 Jun 2013 21:30:44 +0200 Marcin Kuzminski fixes issue #860.
Sun, 30 Jun 2013 15:01:06 +0200 Marcin Kuzminski updated translation file
Sat, 29 Jun 2013 23:00:10 +0200 Marcin Kuzminski added ini files into codecleaner
Sat, 29 Jun 2013 22:57:12 +0200 Marcin Kuzminski added uwsgi config into mako ini template
Sat, 29 Jun 2013 22:47:26 +0200 Marcin Kuzminski config: added example uwsgi configuration with auto-scaling
Sat, 29 Jun 2013 21:51:03 +0200 Marcin Kuzminski removed unnecessary double-quote symbol.
Sat, 29 Jun 2013 21:36:01 +0200 Marcin Kuzminski UX: require confirmation of revoking permissions on
Fri, 28 Jun 2013 23:02:56 +0200 Marcin Kuzminski fixed zindex issues on side-by-side diffs
Fri, 28 Jun 2013 22:43:32 +0200 Marcin Kuzminski side-by-side diffs: use full power of mergerly whitespace and interactive merge modes
Fri, 28 Jun 2013 15:49:22 +0200 Marcin Kuzminski Email: in changeset comments email display the comment first.
Thu, 27 Jun 2013 23:53:57 +0200 Marcin Kuzminski 2way compare: fixed missing "<" escape code
Thu, 27 Jun 2013 23:50:14 +0200 Marcin Kuzminski context menu should be changelog when viewing changes
Wed, 12 Jun 2013 12:23:20 +0200 Mads Kiilerich pull requests: make title optional - generate one automatically
Thu, 27 Jun 2013 23:54:22 +0200 Marcin Kuzminski pull requests: link to origin branch
Wed, 12 Jun 2013 12:20:57 +0200 Mads Kiilerich pull requests: add a 'Changeset status' comment on changeset status
Thu, 27 Jun 2013 23:28:56 +0200 Marcin Kuzminski pull requests: fix issue when close button was inactive even if status
Thu, 27 Jun 2013 23:20:08 +0200 Marcin Kuzminski pull requests: remove redundant status icon from pr title.
Wed, 12 Jun 2013 02:13:05 +0200 Mads Kiilerich pull requests: add a 'Calculated' comment on current_changeset_status
Wed, 12 Jun 2013 02:13:05 +0200 Mads Kiilerich pullrequests: drop unused status calculation introduced in 0b2214604c74
Wed, 12 Jun 2013 02:13:05 +0200 Mads Kiilerich pull requests: make the difference between changeset comments with status and PR comments with votes more obvious
Thu, 27 Jun 2013 22:54:39 +0200 Marcin Kuzminski codecleaner
Wed, 12 Jun 2013 02:13:05 +0200 Mads Kiilerich comments: clarify in ui whether comments are for changeset or PR
Wed, 12 Jun 2013 02:13:05 +0200 Mads Kiilerich pull request comments: implement 'close' as a checkbox that always is visible but sometimes disabled
Thu, 27 Jun 2013 22:45:56 +0200 Marcin Kuzminski pull requests: show pull url with revision to merge the pull request
Thu, 27 Jun 2013 00:52:58 +0200 Marcin Kuzminski fixed issues with form upload if settings for repo paths are blocked
Thu, 27 Jun 2013 00:47:15 +0200 Marcin Kuzminski Add ini option to controll custom advanced hooks settings
Thu, 27 Jun 2013 00:30:06 +0200 Marcin Kuzminski fixed diffs vs Empty changeset
Wed, 26 Jun 2013 19:07:32 +0200 Marcin Kuzminski Implemented issue #387 side-by-side diffs view
Wed, 26 Jun 2013 14:29:49 +0200 Marcin Kuzminski update codemirror to latest version
Wed, 26 Jun 2013 00:39:23 +0200 Mads Kiilerich compare: let _get_changesets work on the already resolved revisions
Wed, 26 Jun 2013 00:20:17 +0200 Mads Kiilerich compare: handle revisions and ancestor of empty range in _get_changesets
Wed, 26 Jun 2013 00:13:15 +0200 Mads Kiilerich compare: resolve revisions in the right repository for diffs between repos
Wed, 26 Jun 2013 00:13:15 +0200 Mads Kiilerich compare: make __get_cs_or_redirect more exact
Wed, 26 Jun 2013 00:13:15 +0200 Mads Kiilerich compare: only warn about missing ancestor if a 'merge' diff was requested
Tue, 25 Jun 2013 20:26:16 +0200 Marcin Kuzminski do not overwrite python types
Tue, 25 Jun 2013 20:25:40 +0200 Marcin Kuzminski fixed typo in __get_cs_or_redirect method
Tue, 25 Jun 2013 19:45:55 +0200 Marcin Kuzminski Added css elipsing for API keys
Tue, 25 Jun 2013 19:31:35 +0200 Marcin Kuzminski Fixed some CSS for css elipsis
Fri, 21 Jun 2013 04:13:39 +0200 Marcin Kuzminski fixed show as raw link for private gists and separate files
Fri, 21 Jun 2013 04:10:34 +0200 Marcin Kuzminski fixed show as raw link for private gists
Fri, 21 Jun 2013 02:42:32 +0200 Marcin Kuzminski Added codemirror syntax mode in gists.
Fri, 21 Jun 2013 01:11:16 +0200 Marcin Kuzminski codecleaner
Fri, 21 Jun 2013 00:36:01 +0200 Marcin Kuzminski Added --no-public-access / --public-access flags into setup-rhodecode
Fri, 21 Jun 2013 00:01:31 +0200 Marcin Kuzminski set edit mode on gists
Thu, 20 Jun 2013 23:53:18 +0200 Marcin Kuzminski added codemirror edit mode with autodetection
Thu, 20 Jun 2013 22:43:57 +0200 Marcin Kuzminski update codemirror
Wed, 05 Jun 2013 01:16:42 +0200 Mads Kiilerich pull requests: make it possible control display of closed PRs and whether it is PRs to or from repo
Tue, 04 Jun 2013 14:01:57 +0200 Mads Kiilerich pullrequest: indent PR descriptions in overview
Fri, 14 Jun 2013 16:27:34 +0200 Mads Kiilerich changelog: use unknown branch names as revisions
Wed, 19 Jun 2013 00:23:51 +0200 Marcin Kuzminski removed obsolete separator in closed branches view
Tue, 04 Jun 2013 13:26:41 +0200 Mads Kiilerich branch selectors: show closed branches too
Tue, 18 Jun 2013 21:54:28 +0200 Marcin Kuzminski formatting and small changes
Tue, 18 Jun 2013 21:54:14 +0200 Marcin Kuzminski Replaced fallback username from ? to None in hook loggers
Tue, 18 Jun 2013 10:37:49 -0400 Jonathan Sternberg Include the current user as a created_by/deleted_by attribute for USER_HOOK extensions.
Mon, 17 Jun 2013 18:09:50 -0400 Jonathan Sternberg User create/delete hooks for rcextensions.
Tue, 18 Jun 2013 16:39:59 +0200 Marcin Kuzminski fixed edge case when connection to db fails and code reaches state of variable referenced before assignment
Tue, 18 Jun 2013 16:20:28 +0200 Marcin Kuzminski fixed typo
Tue, 18 Jun 2013 15:55:24 +0200 Marcin Kuzminski use safe get on copy mode since for git we don't have this implemented
Tue, 18 Jun 2013 02:06:01 +0200 Marcin Kuzminski Fixed bug with log_delete hook didn't properly store
Tue, 18 Jun 2013 01:45:46 +0200 Marcin Kuzminski Added ini config maker with dynamic variable replacements.
Mon, 17 Jun 2013 22:58:22 +0200 Marcin Kuzminski fixed some tests after icon change
Mon, 17 Jun 2013 22:47:36 +0200 Marcin Kuzminski Added github flavored markdown style rendering into markdown
Mon, 17 Jun 2013 20:40:48 +0200 Marcin Kuzminski updated contributors
Mon, 17 Jun 2013 20:10:47 +0200 Marcin Kuzminski Added some missing tests for copy+chmod, copy+chmod+modify
Mon, 17 Jun 2013 12:41:28 -0400 Jonathan Sternberg Allow RhodeCode maintainers to specify a custom bug tracker.
Mon, 17 Jun 2013 15:58:20 +0200 Marcin Kuzminski Fixes some issues with keywords generation, and cleaned the code
Mon, 17 Jun 2013 15:45:30 +0200 Marcin Kuzminski fixed small syntax error in css file
Mon, 17 Jun 2013 15:08:31 +0200 Marcin Kuzminski Make the private icon of repo more distinguished from
Sat, 15 Jun 2013 22:51:59 +0200 Marcin Kuzminski codecleaner
Sat, 15 Jun 2013 22:51:32 +0200 Marcin Kuzminski action logger will try to get IP address automatically based
Wed, 12 Jun 2013 21:57:11 +0200 Mads Kiilerich quick filter: do an initial filtering on page load if it has a search criteria - for instance after back
Wed, 12 Jun 2013 21:47:17 +0200 Mads Kiilerich group index: quick search should not search the common part of repo names
Thu, 13 Jun 2013 21:20:33 +0200 Mads Kiilerich pull request: urlify PRs and fix javascript injection
Sat, 15 Jun 2013 20:47:41 +0200 Marcin Kuzminski Added handling of copied files diff parsing
Sat, 15 Jun 2013 14:37:51 +0200 Marcin Kuzminski Added missing __get_cs_or_redirect method for file history.
Thu, 13 Jun 2013 01:33:08 +0200 Marcin Kuzminski Added tag v1.7.1 for changeset 1f71ef689d2a
Thu, 13 Jun 2013 01:06:15 +0200 Marcin Kuzminski updated changelog rhodecode-0.0.1.7.1
Wed, 12 Jun 2013 20:38:05 +0200 Marcin Kuzminski updated contributing docs
Wed, 12 Jun 2013 20:02:01 +0200 Marcin Kuzminski removed encodeURIComponent, on url generation.
Wed, 12 Jun 2013 19:47:38 +0200 Marcin Kuzminski small formatting
Wed, 12 Jun 2013 02:13:05 +0200 Mads Kiilerich repo group index: clarify that it is repo group that can be created/edited
Wed, 12 Jun 2013 02:13:05 +0200 Mads Kiilerich quick search: make user input visible, not light grey on white
Wed, 12 Jun 2013 01:36:35 +0200 Mads Kiilerich templates: drop context_bar, use repo_context_bar directly
Wed, 12 Jun 2013 01:36:35 +0200 Mads Kiilerich Use space after , in lists
Wed, 12 Jun 2013 01:36:35 +0200 Mads Kiilerich uppercase "Loading..."
Wed, 12 Jun 2013 01:36:35 +0200 Mads Kiilerich diff: drop "confirm to show potentially huge diff" click-through
Tue, 04 Jun 2013 14:01:46 +0200 Mads Kiilerich pullrequests: make closed PRs more distinctly grey
Wed, 12 Jun 2013 01:36:35 +0200 Mads Kiilerich css: show status labels clearly - not pseudo-invisible grey
Mon, 03 Jun 2013 15:57:24 +0200 Mads Kiilerich css: make text input fields less small
Wed, 12 Jun 2013 10:29:12 +0200 Marcin Kuzminski use consistent string formatting
Mon, 10 Jun 2013 14:54:37 +0200 Marcin Kuzminski accept that repos are read-only - very convenient for testing.
Wed, 12 Jun 2013 10:21:56 +0200 Marcin Kuzminski fixed issue with formatting escaping on url used in changelog js.
Wed, 12 Jun 2013 01:36:35 +0200 Mads Kiilerich pull requests: use org_ref with correct symbolic name instead of fake one
Wed, 12 Jun 2013 09:34:28 +0200 Marcin Kuzminski Don't create one big transaction when doing cache-keys cleanup.
Wed, 12 Jun 2013 01:36:35 +0200 Mads Kiilerich unionrepo: update for Mercurial 2.6
Tue, 11 Jun 2013 14:40:31 +0200 Marcin Kuzminski Use master branch on master bookmark to test with travis
Tue, 11 Jun 2013 14:40:00 +0200 Marcin Kuzminski When using apply to children flag in repo group permission
Tue, 11 Jun 2013 14:28:05 +0200 Marcin Kuzminski fixed issue with ldap disabling after initially enabling it
Tue, 11 Jun 2013 14:22:54 +0200 Marcin Kuzminski added migrations for column change for gists expiration date
Tue, 11 Jun 2013 13:51:23 +0200 Marcin Kuzminski Fixed issues with how mysql handles float values. Caused gists with
Sat, 08 Jun 2013 01:04:49 +0200 Marcin Kuzminski Added tag v1.7.0 for changeset 351ad34d5632
Sat, 08 Jun 2013 00:40:53 +0200 Marcin Kuzminski merged dev into stable rhodecode-0.0.1.7.0
Sat, 08 Jun 2013 00:36:39 +0200 Marcin Kuzminski Changed search test to perform search on result < 10. beta
Fri, 07 Jun 2013 20:58:03 +0200 Marcin Kuzminski merged dev into stable
Fri, 07 Jun 2013 20:57:28 +0200 Marcin Kuzminski fixed hover loading ... info on lazy-cs beta
Fri, 07 Jun 2013 20:01:57 +0200 Marcin Kuzminski merged dev into stable
Fri, 07 Jun 2013 19:56:17 +0200 Marcin Kuzminski Added timeout option to gunicorn example config beta
Fri, 07 Jun 2013 19:31:29 +0200 Marcin Kuzminski merge beta into dev
Fri, 07 Jun 2013 19:30:45 +0200 Marcin Kuzminski updated i18n beta
Fri, 07 Jun 2013 19:23:20 +0200 Marcin Kuzminski Fill session cookie secret with random generated app_uuid. beta
Fri, 07 Jun 2013 00:31:11 +0200 Marcin Kuzminski Merged dev into stable/default/master branch
Fri, 07 Jun 2013 00:21:45 +0200 Marcin Kuzminski backported update_repo API method from rhodecode-pam beta
Thu, 06 Jun 2013 23:53:01 +0200 Marcin Kuzminski sync gist api and cli with rhodecode-pam. beta
Thu, 06 Jun 2013 23:47:06 +0200 Marcin Kuzminski Add autoincrement for sqlite into Gist table. beta
Thu, 06 Jun 2013 23:45:16 +0200 Marcin Kuzminski Updated changelog beta
Thu, 06 Jun 2013 13:17:09 +0200 Marcin Kuzminski fix favicon on error document page beta
Thu, 06 Jun 2013 12:05:31 +0200 Marcin Kuzminski Use separate icon as favicon beta
Wed, 05 Jun 2013 21:20:21 +0200 Marcin Kuzminski Switched order of actions when doing repo rescan. beta
Wed, 05 Jun 2013 21:06:59 +0200 Marcin Kuzminski Cleanup code beta
Wed, 05 Jun 2013 20:45:05 +0200 Marcin Kuzminski Added extra flag to invalidate caches when doing rescan from web beta
Wed, 05 Jun 2013 19:55:35 +0200 Marcin Kuzminski fixed typo remoke -> revoke beta
Wed, 05 Jun 2013 19:12:16 +0200 Marcin Kuzminski Improve validation on dashboard items field beta
Tue, 04 Jun 2013 17:46:16 +0200 Marcin Kuzminski Updated POT file beta
Tue, 04 Jun 2013 17:42:46 +0200 Marcin Kuzminski removed bad translation string beta
Tue, 04 Jun 2013 15:42:07 +0200 Marcin Kuzminski Updated pot file beta
Tue, 04 Jun 2013 14:42:49 +0200 Marcin Kuzminski fixed gunicorn example config beta
Tue, 04 Jun 2013 12:50:46 +0200 Marcin Kuzminski Patch demandimport.enable because of bug introduced beta
Tue, 04 Jun 2013 11:09:40 +0200 Marcin Kuzminski fixed docs error, should be issue_pat beta
Tue, 04 Jun 2013 00:29:46 +0200 Marcin Kuzminski fixed translation and unicode issues beta
Mon, 03 Jun 2013 23:54:52 +0200 Marcin Kuzminski Moved all Mercurial imports into hgcompat from vcs beta
Sat, 25 May 2013 16:01:41 +0000 Ton Plomp api.rst edited online with Bitbucket beta
Mon, 03 Jun 2013 22:56:45 +0200 Marcin Kuzminski Updated docs beta
Mon, 03 Jun 2013 16:04:12 +0200 Marcin Kuzminski removed yet unavailable option for waitress beta
Mon, 03 Jun 2013 14:18:07 +0200 Marcin Kuzminski Bumped mercurial version beta
Mon, 03 Jun 2013 03:28:04 +0200 Marcin Kuzminski Hide add repository button in admin repositories view if we beta
Mon, 03 Jun 2013 03:10:48 +0200 Marcin Kuzminski added info about settings instance_id=* with gunicorn setup and >1 workers beta
Sun, 02 Jun 2013 21:48:58 +0200 Marcin Kuzminski fix typo beta
Sun, 02 Jun 2013 21:47:48 +0200 Marcin Kuzminski Updated translations how_to beta
Sun, 02 Jun 2013 16:18:49 +0200 Marcin Kuzminski updated pot file and extract_messages defaults beta
Sun, 02 Jun 2013 16:16:20 +0200 Marcin Kuzminski renamed repos group -> repository group beta
Sun, 02 Jun 2013 15:56:33 +0200 Marcin Kuzminski updated polish translations beta
Sun, 02 Jun 2013 15:38:27 +0200 Marcin Kuzminski Updated frech translations and added russian beta
Sun, 02 Jun 2013 15:06:34 +0200 Marcin Kuzminski added transifex mapping file beta
Sat, 01 Jun 2013 23:15:55 +0200 Marcin Kuzminski fixed wrong name for repos group beta
Sat, 01 Jun 2013 18:39:43 +0200 Marcin Kuzminski fixed syntax errors in pt_BR translation beta
Sat, 01 Jun 2013 18:03:44 +0200 Marcin Kuzminski updated translations and added transifex link beta
Sat, 01 Jun 2013 01:03:31 +0200 Marcin Kuzminski Fixes #852, created custom Flash() class and Message beta
Sat, 01 Jun 2013 01:02:53 +0200 Marcin Kuzminski fixed typo in nginx example config beta
Fri, 31 May 2013 01:03:05 +0200 Marcin Kuzminski show number of revisions to parse in whoosh indexing deamon logging beta
Thu, 30 May 2013 22:37:08 +0200 Marcin Kuzminski fixed #851 and #563 make-index crashes on non-ascii files beta
Thu, 30 May 2013 16:08:14 +0200 Marcin Kuzminski Added flag to controll option for changing the repos path location beta
Thu, 30 May 2013 14:12:32 +0200 Marcin Kuzminski Added large_client_header_buffers directive into example nginx beta
Thu, 30 May 2013 01:48:04 +0200 Marcin Kuzminski Added missing paster command beta
Thu, 30 May 2013 01:47:03 +0200 Marcin Kuzminski Moved proxy include of nginx to place where beta
Thu, 30 May 2013 00:29:23 +0200 Marcin Kuzminski fixed #850 Whoosh indexer should use the default revision flag to make index beta
Thu, 30 May 2013 00:01:16 +0200 Marcin Kuzminski moved make-index command to paster_commands module beta
Wed, 29 May 2013 12:13:02 +0200 Marcin Kuzminski allow underscores in usernames. Helps creating special internal users beta
Wed, 29 May 2013 00:26:58 +0200 Marcin Kuzminski fixed gravatar tests beta
Wed, 29 May 2013 00:20:27 +0200 Marcin Kuzminski fixes issues #849 IMC failed for non-ascii files beta
Tue, 28 May 2013 23:27:44 +0200 Marcin Kuzminski fix: add UI settings to session beta
Tue, 28 May 2013 23:12:31 +0200 Marcin Kuzminski Implements #842 RhodeCode version disclosure. beta
Tue, 28 May 2013 23:02:02 +0200 Marcin Kuzminski Add default for dashbord items and create default beta
Tue, 28 May 2013 21:22:16 +0200 Marcin Kuzminski ignore sql_dumps for testing schema migrations beta
Tue, 28 May 2013 21:21:58 +0200 Marcin Kuzminski Changed default behaviour of dbmanage to fix issues with continues beta
Tue, 28 May 2013 20:16:08 +0200 Marcin Kuzminski migration to 1.7.0 beta
Tue, 28 May 2013 17:20:46 +0200 Marcin Kuzminski Switch gravatar to always use ssl. beta
Tue, 28 May 2013 16:57:24 +0200 Marcin Kuzminski added dashboard items config in visual settings beta
Tue, 28 May 2013 16:21:27 +0200 Marcin Kuzminski added more info into __repr__ of auth user for better debugging and logging beta
Tue, 28 May 2013 16:15:40 +0200 Marcin Kuzminski Added use_poll option for latest waitress release. beta
Tue, 28 May 2013 15:52:24 +0200 Marcin Kuzminski Don't show empty permissions for users, only for admins beta
Sat, 25 May 2013 15:38:57 +0200 Marcin Kuzminski bumped waitress version beta
Fri, 24 May 2013 15:07:49 +0200 Marcin Kuzminski Bumped mercurial version beta
Thu, 23 May 2013 00:01:00 +0200 Marcin Kuzminski Updated boolean checks in API permissions calls beta
Wed, 22 May 2013 23:41:52 +0200 Marcin Kuzminski Show repo ID in settings beta
Wed, 22 May 2013 23:36:59 +0200 Marcin Kuzminski API cli should prefer to display errors instead of responses beta
Wed, 22 May 2013 22:46:51 +0200 Marcin Kuzminski small docstring fixes beta
Wed, 22 May 2013 22:42:16 +0200 Marcin Kuzminski fixed some syntax issues (string formatting) with migration files beta
Wed, 22 May 2013 22:35:39 +0200 Marcin Kuzminski fixed duplicated test in diff tests beta
Wed, 22 May 2013 20:14:48 +0200 Marcin Kuzminski Fix check statements from () which had no effect really beta
Wed, 22 May 2013 03:27:03 +0200 Marcin Kuzminski classmethods should have cls as first argument beta
Wed, 22 May 2013 03:17:42 +0200 Marcin Kuzminski replace list appends with list literals when possible beta
Wed, 22 May 2013 03:15:44 +0200 Marcin Kuzminski replace equality comparision to None beta
Wed, 22 May 2013 03:14:03 +0200 Marcin Kuzminski simplified boolean expressions beta
Wed, 22 May 2013 03:10:28 +0200 Marcin Kuzminski minor css fixes beta
Wed, 22 May 2013 02:59:20 +0200 Marcin Kuzminski use consisten double quote docstring formatting beta
Wed, 22 May 2013 02:57:52 +0200 Marcin Kuzminski fix unreachable code errors beta
Wed, 22 May 2013 02:00:57 +0200 Marcin Kuzminski Remove translation calls in API beta
Wed, 22 May 2013 00:48:34 +0200 Marcin Kuzminski Fixed issues with group renames for local repository group admins. beta
Mon, 20 May 2013 21:40:00 +0200 Marcin Kuzminski renamed gists routing to proper plural names beta
Mon, 20 May 2013 14:35:42 +0200 Marcin Kuzminski Explicitly tell fileinput that we use '-' as read source beta
Mon, 20 May 2013 13:04:34 +0200 Marcin Kuzminski Fake post-push actions when doing git fetch. It's still want show beta
Mon, 20 May 2013 12:26:09 +0200 Marcin Kuzminski Backported fixe for #834 hooks error on remote pulling
Mon, 20 May 2013 02:34:03 +0200 Marcin Kuzminski fixes #834 hooks error on remote pulling beta
Mon, 20 May 2013 02:24:16 +0200 Marcin Kuzminski Use lower level API from mercurial when doing a pull beta
Sun, 19 May 2013 20:55:40 +0200 Marcin Kuzminski lazy load pygments lib so we can use VCS without it installed beta
Sun, 19 May 2013 19:46:54 +0200 Marcin Kuzminski Added --format into gist CLI beta
Sun, 19 May 2013 18:21:42 +0200 Marcin Kuzminski fix routing matching order beta
Sun, 19 May 2013 16:14:28 +0200 Marcin Kuzminski added tests for raw gists beta
Sun, 19 May 2013 15:42:08 +0200 Marcin Kuzminski Use unittest2 for testing beta
Sun, 19 May 2013 16:08:21 +0200 Marcin Kuzminski fix syntax error for py <2.7 beta
Sun, 19 May 2013 14:46:57 +0200 Marcin Kuzminski decrease column size for gist_access_id. beta
Sun, 19 May 2013 14:35:15 +0200 Marcin Kuzminski fixed mysql issues with index beta
Sun, 19 May 2013 01:36:41 +0200 Marcin Kuzminski store download archive actions in journal beta
Sun, 19 May 2013 02:14:51 +0200 Marcin Kuzminski Added show as raw into gist beta
Sat, 18 May 2013 23:41:37 +0200 Marcin Kuzminski refactored url.resource to full definition of routes beta
Fri, 17 May 2013 21:33:24 +0200 Marcin Kuzminski show admin menu and list for users who are admins of repos. beta
Fri, 17 May 2013 21:12:54 +0200 Marcin Kuzminski Do read only checks on attach as fork of repo list. beta
Fri, 17 May 2013 20:58:31 +0200 Marcin Kuzminski fix required repo_type param on repo edit form beta
Fri, 17 May 2013 20:58:31 +0200 Marcin Kuzminski fix required repo_type param on repo edit form
Tue, 14 May 2013 00:07:06 +0200 Marcin Kuzminski added permission overview into users group beta
Mon, 13 May 2013 01:10:46 +0200 Marcin Kuzminski Added Simon Lopez to contributors beta
Sun, 12 May 2013 23:41:40 +0200 Simon Lopez Repo type can't be changed. Fixes issue 836 beta
Sun, 12 May 2013 23:41:40 +0200 Simon Lopez Repo type can't be changed. Fixes issue 836
Sun, 12 May 2013 21:51:54 +0200 Marcin Kuzminski bumped version in stable branch
Sun, 12 May 2013 21:46:49 +0200 Marcin Kuzminski Added tag v1.6.0 for changeset 78b53ee0d247
Sun, 12 May 2013 21:33:02 +0200 Marcin Kuzminski Version bump and updated changelog for 1.6.0 final release rhodecode-0.0.1.6.0
Sat, 11 May 2013 00:09:29 +0200 Marcin Kuzminski fixed VCS tests after executable big issue was fixed
Sun, 12 May 2013 19:19:33 +0200 Marcin Kuzminski Repository groups: super admin shouldn't have the permission set beta
Sun, 12 May 2013 17:19:21 +0200 Marcin Kuzminski handle case of rewrite without an gistid in nginx example beta
Sun, 12 May 2013 17:07:28 +0200 Marcin Kuzminski Gist small ui improvements on listing beta
Sun, 12 May 2013 16:58:01 +0200 Marcin Kuzminski added alias configuration option for gists. beta
Sun, 12 May 2013 14:32:38 +0200 Marcin Kuzminski small tests improvements beta
Sun, 12 May 2013 14:18:43 +0200 Marcin Kuzminski updated readme beta
Sun, 12 May 2013 14:14:59 +0200 Marcin Kuzminski Gist: added shortcut for my public gists beta
Sun, 12 May 2013 00:41:38 +0200 Marcin Kuzminski Gist: don't allow files inside directories when creating gists beta
Sun, 12 May 2013 00:26:47 +0200 Marcin Kuzminski gist cli should convert given paths to basenames beta
Sat, 11 May 2013 23:24:08 +0200 Marcin Kuzminski added tests for gist expiration beta
Sat, 11 May 2013 23:19:06 +0200 Marcin Kuzminski Gist: implemented delete of gists by owner, or super admin beta
Sat, 11 May 2013 22:43:54 +0200 Marcin Kuzminski gists: add some API related code improvements beta
Sat, 11 May 2013 21:33:45 +0200 Marcin Kuzminski Prefix gist storage with rc, and store some metadata info into beta
Sat, 11 May 2013 20:24:02 +0200 Marcin Kuzminski Implemented simple gist functionality ref #530. beta
Sat, 11 May 2013 00:25:05 +0200 Marcin Kuzminski Added more tests for web based file edit and add beta
Sat, 11 May 2013 00:09:29 +0200 Marcin Kuzminski fixed VCS tests after executable big issue was fixed beta
Fri, 10 May 2013 23:13:04 +0200 Marcin Kuzminski fixed issue with web-editor that didn't preserve executable bit
Fri, 10 May 2013 23:13:04 +0200 Marcin Kuzminski fixed issue with web-editor that didn't preserve executable bit beta
Fri, 10 May 2013 14:35:02 +0200 Marcin Kuzminski vcs: fixed issues with calling get_changesets method doesn't beta
Thu, 09 May 2013 22:51:53 +0200 Marcin Kuzminski remove +x from README.rst beta
Thu, 09 May 2013 21:44:15 +0200 Marcin Kuzminski api: decouple some parts from api CLI script beta
Thu, 09 May 2013 14:52:05 +0200 Marcin Kuzminski Use repo-scann at latest possible state. beta
Thu, 09 May 2013 14:44:26 +0200 Marcin Kuzminski Updated hgignore to skip .idea config files beta
Thu, 09 May 2013 13:29:03 +0200 Marcin Kuzminski fixed handling shell argument in subprocess calls, it always was hardcoded even when passed properly in arguments beta
Thu, 09 May 2013 00:04:43 +0200 Marcin Kuzminski created basic TestClass for tests that does beta