Henrik Levkowetz
36387810a7
New schema models have moved from redesign/ to ietf/; fix community sources accordingly.
...
- Legacy-Id: 4522
2012-06-27 08:38:55 +00:00
Henrik Levkowetz
590abeea30
Make it possible to include some html markup in the option display string (specifically, an em-dash).
...
- Legacy-Id: 4521
2012-06-27 08:32:09 +00:00
Henrik Levkowetz
b0016c0fe9
Minor cleanup.
...
- Legacy-Id: 4520
2012-06-27 08:31:15 +00:00
Henrik Levkowetz
89ac692442
Added in the community app, which wasn't included properly in the previous commit.
...
- Legacy-Id: 4519
2012-06-27 08:26:18 +00:00
Henrik Levkowetz
b2573a43aa
Merged community tracking branch from esanchez@yaco.es, r3175-3679,3713-3830.
...
[[Split portion of a mixed commit.]]
- Legacy-Id: 4518.2
2012-06-27 08:15:14 +00:00
Henrik Levkowetz
1603cdab11
Since all the tables have been created earlier, the contents forward and backward of meeting/migrations/0001_initial.py is meaningless, but we need 'pass' instead for it to run. Fixed.
...
- Legacy-Id: 4504
2012-06-22 20:58:05 +00:00
Robert Sparks
51ab8123d9
merged in from 4.20-ise
...
- Legacy-Id: 4502
2012-06-22 20:25:17 +00:00
Henrik Levkowetz
e66178fe35
Set version info and settings back to development mode
...
- Legacy-Id: 4493
2012-06-21 01:01:41 +00:00
Henrik Levkowetz
66343f57fc
Set version info to release version 4.21 before branching.
...
- Legacy-Id: 4491
2012-06-21 01:01:39 +00:00
Henrik Levkowetz
3683a6af26
Backporting patches from production system.
...
- Legacy-Id: 4487
2012-06-21 00:35:33 +00:00
Henrik Levkowetz
7474b27348
Merged in branch/iola/approval from olau@iola.dk, which provides a pre-approval page for new WG drafts.
...
- Legacy-Id: 4486
2012-06-21 00:24:48 +00:00
Henrik Levkowetz
bfaf48b60f
Merged in personal/adam/v4.00 from adam@nostrum.com with fixes [4436], [4438] to the /meeting/*/requests page.
...
- Legacy-Id: 4485
Note: SVN reference [4436] has been migrated to Git commit 9cfdb5afd7f77b161c43b9551ec3fc23575aa255
Note: SVN reference [4438] has been migrated to Git commit 961c6b83d293f465df678a943a7621b731a0acbb
2012-06-21 00:00:03 +00:00
Henrik Levkowetz
546d793e5b
Try to not use explicit .html extensions in the urls. Redirect from those to .html-less urls.
...
- Legacy-Id: 4484
2012-06-20 23:57:27 +00:00
Henrik Levkowetz
b1b21e5529
Merged in branch/iola/charter-fixes from olau@iola.dk with a series of fixes to the charter management code.
...
- Legacy-Id: 4483
2012-06-20 23:01:28 +00:00
Henrik Levkowetz
2b78e1573e
Merged in personal/rjs/v4.02_via_rfc containing [4356] which replaces code using the old via-rfc tag with code looking at the document stream (and more), and [4364] which adds document page counts on the future telechats page.
...
- Legacy-Id: 4482
Note: SVN reference [4356] has been migrated to Git commit 4eabc033c1
Note: SVN reference [4364] has been migrated to Git commit b3c665287d
2012-06-20 22:17:48 +00:00
Henrik Levkowetz
786c56a3ac
Added a new field 'short' to Session, to help produce file names for agendas, minutes and slides for groups with different named session, such as for instance 'edu'. Generating distinct filenames directly from the name field gives too long names.
...
- Legacy-Id: 4481
2012-06-20 21:12:26 +00:00
Ole Laursen
822fd6daac
Replace get_profile() hack with a test on the user instead, this
...
also makes the ballot icon more robust against users without profiles
(which shouldn't happen, but apparently we sometimes get one which
results in a crash rather than something more graceful)
- Legacy-Id: 4480
2012-06-20 12:26:06 +00:00
Ole Laursen
35eb4f013a
Give the incoming name to the top renderer so the links are internally
...
consistent, this is needed because we still have different views for
/doc/rfcXXXX/ and /doc/draft-foo-bar/
- Legacy-Id: 4479
2012-06-20 11:16:55 +00:00
Ole Laursen
278776f597
Fix regexp fix - [.-_] does not mean "dot or dash or underscore", it
...
means all characters between dot and underscore
- Legacy-Id: 4478
2012-06-20 11:13:46 +00:00
Ole Laursen
95c2b07691
Include _ in allowed document name regexp, we currently have 7 drafts
...
with _ in the database despite it not being valid - they can be found
with:
select name from doc_document where name like '%\_%' and type_id = "draft";
- Legacy-Id: 4477
2012-06-20 11:00:35 +00:00
Henrik Levkowetz
7b75d6fd65
Quick fix for extensionless get_absolute_url(). XXX Fixme: needs bigger refactoring.
...
- Legacy-Id: 4476
2012-06-20 10:27:32 +00:00
Ole Laursen
7538eab96f
Fix flow of approval of charters/announcement of the WG action based
...
on feedback from Cindy Morgan, now there's a link on the approval page
to go to the edit page which sends you back upon saving, and the edit
page doesn't provide a button to send the announcement since you
should do that on the approve page (instead it provides a link).
- Legacy-Id: 4474
2012-06-19 18:48:02 +00:00
Ole Laursen
4cb42fd91c
Include current milestones in charter action/review announcements,
...
fixes issue #835 .
- Legacy-Id: 4473
2012-06-19 17:06:56 +00:00
Ole Laursen
bc6bd21b94
Add CC for group mailing list in action/review emails, fixes issue #837 .
...
- Legacy-Id: 4470
2012-06-19 14:32:18 +00:00
Ole Laursen
a353acd7e6
Fix link to charter .txt file on agenda page
...
- Legacy-Id: 4469
2012-06-19 14:16:08 +00:00
Ole Laursen
72f5495ebb
Apparently, CHARTER_TXT_URL http://www.ietf.org/charters/ is really
...
http://www.ietf.org/charter/ , fix this in the settings.py file
- Legacy-Id: 4468
2012-06-19 14:15:04 +00:00
Henrik Levkowetz
77977bf32f
Remove print statements.
...
- Legacy-Id: 4464
2012-06-17 14:07:18 +00:00
Henrik Levkowetz
802ee2905d
Quick fix for crash when going to /wg/imapmove/charter/. I'm not happy about the 'charter-ietf-' constant which now appears several places in the code; we need settings which defines the correct name pattern for different document types (or a table or table column, maybe). But this hopefully will make it possible to continue processing proposed WGs ...
...
- Legacy-Id: 4459
2012-06-14 20:32:35 +00:00
Henrik Levkowetz
fde5387f7a
Add missing '{{' before 'submission.filename' in draft announcement email templates.
...
- Legacy-Id: 4458
2012-06-14 20:19:52 +00:00
Henrik Levkowetz
b136245597
Apply patch from rjsparks@nostrum.com for bug in determining if a document is on the agenda, leftover from transition to new schema.
...
- Legacy-Id: 4454
2012-06-11 21:49:54 +00:00
Henrik Levkowetz
dd7c492085
Set version info and settings back to development mode
...
- Legacy-Id: 4451
2012-06-11 18:40:17 +00:00
Henrik Levkowetz
d75d099907
Set version info to release version 4.20 before branching.
...
- Legacy-Id: 4449
2012-06-11 18:40:15 +00:00
Henrik Levkowetz
51a3c373c5
Added a debug utility module on the same level as south,html5lib etc.
...
- Legacy-Id: 4446
2012-06-11 15:56:51 +00:00
Henrik Levkowetz
a4220324e0
Don't try to call get_profile() if it's not available.
...
- Legacy-Id: 4445
2012-06-10 18:28:28 +00:00
Henrik Levkowetz
afe3ee71b8
Merged in fixes from Ole, from branch/charter:r4382-4407, and some changes from Henrik (removing the use of pos.blocked in views_ballot.py, and setting a ballot id in idrfc/testsREDESIGN.py) to make idrfc.EditPositionTestCase succeed.
...
- Legacy-Id: 4444
2012-06-10 16:22:16 +00:00
Ole Laursen
ed96cee2e4
Add listing of recently approved drafts to approval page by request
...
from Barry Leiba.
- Legacy-Id: 4420
2012-05-14 18:21:34 +00:00
Ole Laursen
3a7a45f771
Don't state the group count when you're chair of one group only, it
...
doesn't seem very polite to point that out.
- Legacy-Id: 4416
2012-05-11 17:48:47 +00:00
Ole Laursen
c2b8c653fd
Fix bug in submit, had forgotten I had replaced filename with name in
...
Preapproval model.
- Legacy-Id: 4413
2012-05-10 18:22:03 +00:00
Ole Laursen
188c0846d0
Add approval/pre-approval page for Secretariat and WG Chairs, with
...
subpages for adding and canceling pre-approvals and a set of
migrations for replacing the old IdApprovedDetail with a slightly less
confusing Preapproval model.
- Legacy-Id: 4411
2012-05-10 18:07:59 +00:00
Henrik Levkowetz
37172f3c0b
Don't include interim meetings in those considered for the default meeting number for the '/meeting/' url.
...
- Legacy-Id: 4407
2012-05-07 20:39:51 +00:00
Ole Laursen
bb30e1d681
Remove accidentally committed debug print.
...
- Legacy-Id: 4406
2012-05-07 19:21:54 +00:00
Ole Laursen
da3c40de49
Fix test error introduced by ballot refactor (test didn't set up
...
ballot position properly).
- Legacy-Id: 4405
2012-05-07 19:21:26 +00:00
Ole Laursen
88d083ff72
Turn chartering process around so one submits the charter text before
...
putting the charter document into the review state and emailing the
Secretariat.
- Legacy-Id: 4404
2012-05-07 17:18:45 +00:00
Ole Laursen
2e4ceb5a55
Fixup special init charter/recharter pages to make the process more self-explanatory.
...
- Legacy-Id: 4403
2012-05-07 16:25:04 +00:00
Ole Laursen
79b4c0843b
Add confirmation step so that the new charter effort page allows one
...
to continue from a BoF (with a warning with confirmation being ticked)
and continue from a WG (with another warning and confirmation not
being ticked). Also allow overriding a historically used acronym (one
that's in the GroupHistory) after confirmation.
- Legacy-Id: 4402
2012-05-07 16:04:45 +00:00
Ole Laursen
2dbed6a439
Don't show request closing WG link if group is proposed.
...
- Legacy-Id: 4401
2012-05-07 15:57:22 +00:00
Ole Laursen
07382a07a4
Add an entry to the group history when closing a group is being
...
requested and use that to put a notice on the WG page.
- Legacy-Id: 4399
2012-05-04 17:46:35 +00:00
Ole Laursen
e2aa218b8a
Hide mail to Secretariat and initial review time on rechartering, also
...
fix some phrasing problems.
- Legacy-Id: 4398
2012-05-04 17:06:24 +00:00
Ole Laursen
4250832349
Fix URL broken by previous commit moving the charter state help page.
...
- Legacy-Id: 4397
2012-05-04 16:57:00 +00:00
Ole Laursen
4f9bacbe74
Add notify edit functionality, and send email to charter.notify when
...
the state is changed as is done for drafts.
- Legacy-Id: 4396
2012-05-04 16:56:12 +00:00
Henrik Levkowetz
1714428150
Tweak the error messages for acronym collisions in the create-wg form.
...
- Legacy-Id: 4395
2012-05-04 15:01:02 +00:00
Henrik Levkowetz
2bd427ec0f
Add quotes around the WG name in the state change text, for better readability.
...
- Legacy-Id: 4394
2012-05-04 14:59:30 +00:00
Ole Laursen
fc01365352
Remove silly acronym-has-changed check in conclude WG view.
...
- Legacy-Id: 4393
2012-05-04 14:41:16 +00:00
Ole Laursen
06908f3241
Rename label for WG conclude request so it's clear one is only
...
requesting the conclusion, not actually closing it.
- Legacy-Id: 4392
2012-05-04 14:28:42 +00:00
Ole Laursen
286b2fc687
Increase size of conclusion request textarea.
...
- Legacy-Id: 4391
2012-05-04 14:26:25 +00:00
Henrik Levkowetz
3f3ae20eb4
Apply fix to missing nomcom chair in [4384] instead of [4385].
...
- Legacy-Id: 4389
Note: SVN reference [4385] has been migrated to Git commit c3ad0b53e4
2012-05-04 13:47:15 +00:00
Henrik Levkowetz
2eb0ab5921
Make arguments to url help_charter_states match the definition in ietf/idrfc/urls.py.
...
- Legacy-Id: 4388
2012-05-04 13:38:12 +00:00
Henrik Levkowetz
c7e75522ad
Fix bug in picking up blocking text (patch provided by olau@iola.dk).
...
- Legacy-Id: 4387
2012-05-04 12:57:06 +00:00
Henrik Levkowetz
c3ad0b53e4
Catch exception which is raised if a nomcom NN group has been created, but no nomcom chair has been announced and added yet.
...
- Legacy-Id: 4385
2012-05-04 12:53:51 +00:00
Henrik Levkowetz
9f3cf38a71
Merged [4364] from rjsparks@nostrum.com:
...
Expose how many pages each document contains on the docs on future telechats page.
Fixes bug #828
- Legacy-Id: 4383
Note: SVN reference [4364] has been migrated to Git commit b3c665287d
2012-05-04 11:57:35 +00:00
Henrik Levkowetz
839df60480
Merged in charter branch fixes from olau@iola.dk, from r4354 through r4381.
...
- Legacy-Id: 4382
2012-05-04 11:47:30 +00:00
Henrik Levkowetz
741b85926b
Fix signature of DocEventAdmin method (needs explicit 'self' parameter)
...
- Legacy-Id: 4381
2012-05-04 11:44:15 +00:00
Ole Laursen
3ec4dffd24
Check and sanitize text file upload (code is factored out in a new
...
helper so it can be reused elsewhere in the future).
- Legacy-Id: 4380
2012-05-04 11:37:16 +00:00
Ole Laursen
eaf09d9dc5
Move charter state help to /doc/help/state/charter/.
...
- Legacy-Id: 4379
2012-05-03 19:23:24 +00:00
Ole Laursen
6ebd2c47ca
Say "generate" rather than "edit" when there's no text in the boxes
...
- Legacy-Id: 4378
2012-05-03 19:14:22 +00:00
Ole Laursen
0cb29a7d10
Don't show diff box if there's only 1 entry (and itself).
...
- Legacy-Id: 4377
2012-05-03 19:11:50 +00:00
Ole Laursen
3b2c0a2169
Say "Charter" rather than "Recharter" on the charter /doc/ page if the group is proposed or a BoF.
...
- Legacy-Id: 4376
2012-05-03 19:00:40 +00:00
Ole Laursen
5215527de2
Treat BoF as proposed WG.
...
- Legacy-Id: 4374
2012-05-03 18:50:51 +00:00
Ole Laursen
79e8013455
s/WG/group/ in acronym clash error.
...
- Legacy-Id: 4373
2012-05-03 18:47:01 +00:00
Ole Laursen
53f86fe75f
Add a star to the required fields.
...
- Legacy-Id: 4372
2012-05-03 18:39:25 +00:00
Ole Laursen
1526857f43
Fix test broken by previous commit.
...
- Legacy-Id: 4371
2012-05-03 18:34:54 +00:00
Ole Laursen
761946c653
Fix buggy new group acronym check.
...
- Legacy-Id: 4369
2012-05-03 18:17:33 +00:00
Ole Laursen
c8e9362ba0
Amend previous commit to generate writeups on entering internal review instead.
...
- Legacy-Id: 4368
2012-05-03 18:09:29 +00:00
Ole Laursen
c69174a483
Generate action and review text automatically.
...
- Legacy-Id: 4367
2012-05-03 18:06:03 +00:00
Ole Laursen
5345def221
Make phrasing sligtly more clear.
...
- Legacy-Id: 4366
2012-05-03 18:05:02 +00:00
Ole Laursen
7573505b09
Make it move obvious what the change state view actually does by
...
rephrasing the form.
- Legacy-Id: 4365
2012-05-03 17:49:12 +00:00
Robert Sparks
b3c665287d
Expose how many pages each document contains on the docs on future telechats page.
...
Fixes bug #828
- Legacy-Id: 4364
2012-05-03 17:47:12 +00:00
Ole Laursen
7527788f85
Fix some phrasing bugs.
...
- Legacy-Id: 4363
2012-05-03 17:33:52 +00:00
Ole Laursen
cb634216b5
Fix terminology confusion and say "send ballot" rather than "issue
...
ballot" to clear up that it is not actually created.
- Legacy-Id: 4362
2012-05-03 17:02:55 +00:00
Ole Laursen
b6a057673a
Fix wording of send ballot comment, the actual text was still specific
...
to drafts.
- Legacy-Id: 4360
2012-05-03 16:15:20 +00:00
Ole Laursen
1e0cb1f105
Don't show edit button for snapshots.
...
- Legacy-Id: 4359
2012-05-03 15:40:28 +00:00
Ole Laursen
7c8d018ad4
Fix bug in hiding "external review needed" checkbox.
...
- Legacy-Id: 4358
2012-05-03 15:33:08 +00:00
Ole Laursen
9717202fed
Create charters in state notrev instead of intrev, as a side effect
...
this fixes a problem with comments not being saved when starting
review on charter.
- Legacy-Id: 4357
2012-05-03 12:02:08 +00:00
Robert Sparks
4eabc033c1
Replaced the concept of a tag (via-rfc) identifying ise or irtf document (previously the idinternal.via_rfc_editor boolean) with looking at the document's stream.
...
Removed the stream editing form - that functionality is on the edit info form.
Put the old-ADs back into the list of choices when editing a document's info.
This (re) fixes bug #749
- Legacy-Id: 4356
2012-05-03 04:26:09 +00:00
Henrik Levkowetz
462aff53ad
Merged in fixes to the charter branch (r4345 - r4353) from olau@iola.dk.
...
- Legacy-Id: 4354
2012-05-02 19:37:46 +00:00
Henrik Levkowetz
bcd28cc45f
Merged in fixes to the migration from olau@iola.dk. Merged in charter branch from olau@iola.dk. Added various fixes and correction of merge errors.
...
- Legacy-Id: 4353
2012-05-02 19:35:32 +00:00
Ole Laursen
891ac2585d
Use revision numbers to identify ballots and put a warning on closed ballots.
...
- Legacy-Id: 4352
2012-05-02 17:47:40 +00:00
Ole Laursen
79d9eb84a9
Fix bug in event description when copying over the final approved
...
charter file.
- Legacy-Id: 4351
2012-05-02 14:52:16 +00:00
Ole Laursen
c4298f602a
Offer text from latest approved revision in case there's no initial text
...
for a recharter submit form.
- Legacy-Id: 4350
2012-05-02 12:18:40 +00:00
Ole Laursen
5fcd0297ed
Reverse direction of revisions on charter /doc/ page to match tools.ietf.org/html/draft-*.
...
- Legacy-Id: 4349
2012-05-02 12:16:25 +00:00
Ole Laursen
b869d9f9dc
Change max acronym length to 10 instead of 8
...
- Legacy-Id: 4348
2012-05-02 11:36:41 +00:00
Ole Laursen
85708073f0
Fix "yes" calculation in needed_ballot_position (bug found by Robert Sparks).
...
- Legacy-Id: 4347
2012-05-02 11:32:42 +00:00
Ole Laursen
1161d0c848
Fix phrasing on status page
...
- Legacy-Id: 4344
2012-05-01 12:47:53 +00:00
Ole Laursen
7f5a86f5dd
Fix problem with running script again when there are existing ballot
...
events
- Legacy-Id: 4343
2012-04-30 18:24:28 +00:00
Ole Laursen
2eec257dc8
Add default=None to ballot in BallotPositionDocEvent so it's backwards compatible
...
- Legacy-Id: 4342
2012-04-30 18:18:47 +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
Henrik Levkowetz
8972ef7917
Fix from Adam with a tweak from Henrik for empty .ics files
...
- Legacy-Id: 4337
2012-04-26 21:38:27 +00:00
Henrik Levkowetz
6b86c81319
Set version info and settings back to development mode
...
- Legacy-Id: 4336
2012-04-26 20:28:12 +00:00
Henrik Levkowetz
f065558b38
Set version info to release version 4.02 before branching.
...
- Legacy-Id: 4334
2012-04-26 20:27:55 +00:00
Henrik Levkowetz
fddaf58f41
Merged [4288] from rjsparks@nostrum.com:
...
Made several changes to correctly use the new (RFC6410) "Internet Standard" level
in email that gets sent at various stages in the handling of documents.
Fixes bug 821.
- Legacy-Id: 4332
Note: SVN reference [4288] has been migrated to Git commit 0e2dd258c7
2012-04-26 20:00:48 +00:00
Henrik Levkowetz
d383fac853
Merged branch/iola/migration-fixes@4319, containing these changesets from olau@iola.dk:
...
- [4319]: Only query for regular IETF meetings when calculating cut off dates
(reported by Ryan Cross).
- [4311]: Fix bug in liaison form that prevents Secretariat users from posting
statements on behalf of SDO liaison managers in some cases.
- [4310]: Fix problem with direct replyto path in liaison form not using role
emails (reported by Stephanie McCammon).
- [4307]: Fix missing return in liaison proxy, fixes problem with from email
on https://datatracker.ietf.org/liaison/1154/ as reported by Stephanie
McCammon.
- [4260]: 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).
- [4253]: Move last call announcement text to last call event rather than
stuffing it inside the state change event.
- [4252]: Declare coding system to work around annoying problem when the
date produced by SVN is localized.
- Legacy-Id: 4331
Note: SVN reference [4252] has been migrated to Git commit 5858454c74
Note: SVN reference [4253] has been migrated to Git commit 25cb532348
Note: SVN reference [4260] has been migrated to Git commit 7b2963aaf0
Note: SVN reference [4307] has been migrated to Git commit b418e5d141
Note: SVN reference [4310] has been migrated to Git commit 9b4415fe51
Note: SVN reference [4311] has been migrated to Git commit bbeaa2d022
Note: SVN reference [4319] has been migrated to Git commit 7db44f8e50
2012-04-26 19:34:57 +00:00
Ole Laursen
5cbfbba055
Port change from trunk before migration and use wrap_text rather than
...
fill to wrap the ballot comments/discusses.
- Legacy-Id: 4321
2012-04-25 12:30:19 +00:00
Ole Laursen
441ca9fb9e
Follow trunk before migration and don't fill the snippets on the
...
history page
- Legacy-Id: 4320
2012-04-25 12:06:00 +00:00
Ole Laursen
7db44f8e50
Only query for regular IETF meetings when calculating cut off dates
...
(reported by Ryan Cross).
- Legacy-Id: 4319
2012-04-25 11:00:40 +00:00
Ole Laursen
d176d2b161
Copy charter text so we have an appriopriately named charter file when
...
renaming group acronyms.
- Legacy-Id: 4315
2012-04-24 13:23:56 +00:00
Ole Laursen
6088bb4758
Fix problem with renamed group acronym.
...
- Legacy-Id: 4314
2012-04-24 12:55:13 +00:00
Ole Laursen
ee5bd75ac6
Be more robust in validating group acronyms and display whole form on
...
creation (reported by Adrian Farrel), too.
- Legacy-Id: 4313
2012-04-24 12:26:29 +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
928e190cd1
Set version info and settings back to development mode
...
- Legacy-Id: 4306
2012-04-22 18:38:33 +00:00
Henrik Levkowetz
1da422bb91
Set version info to release version 4.01 before branching.
...
- Legacy-Id: 4304
2012-04-22 18:38:15 +00:00
Henrik Levkowetz
6c27541354
Added a FIXME: for the read_agenda_file() function. Some serious refactoring and generalization is needed here.
...
- Legacy-Id: 4302
2012-04-22 18:09:52 +00:00
Henrik Levkowetz
233aef46d5
Comment out NewIprTestCase as it writes to the production database.
...
- Legacy-Id: 4301
2012-04-22 16:33:44 +00:00
Henrik Levkowetz
7c46b9b61b
Change the wgchairs.ManageWriteupTestCase to not expect the writeup page to be restricted. This adapts the test to the change made in [4218] to make writeups readable by all.
...
- Legacy-Id: 4300
Note: SVN reference [4218] has been migrated to Git commit 0e3de35834
2012-04-22 15:37:56 +00:00
Henrik Levkowetz
dac11633ff
Revert a URL schema change made by olau@iola.dk in [4046] for a reason I can't quite see. This change breaks old URLs.
...
- Legacy-Id: 4299
Note: SVN reference [4046] has been migrated to Git commit d6baa38fe5
2012-04-22 15:15:38 +00:00
Henrik Levkowetz
29b4090bac
Add an assertion in the test code to explicitly check that we have an OK idnits result.
...
- Legacy-Id: 4298
2012-04-22 14:17:27 +00:00
Ole Laursen
5763c77e54
Fix up doc migration which included too much in the initial migration compared to trunk.
...
- Legacy-Id: 4295
2012-04-20 17:19:24 +00:00
Ole Laursen
3c7d546816
Swap order of event generation in previous commit.
...
- Legacy-Id: 4294
2012-04-20 12:54:24 +00:00
Ole Laursen
6ef8b8227c
Fix bug in diff'ing charter revisions.
...
- Legacy-Id: 4293
2012-04-20 12:51:24 +00:00
Ole Laursen
0970082178
Some further cleanup.
...
- Legacy-Id: 4292
2012-04-20 12:24:31 +00:00
Ole Laursen
d166ef284b
Fixup revision oddity left by yesterdays refactor.
...
- Legacy-Id: 4291
2012-04-20 11:48:27 +00:00
Ole Laursen
b9a90f35e1
Clean up and polish charter branch code, fix some subtle bugs with
...
revision and approved charter lookup.
- Legacy-Id: 4290
2012-04-19 15:15:43 +00:00
Ole Laursen
a72b933bfc
Only show defer button for drafts
...
- Legacy-Id: 4289
2012-04-19 12:51:32 +00:00
Robert Sparks
0e2dd258c7
Made several changes to correctly use the new (RFC6410) "Internet Standard" level
...
in email that gets sent at various stages in the handling of documents.
Fixes bug 821
- Legacy-Id: 4288
2012-04-17 21:00:26 +00:00
Ole Laursen
bba097d03c
Fixup bugs in chartering a new WG
...
- Legacy-Id: 4287
2012-04-17 18:08:04 +00:00
Ole Laursen
15565ace4a
Polish view somewhat, add ballot icon.
...
- Legacy-Id: 4286
2012-04-17 16:26:40 +00:00
Ole Laursen
c5c2fe43b7
Fix back link pointing to view that's now dead.
...
- Legacy-Id: 4285
2012-04-17 16:24:10 +00:00
Ole Laursen
7932a75363
Fix ballot_icon templatetag bugs so it can handle other document types
...
too.
- Legacy-Id: 4284
2012-04-17 16:22:30 +00:00
Ole Laursen
9fe98c88e5
Don't show ballot writeup unless we've got a ballot
...
- Legacy-Id: 4283
2012-04-17 16:01:45 +00:00
Ole Laursen
f3013a18ca
Back out automatic closing of ballot if state is changed to dead for
...
the time being; based on experience with the migration script it looks
like drafts are sometimes killed to later resurface with reused ballot
positions
- Legacy-Id: 4282
2012-04-17 15:54:51 +00:00
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
Henrik Levkowetz
a0b443724d
Set version info and settings back to development mode
...
- Legacy-Id: 4178
2012-03-24 09:34:06 +00:00
Henrik Levkowetz
46099bc38a
Set version info to release version 4.00 before branching.
...
- Legacy-Id: 4176
2012-03-24 09:33:52 +00:00
Ole Laursen
aaccd955c7
Calculate timezone offset from eight o'clock instead of 0, fixes offset problem for IETF-83
...
- Legacy-Id: 4170
2012-03-22 18:51:34 +00:00
Ole Laursen
2fea753f51
Move WG edit and conclude views from wgcharter to wginfo since they
...
aren't dealing with charters directly, clean up and add some polish
and fix a bunch of refactoring bugs. Start on fixing tests.
- Legacy-Id: 4169
2012-03-22 18:36:04 +00:00
Ole Laursen
32659ed957
Move AJAX person search to person/ with some support form code.
...
- Legacy-Id: 4168
2012-03-22 18:22:00 +00:00
Ole Laursen
c6f59d2c7c
Give document tab URLs names.
...
- Legacy-Id: 4167
2012-03-22 18:20:03 +00:00
Ole Laursen
df4b36c561
Implement a latest_event for history entries, make canonical name for
...
charters depend on group acronym and save canonical name in history
entries,
- Legacy-Id: 4166
2012-03-22 18:19:12 +00:00
Henrik Levkowetz
d22f741a71
Add commented-out settings to use when running against a readonly database.
...
- Legacy-Id: 4163
2012-03-22 14:09:51 +00:00
Henrik Levkowetz
58f50b7ef2
Don't overwrite possible manual changes to existing name table entries when using name() to create/fetch name entries.
...
- Legacy-Id: 4161
2012-03-22 13:44:54 +00:00
Henrik Levkowetz
ca1148ab67
Python 2.6 (used in production) doesn't have the total_seconds() method on datetime.timedelta -- use a module function instead.
...
- Legacy-Id: 4157
2012-03-21 14:27:32 +00:00
Henrik Levkowetz
896c1272c8
Indicate UTC on passed cut-off time and reopening time.
...
- Legacy-Id: 4155
2012-03-21 14:24:37 +00:00
Henrik Levkowetz
8e82213b57
Correct the cutoff hour to 00 to get the correct reopening time -- was 24 hours too late with the '24' value. FIXME: Refactory the cutoff calculations and display, puttting display text in the template, and using datetime objects consistently for calculations and to pass to template.
...
- Legacy-Id: 4154
2012-03-21 14:23:09 +00:00
Henrik Levkowetz
0dd2563b22
Tweak the admin interface for Documents a bit.
...
- Legacy-Id: 4153
2012-03-21 14:20:29 +00:00
Henrik Levkowetz
59aedbe937
The RFC Queue import has been broken by the introduction of '*R' suffices on some states. Ignore those for now; find out the semantics of this from the RFC editor and fix accordingly.
...
- Legacy-Id: 4152
2012-03-21 13:12:38 +00:00
Ole Laursen
fb71294b99
Only show RFC documents that are in state RFC, this prevents documents
...
with an RFC DocAlias but not the right state from being displayed as
RFCs (as in issue #815 ). Displaying them as RFCs doesn't work properly
as most of the wrapper currently assumes the RFC state.
- Legacy-Id: 4151
2012-03-21 11:08:16 +00:00
Ole Laursen
43e9ea2607
Unify history handling for groups and documents.
...
- Legacy-Id: 4149
2012-03-20 18:22:14 +00:00
Ole Laursen
55e84fa946
Link to correct charter page
...
- Legacy-Id: 4147
2012-03-20 18:10:53 +00:00
Ole Laursen
d0c641b044
Give the WG charter page a name
...
- Legacy-Id: 4146
2012-03-20 18:10:31 +00:00
Ole Laursen
71b7b178be
Add link to WG creation.
...
- Legacy-Id: 4145
2012-03-20 18:10:13 +00:00
Ole Laursen
442698e7f6
Refactor somewhat.
...
- Legacy-Id: 4144
2012-03-20 18:09:56 +00:00
Ole Laursen
3b9964ef09
Add telechat edit page, remove some dead code, fix some bugs.
...
- Legacy-Id: 4143
2012-03-20 18:09:22 +00:00
Ole Laursen
2ab52d9567
Defer import of get_stream_from_draft to kill import loop that
...
prevents bin/expire-ids from running.
- Legacy-Id: 4142
2012-03-20 12:05:41 +00:00
Ole Laursen
0bc71c7146
Fix problem with concurrent posts as reported in #813 by preventing
...
accidentally submitting a post twice (with Javascript) and modifying the
move-old-files-to-archive code to not move the files away if they
belong to the same submission as the one we're accepting (this
mitigates a concurrent post to at least not end up with a non-existing
draft).
- Legacy-Id: 4112
2012-03-16 17:22:33 +00:00
Ole Laursen
03980c3882
Use same sort for future agenda documents as for plain agenda, fixes #810 .
...
- Legacy-Id: 4098
2012-03-15 18:40:02 +00:00
Ole Laursen
21c52a34ae
Add admin support for GroupHistory and GroupURL.
...
- Legacy-Id: 4097
2012-03-15 18:07:55 +00:00
Ole Laursen
00f2b0d0c2
Remove superfluous wgcharter search views.
...
- Legacy-Id: 4096
2012-03-15 18:01:50 +00:00
Ole Laursen
c7d9839b1c
Fix get_absolute_url to make it point to /doc/ page for charters
...
- Legacy-Id: 4094
2012-03-15 17:57:12 +00:00
Ole Laursen
5cfc72937d
Fix missing import
...
- Legacy-Id: 4093
2012-03-15 17:56:41 +00:00
Ole Laursen
fb139041de
Fix commented FIXME links, linking to new chartering/rechartering WG page instead.
...
- Legacy-Id: 4092
2012-03-15 17:54:43 +00:00
Ole Laursen
a1b5671ead
Preliminary generalization of /doc/ tabs with top factored out, main
...
page being specific, writeup page generic with some specific code to
setup writeups (only charter ported), history page being generic
(I-D/RFC not ported, needs two event hack fixes), and ballot page
not done, pending on multi-ballot solution.
- Legacy-Id: 4091
2012-03-15 16:38:56 +00:00
Ole Laursen
43bef3929f
Generalize add comment view slightly so it can be used with charters.
...
- Legacy-Id: 4090
2012-03-15 16:17:04 +00:00
Ole Laursen
4112ff58de
Add support for not splitting output
...
- Legacy-Id: 4089
2012-03-15 16:03:54 +00:00
Ole Laursen
63a433aa6d
Add template for new chartering overview page.
...
- Legacy-Id: 4088
2012-03-15 16:02:48 +00:00
Ole Laursen
618e308ac0
Add WG chartering/rechartering overview page, missing ballot icon
...
pending on getting ballot situation cleared up, but otherwise done.
- Legacy-Id: 4087
2012-03-15 16:01:59 +00:00
Ole Laursen
f992c21925
Fix file globbing try to match against full known file names rather
...
than trying to extract an extension which may be buggy with I-Ds with
periods in the name, as per suggestion from Henrik.
- Legacy-Id: 4086
2012-03-15 11:34:45 +00:00
Ole Laursen
91a365cbbb
Serve week view from /meeting/xx/week-view.html as well to work with
...
semi-buggy Javascript on /meeting/xx/agenda.html as well as
/meeting/xx/agenda/.
- Legacy-Id: 4085
2012-03-14 19:39:42 +00:00
Ole Laursen
3e3c8a75bc
Fix agenda retrieval for plenaries
...
- Legacy-Id: 4084
2012-03-14 19:32:10 +00:00
Ole Laursen
96cd6bc244
Return 1plenary for area of plenaries to get closer to the behaviour
...
of the old models, fixes problem with plenaries only being visible in
the week view if GEN is selected.
- Legacy-Id: 4083
2012-03-14 19:13:22 +00:00
Ole Laursen
3731f7cccc
Split extension at first . when looking for an extension,
...
prevents us from considering .txt.pdf a PDF for the purpose of RFCs.
Fixes #807 .
- Legacy-Id: 4082
2012-03-14 18:47:21 +00:00
Ole Laursen
0608d52a09
Add autoescape and strip tags from optional message, fixes #799 , also
...
fixup formatting slightly.
- Legacy-Id: 4081
2012-03-13 17:27:45 +00:00
Ole Laursen
6d4488b068
Fix remaining problems with magic use of agenda_file
...
- Legacy-Id: 4080
2012-03-13 12:11:06 +00:00
Ole Laursen
ea4e1a1f2c
Fix attachment link to work with newly submitted attachments (those
...
using the new naming scheme)
- Legacy-Id: 4079
2012-03-13 11:19:13 +00:00
Ole Laursen
e7cf907c94
Only set state "WG Document" on revision 00 documents, fixes problem
...
with overwriting manually set WG states when a new version is
submitted. Fixes #797 .
- Legacy-Id: 4074
2012-03-12 12:08:48 +00:00
Ole Laursen
041858dd8a
Add .distinct() to some more queries, fixes problem with drafts showing up twice
...
- Legacy-Id: 4072
2012-03-08 14:11:12 +00:00
Ole Laursen
5fab1e071d
Be more careful in generating links to draft actions, fixes problem
...
with RFCs without an associated group and also makes the code somewhat
more readable (although the template tag detour need to go away at
some point, perhaps after the generic charter refactor)
- Legacy-Id: 4071
2012-03-08 13:01:20 +00:00
Henrik Levkowetz
85e1cfed80
Add filtering by group for Role list page in admin.
...
- Legacy-Id: 4068
2012-03-07 13:40:57 +00:00
Ole Laursen
f5621fee1e
Try to deduce the correct day of month for RFC publication dates for
...
newly published RFCs instead of always assuming it's just the first
day of the month
- Legacy-Id: 4067
2012-03-07 13:26:40 +00:00
Henrik Levkowetz
0e8ab0dbfd
In all_id2.txt, set the WG field as empty for AD-sponsored documents which have group set to an area. Fixes a problem with draft alias generation.
...
- Legacy-Id: 4066
2012-03-07 10:36:39 +00:00
Henrik Levkowetz
794bbad413
Refine the splitting of flat names into constituent parts. Fixes #769 .
...
- Legacy-Id: 4065
2012-03-07 10:34:45 +00:00
Henrik Levkowetz
e9864d7cc2
Add Ole as admin, so he'll get tracebacks.
...
- Legacy-Id: 4064
2012-03-07 10:32:11 +00:00
Henrik Levkowetz
9a6ee2219d
Only consider active plenary agenda documents for display in meeting agenda. Look for 'technical' in document name, rather than title, as title could be empty. Fixes #793 .
...
- Legacy-Id: 4063
2012-03-07 10:28:05 +00:00
Henrik Levkowetz
1af6a03cf0
Tweak TimeSlot and Session admin pages with more filter and search fields.
...
- Legacy-Id: 4062
2012-03-07 10:19:35 +00:00
Henrik Levkowetz
6740179f8e
Only show 'concluded' for specific status_id values, not as the inverse of 'proposed' and 'active'. Related to #786 .
...
- Legacy-Id: 4060
2012-03-07 10:17:00 +00:00
Henrik Levkowetz
fd7c95fd28
Guard against blowup when displaying std_level if it hasn't been set.
...
- Legacy-Id: 4059
2012-03-07 10:13:35 +00:00
Henrik Levkowetz
3301bfba0e
Show 'plain name' in Person list view in admin. Related to #769 .
...
- Legacy-Id: 4058
2012-03-07 10:10:09 +00:00
Henrik Levkowetz
b513bb4fe8
Remove inline reference in all_ids.txt to url which is gone with the deployment of datatracker 4.00.
...
- Legacy-Id: 4057
2012-03-07 10:07:47 +00:00
Henrik Levkowetz
9ea97b8674
Show doc author inline in DocumentAdmin.
...
- Legacy-Id: 4056
2012-03-07 10:06:27 +00:00
Henrik Levkowetz
14e2af19bf
Committing patch from #767 , to make splitting of comma-separated multiset-ballot draft-names more robust. Related to #767
...
- Legacy-Id: 4055
2012-03-07 10:04:35 +00:00
Henrik Levkowetz
00111065ea
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: 4054
2012-03-07 10:00:31 +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
Henrik Levkowetz
e6c42e76e9
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: 4052
2012-03-07 09:57:56 +00:00
Henrik Levkowetz
0736dec160
Only display intended std level names in use in the document edit form. Fixes #792 .
...
- Legacy-Id: 4051
2012-03-07 09:54:21 +00:00
Ole Laursen
d6baa38fe5
Fix problem with reading agenda files, generate it from the actual
...
agenda document rather than trying various combinations of extensions
and upper/lower case
- Legacy-Id: 4046
2012-03-06 20:36:14 +00:00
Ole Laursen
140e4bef3f
Fix bug in URL, week-view didn't work for /meeting/[somenumber]/agenda/ URLs
...
- Legacy-Id: 4045
2012-03-06 19:52:06 +00:00
Henrik Levkowetz
523c2ace54
Set version to 4.00.
...
- Legacy-Id: 4042
2012-03-06 18:30:42 +00:00
Henrik Levkowetz
1b75e4a878
Show links to mailing list archives on WG pages also if the URL starts with 'https:'.
...
- Legacy-Id: 4041
2012-03-06 18:13:06 +00:00
Ole Laursen
4633df8053
Clarify WG chair approval text based on feedback from Stephanie McCammon
...
- Legacy-Id: 4038
2012-03-06 16:53:16 +00:00
Ole Laursen
b13b2f890e
Consider BOFs to be proposed groups in the proxy when comparing with status_id
...
- Legacy-Id: 4037
2012-03-06 16:35:53 +00:00
Ole Laursen
f1c9c7a8dc
Return "irtf" as area for the IRTF group to mimic old system better
...
- Legacy-Id: 4036
2012-03-05 20:12:25 +00:00