log kallithea/controllers/changeset.py @ 7434:901a5f2f3530

age author description
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
Sat, 10 Nov 2018 21:34:57 +0100 Thomas De Schampheleire controllers: changeset: always allow status changes
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, 06 Feb 2018 00:32:48 +0100 Mads Kiilerich auth: restore anonymous repository access
Sun, 21 Jan 2018 02:49:15 +0100 Mads Kiilerich auth: refactor to introduce @LoginRequired(allow_default_user=True) and deprecate @NotAnonymous()
Wed, 11 Oct 2017 19:37:03 +0200 domruf users: remove code that is unused after most autocomplete has been switched to ajax
Sun, 22 Oct 2017 00:42:12 +0200 Mads Kiilerich diffs: wrap vcs repo get_diff
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: move as_html and _safe_id from method to a pure function - avoid calling the method as function
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: drop the DiffLimitExceeded container - just make it a flag available as property
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: inline prepare() into __init__ and make the result available as .parsed
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: drop the noop as_raw method - just use the raw diff directly and with proper variable naming
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: drop partially un-implemented udiff support - everything is now what formerly was known as gitdiff
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: cleanup of variable naming around cut_off_limit
Fri, 25 Aug 2017 14:32:50 +0200 Lars Kruse codingstyle: trivial whitespace fixes
Wed, 15 Mar 2017 21:20:24 +0100 Thomas De Schampheleire controllers: rename __before__ to _before in preparation of TurboGears2
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 17:19:00 +0100 Søren Løvborg templates: properly escape inline JavaScript values
Mon, 27 Feb 2017 19:47:54 +0100 Søren Løvborg cleanup: remove SQLAlchemy session argument to action_logger
Mon, 20 Feb 2017 17:23:25 +0100 Søren Løvborg auth: simplify repository permission checks
Sat, 24 Dec 2016 01:27:47 +0100 Mads Kiilerich controllers: avoid setting request state in controller instances - set it in the thread global request variable
Sat, 14 Jan 2017 21:22:51 +0100 Thomas De Schampheleire lib: move jsonify from utils to base
Tue, 20 Sep 2016 20:01:59 +0200 domruf template: use Bootstrap tooltips and popover instead of handmade tooltips
Mon, 19 Sep 2016 14:46:12 +0200 Søren Løvborg db: rename ChangesetStatus.changeset_comment_id to comment_id
Thu, 10 Nov 2016 16:10:41 +0100 Mads Kiilerich diff: use list instead of OrderedDict - keep it simple
Thu, 15 Sep 2016 17:22:56 +0200 Søren Løvborg cleanup: use obj.foo_id instead of obj.foo.foo_id
Wed, 14 Sep 2016 16:27:05 +0200 Søren Løvborg model: change ChangesetComment 'user' to 'author'
Tue, 13 Sep 2016 18:01:19 +0200 Thomas De Schampheleire Turbogears2 migration: remove some references to Pylons in comments
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich diff: correct handling of links to old filename in renames
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich diff: rework data structure used by diff_block.diff_block (used for changeset diffs)
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich diff: minor cleanups
Mon, 13 Apr 2015 15:58:56 +0200 Mads Kiilerich changeset: don't crash with unhandled EmptyRepositoryError when visiting (non-existing) changeset in an empty repo
Mon, 02 May 2016 23:40:56 +0200 Mads Kiilerich Merge stable
Tue, 19 Apr 2016 16:57:38 +0200 Søren Løvborg auth: properly invoke PermFunctions (CVE-2016-3114) stable
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: drop preview - no need for it without RST
Wed, 20 Jan 2016 01:47:11 +0100 Mads Kiilerich comments: change comment formatting to plain text instead of rst
Fri, 27 Nov 2015 01:47:14 +0100 Mads Kiilerich cleanup: consistent space before line continuation backslash
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
Wed, 09 Sep 2015 12:41:20 +0200 Søren Løvborg cleanup: replace redirect with WebOb exceptions
Sun, 09 Aug 2015 02:17:14 +0200 Mads Kiilerich cleanup: consistently use 'except ... as ...:'
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
Mon, 20 Jul 2015 15:11:42 +0200 Mads Kiilerich changeset: make code more stable against unexpected comments
Thu, 11 Jun 2015 08:18:14 +0200 Thomas De Schampheleire changeset: reduce log level of stack trace on innocent exceptions
Mon, 04 May 2015 21:07:37 +0200 Jan Heylen changeset/pullrequest controller: refactor some old variable naming
Wed, 13 May 2015 01:27:50 +0200 Mads Kiilerich spelling: fix title casing on various translated strings
Thu, 23 Apr 2015 21:44:19 +0200 Thomas De Schampheleire comments: avoid storing 'No comments' text when changing status
Thu, 12 Mar 2015 22:19:57 +0100 Thomas De Schampheleire controllers: trivial typo fixes
Thu, 26 Feb 2015 16:44:47 +0100 Andrew Shadura changeset: don't crash on malformed whitespace parameter - return 400 Bad Request
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, 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
Thu, 21 Aug 2014 23:46:55 +0200 Mads Kiilerich pull requests: rework handling of comments and texts when voting and closing
Tue, 12 Aug 2014 13:08:23 +0200 Mads Kiilerich cleanup: remove unused Python imports, found with pyflakes