Henrik Levkowetz
cddec8fc48
Merged in [4604] from adam@nostrum.com, which fixes problems with the html agenda code related to the schema transition.
...
- Legacy-Id: 4611
Note: SVN reference [4604] has been migrated to Git commit 3e5e16371f2c0319d1c0bb738860a1f793038365
2012-07-10 09:55:34 +00:00
Henrik Levkowetz
a1ea63c16a
Ballot ids are limited to integers, rather than being descriptive as intended at one point. Adjusted the url regexes accordingly. Patch from olau@iola.dk.
...
- Legacy-Id: 4610
2012-07-10 09:52:56 +00:00
Henrik Levkowetz
93e38ee7de
Introduce a line break to clean up the state display for tracked drafts a bit.
...
- Legacy-Id: 4609
2012-07-10 09:03:44 +00:00
Robert Sparks
798e7a50e7
* Adds a new document type for conflict reviews, with a ballot for the IESG 5742 response to a review request
...
* Integrated the new document type into the iESG agenda views (including RSS feeds)
* Removed the Edit and Add buttons from the document main view.
* Replaced Add with actions appropriate for the document type, such as "Begin IESG Processing" or "Begin IETF Conflict Review", and made most data directly editable on the document's main page, depending on access permissions.
* Removed a manual editing step that the secretariat had to perform when sending conflict review messages. The view now composes the message correctly given the stream.
* Added a pencil icon motif to differentiate fields that are editable.
* Generalized several views and helper functions to use Document instead of (e.g.) IdWrapper
* Generalized reading documents from the repository
* Added a way to get from IdWrapper to the underlying Document to facilitate migrating way from the Wrapper classes
* Added many helpers to Document to assist with migrating off IdWrapper
* Minor fixes and other changes
* Fixes to document main view to avoid (silent) template failures.
* Began removing some of the code that is no longer reachable post-migration
* Corrected the behavior of the undefer code and added test cases for it
* Improved initial population of notification lists and added the ability to regenerate the initial list
* Made the test code that scans for template coverage more robust
* Deployment notes:
* new setting: CONFLICT_REVIEW_PATH. The associated directory will need to be created
This branch fixes bugs #805 , #744 and #812
- Legacy-Id: 4600
2012-07-05 20:45:54 +00:00
Robert Sparks
e76136ff3b
Fixed reverse urls in tests, removed a commented out block from a template, fixed a typo in a directory setting
...
- Legacy-Id: 4599
2012-07-05 20:40:41 +00:00
Robert Sparks
c93e6a764a
Made the popup position editing dialog work correctly for non-draft document types
...
- Legacy-Id: 4597
2012-07-05 19:28:40 +00:00
Robert Sparks
f3fd4db35c
Merge forward complete - checkpointing before fixing popup position dialogs
...
- Legacy-Id: 4595
2012-07-04 19:35:46 +00:00
Henrik Levkowetz
f86188252d
Make the link to the search form more prominent in the community list explicitly added documents page.
...
- Legacy-Id: 4587
2012-07-04 14:21:57 +00:00
Henrik Levkowetz
3ade3e443f
Sort WGs in the community rules drop-down list by acronym rather than WG name.
...
- Legacy-Id: 4586
2012-07-04 14:10:55 +00:00
Henrik Levkowetz
e61e4f0893
Provided a more comprehensive document state indication. May need further refinement.
...
- Legacy-Id: 4585
2012-07-04 13:31:04 +00:00
Henrik Levkowetz
4cb0643c9e
Tweaked the community tracker links in the lefthand menubar to avoid line breaking for the WG documents link visible to WG chairs.
...
- Legacy-Id: 4584
2012-07-04 12:14:37 +00:00
Henrik Levkowetz
73f00aa920
Enabled the check for existing account, disabled when we started using self-service http password reset, but hadn't started creating accounts yet. Refactored the two confirm*() methods in ietfauth/views.py; they need the same processing, only the templates to use differ.
...
- Legacy-Id: 4583
2012-07-04 05:12:20 +00:00
Henrik Levkowetz
fbf89cdcff
Close blockquote element.
...
- Legacy-Id: 4582
2012-07-04 05:06:15 +00:00
Henrik Levkowetz
20f5d25fd4
Add another needed import missed in the merge.
...
- Legacy-Id: 4581
2012-07-04 04:26:11 +00:00
Henrik Levkowetz
0ea69383d2
Fix back link on personal list email subscription confirmation page -- it just lead to the confirmation page itself, now leads to read-only list view.
...
- Legacy-Id: 4577
2012-07-03 22:23:28 +00:00
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
b6d137702b
Changelog entry for 4.30
...
- Legacy-Id: 4570
2012-07-03 15:01:08 +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
fa35a8f8fe
Don't initialize syslog here -- it might override the app's initialization. (Python will do an empty call to syslog.openlog() if not already done when first calling syslog.syslog().)
...
- Legacy-Id: 4554
2012-06-29 00:36:17 +00:00
Henrik Levkowetz
3597d436ac
Small patch from olau@iola.dk to avoid constant 500 traceback when someone tries to push an invalid cookie.
...
- Legacy-Id: 4553
2012-06-29 00:33:54 +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
Robert Sparks
1a5a7b998a
Show the ballot question on the position entry form.
...
- Legacy-Id: 4550
2012-06-28 21:56:51 +00:00
Robert Sparks
8b5d95e71b
Added the ability to reset the conflict review response text to the template at Sean's request
...
- Legacy-Id: 4549
2012-06-28 19:51: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
9cd084923b
Changelog for v4.30
...
- Legacy-Id: 4533
2012-06-27 13:13:59 +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