Henrik Levkowetz
76594a4c4d
Added support for IRTF liaisons.
...
- Legacy-Id: 4625
2012-07-20 11:36:01 +00:00
Henrik Levkowetz
d09d9deba5
Patch from esanchez@yaco.es to add a new IETF liaison-sending entity 'IESG and IAB'.
...
- Legacy-Id: 4537
2012-06-27 20:20:23 +00:00
Ole Laursen
9f880a3aab
Port all still relevant changes between trunk before migration and charter branch to new trunk (mostly various minor template fixes), except 0.24 version of draft.py tool which has some interfaces changes that requires changes in the submit tool
...
- Legacy-Id: 4341
2012-04-30 13:36:56 +00:00
Ole Laursen
bbeaa2d022
Fix bug in liaison form that prevents Secretariat users from posting
...
statements on behalf of SDO liaison managers in some cases.
- Legacy-Id: 4311
2012-04-23 20:18:23 +00:00
Ole Laursen
9b4415fe51
Fix problem with direct replyto path in liaison form not using role
...
emails (reported by Stephanie McCammon).
- Legacy-Id: 4310
2012-04-23 20:14:04 +00:00
Ole Laursen
b418e5d141
Fix missing "return" in liaison proxy, fixes problem with from email
...
on https://datatracker.ietf.org/liaison/1154/ as reported by Stephanie
McCammon.
- Legacy-Id: 4307
2012-04-23 17:52:22 +00:00
Henrik Levkowetz
8c9404e15e
Guard against trying to use .is_authenticated() on a plain string. The error condition can occur when an exception has been triggered before the auth middleware has run. Related to #767 and #768 .
...
- Legacy-Id: 4053
2012-03-07 09:59:59 +00:00
Ole Laursen
dbf5e6ab84
Remove a bunch of old admin files, fix a couple of issues with the new ones, add admin for meeting
...
- Legacy-Id: 3995
2012-02-28 17:29:52 +00:00
Ole Laursen
980d4e6444
Move new schema models from redesign/ to ietf/
...
- Legacy-Id: 3855
2012-01-24 17:17:24 +00:00
Ole Laursen
fc88964298
Go through the code and replace uses of Person.name with Person.plain_name()
...
- Legacy-Id: 3849
2012-01-23 20:22:45 +00:00
Ole Laursen
e20a96333a
Fix bug with attachment URLs, make the proxy slightly more future proof
...
- Legacy-Id: 3825
2012-01-19 13:03:59 +00:00
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
Ole Laursen
498dc38507
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
...
- Legacy-Id: 3773
2011-12-15 14:13:54 +00:00
Ole Laursen
f74890aec4
Adjust to handle the slightly revamped email_address() on person
...
- Legacy-Id: 3750
2011-12-07 19:26:53 +00:00
Ole Laursen
f5ae4a0496
Add warning comment
...
- Legacy-Id: 3709
2011-11-25 15:44:25 +00:00
Ole Laursen
ce74be89ef
Use the test mode in the mail code when running automated tests instead of
...
reinventing the wheel in test_runner
- Legacy-Id: 3620
2011-11-15 11:24:33 +00:00
Ole Laursen
08ff44dd18
Fix bug
...
- Legacy-Id: 3614
2011-11-14 19:24:17 +00:00
Ole Laursen
5c5d534104
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
...
- Legacy-Id: 3418
2011-09-14 14:01:17 +00:00
Ole Laursen
c0fc54dcb3
Move proxy utility from liaison to proxy_utils
...
- Legacy-Id: 3387
2011-08-26 18:33:40 +00:00
Ole Laursen
e5968e53e7
Skip race-conditioned test assertion
...
- Legacy-Id: 3374
2011-08-25 12:23:50 +00:00
Ole Laursen
a73051678c
Allow more levy in constructing feed URLs, fixes test
...
- Legacy-Id: 3373
2011-08-25 12:22:14 +00:00
Ole Laursen
8f6403bf2f
Add migration for new schema
...
- Legacy-Id: 3372
2011-08-25 11:44:27 +00:00
Ole Laursen
6556f9815b
Fix potential problem with user not having a profile
...
- Legacy-Id: 3365
2011-08-24 16:23:43 +00:00
Ole Laursen
60a822abde
Remember to check for is_authenticated() before accessing
...
get_profile() on user
- Legacy-Id: 3363
2011-08-24 14:16:08 +00:00
Ole Laursen
89dd9b83ca
Port liaison deadline reminder emails to new schema, with test;
...
refactor email to use the normal liaison email for the bulk of the
message instead of duplicating it
- Legacy-Id: 3358
2011-08-23 14:45:09 +00:00
Ole Laursen
2aa97434fb
Port SDO reminder emails to new schema, with test
...
- Legacy-Id: 3357
2011-08-23 14:10:53 +00:00
Ole Laursen
a784794909
Proxy liaison sitemap
...
- Legacy-Id: 3354
2011-08-23 11:47:36 +00:00
Ole Laursen
3594f08d38
Switch liaison over to using the IETF SMTP handling instead of
...
built-in Django, fix a couple of bugs, make pending liaison emails use
the normal liaison email template too instead of duplicating the
content
- Legacy-Id: 3352
2011-08-23 11:27:09 +00:00
Ole Laursen
2bbe307c05
Fix annoying duplicate entry bug in the from list for a Secretariat person
...
- Legacy-Id: 3351
2011-08-22 23:16:32 +00:00
Ole Laursen
b9e1753ef6
Port and proxy liaison views to new schema and add a bunch of tests
...
- Legacy-Id: 3350
2011-08-22 23:15:35 +00:00
Ole Laursen
2bf8e0a45d
Move fixture generation for names to name app, add liaison edit test,
...
fix some liaison bugs
- Legacy-Id: 3347
2011-08-22 12:37:56 +00:00
Ole Laursen
91ced5c24a
Fix some problems with liaison importer and related models, add a
...
test, port account management and related utilities, fix up proxy and
port most of the views and form code
- Legacy-Id: 3345
2011-08-19 21:11:49 +00:00
Ole Laursen
4a36338031
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
...
- Legacy-Id: 3321
2011-08-17 17:44:40 +00:00
Ole Laursen
c7d58d6079
First draft of new liaison statement model, import SDOs as groups,
...
start on liaison statement importing
- Legacy-Id: 3309
2011-08-12 18:16:39 +00:00
Henrik Levkowetz
413bcdabbd
Set up app-specific email addresses so the respective developers will be notified about failures in code they have worked with.
...
- Legacy-Id: 3205
2011-07-23 12:49:56 +00:00
Henrik Levkowetz
3a2185f8e7
Merged in changes from esanchez@yaco.es, changeset [3067]. Makes Liaisons' Date field editable.
...
- Legacy-Id: 3118
Note: SVN reference [3067] has been migrated to Git commit ee52775458
2011-05-11 18:40:13 +00:00
Emilio A. Sánchez López
ee52775458
Allow to enter the submission date when sending (or editing) liaisons. Fixes #653
...
- Legacy-Id: 3067
2011-04-27 11:47:55 +00:00
Henrik Levkowetz
899b737685
Merged in fix from esanchez@yaco.es to fix Liaison Cc field editability and secretariat ability to post liaisons for others.
...
- Legacy-Id: 3053
2011-04-18 09:40:19 +00:00
Henrik Levkowetz
5497fa4b8e
Fix to permit secretariat staff to post liaisons on behalf of liaison managers, assuming the permissions of the person they post on behalf of for this purpose.
...
- Legacy-Id: 3046
2011-04-13 13:02:21 +00:00
Emilio A. Sánchez López
471d3952da
Check permissions using the impersonated user. Fixes #648
...
- Legacy-Id: 3040
2011-04-11 09:32:07 +00:00
Henrik Levkowetz
a52e902860
Merged in [3029] from esanchez@yaco.es. Make the Cc: field of new liaisons editable.
...
- Legacy-Id: 3031
Note: SVN reference [3029] has been migrated to Git commit 199e469f87
2011-04-07 14:09:10 +00:00
Henrik Levkowetz
29c7211c77
Set the 'person' field of the LegacyLiaisonUser in the admin interface to be handled as a raw id field with search button, rather than as a choice list.
...
- Legacy-Id: 3030
2011-04-07 14:04:07 +00:00
Emilio A. Sánchez López
199e469f87
Convert the Cc: field into an editable textarea. Fixes #647
...
- Legacy-Id: 3029
2011-04-07 12:01:35 +00:00
Emilio A. Sánchez López
56bd4e0ead
Fix function declaration. A parameter was missing so the ajax call trying to request the cc fields fails. See #577
...
- Legacy-Id: 3025
2011-04-06 14:21:24 +00:00
Henrik Levkowetz
7cacd75429
Merged [2984] from lars.eggert@nokia.com:
...
Update jQuery to 1.5.1 and jQuery UI to 1.8.11.
- Legacy-Id: 2986
Note: SVN reference [2984] has been migrated to Git commit c7c2a690e98e3541a810e6beb60b1469c4f78dd7
2011-03-26 18:52:52 +00:00
Henrik Levkowetz
5daa6a86c8
Fix typo.
...
- Legacy-Id: 2912
2011-03-24 12:36:31 +00:00
Henrik Levkowetz
d3468f4ebe
Add some refinements for the admin interface. Show contact link and coloured Login/User links to show broken entries.
...
- Legacy-Id: 2907
2011-03-24 10:05:55 +00:00
Henrik Levkowetz
3418e1045b
Fix call signature.
...
- Legacy-Id: 2906
2011-03-24 10:03:10 +00:00
Henrik Levkowetz
a6b719500e
Wrap the sdo name query in a try clause to avoid server 500 errors.
...
- Legacy-Id: 2905
2011-03-24 10:01:56 +00:00
Henrik Levkowetz
2b50bfdcef
Only try to populate the liaison user/email list from the from_entity if it's set.
...
- Legacy-Id: 2904
2011-03-24 09:59:53 +00:00