Merge lp://staging/~cjohnston/summit/csrf into lp://staging/summit
Proposed by
Chris Johnston
Status: | Merged |
---|---|
Approved by: | Michael Hall |
Approved revision: | 502 |
Merged at revision: | 503 |
Proposed branch: | lp://staging/~cjohnston/summit/csrf |
Merge into: | lp://staging/summit |
Diff against target: |
136 lines (+12/-8) 10 files modified
summit/schedule/templates/schedule/attend.html (+1/-1) summit/schedule/templates/schedule/create_meeting.html (+1/-1) summit/schedule/templates/schedule/edit_hangout.html (+1/-1) summit/schedule/templates/schedule/edit_meeting.html (+1/-1) summit/schedule/templates/schedule/meeting_review.html (+1/-1) summit/schedule/templates/schedule/org_attend.html (+1/-1) summit/schedule/templates/schedule/org_edit_meeting.html (+1/-1) summit/schedule/templates/schedule/propose_meeting.html (+1/-1) summit/schedule/views.py (+3/-0) summit/settings.py (+1/-0) |
To merge this branch: | bzr merge lp://staging/~cjohnston/summit/csrf |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michael Hall (community) | Approve | ||
Review via email: mp+152298@code.staging.launchpad.net |
Commit message
Adds csrf tokens to the schedule app in an attempt to prepare for 1.4
To post a comment you must log in.
======= ======= ======= ======= ======= ======= ======= ======= ======= ======= cleared_ on_agenda_ change (summit. schedule. tests.schedule_ cache.ScheduleC acheTestCase) ------- ------- ------- ------- ------- ------- ------- ------- ------- mhall/projects/ Ubuntu/ summit/ current_ work/summit/ ../summit/ schedule/ tests/schedule_ cache.py" , line 154, in test_cache_ cleared_ on_agenda_ change
ERROR: test_cache_
-------
Traceback (most recent call last):
File "/home/
''
TypeError: argument of type 'NoneType' is not iterable
======= ======= ======= ======= ======= ======= ======= ======= ======= ======= cleared_ on_meeting_ change (summit. schedule. tests.schedule_ cache.ScheduleC acheTestCase) ------- ------- ------- ------- ------- ------- ------- ------- ------- mhall/projects/ Ubuntu/ summit/ current_ work/summit/ ../summit/ schedule/ tests/schedule_ cache.py" , line 133, in test_cache_ cleared_ on_meeting_ change
ERROR: test_cache_
-------
Traceback (most recent call last):
File "/home/
''
TypeError: argument of type 'NoneType' is not iterable
======= ======= ======= ======= ======= ======= ======= ======= ======= ======= in_meeting_ name (summit. schedule. tests.render_ schedule. RenderScheduleT estCase) ------- ------- ------- ------- ------- ------- ------- ------- ------- mhall/projects/ Ubuntu/ summit/ current_ work/summit/ ../summit/ schedule/ tests/render_ schedule. py", line 120, in test_percent_ in_meeting_ name assertContains( response, 'test%meeting', 1) mhall/projects/ Ubuntu/ summit/ current_ work/env/ local/lib/ python2. 7/site- packages/ django/ test/testcases. py", line 427, in assertContains
FAIL: test_percent_
-------
Traceback (most recent call last):
File "/home/
self.
File "/home/
" (expected %d)" % (real_count, text, count))
AssertionError: Found 0 instances of 'test%meeting' in response (expected 1)
======= ======= ======= ======= ======= ======= ======= ======= ======= ======= in_meeting_ title (summit. schedule. tests.render_ schedule. RenderScheduleT estCase) ------- ------- ------- ------- ------- ------- ------- ------- ------- mhall/projects/ Ubuntu/ summit/ current_ work/summit/ ../summit/ schedule/ tests/render_ schedule. py", line 128, in test_percent_ in_meeting_ title assertContains( response, 'test % meeting', 1) mhall/projects/ Ubuntu/ summit/ current_ work/env/ local/lib/ python2. 7/site- packages/ django/ test/testcases. py", line 427, in assertContains
FAIL: test_percent_
-------
Traceback (most recent call last):
File "/home/
self.
File "/home/
" (expected %d)" % (real_count, text, count))
AssertionError: Found 0 instances of 'test % meeting' in response (expected 1)
======= ======= ======= ======= ======= ======= ======= ======= ======= ======= in_meeting_ track_slug (summit. schedule. tests.render_ schedule. RenderScheduleT estCase) ------- ------- ------- ------- ------- ------- ------- ------- ------- mhall/projects/ Ubuntu/ summit/ current_ work/summit/ ../summit/ schedule/ tests/render_ schedule. py", line 159, in test_percent_ in_meeting_ track_slug assertContains( response, 'test%track', 1) mhall/projects/ Ubuntu/ summit/ current_ work/env/ local/lib/ python2. 7/site- packages/ django/ test/testcases. py", line 427, in assertContains
FAIL: test_percent_
-------
Traceback (most recent call last):
File "/home/
self.
File "/home/
" (expected %d)" % (real_count, text...