.. |
bin
|
Merged in [7138] from rjsparks@nostrum.com:
|
2014-02-17 18:55:37 +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
|
Fix problem with nomcom RST templates not being rendered under Django 1.6.
|
2014-02-09 17:33:39 +00:00 |
doc
|
Adds dependency graphs for drafts belonging to a group.
|
2014-03-06 16:29:35 +00:00 |
group
|
Only show a link to the tools page for a group if the tools page is likely to exist, i.e., the group is a WG and it is or has been active.
|
2014-02-19 14:41:29 +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
|
Merged [7210] from rjsparks@nostrum.com: Allow the IRTF Chair and the ISE to request a conflict review directly through the tracker.
|
2014-02-09 21:01:29 +00:00 |
ipr
|
Merged in the port from Django 1.2 to Django 1.6 from olau@iola.dk: branch/iola/djangoport@7121, and fixed some merge issues.
|
2014-01-18 21:02:40 +00:00 |
liaisons
|
Typo fixes.
|
2014-02-17 12:42:43 +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
|
Patched meeting/ajax to close permissions vulnerability. Tweaked tests to check the right functionality given the permissions policy currently in trunk
|
2014-03-13 17:39:34 +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
|
Merged [7076] from rjsparks@nostrum.com:
|
2014-02-09 20:33:15 +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
|
Merged [7400] from rcross@amsl.com: fix bugs with decorators.check_permissions() to allow upload to top level group and fix plenary check.
|
2014-03-04 21:44:37 +00:00 |
submit
|
Changed the use of non-existing variable 'ascii' to 'person.ascii'. Fixes a server failure for person alias creation during draft submissions.
|
2014-02-20 12:39:34 +00:00 |
sync
|
Move draft files to archive when setting the draft state to RFC,
|
2014-01-23 11:41:22 +00:00 |
templates
|
Avoid duplicate materials sections for groups with multiple sessions.
|
2014-03-18 21:38:28 +00:00 |
utils
|
Merged [7368] from rjsparks@nostrum.com: Improves the detail in the messages sent when creating tickets about failed sent email.
|
2014-03-01 18:13:43 +00:00 |
wginfo
|
Merged [7447] from rjsparks@nostrum.com: Cache the dependency graph pdf for an hour.
|
2014-03-18 20:09:13 +00:00 |
.gitignore
|
Fixes #563
|
2010-12-02 20:34:50 +00:00 |
__init__.py
|
Set version info and settings back to development mode
|
2014-03-18 21:50:06 +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 |
LICENSE
|
Merged in the port from Django 1.2 to Django 1.6 from olau@iola.dk: branch/iola/djangoport@7121, and fixed some merge issues.
|
2014-01-18 21:02:40 +00:00 |
manage.py
|
Merged in the port from Django 1.2 to Django 1.6 from olau@iola.dk: branch/iola/djangoport@7121, and fixed some merge issues.
|
2014-01-18 21:02:40 +00:00 |
middleware.py
|
Merged in [7138] from rjsparks@nostrum.com:
|
2014-02-17 18:55:37 +00:00 |
settings.py
|
Set version info and settings back to development mode
|
2014-03-18 21:50:06 +00:00 |
settings_sqlitetest.py
|
Fix import path in settings_sqlitetest.py
|
2013-12-12 12:24:25 +00:00 |
urls.py
|
Merged in [7380] from bartosz.balazinski@interdigital.com:
|
2014-03-01 18:57:30 +00:00 |
wsgi.py
|
Updated the comment with the working Apache setting for a dev server.
|
2013-09-18 20:31:57 +00:00 |