Ole Laursen
|
49fb2a7fe7
|
Finish import of liaison statements apart from uploaded files
- Legacy-Id: 3317
|
2011-08-15 18:45:47 +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 |
|
Ole Laursen
|
c347552a10
|
Import affiliation and fix bug in clean_email_address
- Legacy-Id: 3307
|
2011-08-12 12:32:45 +00:00 |
|
Ole Laursen
|
94756e0267
|
Add PersonHistory
- Legacy-Id: 3305
|
2011-08-12 10:12:23 +00:00 |
|
Ole Laursen
|
e831dc3e89
|
Add generic find_history_active_at(obj, time), refactor to use it
- Legacy-Id: 3303
|
2011-08-12 09:41:50 +00:00 |
|
Ole Laursen
|
ba29fa9c7d
|
Import IESGHistory as GroupHistory and port meeting views to it
- Legacy-Id: 3301
|
2011-08-11 17:48:42 +00:00 |
|
Ole Laursen
|
be6f266052
|
Port proceedings feed
- Legacy-Id: 3298
|
2011-08-11 10:00:28 +00:00 |
|
Ole Laursen
|
76f75ffd31
|
Add Document.get_file_path()
- Legacy-Id: 3297
|
2011-08-11 09:57:38 +00:00 |
|
Ole Laursen
|
12bd2f93d7
|
Port and proxy remaining meeting views, adjusting the models slightly
- Legacy-Id: 3296
|
2011-08-10 17:09:35 +00:00 |
|
Ole Laursen
|
7f27d912c3
|
Fix proxy of Area so we only return areas, proxy IRTF as used in
meetings code
- Legacy-Id: 3290
|
2011-08-09 11:21:12 +00:00 |
|
Ole Laursen
|
d2ea0e5088
|
Import WG agendas, proxy more meeting code
- Legacy-Id: 3289
|
2011-08-08 19:10:49 +00:00 |
|
Ole Laursen
|
974877aafb
|
Add proxy for meetings, meeting times and sessions, start porting agenda view
- Legacy-Id: 3288
|
2011-08-05 16:55:08 +00:00 |
|
Ole Laursen
|
67e317d535
|
Merged in changes from conversion branch fixing a couple of problems
- Legacy-Id: 3285
|
2011-08-04 15:09:54 +00:00 |
|
Ole Laursen
|
0e576f4352
|
Add models for new meeting schema and an importer, clean up person
import slightly
- Legacy-Id: 3282
|
2011-08-04 11:17:29 +00:00 |
|
Martin Qvist
|
a511ff4f99
|
Added IESG state on Group for use in the charter tool
- Legacy-Id: 3279
|
2011-08-04 09:22:11 +00:00 |
|
Ole Laursen
|
20e780c276
|
Bring GroupHistory up to date, add history for roles too
- Legacy-Id: 3278
|
2011-08-04 09:18:16 +00:00 |
|
Ole Laursen
|
3491c78909
|
Fix bug in Area Director import
- Legacy-Id: 3193
|
2011-06-30 11:41:22 +00:00 |
|
Ole Laursen
|
91b3212330
|
Merged in changes from the conversion branch
- Legacy-Id: 3188
|
2011-06-28 18:25:36 +00:00 |
|
Ole Laursen
|
4cff73929b
|
Rename Event to DocEvent to avoid confusion
- Legacy-Id: 3178
|
2011-06-27 17:31:59 +00:00 |
|
Ole Laursen
|
a13ef5d3c4
|
Add version number to Django problem so it's easier to understand what's going on in the future
- Legacy-Id: 3175
|
2011-06-27 13:57:49 +00:00 |
|
Ole Laursen
|
0e829f975d
|
Fix another bug that prevented the Individual Submission group from
being accesses through IETFWG
- Legacy-Id: 3168
|
2011-06-03 14:10:33 +00:00 |
|
Ole Laursen
|
893471df68
|
Bug fixes from Martin Qvist
- Legacy-Id: 3167
|
2011-06-03 13:59:55 +00:00 |
|
Ole Laursen
|
52b57f182b
|
Fix bug in role_mail helper
- Legacy-Id: 3164
|
2011-05-31 19:29:56 +00:00 |
|
Ole Laursen
|
02873d24d8
|
Port send queue script and tests and import ScheduledAnnouncement + some cleanups
- Legacy-Id: 3163
|
2011-05-30 18:28:49 +00:00 |
|
Ole Laursen
|
1ca085f91f
|
Fixed some bugs
- Legacy-Id: 3162
|
2011-05-30 12:19:08 +00:00 |
|
Ole Laursen
|
5dcc94e5a4
|
Port wginfo views
- Legacy-Id: 3160
|
2011-05-27 21:33:48 +00:00 |
|
Ole Laursen
|
68d0e4c801
|
Port mailinglist view, expand group importer a bit
- Legacy-Id: 3159
|
2011-05-27 11:46:54 +00:00 |
|
Ole Laursen
|
215d4ff9fd
|
Port IPR tool to new schema and fix some bugs
- Legacy-Id: 3158
|
2011-05-27 11:07:59 +00:00 |
|
Ole Laursen
|
fd23dc9d5d
|
Fix email cleaning to catch recent brokenness on the form "<bound method TempIdAuthors.email of <TempIdAuthors: XXX XXX <xxx@yyy.zzz>>>"
- Legacy-Id: 3156
|
2011-05-26 12:20:10 +00:00 |
|
Ole Laursen
|
7f6f9a35da
|
Fix system person hack to actually work on a fresh import
- Legacy-Id: 3155
|
2011-05-26 11:26:20 +00:00 |
|
Ole Laursen
|
1bea94eb12
|
Change auth model for new schema to use Person rather than Email where email is not necessary, use Person for user profiles rather than the old unused profile class, use REMOTE_USER backend directly instead of custom backend, use group roles for authorization rather than Django groups, port/proxy code from using IESGLogin to the new model
- Legacy-Id: 3151
|
2011-05-25 12:33:24 +00:00 |
|
Ole Laursen
|
0b637a156d
|
Port iesg.views.discusses too
- Legacy-Id: 3130
|
2011-05-17 16:13:05 +00:00 |
|
Ole Laursen
|
1e4b5ee74c
|
Port rest of iesg.views and test cases, move redesign announcement models so tests can run
- Legacy-Id: 3129
|
2011-05-17 12:38:44 +00:00 |
|
Ole Laursen
|
c04f107177
|
Port a good deal of the agenda views in iesg.views
- Legacy-Id: 3128
|
2011-05-16 17:59:43 +00:00 |
|
Ole Laursen
|
6a927fbed4
|
Port iesg.feeds
- Legacy-Id: 3126
|
2011-05-13 17:45:29 +00:00 |
|
Ole Laursen
|
e12cd7d662
|
Port idtracker/feeds.py
- Legacy-Id: 3119
|
2011-05-11 18:50:47 +00:00 |
|
Ole Laursen
|
8764a1db11
|
Port idtracker/views.py, fixing some bugs in the proxy classes
- Legacy-Id: 3116
|
2011-05-11 18:08:20 +00:00 |
|
Ole Laursen
|
5422874e3e
|
Proxy state help page
- Legacy-Id: 3101
|
2011-05-06 17:04:16 +00:00 |
|
Ole Laursen
|
7343ba8f28
|
Ported mirror RFC index to new schema, with the new schema the script updates the Document and DocAlias objects rather than simply dumping the info in a table
- Legacy-Id: 3100
|
2011-05-06 14:04:16 +00:00 |
|
Ole Laursen
|
7e8b72c941
|
Move import scripts into importing subdirectory, move name() utility from importing/utils.py to name/utils.py
- Legacy-Id: 3098
|
2011-05-05 14:58:28 +00:00 |
|
Ole Laursen
|
7d3bef3db4
|
Import announcements, port NomCom views
- Legacy-Id: 3077
|
2011-05-02 15:58:36 +00:00 |
|
Ole Laursen
|
16a2782da0
|
Fix NomCom naming, put a parent on RG, save ids on groups and output them on documents
- Legacy-Id: 3069
|
2011-04-28 16:46:38 +00:00 |
|
Ole Laursen
|
920b2d25c3
|
Import IRTF groups, chairs and other roles, port notify-expirations script (and add test)
- Legacy-Id: 3068
|
2011-04-27 13:06:14 +00:00 |
|
Ole Laursen
|
8762d77fd8
|
Import NomCom groups, and start/end events for groups
- Legacy-Id: 3060
|
2011-04-26 13:29:39 +00:00 |
|
Ole Laursen
|
bb2e2b10c5
|
Ported last call and expire scripts with tests to new schema
- Legacy-Id: 2878
|
2011-03-04 19:07:57 +00:00 |
|
Ole Laursen
|
3ecd539f7b
|
Rename derived event models to be more self-explanatory, fixed a couple of bugs
- Legacy-Id: 2872
|
2011-03-02 14:59:07 +00:00 |
|
Ole Laursen
|
bf29f1a5f9
|
Ported last call text and ballot writeup views with friends and tests to new schema
- Legacy-Id: 2860
|
2011-02-18 18:04:20 +00:00 |
|
Ole Laursen
|
0e932ffd6f
|
Port edit position and send ballot comment views with tests to new schema
- Legacy-Id: 2852
|
2011-02-11 17:29:25 +00:00 |
|
Ole Laursen
|
2d9636e7fa
|
Fix event admin to spit out raw values to speed it up a bit
- Legacy-Id: 2830
|
2011-02-08 16:37:44 +00:00 |
|
Ole Laursen
|
e9236da77b
|
Added order field to names so it's possible to supply a sensible default ordering, add one to IESG state name
- Legacy-Id: 2824
|
2011-02-08 15:03:07 +00:00 |
|