log

age author description
Tue, 25 Dec 2018 20:31:12 +0100 Mads Kiilerich tests: make lock tests stable against running 'py.test -k user'
Tue, 25 Dec 2018 20:23:42 +0100 Mads Kiilerich files: use the web browsers built-in js history instead of native.history.js
Tue, 25 Dec 2018 20:23:42 +0100 Mads Kiilerich files: set page title explicitly when navigating history
Tue, 25 Dec 2018 20:23:42 +0100 Mads Kiilerich files: Extract load_state function
Tue, 25 Dec 2018 20:23:42 +0100 Mads Kiilerich files: more cleanup of what history "state" actually is
Tue, 25 Dec 2018 20:23:42 +0100 Mads Kiilerich files: change "callbacks" function to the more descriptive name "post_load_state" and let it take an actual state data object
Tue, 11 Dec 2018 01:14:16 +0100 Mads Kiilerich front-end: Move .less files to the front-end folder
Tue, 11 Dec 2018 01:40:17 +0100 Mads Kiilerich front-end: Drop lessc --relative-urls
Tue, 11 Dec 2018 00:25:21 +0100 Mads Kiilerich front-end: More clean-up after YUI is gone
Sun, 06 Aug 2017 12:46:03 +0200 domruf front-end: remove unused YUI
Wed, 11 Oct 2017 19:37:03 +0200 domruf front-end: remove code that is unused after autocomplete switched to At.js
Mon, 10 Dec 2018 22:54:04 +0100 domruf front-end: use At.js for MentionsAutoComplete
Mon, 10 Dec 2018 23:32:39 +0100 Mads Kiilerich front-end: Use codemirror from node_modules and stop bundling it
Mon, 10 Dec 2018 22:47:01 +0100 Mads Kiilerich front-end: Use DataTables from node_modules and stop bundling it
Tue, 11 Dec 2018 01:22:56 +0100 Mads Kiilerich front-end: Use select2 from node_modules and stop bundling it
Mon, 10 Dec 2018 23:20:54 +0100 Mads Kiilerich front-end: Use jQuery and Flot from node_modules and stop bundling them
Mon, 10 Dec 2018 23:25:58 +0100 Mads Kiilerich front-end: Use the existing bootstrap.js from node_modules and stop bundling Bootstrap
Tue, 25 Dec 2018 20:23:42 +0100 Mads Kiilerich front-end: use license-checker to generate information about code used to build the front-end
Mon, 10 Dec 2018 22:35:29 +0100 Mads Kiilerich front-end: Store temporary files in a tmp directory
Tue, 04 Dec 2018 12:16:20 +0100 Mads Kiilerich front-end: Introduce 'front-end' directory with source files for building the front-end
Sun, 23 Dec 2018 21:16:07 +0100 Mads Kiilerich make-release: drop partial support for shipping the generated style.css and corresponding bootstrap
Sun, 23 Dec 2018 21:16:07 +0100 Mads Kiilerich make-release: only specify Sphinx once for pip install
Sun, 23 Dec 2018 21:16:07 +0100 Mads Kiilerich docs: Fix a couple of build warnings
Sun, 23 Dec 2018 21:16:07 +0100 Mads Kiilerich hgignore: .pytest_cache
Sun, 23 Dec 2018 21:16:07 +0100 Mads Kiilerich gearbox: drop last traces of upgrade-db paster command
Sun, 23 Dec 2018 21:16:07 +0100 Mads Kiilerich search: tweak logging from index-create
Sun, 23 Dec 2018 21:16:07 +0100 Mads Kiilerich search: better messaging when the index hasn't been built yet
Sun, 23 Dec 2018 21:16:07 +0100 Mads Kiilerich search: Actually raise EmptyIndexError if the index hasn't been built yet
Sun, 23 Dec 2018 21:16:06 +0100 Mads Kiilerich hg: fix URL cloning with Mercurial 4.6 and later
Mon, 17 Dec 2018 22:33:29 +0100 Thomas De Schampheleire kallithea-cli: remind users to generate the front-end
Wed, 05 Dec 2018 21:37:21 +0100 Thomas De Schampheleire model: move notification types from Notification to NotificationModel
Wed, 05 Dec 2018 21:27:58 +0100 Thomas De Schampheleire model: remove UI notification feature
Wed, 05 Dec 2018 21:21:39 +0100 Thomas De Schampheleire controllers/templates: remove UI notification feature
Wed, 05 Dec 2018 07:40:00 +0100 Thomas De Schampheleire tests: remove tests of UI notifications
Tue, 04 Dec 2018 21:32:57 +0100 Thomas De Schampheleire templates: remove notification count from user profile button
Tue, 04 Dec 2018 21:27:35 +0100 Thomas De Schampheleire lib: remove unused method 'notify' from DbManage
Sat, 01 Dec 2018 22:04:58 +0100 Thomas De Schampheleire tests: notifications: increase indentation of multi-line for loop condition
Wed, 28 Nov 2018 21:22:28 +0100 Thomas De Schampheleire model: notification: don't round-trip via list if you want a set
Thu, 22 Nov 2018 22:27:14 +0100 Thomas De Schampheleire cli: fix celery-run usage text
Sat, 15 Sep 2018 21:52:16 +0200 Thomas De Schampheleire cli: front-end-build: generate pygments.css dynamically
Mon, 24 Sep 2018 20:44:36 +0200 Thomas De Schampheleire cli: add command 'kallithea-cli front-end-build'
Thu, 22 Nov 2018 21:51:52 +0100 Thomas De Schampheleire cli: fix celery-run
Thu, 22 Nov 2018 21:19:45 +0100 Thomas De Schampheleire controllers: add docstring to create_cs_pr_comment and delete_cs_pr_comment
Thu, 22 Nov 2018 21:01:54 +0100 Thomas De Schampheleire controllers: remove pr_comment flag in delete_cs_pr_comment
Sat, 17 Nov 2018 21:31:08 +0100 Thomas De Schampheleire controllers: inline changeset.create_comment
Fri, 16 Nov 2018 22:20:32 +0100 Thomas De Schampheleire controllers: forward pullrequests.comment to changeset
Fri, 16 Nov 2018 22:09:30 +0100 Thomas De Schampheleire controllers: align pullrequests.comment with changeset.comment
Fri, 16 Nov 2018 21:45:21 +0100 Thomas De Schampheleire controllers: pullrequests: comments are always using AJAX
Sat, 10 Nov 2018 21:35:54 +0100 Thomas De Schampheleire model: changeset_status: remove support for 'dont_allow_on_closed_pull_request' and 'StatusChangeOnClosedPullRequestError'
Sat, 10 Nov 2018 21:34:57 +0100 Thomas De Schampheleire controllers: changeset: always allow status changes
Sat, 10 Nov 2018 21:29:29 +0100 Thomas De Schampheleire controllers: pullrequests: rename _get_is_allowed_change_status
Sat, 10 Nov 2018 21:05:28 +0100 Thomas De Schampheleire controllers: changeset: catch status changes on inline comments
Thu, 08 Nov 2018 21:38:37 +0100 Thomas De Schampheleire controllers: forward pullrequests.delete_comment to changeset
Fri, 19 Oct 2018 22:02:55 +0200 Thomas De Schampheleire controllers: align pullrequests.delete_comment with changeset.delete_comment
Tue, 20 Nov 2018 21:22:43 +0100 Thomas De Schampheleire tests: test status change in comments and pull requests
Tue, 20 Nov 2018 20:13:54 +0100 Thomas De Schampheleire tests: rename test_changeset_comments to test_changeset_pullrequests_comments
Mon, 19 Nov 2018 22:07:26 +0100 Thomas De Schampheleire tests: add tests for commenting on pullrequests
Sat, 17 Nov 2018 21:54:21 +0100 Thomas De Schampheleire tests: small improvements to test_changeset_comments
Thu, 18 Oct 2018 22:47:25 +0200 Thomas De Schampheleire cli: remove now obsolete 'paster_commands' files
Sun, 18 Nov 2018 19:57:40 +0100 Mads Kiilerich utils2: Move ask_ok out of paster_commands