log kallithea/model/comment.py @ 8757:4cca6590f263

age author description
Thu, 05 Nov 2020 23:04:52 +0100 Thomas De Schampheleire model/comment: drop unused fields in email_kwargs
Thu, 05 Nov 2020 22:41:09 +0100 Thomas De Schampheleire model: remove unused 'subject' parameter of NotificationModel.create()
Thu, 05 Nov 2020 22:27:13 +0100 Thomas De Schampheleire model/comment: get rid of unnecessary variable 'body' in create_notification
Thu, 05 Nov 2020 22:17:13 +0100 Thomas De Schampheleire model/comment: inline _get_notification_data
Thu, 05 Nov 2020 22:04:05 +0100 Thomas De Schampheleire model/comment: extract notification-related code into a separate method
Fri, 30 Oct 2020 14:54:42 +0100 Mads Kiilerich model: changes toward import whole modules
Thu, 29 Oct 2020 15:51:01 +0100 Mads Kiilerich lib: move shorter to utils2 - less use of helpers in model
Sun, 01 Nov 2020 04:59:46 +0100 Mads Kiilerich lib: move webhelpers2 and friends to webutils
Thu, 29 Oct 2020 14:32:42 +0100 Mads Kiilerich lib: move canonical_url & co to webutils
Thu, 29 Oct 2020 15:12:56 +0100 Mads Kiilerich lib: minimize use of h.short_id() - it is already more common to use [:12]
Mon, 12 Oct 2020 11:12:37 +0200 Mads Kiilerich model: always import the whole db module - drop "from" imports
Mon, 12 Oct 2020 11:21:15 +0200 Mads Kiilerich model: always import whole meta module - also when referencing Session
Sun, 11 Oct 2020 00:19:46 +0200 Mads Kiilerich lib: move extract_mentioned_users out of utils2
Sun, 22 Mar 2020 00:00:44 +0100 Thomas De Schampheleire comments: add changeset author in mail notification subject
Thu, 26 Dec 2019 15:16:29 +0100 Mads Kiilerich py3: remove safe_unicode in places where it no longer is needed because all strings (except bytes) already *are* unicode strings
Sun, 22 Dec 2019 20:28:00 +0100 Mads Kiilerich tests: fix ordering of get_inline_comments output
Sun, 04 Aug 2019 01:20:49 +0200 Mads Kiilerich flake8: fix E502 the backslash is redundant between brackets
Wed, 07 Aug 2019 00:25:02 +0200 Mads Kiilerich scripts: initial run of import cleanup using isort
Wed, 26 Dec 2018 21:39:32 +0100 Thomas De Schampheleire model: comments: allow selective retrieval of inline comments
Wed, 05 Dec 2018 21:37:21 +0100 Thomas De Schampheleire model: move notification types from Notification to NotificationModel
Fri, 25 Aug 2017 14:32:50 +0200 Lars Kruse codingstyle: trivial whitespace fixes
Sat, 24 Dec 2016 01:27:47 +0100 Mads Kiilerich tg: minimize future diff by some mocking and replacing some pylons imports with tg
Tue, 28 Feb 2017 21:09:48 +0100 Søren Løvborg model: remove BaseModel class
Tue, 07 Feb 2017 21:16:13 +0100 Søren Løvborg model: refactor listing of commenters
Wed, 18 Jan 2017 16:56:26 +0100 Søren Løvborg model: inline calls to BaseModel._get_repo
Wed, 18 Jan 2017 16:46:52 +0100 Søren Løvborg model: inline BaseModel._get_user calls
Sun, 25 Sep 2016 15:06:34 +0200 Thomas De Schampheleire model: move code from __init__.py to base.py
Wed, 14 Sep 2016 16:27:05 +0200 Søren Løvborg model: change ChangesetComment 'user' to 'author'
Wed, 14 Sep 2016 16:24:05 +0200 Søren Løvborg db: PullRequest/Repository/RepoGroup/UserGroup: change 'user' to 'owner'
Thu, 28 Jul 2016 16:44:24 +0200 Mads Kiilerich mails: restructure notification mail content
Wed, 03 Aug 2016 16:07:39 +0200 Søren Løvborg model: refactor and simplify _get_instance
Wed, 03 Aug 2016 17:01:57 +0200 Søren Løvborg model: drop BaseModel.cls
Wed, 03 Aug 2016 16:16:38 +0200 Søren Løvborg model: inline superfluous "helper" methods
Thu, 28 Jul 2016 16:34:29 +0200 Mads Kiilerich notifications: tweak PR mail subject lines
Thu, 09 Jul 2015 22:17:26 +0200 Thomas De Schampheleire email: add relevant title to subject of emails
Thu, 28 Jul 2016 16:31:40 +0200 Mads Kiilerich tests: add test coverage of PR comment @mention
Thu, 28 Jul 2016 16:30:28 +0200 Mads Kiilerich notifications: make more template strings available for mails
Wed, 06 Apr 2016 14:50:47 +0200 Søren Løvborg utils: improve extract_mentioned_users usefulness
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich pullrequests: optimize iteration over reviewers - avoid fetching users one by one
Fri, 27 Nov 2015 01:47:14 +0100 Mads Kiilerich cleanup: consistent space before line continuation backslash
Thu, 08 Oct 2015 23:27:41 +0200 Mads Kiilerich comments: check for None instead of boolean checks
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
Thu, 03 Sep 2015 17:34:19 +0200 Mads Kiilerich pull requests: don't filter on repo when finding comments for a PR
Wed, 26 Aug 2015 17:28:59 +0200 Mads Kiilerich pull requests: call it 'owner' instead of 'author'
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
Tue, 23 Jun 2015 20:23:13 +0200 Thomas De Schampheleire user: rename property username_and_name into full_name_and_username
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, 17 Apr 2015 12:14:19 +0200 Thomas De Schampheleire pullrequests: add PullRequest.nice_id method
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
Thu, 23 Apr 2015 21:44:19 +0200 Thomas De Schampheleire comments: avoid storing 'No comments' text when changing status
Tue, 21 Apr 2015 19:04:12 +0200 Andrew Shadura compat: import defaultdict from collections, sqlalchemy 0.8.0 dropped the shim stable
Fri, 23 Jan 2015 22:03:53 +0100 Morten Skaaning email: Also supply full username in comment templates
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 cleanup: remove unused Python imports, found with pyflakes
Fri, 01 Aug 2014 20:28:42 +0200 Mads Kiilerich pull requests: handle @mention in PR description ... but so far without fancy js completion
Fri, 18 Jul 2014 19:22:01 +0200 Mads Kiilerich notifications: insert 'References' mail headers to help MUA threading