log

age author description
Fri, 08 Sep 2017 04:12:51 +0200 Mads Kiilerich pygments: reimplement get_lem under the name get_extension_descriptions
Fri, 25 Aug 2017 14:36:01 +0200 Lars Kruse codingstyle: rename variable "hex" (conflicting with builtin)
Fri, 25 Aug 2017 14:35:46 +0200 Lars Kruse codingstyle: replace ".has_key(...)" with "... is in ..."
Fri, 25 Aug 2017 14:35:28 +0200 Lars Kruse codingstyle: replace comparison for equality against None with "is" expression
Fri, 25 Aug 2017 14:34:58 +0200 Lars Kruse codingstyle: replace "not ... is ..." with "... is not ..."
Fri, 25 Aug 2017 14:33:37 +0200 Lars Kruse codingstyle: replace "not ... in ..." with "... not in ..."
Fri, 25 Aug 2017 14:33:18 +0200 Lars Kruse codingstyle: replace upper-case variable names with lower-case ones
Fri, 25 Aug 2017 14:32:50 +0200 Lars Kruse codingstyle: trivial whitespace fixes
Fri, 25 Aug 2017 14:32:31 +0200 Lars Kruse py3: replace list comprehension with for-loop due to scope
Fri, 25 Aug 2017 14:31:48 +0200 Lars Kruse lib: fix typo in comment
Fri, 25 Aug 2017 14:31:29 +0200 Lars Kruse tests: add missing tempfile import
Fri, 25 Aug 2017 14:30:57 +0200 Lars Kruse py3: replace "file" with "open"
Thu, 17 Aug 2017 21:46:10 +0200 domruf js: reduce duplicate code - make autocompleteHighlightMatch handle the non-match case too
Thu, 17 Aug 2017 23:23:52 +0200 domruf utils: remove Session after we are done using it in set_app_settings
Mon, 14 Aug 2017 22:34:28 +0200 domruf tests: use temporary copy of test.ini, possibly customized for TEST_DB
Sun, 30 Jul 2017 14:26:10 +0200 domruf templates: tweak file edit page markup to be slightly more correct and make it look slightly better
Wed, 28 Jun 2017 22:57:48 +0200 domruf files: make browser panel header look less bloated
Sat, 29 Oct 2016 13:45:07 +0200 domruf templates: add viewport meta element so small devices react to the responsive design
Tue, 18 Jul 2017 22:07:44 +0200 domruf navbar: use Bootstrap 'caret' class instead of our own 'navbar-caret'
Mon, 26 Jun 2017 20:47:49 +0200 domruf templates: jQuery DataTables need explicit width="100%" for resizing to work correctly
Thu, 29 Jun 2017 23:17:15 +0200 domruf style: consistently use 'changeset_hash' class for monospace hashes
Mon, 28 Aug 2017 05:25:40 +0200 Mads Kiilerich pullrequests: use shared changelog_table implementation
Thu, 03 Nov 2016 20:03:03 +0100 domruf summary: use shared changelog_table implementation on summary page
Sun, 27 Aug 2017 17:11:03 +0200 Mads Kiilerich summary: inline _load_changelog_summary
Sun, 27 Aug 2017 17:00:57 +0200 Mads Kiilerich summary: drop the in-page paging and replace it with simpler page reload
Sun, 27 Aug 2017 16:39:35 +0200 Mads Kiilerich changelog: update styling - don't restrict styling to graph when it is all for all changelog views
Sun, 27 Aug 2017 16:39:35 +0200 Mads Kiilerich changelog: make the table a re-usable template element
Sun, 27 Aug 2017 16:39:35 +0200 Mads Kiilerich changelog: don't render the checkbox-column at all if it isn't used
Mon, 28 Aug 2017 05:25:40 +0200 Mads Kiilerich vcs: let Git changesets return an empty set of bookmarks and drop vcs check before iterating bookmarks
Thu, 03 Nov 2016 20:03:03 +0100 domruf controllers: consistently use c.cs_pagination for changeset paginators
Mon, 28 Aug 2017 05:25:40 +0200 Mads Kiilerich controllers: consistently use c.cs_comments and cs_statuses
Sun, 02 Jul 2017 22:19:12 +0200 domruf changelog: only show the 'expand_commit' button if there are more lines to show
Mon, 03 Jul 2017 21:45:37 +0200 domruf changelog: avoid cutting off commit messages
Mon, 28 Aug 2017 05:25:39 +0200 Mads Kiilerich changelog: fix column sizing - don't expand the date column but give everything to the description column
Sun, 27 Aug 2017 16:39:35 +0200 Mads Kiilerich changelog: dim the whole row for changesets that are merges or out of range
Mon, 28 Aug 2017 05:25:39 +0200 Mads Kiilerich tests: fix test failure after 3c1cdd1c1736
Tue, 18 Jul 2017 20:50:49 +0200 domruf js: use body as container for Bootstrap tooltips
Tue, 27 Jun 2017 21:49:33 +0200 domruf templates: don't abuse elements as links or buttons
Thu, 24 Aug 2017 02:50:04 +0200 Mads Kiilerich changelog: simplify message expansion toggling
Sun, 06 Aug 2017 20:39:33 +0200 domruf contextbar: fix navbar markup
Mon, 03 Jul 2017 20:18:57 +0200 domruf changelog: move the tooltip from the user name to the whole column
Sun, 02 Jul 2017 21:14:37 +0200 domruf style: rely on css to truncate author name in tables instead of truncating to fixed length
Wed, 23 Aug 2017 03:26:58 +0200 Mads Kiilerich js: introduce jquery.flot library - so far unused
Wed, 23 Aug 2017 03:26:58 +0200 Mads Kiilerich statistics: only load the Flot library when we need it
Wed, 23 Aug 2017 03:26:58 +0200 Mads Kiilerich statistics: make statistics view work again
Wed, 23 Aug 2017 03:26:58 +0200 Mads Kiilerich templates: remove some dead code for toggling something when clicking a gravatar
Mon, 10 Jul 2017 13:13:10 -0500 Andrew Shadura comments: display comment previews while submitting
Mon, 03 Jul 2017 22:17:28 +0200 domruf changeset: 'Parent rev.' and 'Child rev.' are no 'changeset_hash'
Mon, 03 Jul 2017 21:32:56 +0200 domruf changelog: change comments tooltip from 'Changeset has comments' to 'X comments'
Sun, 02 Jul 2017 20:28:09 +0200 domruf changelog: reduce the amount of html elements
Sun, 02 Jul 2017 21:41:41 +0200 domruf compare: re-render branch graph on page resize
Sun, 30 Jul 2017 14:37:01 +0200 domruf templates: add caret to user dropdown
Sun, 30 Jul 2017 13:51:35 +0200 domruf templates: revert accidental rename from 5e3adb20839d
Thu, 29 Jun 2017 23:24:42 +0200 domruf changeset range: move gravatar in front of revision link
Fri, 21 Oct 2016 18:30:06 +0200 domruf template: add missing closing tag </a> for Lock
Wed, 28 Jun 2017 23:25:41 +0200 domruf templates: remove <pre> from panel header on files sources page
Thu, 27 Jul 2017 22:25:16 +0200 domruf template: use bootstrap .checkbox class to fix alignment of Files 'Follow current branch' checkbox
Wed, 28 Jun 2017 22:30:24 +0200 domruf templates: use span elements instead of left floating div
Tue, 27 Jun 2017 21:49:33 +0200 domruf templates: don't use ordinary elements as links or buttons by adding btn styling
Mon, 14 Aug 2017 00:40:04 +0200 Mads Kiilerich templates: drop odd grid_edit and grid_delete classes
Mon, 26 Jun 2017 22:28:58 +0200 domruf templates: more consistently put icons inside 'Delete' and 'Edit' buttons
Tue, 08 Aug 2017 21:35:20 +0200 domruf api: change precision of ChangesetStatus.modified_at to seconds
Sun, 13 Aug 2017 17:19:18 +0200 Mads Kiilerich autocomplete: use select2 when selecting users or groups to give permissions
Sun, 13 Aug 2017 17:19:18 +0200 Mads Kiilerich autocomplete: use select2 when selecting users to add as reviewers to PRs
Sun, 13 Aug 2017 17:19:18 +0200 Mads Kiilerich autocomplete: use select2 when selecting owner of repos and PRs
Sun, 13 Aug 2017 17:19:18 +0200 Mads Kiilerich autocomplete: make autocompleteFormatter compatible with select2
Sun, 13 Aug 2017 01:59:19 +0200 Mads Kiilerich celery: replace loader.PylonsSettingsProxy with a simple configuration object
Sun, 11 Jun 2017 16:13:09 +0200 domruf celery: simplify internal configuration and app creation
Sun, 11 Jun 2017 16:13:09 +0200 domruf celery: let celerypylons.app be the actual app, not a factory
Sat, 12 Aug 2017 17:55:58 +0200 Mads Kiilerich celeryd: let the gearbox command use db session as most other gearbox commands do
Sat, 12 Aug 2017 17:40:01 +0200 Mads Kiilerich lib: make the DaemonLock lock location parameter mandatory - the default was never used
Sat, 12 Aug 2017 17:40:01 +0200 Mads Kiilerich make-index: move make_index.lock to the index location - don't assume that the .ini directory is writable
Sun, 11 Jun 2017 16:56:12 +0200 domruf gearbox: if a config file is specified, store it in the command instance so it is available without tg
Sat, 12 Aug 2017 17:32:27 +0200 Mads Kiilerich rcext: this command actually *does* require a config file ... but doesn't require db configuration
Sat, 12 Aug 2017 17:30:45 +0200 Mads Kiilerich rcext: show extension path in prompt for overwriting - let the user know what we are asking about
Sat, 12 Aug 2017 17:30:33 +0200 Mads Kiilerich install-iis: fix failure - replace paster ensure_file with explicit file writing
Sat, 12 Aug 2017 17:29:58 +0200 Mads Kiilerich install-iis: remove import of non-existing AbstractInstallCommand
Sat, 12 Aug 2017 17:29:57 +0200 Mads Kiilerich install-iis: refactor, put template as global dispath_py_template
Sat, 12 Aug 2017 17:29:06 +0200 Mads Kiilerich scripts: verify in release script that tar content matches repo content
Sat, 12 Aug 2017 17:28:40 +0200 Mads Kiilerich manifest: update file name list - for example, fix the path to the template.ini.mako config template
Sat, 12 Aug 2017 16:36:28 +0200 Mads Kiilerich docs: fix some sphinx warnings
Fri, 11 Aug 2017 02:48:15 +0200 Mads Kiilerich autocompletion: drop explicit container elements - just create them when necessary
Mon, 07 Aug 2017 23:15:30 +0200 domruf tests: replace touch command with platform independent python code
Sun, 06 Aug 2017 20:18:37 +0200 domruf tests: don't silence errors while creating test index
Thu, 27 Jul 2017 14:30:44 +0000 Holger Schramm i18n: updated translation for German
Wed, 26 Jul 2017 06:42:40 +0000 Étienne Gilli i18n: updated translation for French
Thu, 27 Jul 2017 14:26:14 +0200 Andrew Shadura i18n: regenerate translations
Thu, 27 Jul 2017 03:02:37 +0200 Mads Kiilerich Merge stable
Wed, 26 Jul 2017 20:23:13 +0200 Andrew Shadura Added tag 0.3.3 for changeset 64ea7ea09236 stable
Wed, 26 Jul 2017 20:22:13 +0200 Andrew Shadura release: 0.3.3 stable 0.3.3
Tue, 25 Jul 2017 16:43:29 +0200 Andrew Shadura i18n: regenerate translations stable
Thu, 13 Jul 2017 12:26:01 +0200 Thomas De Schampheleire docs: fix broken reference stable
Mon, 03 Jul 2017 00:54:36 +0200 Mads Kiilerich scripts: add update-copyrights.py stable
Tue, 06 Jun 2017 21:10:52 +0200 domruf hg: support Mercurial 4.2 stable
Tue, 06 Jun 2017 21:42:13 +0200 domruf hg: remove _rcpath override stable
Tue, 30 May 2017 02:59:45 +0200 Mads Kiilerich email: don't crash on sending mails with unicode comments without appropriate environment configuration (Issue #275) stable
Mon, 23 Jan 2017 02:17:38 +0900 FUJIWARA Katsunori journal: make "repository:" filtering condition work as expected (Issue #261) stable
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich admin: better handling of rescan/delete and invalidate at the same time (Issue #252) stable
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich git: clarify that non-bare git repos not are supported (Issue #254) stable
Tue, 18 Oct 2016 23:29:23 +0200 Mads Kiilerich repo-scan: rewrite get_filesystem_repos to use os.walk instead of stupid recursion stable
Fri, 10 Jun 2016 01:19:58 +0200 Mads Kiilerich repos: fix unicode error when scanning and finding repositories with unicode names stable
Sun, 22 Jan 2017 01:16:52 +0100 Mads Kiilerich cleanup: make sure the kind of repos found by scanning also are ignored for cleanup - don't recurse into non-bare git or svn repos stable
Fri, 06 Jan 2017 01:43:51 +0100 Mads Kiilerich templates: update copyright notice in footer to 2017 stable
Mon, 19 Dec 2016 04:46:48 +0100 Mads Kiilerich changeset: fix broken revision links in title stable
Thu, 10 Nov 2016 16:10:41 +0100 Mads Kiilerich helpers: more helpful error messages for changeset not found stable
Thu, 10 Nov 2016 17:54:05 +0100 Thomas De Schampheleire docs: document X-Kallithea-Notification-Type header stable
Tue, 11 Oct 2016 17:45:40 +0200 Thomas De Schampheleire email: add X-Kallithea-Notification-Type header stable
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich config: clarify that we only recommend and support single threaded operation stable
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich annotate: invoke hg annotate in a way that is forward compatible with Mercurial 3.9 stable
Thu, 14 Jul 2016 14:56:20 +0200 Andrew Shadura git: include an LF at the end of the service advertisement (Fixes #230) stable
Tue, 14 Jun 2016 22:14:39 +0200 domruf lock: fix for Mercurial 3.6+ - wrap hgweb to catch Locked exceptions from hooks stable
Sat, 25 Jun 2016 02:57:44 +0200 Mads Kiilerich lock: simplify debug logging - use the actual response code stable
Sat, 22 Apr 2017 21:08:51 +0000 Viktar Vauchkevich i18n: updated translation for Belarusian stable
Fri, 10 Mar 2017 18:26:58 +0000 mao i18n: updated translation for Chinese (Traditional) stable
Tue, 10 Jan 2017 07:35:18 +0000 Sam Jaques i18n: updated translation for Dutch (Belgium) stable
Sun, 14 May 2017 01:12:56 +0200 Mads Kiilerich setup: don't use setuptools 34 - it has indirect conflicts with the celery version supported on the stable branch (Issue #266) stable
Sun, 08 Jan 2017 18:16:52 +0100 Andrew Shadura i18n: correct mistakes in the Russian translation introduced in 836888e. stable
Thu, 05 Jan 2017 14:58:45 +0000 Andrew Shadura i18n: updated translation for Russian stable
Tue, 25 Jul 2017 16:22:16 +0200 Andrew Shadura docs: fix broken references
Thu, 06 Jul 2017 19:47:42 +0200 Thomas De Schampheleire docs: recommend --upgrade for all pip installations in a virtualenv
Sun, 09 Jul 2017 15:20:56 +0200 domruf hg: fix next() and prev() for obsolete changesets
Thu, 29 Jun 2017 21:41:03 +0200 domruf changeset: use the same 'deleted' naming for labels as used elsewhere
Thu, 29 Jun 2017 21:05:08 +0200 domruf changeset: use bootstrap label instead of custom css
Wed, 28 Jun 2017 23:30:47 +0200 domruf files sources: add some space between buttons and panel with form-group
Tue, 27 Jun 2017 22:32:20 +0200 domruf templates: make gist edit and new page look more similar
Tue, 27 Jun 2017 22:16:27 +0200 domruf template: simplify journal styling
Mon, 26 Jun 2017 22:48:09 +0200 domruf template: use btn-xs for new_users_group button (be consistent with new_user button)
Wed, 05 Jul 2017 21:17:47 +0200 Thomas De Schampheleire tests: vcs: remove influence of user's hg settings
Wed, 05 Jul 2017 21:08:17 +0200 Thomas De Schampheleire tests: fix failures due to environment LANG settings (Issue #286)
Wed, 05 Jul 2017 01:57:32 +0200 Mads Kiilerich style: fix display of the PR graph of changesets available for update
Wed, 28 Jun 2017 21:26:21 +0200 Thomas De Schampheleire docs/contributing: clarify that Kallithea now also has a stable branch
Wed, 28 Jun 2017 21:24:54 +0200 Thomas De Schampheleire docs/contributing: move installation of dev_requirements to default instructions
Wed, 28 Jun 2017 21:52:35 +0200 Karl Goetz docs/contributing: make contribution information more accessible
Wed, 28 Jun 2017 21:52:53 +0200 Karl Goetz docs/vcs_support: add information on importing repositories
Wed, 28 Jun 2017 22:09:16 +0200 Thomas De Schampheleire templates: fix indentation after 9846e4d1f9cd introduced tabs
Wed, 28 Jun 2017 21:53:39 +0200 Thomas De Schampheleire docs/setup: heading whitespace cleanup
Mon, 26 Jun 2017 22:57:28 +0200 domruf templates: fix typo that broke deleting repo groups
Sat, 01 Jul 2017 21:47:30 +0200 Eivind Tagseth git: improve performance working with git changesets
Sat, 01 Jul 2017 22:39:41 +0200 Thomas De Schampheleire docs: mention pytest-profiling
Sat, 01 Jul 2017 21:34:33 +0200 Thomas De Schampheleire tests: use pytest-benchmark for performance tests
Thu, 29 Jun 2017 11:18:44 +0200 Eivind Tagseth tests: add simple (skipped) unit tests for graph_data that may be used to measure performance
Tue, 20 Sep 2016 22:01:48 +0200 domruf changeset: use Bootstrap panel for comments
Sun, 25 Jun 2017 18:49:21 +0200 Mads Kiilerich pagination: avoid superfluous margins - especially when pages are short and pagination isn't shown
Sun, 25 Jun 2017 18:49:04 +0200 Mads Kiilerich style: fix navbar collapsing and make styling more Bootstrappy
Sun, 25 Jun 2017 18:47:51 +0200 Mads Kiilerich style: drop form-horizontal - our style is much closer to plain Bootstrap forms
Sun, 25 Jun 2017 18:28:32 +0200 Mads Kiilerich style: change some div to span to make it inline and look better without custom styling - especially around gravatars
Sun, 25 Jun 2017 18:28:04 +0200 Mads Kiilerich summary: change markup floating to make it work better without custom styling
Sun, 25 Jun 2017 18:27:28 +0200 Mads Kiilerich style: drop some redundant and empty divs
Sun, 25 Jun 2017 18:26:49 +0200 Mads Kiilerich style: drop some unnecessary direct styling af gravatar
Sun, 25 Jun 2017 18:26:22 +0200 Mads Kiilerich comments: make "Submitting" hidden in the template
Sun, 25 Jun 2017 18:25:46 +0200 Mads Kiilerich permissions: fix markup of Default Permissions > Global > Anonymous access checkbox
Sun, 25 Jun 2017 18:25:31 +0200 Mads Kiilerich style: fix double height navigation bar in Chrome - caused by navbar-caret absolute position causing float to the next line
Sun, 25 Jun 2017 18:25:23 +0200 Mads Kiilerich changeset: show description on separate line - don't float it to the right of author
Sat, 31 Dec 2016 12:16:45 +0100 domruf license: clarify that Bootstrap doesn't claim copyright for "The Bootstrap Authors" for v3
Fri, 10 Mar 2017 18:26:59 +0000 mao i18n: updated translation for Chinese (Traditional)
Thu, 05 Jan 2017 14:58:46 +0000 Andrew Shadura i18n: updated translation for Russian
Wed, 26 Apr 2017 09:50:32 +0000 Marko Semet i18n: updated translation for German
Sat, 03 Jun 2017 21:48:25 +0000 Viktar Vauchkevich i18n: updated translation for Belarusian
Wed, 14 Jun 2017 18:52:00 +0000 Asterios Dimitriou i18n: updated translation for Greek
Sun, 18 Jun 2017 16:23:00 +0000 Thomas De Schampheleire i18n: updated translation for Dutch (Belgium)
Sun, 18 Jun 2017 15:48:22 +0000 Sam Jaques i18n: updated translation for Dutch (Belgium)
Sun, 18 Jun 2017 15:04:16 +0000 Thomas De Schampheleire i18n: updated translation for Dutch (Belgium)
Sun, 18 Jun 2017 01:09:18 +0200 Mads Kiilerich style: drop a couple of unused references to a 'container' class that could conflict with Bootstrap
Mon, 19 Jun 2017 01:34:31 +0200 Mads Kiilerich style: rework review status icon handling
Sun, 18 Jun 2017 01:09:18 +0200 Mads Kiilerich notifications: remove custom 'container' class to avoid conflict with Bootstrap ... and rewrite things to use plain Bootstrap
Sun, 18 Jun 2017 01:09:18 +0200 Mads Kiilerich style: rename changeset 'container' class to changeset_content_header to avoid conflict with Bootstrap
Mon, 22 May 2017 22:28:55 +0200 domruf changelog: avoid conflict with Bootstrap '.container' - just use 'tr'
Thu, 18 May 2017 21:09:15 +0200 domruf templates: fix btn markup
Mon, 19 Jun 2017 00:53:47 +0200 Mads Kiilerich graph: align the dots with the middle of the first *visible* child element
Sat, 17 Jun 2017 21:51:39 +0200 Thomas De Schampheleire docs: add documentation about internationalization from a user perspective
Sat, 17 Jun 2017 21:53:24 +0200 Thomas De Schampheleire i18n: use TG2 compatible settings names i18n.lang and i18n.enabled
Sat, 17 Jun 2017 22:19:11 +0200 Thomas De Schampheleire i18n: remove explicit formencode language setting
Sat, 17 Jun 2017 22:09:21 +0200 Thomas De Schampheleire i18n: remove old English translation file
Sat, 17 Jun 2017 23:36:12 +0200 Mads Kiilerich style: restore styling for 'error-message' class, used by formencode htmlfill
Sun, 18 Sep 2016 20:00:46 +0200 domruf templates: use a Bootstrap container for the whole #content
Thu, 22 Sep 2016 21:05:03 +0200 domruf index: only link from the repository and group names - don't include the various icons
Thu, 18 May 2017 20:52:49 +0200 domruf templates: use span for inline elements
Thu, 25 May 2017 19:49:50 +0200 domruf changelog: re-render branch graph on page resize
Thu, 18 May 2017 20:10:24 +0200 domruf templates: remove some obsolete classes and html elements
Thu, 22 Sep 2016 21:23:06 +0200 domruf templates: remove some old inline style=
Tue, 06 Jun 2017 19:40:18 +0200 domruf api: add get_changesets
Tue, 13 Jun 2017 22:55:58 +0200 Mads Kiilerich diff: fix width - make it 100% of the page as before
Wed, 14 Jun 2017 02:20:54 +0200 Mads Kiilerich changelog: fix location of tags after b99cd2bc7540 removed too much markup
Tue, 06 Jun 2017 21:10:52 +0200 domruf hg: support Mercurial 4.2
Tue, 06 Jun 2017 21:42:13 +0200 domruf hg: remove _rcpath override
Tue, 13 Jun 2017 01:11:31 +0200 Mads Kiilerich sqlalchemy: fix warnings from running the test suite
Sun, 11 Jun 2017 15:02:09 +0200 Mads Kiilerich style: use plain Bootstrap with existing CSS styling
Sun, 11 Jun 2017 15:02:09 +0200 Mads Kiilerich style: remove most of the explicit styles - it should now be good enough in CSS ... and Bootstrap will soon improve it further
Sun, 11 Jun 2017 15:02:09 +0200 Mads Kiilerich style: various minor-ish markup changes, preparing for Bootstrap
Sun, 11 Jun 2017 15:02:09 +0200 Mads Kiilerich style: replace file browse browserblock with Bootstrap panel
Sun, 11 Jun 2017 15:02:09 +0200 Mads Kiilerich style: replace code-body etc with Bootstrap-ish panel and panel-heading, using panel-default for headers and tweak them grey
Sun, 11 Jun 2017 15:02:09 +0200 Mads Kiilerich style: drop dynamic width of repo summary labels - it should be the same no matter if statistics is shown or not
Sun, 11 Jun 2017 15:02:09 +0200 Mads Kiilerich auth: fix crash on invalid bcrypt password
Sun, 11 Jun 2017 15:02:09 +0200 Mads Kiilerich style: when dimming rows with merge changesets, only dim author and description, not tooltips
Sun, 11 Jun 2017 15:02:08 +0200 Mads Kiilerich pullrequests: fix graph re-drawing on 'expand' of changeset description while creating PR
Sun, 04 Jun 2017 16:28:00 +0200 Mads Kiilerich stable
Thu, 11 May 2017 20:09:25 +0200 domruf repositories: allow to pull changes from forked repo
Tue, 30 May 2017 02:59:45 +0200 Mads Kiilerich repository: fix crash when forking repositories with unicode names
Tue, 30 May 2017 02:59:45 +0200 Mads Kiilerich tests: add test coverage for forking repos to unicode names
Tue, 30 May 2017 02:59:45 +0200 Mads Kiilerich email: don't crash on sending mails with unicode comments without appropriate environment configuration (Issue #275)
Tue, 30 May 2017 02:59:45 +0200 Mads Kiilerich make-config: use %(here)s in the generated file instead of hardcoding absolute path
Tue, 30 May 2017 02:59:45 +0200 Mads Kiilerich tests: put all temporary files in one top directory
Sun, 28 May 2017 19:53:15 +0200 Mads Kiilerich tests: clarify that time.tzset only is available on Unix
Sun, 28 May 2017 19:42:23 +0200 Mads Kiilerich tests: drop 'environ' as global variable - just pass it to URLGenerator as temporary variable
Wed, 29 Mar 2017 22:12:50 +0200 domruf api: add get_pullrequest and comment_pullrequest methods
Wed, 29 Mar 2017 22:12:50 +0200 domruf api: add option to get pullrequests for get_repo
Wed, 29 Mar 2017 22:10:27 +0200 domruf api: add optional branches, tags and bookmarks information to get_repo API data
Mon, 13 Mar 2017 15:34:53 +0100 Eivind Tagseth Add JSON-RPC API for reading changeset status
Thu, 11 May 2017 00:19:14 +0200 domruf vcs: remove unused code and test of it
Wed, 10 May 2017 23:14:12 +0200 domruf tests: move time zone setup to pytest_configure
Wed, 10 May 2017 22:50:19 +0200 domruf hg: fix except clauses order
Wed, 10 May 2017 23:01:38 +0200 domruf ldap_sync: change create_repo_group to create_group
Wed, 10 May 2017 22:58:06 +0200 domruf bin: fix __eq__ of bin/base.py RcConf
Wed, 10 May 2017 22:42:37 +0200 domruf fcs: remove unused run_command - it doesn't work anyway
Wed, 10 May 2017 22:05:16 +0200 domruf lib: remove unused kallithea/lib/profiler.py
Wed, 10 May 2017 21:43:53 +0200 domruf compat: merge OrderedDict base class which only is used once with dict
Tue, 09 May 2017 22:16:23 +0200 domruf vcs: remove main entry point - the code that doesn't work anyway
Wed, 10 May 2017 20:13:24 +0200 domruf validators: wrap hgsubversion import with try/except block like in settings.py
Tue, 09 May 2017 21:38:00 +0200 domruf repos: fix field form validation exception checking - it seems wrong to checking the exception type
Tue, 09 May 2017 19:04:32 +0200 domruf controller: add missing import for VCSError
Sun, 14 May 2017 21:20:12 +0200 Mads Kiilerich docs: clarify that Session usually should be called - methods should not be used directly
Tue, 09 May 2017 21:29:17 +0200 domruf sqlalchemy: be consistent, always use Session() instead of just Session
Sat, 13 May 2017 03:53:49 +0200 Mads Kiilerich auth: refactor to make it explicit in the function profile when they only takes one permission
Sat, 13 May 2017 03:52:28 +0200 Mads Kiilerich tests: make test_create_and_remove pass on case-insensitive MySQL
Wed, 03 May 2017 19:00:38 +0200 domruf tests: rename manual_test_vcs_operations.py to test_ prefix so py.test picks it up
Wed, 22 Mar 2017 23:33:54 +0100 domruf tests: let the webserver fixture generate URLs for the vcs tests
Mon, 02 May 2016 22:41:51 +0200 domruf tests: use webserver fixture for running vcs tests, removing need for serving manually
Mon, 02 May 2016 22:41:51 +0200 domruf tests: introduce webserver fixture
Mon, 01 May 2017 17:23:31 +0200 domruf test: add warning about not mounting /tmp noexec
Thu, 27 Apr 2017 20:46:16 +0200 domruf tests: check returncode from executing external commands
Sat, 13 May 2017 02:29:22 +0200 Mads Kiilerich pullrequests: improve alignment of graph for available changesets - make sure first td never is empty
Sat, 13 May 2017 02:29:13 +0200 Mads Kiilerich pullrequests: fix "additional changes" js error - make sure all cs tables have a first column to align with (Issue #274)
Wed, 10 May 2017 18:38:52 +0200 domruf logging: don't change the log level in the handler config
Thu, 11 May 2017 02:05:15 +0200 Mads Kiilerich config: remove unused DbManage import and adjust other missing imports
Tue, 09 May 2017 17:49:31 +0200 domruf sqlalchemy: remove echo setting from .ini files and create_engine
Wed, 26 Apr 2017 11:21:56 +0300 Anton Schur tests: initial_repo_scan = false in test.ini, explicitly do repo scan in the pytest configure phase.
Wed, 26 Apr 2017 11:29:30 +0300 Anton Schur test: move test environment initialization from the main code to tests
Thu, 23 Mar 2017 23:49:19 +0100 domruf repositories: make sure repositories not only differ in casing
Mon, 08 May 2017 05:25:41 +0200 Mads Kiilerich celerylib: fix error in error logging format string
Mon, 08 May 2017 05:25:41 +0200 Mads Kiilerich tests: clarify that default parameters are for form - direct model access requires different types