Ole Laursen
7fbff575a5
Fix ballot closing in migration script
...
- Legacy-Id: 4281
2012-04-17 15:49:44 +00:00
Ole Laursen
1ce4444732
Fix missing parentheses in needed position calculations.
...
- Legacy-Id: 4279
2012-04-16 17:24:57 +00:00
Ole Laursen
24dd2ed521
Close draft ballot if the draft is moved into state "Dead"
...
- Legacy-Id: 4278
2012-04-16 13:59:48 +00:00
Ole Laursen
0fc1561260
Close draft ballot on Secretariat approval/disapproval action
...
- Legacy-Id: 4277
2012-04-16 13:59:16 +00:00
Ole Laursen
8a8ddb0cc6
Add started_iesg_process event back in in test data as it's still
...
useful there
- Legacy-Id: 4276
2012-04-16 13:57:18 +00:00
Ole Laursen
7788a31be1
Remove obsolete wgcharter ballot icon renderer.
...
- Legacy-Id: 4275
2012-04-16 13:21:12 +00:00
Ole Laursen
1ff4bc0121
Port idrfc code to use new ballot setup with an explicit ballot on
...
positions, port and clean up ballot icon renderer, add preliminary migration
script for inserting extra events in drafts
- Legacy-Id: 4274
2012-04-16 13:19:47 +00:00
Ole Laursen
6524aba8dc
Ask for whether the ballot should say whether the charter can pass
...
without external review
- Legacy-Id: 4272
2012-04-11 12:50:56 +00:00
Ole Laursen
47b466eaae
Move charter urls from /wgcharter/<group-acronym> to
...
/doc/<doc-name>/charter/ since they now all concern the actual charter
documents rather than the WG (this removes some redundant code).
- Legacy-Id: 4271
2012-04-10 18:11:03 +00:00
Ole Laursen
4f4a47bffa
Only show defer actions for I-Ds
...
- Legacy-Id: 4270
2012-04-10 17:42:30 +00:00
Henrik Levkowetz
bf718d1b74
Merged [4265] from adam@nostrum.com:
...
Migrated HTML agenda to new data model. This has several improvements, as well, such as clearer marking of BOFs.
- Legacy-Id: 4268
Note: SVN reference [4265] has been migrated to Git commit c113bd0588
2012-04-05 21:45:01 +00:00
Henrik Levkowetz
484eb75241
Merged [4226] from adam@nostrum.com:
...
Updated agenda.ics to use new data model. Also, tons more efficient. Additionally, the description field now includes links to relevant meeting materials.
- Legacy-Id: 4267
Note: SVN reference [4226] has been migrated to Git commit 740487d69f
2012-04-05 21:36:00 +00:00
Henrik Levkowetz
257f677efc
Merged [4224] from york@isoc.org:
...
Related to #816 - Modified base.html so that the logo is clickable as well as the text.
- Legacy-Id: 4266
Note: SVN reference [4224] has been migrated to Git commit 5e9a33a649
2012-04-05 21:31:50 +00:00
Adam Roach
c113bd0588
Migrated HTML agenda to new data model. This has several improvements, as well, such as clearer marking of BOFs.
...
- Legacy-Id: 4265
2012-04-05 19:30:36 +00:00
Ole Laursen
725ff12306
Clean up /doc/ page for charter slightly.
...
- Legacy-Id: 4264
2012-04-05 16:37:31 +00:00
Ole Laursen
7e501c93f9
Fix bug in feed.
...
- Legacy-Id: 4263
2012-04-05 16:36:51 +00:00
Ole Laursen
6d0d014b0d
Close charter ballots when the charter is approved or abandoned.
...
- Legacy-Id: 4262
2012-04-05 16:20:25 +00:00
Ole Laursen
41fb923d01
More clean up and fix a bunch of bugs.
...
- Legacy-Id: 4261
2012-04-05 15:06:22 +00:00
Ole Laursen
7b2963aaf0
Move note about IANA scraping messages, apparently I managed to put it
...
in the wrong place (they're of course scraping draft approvals, not
the ballot announcements).
- Legacy-Id: 4260
2012-04-05 14:45:33 +00:00
Ole Laursen
75ac144432
Make generic add comment return to history tab rather than the main
...
doc page
- Legacy-Id: 4259
2012-04-05 14:20:36 +00:00
Ole Laursen
b60f875da2
Remove too-simple guard on automatic ballot creation
...
- Legacy-Id: 4258
2012-04-04 18:46:41 +00:00
Ole Laursen
130c6fd207
Remove Q
...
- Legacy-Id: 4257
2012-04-04 18:21:56 +00:00
Ole Laursen
3768e36e60
Disable ballot tab when there's no ballot.
...
- Legacy-Id: 4256
2012-04-04 18:20:27 +00:00
Ole Laursen
e4a9d8c7aa
Finish ballot support for charters (apart from non-generic ballot
...
deferral), remove a bunch of now obsolete charter code.
- Legacy-Id: 4255
2012-04-04 18:09:03 +00:00
Ole Laursen
25cb532348
Move last call announcement text to last call event rather than
...
stuffing it inside the state change event.
- Legacy-Id: 4253
2012-04-03 16:46:23 +00:00
Ole Laursen
5858454c74
Declare coding system to work around annoying problem when the date produced by SVN is localized.
...
- Legacy-Id: 4252
2012-04-03 16:36:33 +00:00
Ole Laursen
a9817e555a
Some fixes to generic doc ballot view, fix edit position and send
...
ballot comment email views, moving them to
/doc/foo-bar/ballot/[id]/position/ and ../emailposition/.
- Legacy-Id: 4249
2012-04-03 14:53:38 +00:00
Ole Laursen
4fc98cfdd3
Add help_text for StateType.label
...
- Legacy-Id: 4247
2012-04-02 17:11:25 +00:00
Ole Laursen
837823f8ae
Make sure HTML id does't containt spaces
...
- Legacy-Id: 4246
2012-04-02 17:05:10 +00:00
Ole Laursen
ed15193bcf
Introduce more generic ballot models, start porting doc ballot page to the
...
new database schema.
- Legacy-Id: 4240
2012-03-30 17:16:50 +00:00
Adam Roach
740487d69f
Updated agenda.ics to use new data model. Also, tons more efficient. Additionally, the description field now includes links to relevant meeting materials.
...
- Legacy-Id: 4226
2012-03-24 18:33:44 +00:00
Henrik Levkowetz
4d93301a52
Merged [4223] from york@isoc.org:
...
Related to #817 - added a 401.html page for responding to authentication failures
- Legacy-Id: 4225
Note: SVN reference [4223] has been migrated to Git commit b867d70cfd
2012-03-24 18:27:27 +00:00
Dan York
5e9a33a649
Related to #816 - Modified base.html so that the logo is clickable as well as the text.
...
- Legacy-Id: 4224
2012-03-24 18:27:23 +00:00
Dan York
b867d70cfd
Related to #817 - added a 401.html page for responding to authentication failures
...
- Legacy-Id: 4223
2012-03-24 18:19:30 +00:00
Henrik Levkowetz
4034532ea1
Merged [4212] from rcross@amsl.com:
...
Ticket #673 Add ability to clear ballot
- Legacy-Id: 4222
Note: SVN reference [4212] has been migrated to Git commit cbc660e7fb
2012-03-24 18:10:58 +00:00
Henrik Levkowetz
6d1ef8d8dd
Merged [4214] from york@isoc.org:
...
Fixes #816 - Turns datatracker.ietf.org into a clickable link
- Legacy-Id: 4221
Note: SVN reference [4214] has been migrated to Git commit 9ddf4d3656
2012-03-24 18:00:28 +00:00
Ole Laursen
0fea5e015a
Use doc.canonical_name() rather than generating the file name from the group acronym.
...
- Legacy-Id: 4219
2012-03-24 16:52:54 +00:00
Henrik Levkowetz
0e3de35834
Merged [4213] from suresh.krishnan@ericsson.com:
...
Making doc writeup available as read-only text to regular users who are not shepherd/AD/Secretariat etc.
Adding a link for viewing a writeup to the main datatracker page.
- Legacy-Id: 4218
Note: SVN reference [4213] has been migrated to Git commit 19dbc6c9bb
2012-03-24 16:46:44 +00:00
Henrik Levkowetz
c39dff8d7a
Merged [4205] from shane@time-travellers.org:
...
Added a link to the datatracker main document page when we announce a new document
- Legacy-Id: 4217
Note: SVN reference [4205] has been migrated to Git commit 1da78c6658ac4fdbccefc187292b52eb71375d9b
2012-03-24 16:44:40 +00:00
Henrik Levkowetz
dc41de99d0
Merged [4207] from adam@nostrum.com:
...
Ported week view over to use the new meeting data model
- Legacy-Id: 4216
Note: SVN reference [4207] has been migrated to Git commit 6a9c7d1dbb
2012-03-24 16:43:10 +00:00
Henrik Levkowetz
a1f3f48aa0
Merged [4204] from shane@time-travellers.org:
...
Adds a link to the datatracker main document page in the new-version notification messages
- Legacy-Id: 4215
Note: SVN reference [4204] has been migrated to Git commit 161367d320b19450a3cd7593c28ee2d95222ced9
2012-03-24 16:40:20 +00:00
Dan York
9ddf4d3656
Fixes #816 - Turns datatracker.ietf.org into a clickable link
...
- Legacy-Id: 4214
2012-03-24 15:22:06 +00:00
Suresh Krishnan
19dbc6c9bb
Making doc writeup available as read-only text to regular users who are not shepherd/AD/Secretariat etc.
...
Adding a link for viewing a writeup to the main datatracker page.
- Legacy-Id: 4213
2012-03-24 15:03:11 +00:00
Ryan Cross
cbc660e7fb
Ticket #673 Add ability to clear ballot
...
- Legacy-Id: 4212
2012-03-24 14:48:24 +00:00
Henrik Levkowetz
f64142c682
Fix to catch summer/wintertime changes.
...
- Legacy-Id: 4210
2012-03-24 14:28:08 +00:00
Henrik Levkowetz
e94ea42d6e
Mergeinfo and a tweak to the settings file.
...
- Legacy-Id: 4208
2012-03-24 14:20:10 +00:00
Adam Roach
6a9c7d1dbb
Ported week view over to use the new meeting data model
...
- Legacy-Id: 4207
2012-03-24 14:16:23 +00:00
Ole Laursen
fc921ecb72
Fix crash if the charter text file isn't found.
...
- Legacy-Id: 4206
2012-03-24 14:08:23 +00:00
Ole Laursen
70b1271f35
Fix broken wgcharter tests
...
- Legacy-Id: 4203
2012-03-24 12:11:30 +00:00
Ole Laursen
d0dcd60aa8
Fix bug in retrieving charters for agenda, slight template fix
...
- Legacy-Id: 4202
2012-03-24 12:10:52 +00:00