Closed
Bug 568320
Opened 15 years ago
Closed 15 years ago
[k] Implement edit thread
Categories
(support.mozilla.org :: Forum, task, P1)
support.mozilla.org
Forum
Tracking
(Not tracked)
VERIFIED
FIXED
2.1
People
(Reporter: jsocol, Assigned: jsocol)
Details
Editing threads is just changing the title.
Updated•15 years ago
|
Assignee: nobody → paulc
Comment 1•15 years ago
|
||
This turned into something greater. We now have an access app and a new decorator: `has_perm_or_owns`. Served with tests!
http://github.com/jsocol/kitsune/commit/839d4ec4a403e7e447d8bd920f0f9aba8158be41
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 2•15 years ago
|
||
Reopening, as Rebecca reproduced this:
File "/data/virtualenvs/kitsune/lib64/python2.6/site-packages/jinja2/environment.py", line 552, in get_template
template = self.loader.load(self, name, self.make_globals(globals))
File "/data/virtualenvs/kitsune/lib64/python2.6/site-packages/jinja2/loaders.py", line 96, in load
source, filename, uptodate = self.get_source(environment, name)
File "/data/virtualenvs/kitsune/lib64/python2.6/site-packages/jinja2/loaders.py", line 310, in get_source
raise TemplateNotFound(template)
TemplateNotFound: edit_thread.html
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 3•15 years ago
|
||
Easy fix, and I'll make sure our tests cover this.
Assignee: paulc → james
Assignee | ||
Comment 4•15 years ago
|
||
Pull requests sent for f?/r?:
http://github.com/jsocol/kitsune/commit/6ba7246188e
Assignee | ||
Comment 5•15 years ago
|
||
http://github.com/jsocol/kitsune/commit/c5c9f1883
Fix't and tests added.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•