datatracker/ietf
Ole Laursen 87ca10d122 Remove usage of log_state_changed (and duplicate in
doc/utils_charter.py) in favour of add_state_change_event which has
slightly better API but otherwise does basically the same except it
sets an event type we can later search for. Also expand tests slightly
to exercise three more templates.
 - Legacy-Id: 7129
2014-01-15 17:52:00 +00:00
..
bin Put a proper command-line interface on the test crawler, spit out number of errors (if any), also add wrapper script for running the test-crawler and idindex generation scripts, in the future other (safe, non-mutating) scripts operating on real data can be added too 2014-01-12 16:55:42 +00:00
community Fix bug in community list, the show_field templatetag is now getting 2014-01-10 14:50:17 +00:00
contrib Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
cookies Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django 2013-12-11 16:36:09 +00:00
database-notes Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
dbtemplate Turn on CSRF protection - all forms must from now on have a {% csrf_token %} 2013-12-17 12:50:24 +00:00
doc Remove usage of log_state_changed (and duplicate in 2014-01-15 17:52:00 +00:00
group Fix duplicate name in recently added stream tests 2014-01-09 18:11:12 +00:00
help Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django 2013-12-11 16:36:09 +00:00
idindex Put a proper command-line interface on the test crawler, spit out number of errors (if any), also add wrapper script for running the test-crawler and idindex generation scripts, in the future other (safe, non-mutating) scripts operating on real data can be added too 2014-01-12 16:55:42 +00:00
iesg Move the Secretariat group email utility to wginfo and the rest of the wgcharter stuff to doc/(views|urls|utils)_charter.py alongside the other document types 2014-01-13 16:08:58 +00:00
ietfauth Replace user.get_profile() with user.person, the profile stuff is deprecated since Django 1.5 2013-12-18 10:13:40 +00:00
ipr Add missing test of IPR details page, as found by coverage check 2014-01-08 18:07:43 +00:00
liaisons Add .prefetch_related on liaison list page to reduce the number of DB 2013-12-18 16:30:18 +00:00
mailinglists Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django 2013-12-11 16:36:09 +00:00
meeting Add a simple test of the dajaxice.core.js hack for the time being 2014-01-08 18:13:10 +00:00
message assertEquals -> assertEqual in tests, the former is deprecated 2013-12-17 12:52:24 +00:00
name Regenerate name fixtures, apparently the indentation of the JSON output has changed 2013-12-18 15:53:15 +00:00
nomcom While cleaning up the Javascript includes in the nomcom app, it turns 2014-01-10 14:06:36 +00:00
patches Port from django.core.management.setup_environ to DJANGO_SETTINGS_MODULE 2013-12-18 15:51:11 +00:00
person Add missing test of AJAX person search view, found by coverage check 2014-01-09 17:19:56 +00:00
redirects Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django 2013-12-11 16:36:09 +00:00
release Replace the Http404 in release/views.py if the changelog file is not 2014-01-10 17:55:50 +00:00
secr Remove usage of log_state_changed (and duplicate in 2014-01-15 17:52:00 +00:00
submit Implement missing submit tests as spotted by the coverage check 2014-01-08 17:47:39 +00:00
sync Remove usage of log_state_changed (and duplicate in 2014-01-15 17:52:00 +00:00
templates Implement missing charter tests as found by the coverage check 2014-01-14 15:50:03 +00:00
utils Put a proper command-line interface on the test crawler, spit out number of errors (if any), also add wrapper script for running the test-crawler and idindex generation scripts, in the future other (safe, non-mutating) scripts operating on real data can be added too 2014-01-12 16:55:42 +00:00
wginfo Move the Secretariat group email utility to wginfo and the rest of the wgcharter stuff to doc/(views|urls|utils)_charter.py alongside the other document types 2014-01-13 16:08:58 +00:00
.gitignore Fixes #563 2010-12-02 20:34:50 +00:00
__init__.py Set version info and settings back to development mode 2013-11-06 19:33:49 +00:00
context_processors.py Moves the prefix for the URI to use for rfcdiff into settings.py. 2012-07-28 20:19:36 +00:00
feed_urls.py Move group feed from wgcharter (where it historically ended up) to wginfo, add test 2014-01-09 16:24:54 +00:00
legacy_router.py Remove unused code 2012-01-04 16:58:41 +00:00
manage.py Replace manage.py script with new script generated by Django 1.6 2013-12-11 15:50:14 +00:00
middleware.py Added logging for mail sending problems. 2013-03-06 19:36:06 +00:00
settings.py Move the Secretariat group email utility to wginfo and the rest of the wgcharter stuff to doc/(views|urls|utils)_charter.py alongside the other document types 2014-01-13 16:08:58 +00:00
settings_sqlitetest.py Fix import path in settings_sqlitetest.py 2013-12-12 12:24:25 +00:00
urls.py Upgrade Dajaxice to latest version from github (0.5.5) to make meeting agenda code work with CSRF, with url conf import fix and using json instead of deprecated simplejson from Django - add a simple view to serve dajaxice.core.js which we need because we are not using the staticfiles collection step (apparently Dajaxice hooks into that through a somewhat complicated hack) 2013-12-20 11:59:09 +00:00
wsgi.py Updated the comment with the working Apache setting for a dev server. 2013-09-18 20:31:57 +00:00