Emilio A. Sánchez López
03aefd16f3
Unable the "From bodies" administration. See #388
...
- Legacy-Id: 2551
2010-10-15 06:59:36 +00:00
Emilio A. Sánchez López
cf26454bd3
Show reverse liaison reference in liaison detail. Fixes #387
...
- Legacy-Id: 2550
2010-10-10 20:20:30 +00:00
Emilio A. Sánchez López
de3bfded23
Anorther bug fixing. Fixes #385
...
- Legacy-Id: 2549
2010-10-10 19:56:03 +00:00
Emilio A. Sánchez López
98d15a3e08
Fix bull calling incorrect function. Fixes #385
...
- Legacy-Id: 2548
2010-10-10 19:51:44 +00:00
Emilio A. Sánchez López
46d48acc01
Allow sorting liaisons when selecting a related liaison. Fixes #386
...
- Legacy-Id: 2546
2010-10-08 11:12:28 +00:00
Emilio A. Sánchez López
80ca4e9f18
Allow to take care of a liaison with deadline. Fixes #385
...
- Legacy-Id: 2545
2010-10-08 10:34:56 +00:00
Emilio A. Sánchez López
4b96b2b309
* Added a taken care field to stop deadline notifications
...
* Set 'out of date' liaisons as already taken care.
* Command to notify for liaisons close to their deadlines.
Fixes #384
- Legacy-Id: 2544
2010-10-08 08:21:48 +00:00
Emilio A. Sánchez López
895b8950eb
Add sorting to liaison list view. Fixes #383
...
- Legacy-Id: 2543
2010-10-07 11:31:55 +00:00
Emilio A. Sánchez López
a9cab1ea36
Normalize liaisondetail fields so liaisons could be sorted correctly.
...
* Assign a title to liaisons that have no title (Copy the title of the first attachment of set a default title)
* Copy old "From" information to from_raw_body field
See #383
- Legacy-Id: 2542
2010-10-07 11:31:02 +00:00
Emilio A. Sánchez López
75f1129524
Fixed migration script. Fixes #381
...
- Legacy-Id: 2541
2010-10-04 07:28:42 +00:00
Emilio A. Sánchez López
82f4e3f660
Drop the bad migration script. See #381
...
- Legacy-Id: 2540
2010-10-04 07:27:25 +00:00
Emilio A. Sánchez López
73f9fe310b
Allow the user to select a referenced liaison. Fixes #381
...
- Legacy-Id: 2538
2010-10-01 10:17:40 +00:00
Emilio A. Sánchez López
20032758a0
Model migration to allow liaison references. See #381
...
- Legacy-Id: 2537
2010-10-01 10:15:16 +00:00
Emilio A. Sánchez López
b94e5eb7f3
Fix a little bug. Fixes #375
...
- Legacy-Id: 2534
2010-09-27 08:01:37 +00:00
Emilio A. Sánchez López
5131a0b3cd
Allow to send reminders from the django admin interface. Fixes #377
...
- Legacy-Id: 2510
2010-08-26 13:43:40 +00:00
Emilio A. Sánchez López
dec12a71b8
Check for existing liaison titles. Fixes #375
...
- Legacy-Id: 2509
2010-08-25 08:52:38 +00:00
Emilio A. Sánchez López
f78384777b
Check if email addresses are valid. See #375
...
- Legacy-Id: 2508
2010-08-25 08:26:59 +00:00
Emilio A. Sánchez López
cbde116241
Save attachments into FS. Fixes #342
...
- Legacy-Id: 2482
2010-08-17 12:00:20 +00:00
Emilio A. Sánchez López
f581e0fb8e
Fixes anonymous liaison detail view. Fixes Secretariat group name. Fixes #362
...
- Legacy-Id: 2481
2010-08-17 09:33:30 +00:00
Emilio A. Sánchez López
9c9f0417c2
Edition of existing liaisons. Fixes #362
...
- Legacy-Id: 2479
2010-08-13 13:38:29 +00:00
Emilio A. Sánchez López
e9588d7331
Liaison managers can not send incoming liaison statements. They only have the 'Post only' option. Fixes #363
...
- Legacy-Id: 2478
2010-08-13 12:42:35 +00:00
Emilio A. Sánchez López
915c93cf3e
Notify by email of newly created liaisons that need approval. Fixes #361
...
- Legacy-Id: 2476
2010-08-13 08:09:21 +00:00
Emilio A. Sánchez López
bfaf558e8d
Liaison edit view. See #362
...
- Legacy-Id: 2475
2010-08-13 07:41:09 +00:00
Emilio A. Sánchez López
ed0277cdb9
Create liaison manager group.
...
Users in that group can send outgoing liaisons from any ietf entity.
Users in that group can send incoming liaisons from any sdo.
Fixes #356
- Legacy-Id: 2467
2010-08-06 17:41:42 +00:00
Emilio A. Sánchez López
8e7295c996
Management of pending liaisons.
...
If an user can approve pending liaisons he/she have access to:
- List of pending liaisons he/she can approve
- Detailed view of a pending liaison with an approval button
Fixes #357
- Legacy-Id: 2466
2010-08-06 17:01:23 +00:00
Emilio A. Sánchez López
57f1cba918
Do not send any email if option 'Post only' is used. See #342
...
- Legacy-Id: 2463
2010-07-30 11:25:13 +00:00
Emilio A. Sánchez López
8680c99324
Send liaison by email. See #342
...
- Legacy-Id: 2462
2010-07-30 11:10:01 +00:00
Emilio A. Sánchez López
7e1bf17c86
Added a new IETFMailMessage class cause default django MailMessage do not distinguish between to and cc. See #342
...
- Legacy-Id: 2461
2010-07-30 11:08:32 +00:00
Emilio A. Sánchez López
58988ef63e
Save approval state of an outgoing liaison and do not public list the not approved ones. Fixes #353
...
- Legacy-Id: 2456
2010-07-29 11:48:49 +00:00
Emilio A. Sánchez López
1a2f1559c4
Check if the user needs to approval to send a liaison on behalf of an entity.
...
Ajax queries merged into one.
See #353
- Legacy-Id: 2445
2010-07-28 13:01:14 +00:00
Emilio A. Sánchez López
84f30b6af9
Added approval field. See #353
...
- Legacy-Id: 2430
2010-07-27 11:54:56 +00:00
Emilio A. Sánchez López
a64e448842
Manage 'other sdo' option when sending outgoing liaisons. Fixes #343
...
- Legacy-Id: 2429
2010-07-27 08:45:05 +00:00
Emilio A. Sánchez López
709181c978
Outgoing liaison form with automatic filled fields. See #343
...
- Legacy-Id: 2428
2010-07-27 08:08:11 +00:00
Emilio A. Sánchez López
fbbf182329
Set link to new liaison management form. See #342
...
- Legacy-Id: 2378
2010-07-23 10:48:10 +00:00
Emilio A. Sánchez López
eec8de1efe
Save from of incoming liaisons. Manage CCs depending of sending entity. Fixes #345
...
- Legacy-Id: 2377
2010-07-23 10:04:13 +00:00
Emilio A. Sánchez López
61a512dcaa
Unambiguos from body. See #342
...
- Legacy-Id: 2376
2010-07-23 10:01:48 +00:00
Emilio A. Sánchez López
6400bd7f69
Command to request SDO Authorized Individual list to be updated. Fixes #352
...
- Legacy-Id: 2375
2010-07-23 08:13:55 +00:00
Emilio A. Sánchez López
ab8cbbb835
Save liaison and attachments. See #342
...
- Legacy-Id: 2374
2010-07-22 12:00:50 +00:00
Emilio A. Sánchez López
a2cbb76acd
Date picker and file attachments. See #342
...
- Legacy-Id: 2373
2010-07-22 08:13:48 +00:00
Emilio A. Sánchez López
547aee861a
Change purpose options when purpose changes. See #342
...
- Legacy-Id: 2362
2010-07-20 17:34:58 +00:00
Emilio A. Sánchez López
251b161eac
CC SDO manager if not submitter. Order organization list. See #345
...
- Legacy-Id: 2350
2010-07-20 12:19:22 +00:00
Emilio A. Sánchez López
0cf3a7f33b
Update automatically POC and CC fields for incoming liaison. See #345
...
- Legacy-Id: 2349
2010-07-20 11:06:20 +00:00
Emilio A. Sánchez López
9084150f53
Get SDOs the user can send liaison on behalf of. See #345
...
- Legacy-Id: 2335
2010-07-16 08:33:06 +00:00
Emilio A. Sánchez López
9923b59d2e
Send liaison form skel. See #342
...
- Legacy-Id: 2334
2010-07-16 08:24:18 +00:00
Emilio A. Sánchez López
8ef3b7d935
South migration to add the new sdoauthorizedindividual table. Fixes #344
...
- Legacy-Id: 2333
2010-07-14 08:12:31 +00:00
Emilio A. Sánchez López
070773a2f3
SDO, SDO Liaison Manager and SDO Authorized Individual administration. See #344
...
- Legacy-Id: 2332
2010-07-14 08:10:25 +00:00
Emilio A. Sánchez López
95afaeb5e4
Accounts authorized to sumbit liaison statements. See #343
...
- Legacy-Id: 2331
2010-07-08 09:23:43 +00:00
Pasi Eronen
0116d2aa4d
Minor admin site tweaks
...
- Legacy-Id: 2081
2010-03-20 16:29:01 +00:00
Pasi Eronen
d07c05976f
Fixed bunch of null/unique attributes for model fields
...
- Legacy-Id: 2063
2010-03-11 18:43:01 +00:00
Pasi Eronen
db090de329
Removed old Django 0.96 Admin classes
...
- Legacy-Id: 2054
2010-03-09 07:37:46 +00:00