Commit graph

2463 commits

Author SHA1 Message Date
Henrik Levkowetz 26705dee99 When logged in as secretariat, at /iesg/agenda/ or /iesg/agenda/documents/, and clicking on the position matrix for a document, the overlay window would give a code 500 error, because of a missing ballot id in the templates' url lookup. Fix this by providing the ballot id.
- Legacy-Id: 4576
2012-07-03 21:35:51 +00:00
Henrik Levkowetz 6a58f8ec20 Start getting rid of the name= parameter of the urlconf. At first they look helpful, but it's a great bother to have to search for where every damn name is, instead of just reading it out of the code in the template or urlreverse.
- Legacy-Id: 4575
2012-07-03 20:27:56 +00:00
Henrik Levkowetz 8b224559a7 Fix missing import.
- Legacy-Id: 4574
2012-07-03 19:08:43 +00:00
Henrik Levkowetz a81d37a1b0 Set version info and settings back to development mode
- Legacy-Id: 4573
2012-07-03 15:01:12 +00:00
Henrik Levkowetz 1318710037 Set version info to release version 4.30 before branching.
- Legacy-Id: 4571
2012-07-03 15:01:10 +00:00
Henrik Levkowetz c8af089ab1 Fix a bug which made the community tracking code crash when search results would show an old RFC without an associated draft.
- Legacy-Id: 4569
2012-07-03 13:46:23 +00:00
Henrik Levkowetz 71894599bf Tweak the menubar listing of community tracking to show when login is needed, some other text tweaks, and fitting the I-D tracking links under Drafts and RFCs where they seem to belong.
- Legacy-Id: 4568
2012-07-03 13:44:52 +00:00
Henrik Levkowetz 1bc2f7daa2 Tweak test setup message for site_id change.
- Legacy-Id: 4567
2012-07-03 13:42:36 +00:00
Henrik Levkowetz ad8b0d272c Prepare for email failure debugging -- make it clearer that the extra information is debug info meant for forwarding.
- Legacy-Id: 4566
2012-07-03 12:04:32 +00:00
Henrik Levkowetz aa00b6e35d Remove old duplicate debug.py
- Legacy-Id: 4565
2012-07-03 11:31:30 +00:00
Henrik Levkowetz 350914da15 Minor cleanup of test_runner.py. Added guards against settings which can make tests inexplicably fail. Updated check to avoid running tests on production server.
- Legacy-Id: 4564
2012-07-03 11:31:11 +00:00
Henrik Levkowetz a5041a262f Tweak the display of DocEvents.
- Legacy-Id: 4563
2012-07-03 10:58:54 +00:00
Henrik Levkowetz b51a0c4b3e Remove old non-functional 'management issues' link from IESG agenda section 6 title.
- Legacy-Id: 4562
2012-07-03 10:50:01 +00:00
Henrik Levkowetz 1370942f54 Add a way to reach charter urls given a wg name rather than the charter document name.
- Legacy-Id: 4556
2012-06-29 00:38:31 +00:00
Henrik Levkowetz 22c3ae22b9 Handle additional call modes and call cases for wgcharter.views.submit.
- Legacy-Id: 4555
2012-06-29 00:37:26 +00:00
Henrik Levkowetz c587b0ed44 Add some help for chairs which fuss about not being able to clearly see that they need to be logged in in order to handle approvals.
- Legacy-Id: 4552
2012-06-29 00:32:39 +00:00
Henrik Levkowetz 6bc68a9a51 Behave slightly more gracefully if a submission has already been moved into place, and we're asked to do it again.
- Legacy-Id: 4548
2012-06-28 19:22:59 +00:00
Henrik Levkowetz 99a7786990 Remove old non-functional Billo address.
- Legacy-Id: 4547
2012-06-28 19:21:51 +00:00
Henrik Levkowetz 30a8086b9b Make the syslog prefix more specific.
- Legacy-Id: 4546
2012-06-28 19:19:29 +00:00
Henrik Levkowetz 007bf1959c Disable the reference-to/referenced-by rules; they will only produce hits after we populate the document relationship table with reference information.
- Legacy-Id: 4540
2012-06-27 20:24:22 +00:00
Henrik Levkowetz 02e161e496 Simplify document by WG display name code.
- Legacy-Id: 4539
2012-06-27 20:23:06 +00:00
Henrik Levkowetz 6612315b17 Correct typo in community draft tracking subscription confirmation email.
- Legacy-Id: 4538
2012-06-27 20:21:24 +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
Henrik Levkowetz 612ea9fd09 Use the raw parameter to get_values to make the wg link not appear in the cvs export.
- Legacy-Id: 4532
2012-06-27 12:55:00 +00:00
Henrik Levkowetz adeafe8df2 Changed the group link on the personal doc list page to use the group acronym instead of whole name, and made the acronym a link to the wg documents page.
- Legacy-Id: 4531
2012-06-27 10:46:36 +00:00
Henrik Levkowetz fdb18755a7 Tweak the display of explicitly added documents some more.
- Legacy-Id: 4530
2012-06-27 10:22:01 +00:00
Henrik Levkowetz 239cd5d66d Tweak the display of explicitly added documents (saying 'explicitly' rather than 'manually', and including the active/expired/rfc state of the document.
- Legacy-Id: 4529
2012-06-27 10:14:46 +00:00
Henrik Levkowetz e3a2b6113f When adding a rule for I-Ds, only apply the selection to active I-Ds, not those which are expired or published.
- Legacy-Id: 4528
2012-06-27 10:08:05 +00:00
Henrik Levkowetz 956b3d39df Changes to the rule specifications for document tracking lists: Simplify the filter rules, show acronym in wg and area selection lists, list only ADs of active areas.
- Legacy-Id: 4527
2012-06-27 09:48:04 +00:00
Henrik Levkowetz c55a25461b New schema models have moved from redesign/ to ietf/; fix community sources accordingly.
- Legacy-Id: 4526
2012-06-27 08:46:04 +00:00
Henrik Levkowetz fdff56bd21 New schema models have moved from redesign/ to ietf/; fix community sources accordingly.
- Legacy-Id: 4525
2012-06-27 08:44:36 +00:00
Henrik Levkowetz 822f9cff3f Remove the grep based searches in utils.py; they are too costly. If tracing lists based on word search is needed, another implementation must be found.
- Legacy-Id: 4524
2012-06-27 08:42:34 +00:00
Henrik Levkowetz 8a57be6b80 There are old drafts which contain '+' in the name. Accept that in the urlpatterns so url reverses work.
- Legacy-Id: 4523
2012-06-27 08:40:25 +00:00
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
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