datatracker/ietf/liaisons
Ole Laursen 0dabaf96fb Split database into current and legacy, adding importer to copy reused
tables from legacy to new through Django (with minimal cleaning to
have the import go through) and removing migrations from submit and
liaisons as they interfere with the clean slate of the new database,
adjusting IPR model to add null=True on fields with nulls in the
database
 - Legacy-Id: 3778
2011-12-22 18:34:19 +00:00
..
management Port liaison deadline reminder emails to new schema, with test; 2011-08-23 14:45:09 +00:00
.gitignore Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
__init__.py Set up app-specific email addresses so the respective developers will be notified about failures in code they have worked with. 2011-07-23 12:49:56 +00:00
accounts.py Add proxy for LiaisonDetail, start porting the view code utils, import various liaison roles and rename a couple of fields on LiaisonStatement to try to make them more self-explanatory 2011-08-17 17:44:40 +00:00
accountsREDESIGN.py Adjust to handle the slightly revamped email_address() on person 2011-12-07 19:26:53 +00:00
admin.py Fix some problems with liaison importer and related models, add a 2011-08-19 21:11:49 +00:00
decorators.py Port to Django 1.2, replacing built-in patched Django with Django 1.2.7 (with patches applied on top) and replacing South with South 0.7.3 2011-12-15 14:13:54 +00:00
feeds.py Allow more levy in constructing feed URLs, fixes test 2011-08-25 12:22:14 +00:00
forms.py Port to Django 1.2, replacing built-in patched Django with Django 1.2.7 (with patches applied on top) and replacing South with South 0.7.3 2011-12-15 14:13:54 +00:00
formsREDESIGN.py Port to Django 1.2, replacing built-in patched Django with Django 1.2.7 (with patches applied on top) and replacing South with South 0.7.3 2011-12-15 14:13:54 +00:00
mail.py Add warning comment 2011-11-25 15:44:25 +00:00
mails.py Add person foreign key on Role to link the role and person directly instead of through Email, this will allow us to use non-personal emails on roles 2011-09-14 14:01:17 +00:00
models.py Switch liaison over to using the IETF SMTP handling instead of 2011-08-23 11:27:09 +00:00
proxy.py Move proxy utility from liaison to proxy_utils 2011-08-26 18:33:40 +00:00
sitemaps.py Proxy liaison sitemap 2011-08-23 11:47:36 +00:00
tests.py Adjust to handle the slightly revamped email_address() on person 2011-12-07 19:26:53 +00:00
testurl.list Merged from log:branch/2.00@2363: Current release branch head to trunk. 2010-07-21 12:48:05 +00:00
urls.py Allow the user to select a referenced liaison. Fixes #381 2010-10-01 10:17:40 +00:00
utils.py Add proxy for LiaisonDetail, start porting the view code utils, import various liaison roles and rename a couple of fields on LiaisonStatement to try to make them more self-explanatory 2011-08-17 17:44:40 +00:00
utilsREDESIGN.py Add person foreign key on Role to link the role and person directly instead of through Email, this will allow us to use non-personal emails on roles 2011-09-14 14:01:17 +00:00
views.py Port to Django 1.2, replacing built-in patched Django with Django 1.2.7 (with patches applied on top) and replacing South with South 0.7.3 2011-12-15 14:13:54 +00:00
widgets.py Move fixture generation for names to name app, add liaison edit test, 2011-08-22 12:37:56 +00:00