Ole Laursen
2c930d0f97
Get rid of remaining use of email_re, use validate_email instead
...
- Legacy-Id: 6882
2013-12-11 16:47:47 +00:00
Ole Laursen
119d76ae26
Get rid of unused import of old generic view
...
- Legacy-Id: 6881
2013-12-11 16:44:34 +00:00
Ole Laursen
883853f09c
Fix bug, TemplateView takes template_name, not template as parameter
...
- Legacy-Id: 6880
2013-12-11 16:43:34 +00:00
Ole Laursen
c15063f3c2
Adjust the import path for feeds
...
- Legacy-Id: 6879
2013-12-11 16:40:49 +00:00
Ole Laursen
cfa0d47ca0
Port to new class-based generic redirect and simple template views, remove utils.lazy.reverse_lazy, it's now included in Django
...
- Legacy-Id: 6878
2013-12-11 16:36:09 +00:00
Ole Laursen
7a86afe1ab
Port templates to new {% url %} syntax with quotes around the first parameter
...
- Legacy-Id: 6877
2013-12-11 16:33:40 +00:00
Ole Laursen
b2d69c5cbd
Replace manage.py script with new script generated by Django 1.6
...
- Legacy-Id: 6876
2013-12-11 15:50:14 +00:00
Ole Laursen
b92a49b216
Remove verify_exists=False from URLField, it is now obsolete
...
- Legacy-Id: 6875
2013-12-11 15:31:18 +00:00
Ole Laursen
f5b2cfbc42
Make MEDIA_URL end in slash
...
- Legacy-Id: 6874
2013-12-11 15:29:38 +00:00
Henrik Levkowetz
bafaa30fe3
Fixed a typo. Fixes issue #1216 .
...
- Legacy-Id: 6869
2013-12-11 10:28:00 +00:00
Ryan Cross
9b06fb9958
fixed calls to reverse() to match new url names since code merge
...
- Legacy-Id: 6859
2013-12-09 20:41:32 +00:00
Ryan Cross
e45aec37ac
use correct URL in new IPR notification email
...
- Legacy-Id: 6858
2013-12-09 20:13:37 +00:00
Robert Sparks
c500184eee
Script to run from cron to send daily messages to IETF Announce showing the email header field change.
...
This should be run from Jan 6 to Jan 20, after which point we need to deploy analagous changes to the code that constructs last call announcements.
This is related to bug #811
Commit ready for merge.
- Legacy-Id: 6857
2013-12-09 19:01:44 +00:00
Ole Laursen
e3253b4887
Fix spelling mistake in wgcharter confirmation messages, fixes #1216
...
- Legacy-Id: 6856
2013-12-09 11:33:11 +00:00
Ole Laursen
371c4bb344
Fix computing meeting updated timestamp when there's either a timeslot
...
or a session but not both
- Legacy-Id: 6855
2013-12-09 10:52:31 +00:00
Ole Laursen
3053bef4cc
Resurrect URL coverage making it work with all tests, and move it to the test runner together with the template coverage report
...
- Legacy-Id: 6844
2013-12-07 19:31:32 +00:00
Ole Laursen
56f36018a2
Fix bug in secr test
...
- Legacy-Id: 6843
2013-12-07 19:29:32 +00:00
Ole Laursen
1c60f55fff
Fix some includes in meeting test
...
- Legacy-Id: 6842
2013-12-07 19:28:56 +00:00
Ole Laursen
185149c46b
Strip out all ADs from the working group fixtures, apparently they are not included in another permafixture so cause trouble in some tests
...
- Legacy-Id: 6841
2013-12-07 19:28:13 +00:00
Ole Laursen
1606890567
Trim some unused imports in the meeting tests
...
- Legacy-Id: 6840
2013-12-07 16:15:36 +00:00
Ole Laursen
449436744e
Hide unapproved related liaison statement unless during approval it to prevent dead link
...
- Legacy-Id: 6839
2013-12-07 13:39:56 +00:00
Ole Laursen
f935577f77
Remove some unused references to SimpleUrlTestCase
...
- Legacy-Id: 6838
2013-12-07 13:30:41 +00:00
Ole Laursen
f1a34faf08
Rewrite main url tests and redirects test to use the test database
...
- Legacy-Id: 6837
2013-12-07 13:29:48 +00:00
Ole Laursen
77fc3ec134
Rewrite simple URL test in secr/sreq/tests.py to use fake data
...
- Legacy-Id: 6836
2013-12-07 13:10:36 +00:00
Ole Laursen
f6fa699992
Fix MultiEmailField to use validate_email for validation
...
- Legacy-Id: 6835
2013-12-07 12:54:24 +00:00
Ole Laursen
58afa08edf
Remove import of unused FKAsOneToOne
...
- Legacy-Id: 6834
2013-12-07 12:49:32 +00:00
Ole Laursen
924d58f935
Remove model field utilities that were needed because of brokenness in the old schema
...
- Legacy-Id: 6833
2013-12-07 12:37:29 +00:00
Ole Laursen
947c973724
Remove reference to redesign
...
- Legacy-Id: 6832
2013-12-07 12:30:58 +00:00
Ole Laursen
f4283556ae
Do not include ../redesign in path
...
- Legacy-Id: 6831
2013-12-07 12:30:41 +00:00
Ole Laursen
fb55fc4c4b
Replace reference to redesign.doc.models, replace redundant filter on
...
both type=draft and state=rfc in community script
- Legacy-Id: 6830
2013-12-07 12:28:47 +00:00
Ole Laursen
ad1f11e9a3
Remove unused profile templates
...
- Legacy-Id: 6829
2013-12-07 12:16:05 +00:00
Ole Laursen
7738f35283
Remove backwards compatibility person() method on Person
...
- Legacy-Id: 6828
2013-12-07 12:13:14 +00:00
Ole Laursen
ca28fb05a6
Delete USE_DB_REDESIGN_PROXY_CLASSES setting
...
- Legacy-Id: 6827
2013-12-07 12:12:07 +00:00
Ole Laursen
3e709e3f24
Remove proxies
...
- Legacy-Id: 6826
2013-12-07 12:01:57 +00:00
Ole Laursen
ae2b0e2bcc
Remove use of group proxies from liaisons app, move proxy_personify_role into liaisons for the time being
...
- Legacy-Id: 6825
2013-12-07 11:56:32 +00:00
Ole Laursen
54464e6db2
Only show related approved liaisons (dead link found by test crawler)
...
- Legacy-Id: 6824
2013-12-06 18:44:01 +00:00
Ole Laursen
fc991a5ba1
Revamp and add tests for ietfauth - still missing tests for most views here though
...
- Legacy-Id: 6823
2013-12-06 18:40:48 +00:00
Ole Laursen
da91b15e16
Remove some references to shim layer
...
- Legacy-Id: 6822
2013-12-06 18:08:37 +00:00
Ole Laursen
18f133d1d2
Remove now unused idtracker/
...
- Legacy-Id: 6821
2013-12-06 18:00:44 +00:00
Ole Laursen
f75339a3e3
Remove shim layer from bin/dump-draft-info
...
- Legacy-Id: 6820
2013-12-06 17:58:05 +00:00
Ole Laursen
48f14b8eda
Remove now unused proceedings/ and meeting/proxy.py
...
- Legacy-Id: 6819
2013-12-06 17:40:41 +00:00
Ole Laursen
5ef84cd7df
Move proceedings feed to meeting/ and remove traces of shim layer from it
...
- Legacy-Id: 6818
2013-12-06 16:31:02 +00:00
Ole Laursen
ad9503f1ed
Removing remaining traces of shim layer usage in meeting
...
- Legacy-Id: 6817
2013-12-06 16:10:10 +00:00
Ole Laursen
992bf0efea
Fix double base2.css include in meeting landscape edit template and fix some HTML syntax errors
...
- Legacy-Id: 6816
2013-12-06 15:58:47 +00:00
Ole Laursen
415768bb54
Fix double includes of jQuery 1.8.2 in meeting templates, make sure
...
script includes are put in the "js" block rather than the "scripts"
block, the latter is for inline scripts, not script includes (this
fixes a couple of weird syntax errors)
- Legacy-Id: 6815
2013-12-06 15:46:51 +00:00
Ole Laursen
e63ac36b8f
Remove shim layer from ietfauth, delete some dead code and migrate
...
remaining importers of ietfauth.decorators to ietfauth.utils
- Legacy-Id: 6797
2013-12-05 16:24:03 +00:00
Ole Laursen
fe5ad0c998
Remove unused i18n import in liaisonform.html
...
- Legacy-Id: 6796
2013-12-05 15:52:35 +00:00
Ole Laursen
5f002cf0ac
Fix some test errors
...
- Legacy-Id: 6795
2013-12-05 15:30:17 +00:00
Ole Laursen
4250a95556
Remove proxy layer from liaisons tool, do some minor cleanups of
...
duplicated code, make sure the custom form widgets escape their input.
There's still a bit of custom proxying going on in the IETFHM class
hierarchy.
- Legacy-Id: 6794
2013-12-05 13:54:48 +00:00
Ole Laursen
18743a3e96
mark_safe result from parse_email_list filter, fix an import bug
...
- Legacy-Id: 6792
2013-12-04 18:25:44 +00:00
Ole Laursen
bbcbfc3a05
Drop the obsolete backwards-compatible email.Utils import in
...
ietf_filters, add strip_email filter for getting rid of the email part
of a "name <email@example.com>" string, fix spelling mistake
- Legacy-Id: 6791
2013-12-04 17:59:25 +00:00
Henrik Levkowetz
0ca9a5c245
Require that a meeting has a schedule for it to be seen as the current meeting.
...
- Legacy-Id: 6785
2013-12-03 21:35:57 +00:00
Henrik Levkowetz
30aa2b2d36
Don't crash if trying to get an update date for a meeting with missing timeslots or sessions.
...
- Legacy-Id: 6784
2013-12-03 21:35:02 +00:00
Ole Laursen
8a4990cb1e
Remove some redundant imports from doc/proxy.py
...
- Legacy-Id: 6783
2013-12-03 19:00:52 +00:00
Ole Laursen
6c57fe496f
Port mailinglists to new schema
...
- Legacy-Id: 6782
2013-12-03 18:55:26 +00:00
Ole Laursen
26ec475d89
Fix spelling mistake in comments
...
- Legacy-Id: 6781
2013-12-03 18:53:04 +00:00
Ole Laursen
28abe3dc0d
Remove unused idtracker.models import
...
- Legacy-Id: 6780
2013-12-03 18:35:29 +00:00
Ole Laursen
bb2d070679
Redo tests for IPR to cover all views, fix some bugs and add some
...
finishing touches
- Legacy-Id: 6779
2013-12-03 18:33:07 +00:00
Ole Laursen
7852e092fa
Remove unused IprLicensing and IprSelecttype classes from IPR models
...
- Legacy-Id: 6778
2013-12-03 09:56:18 +00:00
Ole Laursen
6c56f41041
Fix broken indentation
...
- Legacy-Id: 6777
2013-12-02 18:12:16 +00:00
Ole Laursen
cadedce023
Port cookies/ away from use of |equal filter, remove |equal filter
...
- Legacy-Id: 6776
2013-12-02 18:11:01 +00:00
Ole Laursen
19da33d8ff
Make the search for specific draft name in IPR support both drafts and RFCs, clean up some related cruft
...
- Legacy-Id: 6775
2013-12-02 17:29:17 +00:00
Ole Laursen
e9638cb1c2
Port IPR module to new schema, remove some cruft
...
- Legacy-Id: 6774
2013-12-02 16:34:00 +00:00
Ole Laursen
f7bed5d0aa
Remove Django 0.x support from ipr/feeds.py
...
- Legacy-Id: 6773
2013-11-29 11:48:47 +00:00
Ole Laursen
6d94351553
Add __unicode__ to SendQueue
...
- Legacy-Id: 6772
2013-11-28 18:12:45 +00:00
Ole Laursen
6c2b3be8d6
Fix admin for SendQueue so message is in raw_id_fields
...
- Legacy-Id: 6771
2013-11-28 18:08:30 +00:00
Ole Laursen
85d998a18a
Remove the old NomCom announcements sitemap, with the existing overview page it does not appear to be useful at all, remove remaining traces of the old announcements app
...
- Legacy-Id: 6770
2013-11-28 17:58:06 +00:00
Ole Laursen
d0f2859631
Move NomCom announcements view to nomcom/, move message view to
...
message/, add tests, add redirects, fix a couple of small bugs in the
announcements view
- Legacy-Id: 6769
2013-11-28 17:55:10 +00:00
Ole Laursen
78d9bfff24
Move send_scheduled_announcement functionality to messages/utils.py
...
- Legacy-Id: 6768
2013-11-28 13:05:51 +00:00
Ole Laursen
35939cc20c
Remove references to old announcement models and remove the model definitions
...
- Legacy-Id: 6767
2013-11-27 16:45:05 +00:00
Ole Laursen
2cf72aa9e5
Remove references to names.xml in perma_fixtures, they are not needed anyway
...
- Legacy-Id: 6766
2013-11-27 13:19:58 +00:00
Ole Laursen
9457669310
Merge in changes from the old shimfree branch
...
- Legacy-Id: 6764
2013-11-27 12:55:50 +00:00
Henrik Levkowetz
7d7d08410c
Speeded up the materials page by using select_related() on the session QuerySet.
...
- Legacy-Id: 6729
2013-11-21 21:05:56 +00:00
Henrik Levkowetz
b2096af196
The materials page now shows 'Session Cancelled' instead of 'No agenda received' etc. for cancelled sessions.
...
- Legacy-Id: 6728
2013-11-21 21:03:50 +00:00
Henrik Levkowetz
8f67ca6826
Changed the password reset URL which is sent out in the password reset email
...
message to use https: instead of http:. This is generally a good idea, and
also silences Google Chrome's phishing warning. Fixes issue #1204 .
This commit should have contained only changes to a template file; by
mistake, changes to two django files were also committed here. That
change has been undone in [6725].
- Legacy-Id: 6724
Note: SVN reference [6725] has been migrated to Git commit ca1a04f660aa0473bf8f3aadc7809d462ac4cac0
2013-11-21 16:35:22 +00:00
Henrik Levkowetz
afb09a0c71
Added code to the EditMembersFormPreview form class' post_post() method. This code was present in preview_post() but missing in post_post(). Fixes issue #1203 .
...
- Legacy-Id: 6723
2013-11-20 14:06:07 +00:00
Ole Laursen
12722a68fa
Remove backtrace email code from submit __init__.py, after the submit revamp I think I am responsible for all remaining bugs and not esanchez@yaco.es, and the code sometimes annoyingly interferes (through a bug in admin) with loading the submit module in the shell
...
- Legacy-Id: 6722
2013-11-19 16:14:27 +00:00
Ole Laursen
10a4d286cd
Remove now unused idrfc_wrapper.py, remove idrfc app
...
- Legacy-Id: 6721
2013-11-19 16:10:29 +00:00
Ole Laursen
66bff20847
Remove legacy ballot_json view which has not worked for a while
...
- Legacy-Id: 6720
2013-11-19 16:07:29 +00:00
Ole Laursen
ce316c0adb
assertEquals -> assertEqual in submit/tests.py (the former is apparently deprecated)
...
- Legacy-Id: 6719
2013-11-15 16:24:38 +00:00
Ole Laursen
9f1f7790e2
Add bin/expire-submissions script for making sure old submissions are canceled automatically
...
- Legacy-Id: 6718
2013-11-15 16:22:29 +00:00
Ole Laursen
650d8316eb
Make the submit tool use the access token framework with a bit of backwards compatibility glue
...
- Legacy-Id: 6717
2013-11-15 16:09:05 +00:00
Ole Laursen
6174e72036
Rename unique key to random key as it is not really unique, add function for generating an access token from the key
...
- Legacy-Id: 6716
2013-11-15 16:07:10 +00:00
Ole Laursen
e98abbf56d
Change the port accepted for debug purposes to 2025 instead of 1025 to
...
not conflict with the port on the live server
- Legacy-Id: 6715
2013-11-15 13:55:10 +00:00
Ole Laursen
ecf68dbb05
Revamp and clean up submit models:
...
- Rename IdSubmissionDetail to Submission
- Rename various submission fields to correspond to the conventions in
the new schema
- Use a name model for the states instead of IdSubmissionStatus
- Drop the TempIdAuthor model which is based on splitting up author
names
- Add a simple textual SubmissionEvent for tracking events in the
lifetime of a submission
- Delete a bunch of obsolete fields
- Make sure all submission have an access key so we can depend on it
- Add state for when approval is needed from previous authors
A couple of migrations take care of transforming the
IdSubmissionDetail and moving data over/cleaning it up.
Also revamp the submit view code:
- Make form code do validation/cleaning only so there's a clear
separation of concerns
- Reduce uses of inheritance that made the code hard to follow -
forms now don't inherit from each other, views don't call each other
but instead reuse common utilities, templates share CSS/utilities
instead of relying on inheritance
- Move email rendering/sending to separate file
- Drop the in-grown terminology use (auto post vs. manual posts)
- Make the status page explain who is emailed for what purpose
- Add history table with recorded events
- Make the status page handle its post actions by itself instead of
duplicating most of the setup logic in a number of simple views
- Fix a couple of minor bugs and handle some edge cases better
- Expand tests with a couple of more cases
Possibly the submit tool could still use more help text added to
explain the process, ideally what's explained in the tool instructions
page should be inlined or self-evident.
- Legacy-Id: 6714
2013-11-15 13:30:32 +00:00
Ole Laursen
fd01ddd215
Make the mail code detect USING_DEBUG_EMAIL_SERVER which if set to
...
true and EMAIL_HOST and EMAIL_PORT is set to localhost:1025 will turn
on debugging which essentially makes it send emails; also added
instructions for starting the debugging SMTP server bundled with
Python
python -m smtpd -n -c DebuggingServer localhost:1025
in a comment near the code
- Legacy-Id: 6713
2013-11-15 12:57:31 +00:00
Ole Laursen
322e15e9a9
Add generate_unique_key utility for generating access tokens (like
...
abda31fee90aabe...)
- Legacy-Id: 6712
2013-11-15 12:52:33 +00:00
Ole Laursen
e0be9bcb95
Remove unused and bitrotten get_authors_email
...
- Legacy-Id: 6711
2013-11-15 12:50:24 +00:00
Ole Laursen
3a483461a2
Add simple split filter, as the opposite of the built-in join filter
...
- Legacy-Id: 6710
2013-11-15 12:49:37 +00:00
Ole Laursen
e6b0ef4323
Fix spelling error in validation
...
- Legacy-Id: 6709
2013-11-15 11:04:12 +00:00
Robert Sparks
d19967ac93
Adds pages to show what a given document refers to and what refers to it.
...
Fixes bug #1194
commit ready for merge
- Legacy-Id: 6701
2013-11-11 23:12:53 +00:00
Henrik Levkowetz
ba70c3067a
Merged [6696] from tterriberry@mozilla.com:
...
Improve e-mails from replaced-by updates.
Fix an incorrectly-expanded file tag in the subject.
Fixes #1178 .
Use a slightly more natural grammatical construct in the message body.
Fixes #1179 .
- Legacy-Id: 6699
Note: SVN reference [6696] has been migrated to Git commit 03896647cc
2013-11-08 18:56:24 +00:00
Henrik Levkowetz
9c20739493
Fix typo and style detail.
...
- Legacy-Id: 6698
2013-11-08 18:53:22 +00:00
Henrik Levkowetz
9aefd3dccf
Fixed the saving of shepherd writeups for documents in iesg processing without
...
a stream state (ad-sponsored documents). Fixes issue #1186 and #1187 .
- Legacy-Id: 6697
2013-11-08 16:33:35 +00:00
Timothy B. Terriberry
03896647cc
Improve e-mails from replaced-by updates.
...
Fix an incorrectly-expanded file tag in the subject.
Fixes #1178 .
Use a slightly more natural grammatical construct in the message body.
Fixes #1179 .
- Legacy-Id: 6696
2013-11-08 13:09:17 +00:00
Henrik Levkowetz
1c428e65ae
Corrected the default path for where to find iCalendar vtimezone information.
...
- Legacy-Id: 6695
2013-11-08 00:05:55 +00:00
Henrik Levkowetz
3051f81047
Make the slides and minutes urls on the agenda have explicit extensions.
...
- Legacy-Id: 6694
2013-11-07 19:28:04 +00:00
Henrik Levkowetz
258ac770b3
Better handling of draft name extraction when there's no extension given.
...
- Legacy-Id: 6675
2013-11-06 22:18:51 +00:00
Robert Sparks
ac799a9874
removed requirement to enter a phone number in various places on an IPR disclosure entry form
...
Fixes bug #1176
- Legacy-Id: 6672
2013-11-06 21:33:04 +00:00
Henrik Levkowetz
2c5e7fd7f4
Set version info and settings back to development mode
...
- Legacy-Id: 6670
2013-11-06 19:33:49 +00:00
Henrik Levkowetz
0f5b59d431
Set version info to release version 4.83 before branching.
...
- Legacy-Id: 6668
2013-11-06 19:33:46 +00:00
Henrik Levkowetz
239b526d57
Fixed a bug in the materials urls in agenda.ics.
...
- Legacy-Id: 6666
2013-11-06 17:03:30 +00:00
Henrik Levkowetz
1e16aa34d4
Merged [6643] from rcross@amsl.com:
...
change draft replace action: move document to archive directory
- Legacy-Id: 6665
Note: SVN reference [6643] has been migrated to Git commit dbff28dbb2
2013-11-06 16:23:58 +00:00
Henrik Levkowetz
c41bb723b9
Merged [6642] from tterriberry@mozilla.com:
...
Add 'Track this document' link on drafts.
Fixes #1085 .
- Legacy-Id: 6664
Note: SVN reference [6642] has been migrated to Git commit 0ffa8be8ea
2013-11-06 16:20:46 +00:00
Henrik Levkowetz
9d62773f41
Updated one invocation of update_state() to match the new signature in [6660].
...
- Legacy-Id: 6663
Note: SVN reference [6660] has been migrated to Git commit 8ec6c336a9
2013-11-06 16:19:13 +00:00
Henrik Levkowetz
27895541a4
Merged [6641] from bartosz.balazinski@interdigital.com:
...
Added the new version of the shepherd writeup as a comment when it's edited.
The new version works like this:
- Any shepherd writeups done before the document is submitted for
publication are not disclosed in the history.
- When the document is submitted for publication the available writeup (if
available) is added to history.
- Any further writeups after the document has been submitted for publication
are disclosed in the history.
- Legacy-Id: 6662
Note: SVN reference [6641] has been migrated to Git commit a0a451881b
2013-11-06 16:06:07 +00:00
Henrik Levkowetz
58685d93e1
Updated known-good test file to match commit [6655].
...
- Legacy-Id: 6661
Note: SVN reference [6655] has been migrated to Git commit 89904c9bb3
2013-11-06 16:00:25 +00:00
Henrik Levkowetz
8ec6c336a9
Merged [6626] and [6640] from suresh.krishnan@ericsson.com:
...
Refactored the mails sent when state is changed along with annotation tags.
Don't send emails for only comment changes, just add a history entry. For
state changes and annotation changes, only send one email, containing
information about both state changes and annotation tag changes.
Fixes issue #1127 .
- Legacy-Id: 6660
Note: SVN reference [6626] has been migrated to Git commit 74c7230842
Note: SVN reference [6640] has been migrated to Git commit 629816a2cb
2013-11-06 15:53:33 +00:00
Henrik Levkowetz
71d797bcb8
Refines Joel's fix to show clearly who receives draft submission confirmation emails, to show a more detailed warning text when the submitter isn't in the addressee list. Fixes issue #1097 .
...
- Legacy-Id: 6659
2013-11-06 15:29:02 +00:00
Ole Laursen
422a20fe3d
Add replaces field which is apparently in the database, but not in
...
models.py which confuses South
- Legacy-Id: 6658
2013-11-06 15:24:22 +00:00
Ole Laursen
4635c1ce0f
Move helpers for the admin on IdSubmissionDetail to admin.py
...
- Legacy-Id: 6657
2013-11-06 15:23:08 +00:00
Ole Laursen
b46f0ba733
Get rid of submit/error_manager.py which is apparently unused
...
- Legacy-Id: 6656
2013-11-06 15:21:19 +00:00
Henrik Levkowetz
89904c9bb3
Corrected the links to WG agendas in the csv file.
...
- Legacy-Id: 6655
2013-11-06 15:08:47 +00:00
Ole Laursen
2daff23f02
Remove shim layer from submit code
...
- Legacy-Id: 6654
2013-11-05 16:59:13 +00:00
Henrik Levkowetz
dcc61a7eee
Merged [6638] from jmh@joelhalpern.com:
...
Include confirmation addresses in ID-Submission success notice.
Fixes issue #1097 .
- Legacy-Id: 6653
Note: SVN reference [6638] has been migrated to Git commit 72885f4524
2013-11-05 15:03:25 +00:00
Henrik Levkowetz
0e19d8319a
Tweaked the style used on the nomcom feedback pages a bit, to give people a bit more room to write in the feedback field.
...
- Legacy-Id: 6652
2013-11-04 20:48:53 +00:00
Henrik Levkowetz
c7c4afc6dd
It turns out that the get_user_email is called for every nominee listed on a feedback page, which is insane. But until the template can be rewritten to do this in a more sane way, we cache the lookup result.
...
- Legacy-Id: 6651
2013-11-04 20:47:54 +00:00
Henrik Levkowetz
9302f9b7ab
Merged [6635] from tterriberry@mozilla.com:
...
Mark Concluded BoFs as BoFs, not Concluded WGs.
Fixes #1169 .
- Legacy-Id: 6649
Note: SVN reference [6635] has been migrated to Git commit 04f4b26b3a
2013-11-04 15:52:37 +00:00
Henrik Levkowetz
28bc1d2dce
Merged [6630] from jmh@joelhalpern.com:
...
Add document titles to status change request email. Fixes issue #1069 .
- Legacy-Id: 6648
Note: SVN reference [6630] has been migrated to Git commit bb539aa0c2
2013-11-04 15:49:41 +00:00
Henrik Levkowetz
6d8b178074
Include IAOC update sessions in the training section.
...
- Legacy-Id: 6647
2013-11-04 15:12:21 +00:00
Ole Laursen
e1708da2fe
Cosmetic fix, insert missing space
...
- Legacy-Id: 6646
2013-11-04 13:49:32 +00:00
Ole Laursen
a7f515f4b2
Fix link pointing to /idtracker/
...
- Legacy-Id: 6645
2013-11-04 11:11:50 +00:00
Henrik Levkowetz
801283f814
By preference, show the same email for a logged-in user as his login, if it
...
exists; otherwise show the newest active email address.
- Legacy-Id: 6644
2013-11-03 19:11:45 +00:00
Ryan Cross
dbff28dbb2
change draft replace action: move document to archive directory
...
- Legacy-Id: 6643
2013-11-03 01:38:23 +00:00
Timothy B. Terriberry
0ffa8be8ea
Add 'Track this document' link on drafts.
...
Fixes #1085 .
- Legacy-Id: 6642
2013-11-03 00:26:02 +00:00
Bartosz Balazinski
a0a451881b
Fix for issue 1121
...
- Legacy-Id: 6641
2013-11-03 00:15:49 +00:00
Suresh Krishnan
629816a2cb
Refactoring the mails sent when state is changed along with annotation tags. Currently there are two emails getting sent. Fixing it to send only one email that rolls up the annotation tag changes into the state change email.
...
- Legacy-Id: 6640
2013-11-02 23:52:29 +00:00
Henrik Levkowetz
f029c88347
Merged [6629] from tterriberry@mozilla.com:
...
Allow wgchairs to edit replaces relationships.
This actually allows anyone with can_edit_stream_info permission
to edit the list. This does draft name completion, but does not
currently filter those names for likely replacements. Styling is
also basically non-existent.
Fixes #1002
- Legacy-Id: 6639
Note: SVN reference [6629] has been migrated to Git commit 9ef29a323f
2013-11-02 23:41:51 +00:00
Joel M. Halpern
72885f4524
Include confirmation addresses in ID-Submission success notice.
...
Fixes issue #1097 .
- Legacy-Id: 6638
2013-11-02 23:29:21 +00:00
Henrik Levkowetz
0308b2d72a
Merged [6627] from markus.stenberg@iki.fi:
...
Addressed #1074 - approved by mr. Kivinen.
- Legacy-Id: 6636
Note: SVN reference [6627] has been migrated to Git commit 0d5a505697
2013-11-02 23:16:49 +00:00
Timothy B. Terriberry
04f4b26b3a
Mark Concluded BoFs as BoFs, not Concluded WGs.
...
Fixes #1169 .
- Legacy-Id: 6635
2013-11-02 23:13:32 +00:00
Henrik Levkowetz
64145371c6
Merged [6624] from jmh@joelhalpern.com:
...
Added \'Last Call Issued:\' to front of last call atom feed entry subjects.
- Legacy-Id: 6634
Note: SVN reference [6624] has been migrated to Git commit 139b886458
2013-11-02 23:09:18 +00:00
Henrik Levkowetz
7925223ef8
Merged [6622] from rjsparks@nostrum.com:
...
Refines Bill Fenner's regex based search through documents for references.
Populates RelatedDocument with relations for references for each type draft Document.
Replaces these reference relationships with updated copies on draft submission.
Note to deployer: There is a script to run in patches/fill_in_references.py that does the work of bringing the database up to date. It takes around 10 minutes to complete on a fast development laptop.
fixes bug #1173
- Legacy-Id: 6633
Note: SVN reference [6622] has been migrated to Git commit a677a70df3
2013-11-02 23:04:28 +00:00
Henrik Levkowetz
782136bec2
Merged [6614] from markus.stenberg@iki.fi:
...
Took care of #841 by moving <span> correctly outside <a> altogether.
It used to be unbalanced:
<a><span></a></span>, but now
<span><a></a></span>
- Legacy-Id: 6632
Note: SVN reference [6614] has been migrated to Git commit b60865b3c5
2013-11-02 22:32:45 +00:00
Henrik Levkowetz
feaa3310b4
Merged [6616] from jmh@joelhalpern.com:
...
Fix conflict review text for irtf docs to reference RFC 5743.
- Legacy-Id: 6631
Note: SVN reference [6616] has been migrated to Git commit c936db32c0
2013-11-02 22:28:13 +00:00
Joel M. Halpern
bb539aa0c2
Add document titles to status change request email. Fixes issue #1069 .
...
- Legacy-Id: 6630
2013-11-02 22:25:15 +00:00
Timothy B. Terriberry
9ef29a323f
Allow wgchairs to edit replaces relationships.
...
This actually allows anyone with can_edit_stream_info permission
to edit the list. This does draft name completion, but does not
currently filter those names for likely replacements. Styling is
also basically non-existent.
Fixes #1002
- Legacy-Id: 6629
2013-11-02 22:20:58 +00:00
Henrik Levkowetz
0aba8663a5
Updated known-good agenda.csv master to match blankline elimination from template.
...
- Legacy-Id: 6628
2013-11-02 22:13:51 +00:00
Markus Stenberg
0d5a505697
Addressed #1074 - approved by mr. Kivinen.
...
- Legacy-Id: 6627
2013-11-02 22:13:43 +00:00
Suresh Krishnan
74c7230842
Fixed issue #1127 . New behavior is
...
case: Only annotation tags changed -> Send annotation tags changed email (no state change mails)
case: Only comment changed -> *No emails*. Just add a history entry.
case: State changed -> Send state change emails. Include comments in the email if any were entered. If annotation tags were also changed, send a separate annotation tag change email.
- Legacy-Id: 6626
2013-11-02 22:09:00 +00:00
Henrik Levkowetz
a53cdd3c48
Took out unintentionally included newlines from the agenda.csv template.
...
- Legacy-Id: 6625
2013-11-02 21:58:55 +00:00
Joel M. Halpern
139b886458
Added "Last Call Issued:" to front of last call atom feed entry subjects.
...
- Legacy-Id: 6624
2013-11-02 21:56:40 +00:00
Henrik Levkowetz
e32d83939f
Merged [6613] from adam@nostrum.com:
...
Ticket #1153 : Fixes IPR disclosures being counted multiple times and counting of \'not yet approved\' IPR disclosures.
- Legacy-Id: 6623
Note: SVN reference [6613] has been migrated to Git commit b72c8a7cfd
2013-11-02 21:28:19 +00:00
Robert Sparks
a677a70df3
Refines Bill Fenner's regex based search through documents for references.
...
Populates RelatedDocument with relations for references for each type draft Document.
Replaces these reference relationships with updated copies on draft submission.
Note to deployer: There is a script to run in patches/fill_in_references.py that does the work of bringing the database up to date. It takes around 10 minutes to complete on a fast development laptop.
fixes bug #1173
- Legacy-Id: 6622
2013-11-02 21:11:07 +00:00
Robert Sparks
e309ff92b3
Don't insert references to self.
...
Move the data filler from a migration to a standalone script
- Legacy-Id: 6620
2013-11-02 20:59:43 +00:00
Henrik Levkowetz
049779e382
Merged [6612] from jmh@joelhalpern.com:
...
Add the last call expiration date to the document header,
and remove duplicate code for producing the iest state summary.
- Legacy-Id: 6619
Note: SVN reference [6612] has been migrated to Git commit 5e00182ade
2013-11-02 20:33:18 +00:00
Henrik Levkowetz
84eee2e83c
Extract the proper directory to combine with the relative path of the urlist diff master, instead of using getcwd() .
...
- Legacy-Id: 6618
2013-11-02 20:23:47 +00:00
Henrik Levkowetz
43c1b096dd
Updated known-good files.
...
- Legacy-Id: 6617
2013-11-02 20:21:22 +00:00
Joel M. Halpern
c936db32c0
Fix conflict review text for irtf docs to reference RFC 5743.
...
- Legacy-Id: 6616
2013-11-02 20:20:11 +00:00
Markus Stenberg
b60865b3c5
Took care of #841 by moving <span> correctly outside <a> altogether.
...
It used to be unbalanced:
<a><span></a></span>, but now
<span><a></a></span>
- Legacy-Id: 6614
2013-11-02 19:56:16 +00:00
Adam Roach
b72c8a7cfd
Ticket #1153 : Fixes IPR disclosures being counted multiple times and counting of "not yet approved" IPR disclosures.
...
- Legacy-Id: 6613
2013-11-02 18:42:11 +00:00
Joel M. Halpern
5e00182ade
Add the last call expiration date to the document header,
...
and remove duplicate code for producing the iest state summary.
- Legacy-Id: 6612
2013-11-02 18:31:13 +00:00
Henrik Levkowetz
a5d86f1899
Don't tack on the scheme and host in the template; if this is needed, it's now done in get_absolute_url().
...
- Legacy-Id: 6611
2013-11-02 14:44:14 +00:00
Henrik Levkowetz
f862b71c35
Set version info and settings back to development mode
...
- Legacy-Id: 6586
2013-10-31 18:13:10 +00:00
Henrik Levkowetz
0ff1e5d04d
Set version info to release version 4.82 before branching.
...
- Legacy-Id: 6584
2013-10-31 18:13:05 +00:00
Henrik Levkowetz
13b6c7a983
Updated template and support functions for iPhone agenda page.
...
- Legacy-Id: 6582
2013-10-31 17:58:59 +00:00
Henrik Levkowetz
28a0d99d09
Merged [6580] from rjsparks@nostrum.com:
...
Reverted materials.html and the view that drives it to before the 4.70 merge.
Tweaked the view to get (I hope) the right things.
- Legacy-Id: 6581
Note: SVN reference [6580] has been migrated to Git commit 7a84ffe197
2013-10-31 17:23:25 +00:00
Robert Sparks
7a84ffe197
Reverted materials.html and the view that drives it to before the 4.70 merge.
...
Tweaked the view to get (I hope) the right things.
- Legacy-Id: 6580
2013-10-31 17:16:53 +00:00
Henrik Levkowetz
45b9b45f28
Removed a lot of dead code and unused imports.
...
- Legacy-Id: 6578
2013-10-30 21:51:13 +00:00
Henrik Levkowetz
1208ae708b
Removed 2 tests which tested dead code.
...
- Legacy-Id: 6577
2013-10-30 21:33:10 +00:00
Henrik Levkowetz
dc6d96797b
Removed unused imports. Marked some instances of code which used variables that don't exist. Removed dependency on the logging module, we use syslog by default. Replaced some log.debug() calls with debug.log().
...
- Legacy-Id: 6576
2013-10-30 21:27:40 +00:00
Henrik Levkowetz
6c8802a3cc
Needlessly fixed a naming error in meeting.proxy.
...
- Legacy-Id: 6575
2013-10-30 21:23:22 +00:00
Henrik Levkowetz
adc5b130dc
Fixed incorrect except statement syntax.
...
- Legacy-Id: 6574
2013-10-30 21:21:28 +00:00
Henrik Levkowetz
5f2da7ba9e
Merged [6486] from rjsparks@nostrum.com:
...
Slightly more than minimal changes to have questionnaire reminders go only to those nominees who have accepted but have not yet sent in a questionnaire for a given position
- Legacy-Id: 6573
Note: SVN reference [6486] has been migrated to Git commit 2a1b4c7775
2013-10-30 21:17:46 +00:00
Robert Sparks
b18249222b
Refines Bill Fenner's regex based search through documents for references.
...
Populates RelatedDocument with relations for references for each type draft Document.
Replaces these reference relationships with updated copies on draft submission.
Note to deployer: This migration takes around 10 minutes to complete on a fast development laptop.
- Legacy-Id: 6572
2013-10-30 20:51:11 +00:00
Henrik Levkowetz
c8e7a4a5d4
Updated test masters to match the changed (and now more predictable) order
...
of some entries.
- Legacy-Id: 6538
2013-10-29 22:45:29 +00:00
Henrik Levkowetz
951670e9df
New view code and templates for agenda pages, updating all agenda templates
...
to take schedule-specific information so that they will work with arbitrary
schedules, not just the official schedule for a meeting.
- Legacy-Id: 6537
2013-10-29 22:44:13 +00:00
Henrik Levkowetz
c61d1d1c2f
Provided new methods Meeting.vtimezone() which return a vtimezone stanza for
...
ical files, based on the timezone setting for a meeting, fetched from a pre-
generated file; and Session.ical_status(), which provides a string appropriate
for use in ical STATUS: entries.
- Legacy-Id: 6536
2013-10-29 22:30:38 +00:00
Henrik Levkowetz
e89a272661
Changed the path to iCalendar vtimezone information to point into the release
...
directory, so that we can make updated vtimezone information available
directly in a release, instead of out-of-band.
- Legacy-Id: 6535
2013-10-29 22:25:36 +00:00
Henrik Levkowetz
2e6fa148f3
Tweaked the testurl diff output text.
...
- Legacy-Id: 6534
2013-10-29 22:22:54 +00:00
Henrik Levkowetz
bf75cd1bef
Added a template filter to do required escaping in iCalendar pages.
...
- Legacy-Id: 6533
2013-10-29 22:20:51 +00:00
Henrik Levkowetz
04e3a48ae0
Added links to the individual nominee fedback pages to the
...
private nomcom index page, in order to make it easier to find
and look at the feedback for a filtered set of nominees.
- Legacy-Id: 6532
2013-10-29 14:55:56 +00:00
Henrik Levkowetz
93826ae094
Fixed the case where the urlpattern regexp match gives us an ext which is None.
...
- Legacy-Id: 6502
2013-10-27 23:04:02 +00:00
Henrik Levkowetz
16ae35ae19
Rewrote html and text agenda templates to take schedule as data.
...
- Legacy-Id: 6495
2013-10-27 12:16:37 +00:00
Henrik Levkowetz
da8c38f55d
Tweaked the display of testurl.list diff failures against known-good masters.
...
- Legacy-Id: 6494
2013-10-27 10:03:43 +00:00
Henrik Levkowetz
d8e3e32ee7
Set TEMPLATE_STRING_TO_INVALID to '' during testing.
...
- Legacy-Id: 6493
2013-10-27 10:02:21 +00:00
Henrik Levkowetz
239fa9762c
Tweaked the utility script to find missing submission confirmation emails.
...
- Legacy-Id: 6492
2013-10-26 18:10:30 +00:00
Henrik Levkowetz
6928ff2927
Correct sequence typo.
...
- Legacy-Id: 6491
2013-10-26 15:32:04 +00:00
Ole Laursen
52583aa850
Add extra newline, forgot to commit that with previous commit
...
- Legacy-Id: 6489
2013-10-25 13:55:49 +00:00
Ole Laursen
d202c65835
Add tests of document placement in the agenda
...
- Legacy-Id: 6488
2013-10-25 12:54:39 +00:00
Ole Laursen
9842eef405
For no good reason, agenda_data took request as first parameter, remove this as it makes testing harder
...
- Legacy-Id: 6487
2013-10-25 12:53:54 +00:00
Robert Sparks
2a1b4c7775
Slightly more than minimal changes to have questionnaire reminders go only to those nominees who have accepted but have not yet sent in a questionnaire for a given position
...
- Legacy-Id: 6486
2013-10-23 20:45:11 +00:00
Henrik Levkowetz
e27e4dbb1f
Changed the 'pipe' utility to work with commands taking input
...
on standard in, also when providing an emtpy string as input.
This is now different from providing 'None' as the input
argument, or omitting it.
- Legacy-Id: 6485
2013-10-23 20:45:07 +00:00
Henrik Levkowetz
3863b0def3
Added another state to the possible IETFWG states in the group proxy models file, to avoid exceptions.
...
- Legacy-Id: 6484
2013-10-23 05:51:04 +00:00
Henrik Levkowetz
2dcb9bc39d
Removed the ams_filters template tag file from the meeting app -- it was a copy of the ams_filters under secr/, and masked it.
...
- Legacy-Id: 6481
2013-10-22 19:01:18 +00:00
Henrik Levkowetz
e3cf47d6ef
Set version info and settings back to development mode
...
- Legacy-Id: 6480
2013-10-21 22:19:47 +00:00
Henrik Levkowetz
8c87d60c51
Set version info to release version 4.81 before branching.
...
- Legacy-Id: 6478
2013-10-21 22:19:43 +00:00
Henrik Levkowetz
56953d8027
Tweaked the email line lengths in the data migration.
...
- Legacy-Id: 6476
2013-10-21 22:09:59 +00:00
Henrik Levkowetz
e3eeee53fb
Renumbered unapplied migration.
...
- Legacy-Id: 6475
2013-10-21 21:51:21 +00:00
Henrik Levkowetz
edcc97aded
Merged in branch/amsl/1.50@6388 from rcross@amsl.com, with secretariat tool
...
announcement fixes, permission fixes, and agenda database schema fixes.
- Legacy-Id: 6473
2013-10-21 20:29:15 +00:00
Henrik Levkowetz
a7db9eec43
Require logins to be all-lowercase. This was prompted by repeated
...
trouble with people registering non-lowercase logins, then trying to
log in with all-lowercase, or vice versa.
- Legacy-Id: 6472
2013-10-21 20:26:03 +00:00
Henrik Levkowetz
d649fd5e10
Merged [6465] and [6466] from rjsparks@nostrum.com:
...
Added the ability to send reminders to complete questionnaires to nominees in
the accepted state. Changed the send_reminders management command to not take
any arguments and run against all active nomcoms. Removed bugs from the
send_reminders management command and added tests for it. Adjusted several
dbtemplate titles and content.
Fixes bug 1157
- Legacy-Id: 6471
Note: SVN reference [6465] has been migrated to Git commit 22f356434a
Note: SVN reference [6466] has been migrated to Git commit a461e6c4a4
2013-10-21 20:12:00 +00:00
Henrik Levkowetz
47071ecade
Merged [6468] and [6469] from ejimenez@yaco.es:
...
Now incumbent can be None in positions.
Fixes #1156 .
- Legacy-Id: 6470
Note: SVN reference [6468] has been migrated to Git commit d4e37ac7a0d7fddc0317b0d95670a8de8cd32c2d
Note: SVN reference [6469] has been migrated to Git commit 0a315723ad6dd610d0c17e78edce2027b6868d4e
2013-10-21 17:07:09 +00:00
Robert Sparks
a461e6c4a4
Missed adding the new migrations to the last commit - apologies
...
Commit ready to merge
- Legacy-Id: 6466
2013-10-18 16:10:44 +00:00
Robert Sparks
22f356434a
Added the ability to send reminders to complete questionnaires to nominees in the accepted state.
...
Changed the send_reminders management command to not take any arguments and run against all active nomcoms.
Removed bugs from the send_reminders management command and added tests for it.
Adjusted several dbtemplate titles and content.
Fixes bug 1157
Commit ready for merge
- Legacy-Id: 6465
2013-10-18 16:08:37 +00:00
Henrik Levkowetz
11230a8448
Let Timeslot.session() Return the first session, rather than none, for
...
timeslots with multiple associated sessions for the public schedule.
- Legacy-Id: 6464
2013-10-18 12:15:46 +00:00
Henrik Levkowetz
819b4c6087
Made the timeslots returned from meeting.proxy.MeetingTimeProxy.sessions()
...
distinct, to avoid duplicate agenda entries.
- Legacy-Id: 6463
2013-10-18 12:14:26 +00:00
Henrik Levkowetz
e9980b483f
Made the timeslots sent to the agenda.ics template distinct, to avoid
...
duplicate agenda items. Fixes issue #1155 .
- Legacy-Id: 6462
2013-10-18 11:59:15 +00:00
Henrik Levkowetz
ee1ae839d9
Added caching for the somewhat costly TimeSlot.session() method/property.
...
This speeds up text agenda generation using the legacy template substantially.
- Legacy-Id: 6461
2013-10-17 11:32:27 +00:00
Henrik Levkowetz
a23d31677f
Tweaked the strings displayed when a plenary agenda cannot be shown.
...
- Legacy-Id: 6460
2013-10-17 11:28:29 +00:00
Henrik Levkowetz
5807ad2108
Changed the select statement in MeetingProxy.sessions() to produce correct
...
results for the official agenda, and filter out timeslot entries without
scheduled sessions.
- Legacy-Id: 6459
2013-10-17 11:27:45 +00:00
Henrik Levkowetz
d2d532a015
Removed ADs from known-good master to match template change.
...
- Legacy-Id: 6457
2013-10-17 11:22:40 +00:00
Henrik Levkowetz
5614562b19
Remove the AD information from the text agenda until we fix the database so that
...
it displays consistently correctly for past meetings.
- Legacy-Id: 6456
2013-10-17 11:20:23 +00:00
Ole Laursen
10dceef26d
Refactor IESG agenda pages, put the agenda structure in a helper function in agenda.py, build the agenda up around this structure, and reuse this everywhere instead of duplicating the structure in various templates and the JSON view - this also fixes a couple of minor bugs where the copy-pasted copies were not entirely in sync
...
- Legacy-Id: 6454
2013-10-16 13:07:09 +00:00
Ole Laursen
de2ed527b4
Fix indentation problem with ballot writeup in Secretariat telechat tool and fix problem with unescaped << and >>
...
- Legacy-Id: 6453
2013-10-16 12:04:27 +00:00
Henrik Levkowetz
e33fe28a2c
Reverted to release 4.72 versions of several functions and methods, starting
...
with agenda_info() and the view functions that use it. Also changed
meeting/tests/agenda.py to accept matching return values. Reverted old
supporting models and proxy models to 4.72 versions, too, in meeting/proxy.py
and proceedings/models.py. Updated the proxy models which rely on TimeSlot
to work properly with the m2m sessions field, and adjusted some other
functions, such as session_agenda() to also understand the m2m sessions
field (and its reverse). Added an understanding of the "bof-conc" state
to the code which returns 'BOF' or 'WG' for agenda templates.
- Legacy-Id: 6452
2013-10-15 17:54:42 +00:00
Henrik Levkowetz
ff403d07ef
Reverted to release 4.72 versions of txt, ics, and csv agendas, with minor tweaks.
...
- Legacy-Id: 6451
2013-10-15 17:45:55 +00:00
Henrik Levkowetz
65d505edf3
Fixed some bugs in the method which saves a copy of a page which failed a
...
testurl diff test.
- Legacy-Id: 6450
2013-10-15 17:37:30 +00:00
Henrik Levkowetz
6a9e9dac55
Changed 'WG' to 'BOF' for some sessions that actually were BOF sessions
...
in the csv agenda test master.
- Legacy-Id: 6449
2013-10-15 17:34:54 +00:00
Henrik Levkowetz
dfe81e6882
Add setting for where to save files which fail urltest diffs.
...
- Legacy-Id: 6448
2013-10-14 18:39:33 +00:00
Henrik Levkowetz
b951a187a7
If we have a diff with a known-good master in a testurl.list file, save the
...
failed file for inspection.
- Legacy-Id: 6447
2013-10-14 18:38:13 +00:00
Henrik Levkowetz
bc0e4e5614
Tweaked the makefixture command to not recurse on reverse relationships.
...
- Legacy-Id: 6446
2013-10-14 18:36:20 +00:00
Henrik Levkowetz
6f6f1d65e6
Added known-good tests for agenda.ics and agenda.csv
...
- Legacy-Id: 6445
2013-10-14 18:34:36 +00:00
Henrik Levkowetz
e5c5d4cafa
Tweaked the return handling for urltest diffs.
...
- Legacy-Id: 6444
2013-10-13 23:43:50 +00:00
Henrik Levkowetz
b5ac288167
Removed a test with duplicated name. Invoked timeslot method as method, to align with removed @property decorator.
...
- Legacy-Id: 6443
2013-10-13 21:14:46 +00:00
Henrik Levkowetz
036f31a397
Removed the agenda=83.txt test for real this time.
...
- Legacy-Id: 6442
2013-10-13 21:13:14 +00:00
Henrik Levkowetz
ec05016585
Added a test assertion in the case of a failed urltest diff, to have the
...
test noticed as failed.
- Legacy-Id: 6441
2013-10-13 21:12:23 +00:00
Henrik Levkowetz
7d4b1656bb
Changed a test which changed a WG acronym, since this will (and should)
...
fail now -- we don't want to permit acronym changes.
- Legacy-Id: 6440
2013-10-13 21:11:10 +00:00
Henrik Levkowetz
a7838d8765
Cleanup action: replaced screaming html id with non-screaming version;
...
replaced the noTable block construct with start/end table_content blocks
in order to not have to open and close tables in different blocks, and
not have empty tables lying about.
- Legacy-Id: 6439
2013-10-13 21:09:32 +00:00
Henrik Levkowetz
6d28eb180e
Replaced the handcoded agenda-83.txt test with one using the testurl
...
framework, moving the known-good master to a name matching the others
mentioned in testurl.list.
- Legacy-Id: 6438
2013-10-13 20:41:12 +00:00
Henrik Levkowetz
e516dc7925
Reinstated the release 4.72 get_agenda_info() as legacy_get_agenda_info(),
...
and tweaked it to work with the new Timeslot model's sessions field.
Reverted the html agenda view code to use legacy_get_agenda_info(), based
on the release 4.72 code. This is a fix to display the html agenda for
now, and will need more cleanup, but this should be done without introducing
scheduledsession instances to the template.
- Legacy-Id: 6437
2013-10-13 17:59:42 +00:00
Henrik Levkowetz
9be2f712b8
Added a property method to return what the 'session' field used to return,
...
but based on the 'sessions' m2m field filtered with the meeting agenda.
This is right for the main meeting agenda, but not for personal schedule
layouts, so this isn't a final fix.
- Legacy-Id: 6436
2013-10-13 17:54:59 +00:00
Henrik Levkowetz
d3983b668a
Reverted html agenda templates to release 4.72 state, except for a jquery
...
version change and moving inline weekview javascript to a separate file.
- Legacy-Id: 6435
2013-10-13 17:52:09 +00:00
Henrik Levkowetz
256e033be3
Add known-good files for agenda.html and agenda-utc.html, and update
...
testurl.list to do comparisons against those. Some tweaks are still
needed to filter out versions strings, etc.
- Legacy-Id: 6434
2013-10-13 17:47:52 +00:00
Henrik Levkowetz
90e95e6f15
Repurpose the 'master' column in testurl.list files to point to a local
...
known-good master file, for comparisons.
- Legacy-Id: 6433
2013-10-13 17:46:19 +00:00
Henrik Levkowetz
390309412f
Changed the WG edit form so that once an acronym has been set, the acronym
...
field is read-only; also changed the form validation to not permit changes
to an existing acronym.
- Legacy-Id: 6432
2013-10-12 15:33:54 +00:00
Henrik Levkowetz
422e5a438e
Changed NOMCOM_FROM_EMAIL to be the Nomcom chair instead of the secretariat. Fixes issue #1152 .
...
- Legacy-Id: 6431
2013-10-11 20:20:48 +00:00
Ole Laursen
ec7e01481d
Fix a potential bug with milestones_needing_review and ad-less groups
...
- Legacy-Id: 6430
2013-10-11 14:50:30 +00:00
Ole Laursen
87aaf4a47e
Remove unused idtracker import from iesg/models.py
...
- Legacy-Id: 6429
2013-10-11 14:38:50 +00:00
Ole Laursen
a17c07f282
Remove unused fixtures/sieve-charter.txt
...
- Legacy-Id: 6428
2013-10-11 14:37:11 +00:00
Ole Laursen
5f337e3c70
Remove obsolete testurl.list tests from IESG, the tests in
...
iesg/tests.py together with the test crawler has better coverage
- Legacy-Id: 6427
2013-10-11 14:35:30 +00:00
Ole Laursen
5cf8d5af6a
Area_Director -> Area Director in left_menu.html
...
- Legacy-Id: 6426
2013-10-11 14:33:46 +00:00
Ole Laursen
b24a20d328
Add test for /iesg/discusses/
...
- Legacy-Id: 6425
2013-10-11 14:31:50 +00:00
Ole Laursen
1c8c87f88a
Remove search for "IESG has approved and state has been changed to"
...
from state change doc event searches, these have been split up by a
migration and no longer exist
- Legacy-Id: 6424
2013-10-11 13:19:07 +00:00
Ole Laursen
75a2c9ba0d
Remove idwrapper compatibility code from ballot_icon.py
...
- Legacy-Id: 6423
2013-10-11 13:17:32 +00:00
Ole Laursen
b3ed153015
Get rid of old in_group template tag, it's been superseded by has_role
...
- Legacy-Id: 6422
2013-10-11 13:13:23 +00:00
Ole Laursen
b63c622564
Streamline a couple of doc helpers to prevent unnecessary DB lookups,
...
speeds up IESG discusses page up a fair bit
- Legacy-Id: 6421
2013-10-11 13:07:16 +00:00
Ole Laursen
b6c4f725b9
Fix accidental debug slicing in IESG discusses - of note is that the
...
discusses page now supports more than just I-Ds
- Legacy-Id: 6420
2013-10-11 13:06:38 +00:00
Ole Laursen
dcfe368f74
Streamline a couple of doc helpers to prevent unnecessary DB lookups,
...
speeds up IESG discusses page up a fair bit
- Legacy-Id: 6419
2013-10-11 13:05:33 +00:00
Ole Laursen
1975ff27d0
Port IESG discusses to new schema
...
- Legacy-Id: 6418
2013-10-11 13:03:40 +00:00
Henrik Levkowetz
697dcc450a
If an exception is raised earlier in field validation, the
...
position field may not be set when we get to this point and
try to retrieve the value of a different field than the one
we're processing. Don't cause a new exception in that case.
- Legacy-Id: 6416
2013-10-11 12:31:50 +00:00
Henrik Levkowetz
3e668a1bca
Merged [6413] from rjsparks@nostrum.com:
...
Removed redundant call to not_duplicated from the nomcom/private_index template
It was already applied in the view, and interacted badly with the
list comprehension method of filtering for NomineePositions that
had associated questionnaire responses.
Fixes bug 1151.
- Legacy-Id: 6415
Note: SVN reference [6413] has been migrated to Git commit 3814b60c5d
2013-10-11 02:17:43 +00:00
Henrik Levkowetz
e24f97550c
Added Ryan to the admin list so he'll get 500 notifications.
...
- Legacy-Id: 6414
2013-10-11 02:11:33 +00:00
Robert Sparks
3814b60c5d
Removed redundant call to not_duplicated from the nomcom/private_index template
...
It was already applied in the view, and interacted badly with the
list comprehension method of filtering for NomineePositions that
had associated questionnaire responses.
Fixes bug 1151
Commit ready for merge
- Legacy-Id: 6413
2013-10-10 20:59:06 +00:00
Ole Laursen
f6ff2a8082
Delete all old WGAction stuff, it's superceded by the WG charter
...
support, clean up iesg/models.py a bit
- Legacy-Id: 6411
2013-10-10 16:12:34 +00:00
Ole Laursen
77aa4723bf
Use the right path for other document types in
...
/iesg/agenda/telechat-YYYY-MM-DD-docs.tgz which now as a side-effect
of the port can bundle more than just drafts
- Legacy-Id: 6410
2013-10-10 15:57:00 +00:00
Ole Laursen
bfde86f52b
Add support for status change in Document.get_file_path, ideally
...
someone would clean up the directory structure and we would transition
to something simpler
- Legacy-Id: 6409
2013-10-10 15:54:32 +00:00
Ole Laursen
72cc997151
Add test for /iesg/agenda/telechat-YYYY-MM-DD-docs.tgz
...
- Legacy-Id: 6408
2013-10-10 15:53:24 +00:00
Ole Laursen
21b32e72a3
Port /iesg/agenda/telechat-YYYY-MM-DD-docs.tgz, use tarfile.addfile
...
and StringIO to avoid the temporary file
- Legacy-Id: 6407
2013-10-10 11:12:13 +00:00
Ole Laursen
a81af95500
Add simple test for /iesg/agenda/documents/
...
- Legacy-Id: 6406
2013-10-10 10:38:59 +00:00
Ole Laursen
0860342e34
Port /iesg/agenda/documents/ to new schema, fix problem with rows
...
being colored for ADs with their position even if a ballot icon is not
shown (issue #1128 )
- Legacy-Id: 6405
2013-10-10 10:31:28 +00:00
Ole Laursen
a728468711
Fix some problems highlighted by the tests, making the code a bit more
...
robust in case of unexpected data
- Legacy-Id: 6402
2013-10-09 16:28:36 +00:00
Ole Laursen
bb952fa281
Add test for agenda_documents_txt
...
- Legacy-Id: 6401
2013-10-09 16:27:36 +00:00
Ole Laursen
516a5fcc92
Port /iesg/agenda/documents.txt to new schema, compose the table in
...
Python instead of using a template to make the code easier to read
- Legacy-Id: 6400
2013-10-09 15:55:45 +00:00
Ole Laursen
53c59e56e3
Remove vary_on_cookie on agenda view, it's not needed anymore, Django
...
already adds the vary: cookie header automatically
- Legacy-Id: 6399
2013-10-09 12:55:28 +00:00
Ole Laursen
be9fd53d55
Remove the ?private thing in /iesg/agenda/, the only use of it appears
...
to be agenda_package.txt and that file already includes the links that
are enabled by the flag - perhaps it predates the user modeling that
allows ADs and Secretariat to see the links
- Legacy-Id: 6398
2013-10-09 12:53:13 +00:00
Ole Laursen
b99cf963ae
Move /iesg/milestones to /iesg/milestones/, apparently the URL (by accident) didn't include the ending slash
...
- Legacy-Id: 6397
2013-10-09 12:43:45 +00:00
Ole Laursen
55c7c69679
Remove unused secr/ copy of agenda outline template (from iesg/)
...
- Legacy-Id: 6396
2013-10-09 12:41:59 +00:00
Ole Laursen
bd34270cbc
Port IESG agenda pages to new schema, add tests for them, move agenda
...
utilities to agenda.py, fix a couple of things, remove obsolete test
versions of agenda view, add support for viewing future IESG agendas
through /agenda/YYYY-MM-DD/* (useful when testing)
- Legacy-Id: 6395
2013-10-09 12:40:42 +00:00
Ole Laursen
53ec62a5c9
Fix a bug in the Secretariat telechat menu, "232" -> "s232"
...
- Legacy-Id: 6394
2013-10-09 12:16:14 +00:00
Henrik Levkowetz
5b003d3842
Missing import in nomcom file.
...
- Legacy-Id: 6393
2013-10-09 08:37:09 +00:00
Henrik Levkowetz
bb148003b5
Fixed the plenary display code for the text agenda to use the non-proxy plenary information to identify the plenaries, matching other previous changes from the agenda branch.
...
- Legacy-Id: 6383
2013-10-08 06:42:53 +00:00
Ole Laursen
11f3efdec7
Add test of ReviewDecisions
...
- Legacy-Id: 6380
2013-10-07 17:56:29 +00:00
Henrik Levkowetz
dbc17624f8
Added a break_info() model on Timeslot. Fixes the missing breaks on the
...
text agenda.
- Legacy-Id: 6376
2013-10-04 21:49:52 +00:00
Henrik Levkowetz
f95b2795fe
Putting a place a known-good text version of the agenda for meeting 83. This
...
is the way it should look. If something else is produced, it's not right.
The order of sessions on this agenda is sorted first on area on then on
acronym. This is the known good agenda.
- Legacy-Id: 6375
2013-10-04 21:18:47 +00:00
Henrik Levkowetz
8561e9c2d8
Removed unwanted Http403 exception.
...
- Legacy-Id: 6374
2013-10-04 20:46:08 +00:00
Henrik Levkowetz
799c8c8f69
Fixed the agenda-utc test to be insensitive to the release number.
...
- Legacy-Id: 6373
2013-10-04 20:43:46 +00:00
Henrik Levkowetz
da1cf81bf7
Fixed the return value assigment from agenda_info() in cvs_agenda()
...
- Legacy-Id: 6372
2013-10-04 20:41:02 +00:00
Henrik Levkowetz
e2134a67a2
Rename agendaREDESIGN.ics -> agenda.ics. The old agenda.ics file isn't in use
...
any more.
- Legacy-Id: 6370
2013-10-04 18:47:20 +00:00
Henrik Levkowetz
83cab39be7
Added a RoomAdmin to the admin site.
...
- Legacy-Id: 6369
2013-10-04 18:08:09 +00:00
Henrik Levkowetz
03a79d4736
Merged [6363] from mcr@sandelman.ca: Don't include timeslots marked
...
'unavailable' in the agenda.
- Legacy-Id: 6365
Note: SVN reference [6363] has been migrated to Git commit 8de0d8a0c8814059b153e96929220bed6cb46e2c
2013-10-04 14:07:13 +00:00
Henrik Levkowetz
e87ba2d869
Added ordering ('-date') to the Meeting model
...
- Legacy-Id: 6364
2013-10-04 14:03:12 +00:00
Henrik Levkowetz
3020c5f7eb
Imported a new version of the draft metadata extraction module, which
...
calculates page numbers more reliably, doesn't include duplicates in
the list of referenced drafts, and other minor tweaks.
- Legacy-Id: 6362
2013-10-04 13:50:14 +00:00
Robert Sparks
7c4cf7002f
Allow the secretariat and ads to change the title of a status change document.
...
Fixes bug 1141
Commit ready to merge.
- Legacy-Id: 6361
2013-10-03 22:36:57 +00:00
Robert Sparks
faabcb8328
Send email to the secretariat when a status change document is put directly into the last-call-requested state.
...
Fixes bug 1139.
Commit ready for merge.
- Legacy-Id: 6359
2013-10-03 21:58:42 +00:00
Henrik Levkowetz
6c13e8027b
Fixed the language in some UI strings in the nomcom tool.
...
- Legacy-Id: 6358
2013-10-03 20:56:59 +00:00
Henrik Levkowetz
ed891d23d0
Set version info and settings back to development mode
...
- Legacy-Id: 6355
2013-10-03 14:22:46 +00:00
Henrik Levkowetz
d256693205
Set version info to release version 4.80 before branching.
...
- Legacy-Id: 6353
2013-10-03 14:22:42 +00:00
Henrik Levkowetz
212ff26fad
Reverted a mistake in agenda.html.
...
- Legacy-Id: 6351
2013-10-03 14:22:29 +00:00
Henrik Levkowetz
807ea25e3c
Removed some debug statements.
...
- Legacy-Id: 6350
2013-10-03 14:20:14 +00:00
Henrik Levkowetz
c78be852a5
Added a new WG (ietf stream) tag slug.
...
- Legacy-Id: 6349
2013-10-03 11:48:56 +00:00
Ole Laursen
5fe7ce62ff
Add timeframe to IESG Review Decisions page
...
- Legacy-Id: 6348
2013-10-03 11:41:47 +00:00
Henrik Levkowetz
cc8817846a
Applied the same patch to other templates which use the same approach. Fixed 2 typos.
...
- Legacy-Id: 6347
2013-10-03 05:40:41 +00:00
Henrik Levkowetz
ca81ed0840
Moved script loading inside {% block scripts %}. Patch from rjsparks@nostrum.com.
...
- Legacy-Id: 6346
2013-10-03 05:11:43 +00:00
Henrik Levkowetz
a3c8adfdf6
Merged in the contents of commit [6337] from mcr@sandelman.ca, with some changes to take out dead code that inadvertently came back in.
...
- Legacy-Id: 6344
Note: SVN reference [6337] has been migrated to Git commit d0d1d949a9328da6c4e30d8f5e0d14ffb204e678
2013-10-02 21:53:28 +00:00
Ole Laursen
43d4017891
Get rid of some unnecessary queries on IESG review decision page, fix
...
a couple of issues in the layout
- Legacy-Id: 6343
2013-10-02 15:50:29 +00:00
Henrik Levkowetz
08e90fd63f
Enabling jquery again in template base.html. Moving library pack jquery-1.8.2 from /static/js/ to /static/js/lib/. Replacing jquery-1.5.1 with 1.8.2 in some places; the incompatibilities listed on the jquery pages seem to be small, and on a cursory inspection not present in the current usage.
...
- Legacy-Id: 6342
2013-10-02 15:44:50 +00:00
Ole Laursen
66e2503e89
Add db_index on DocEvent.time to speed up queries on historical data
...
- Legacy-Id: 6341
2013-10-02 15:38:26 +00:00
Ole Laursen
b552ff31aa
Replace the announcement pages with a new page collecting all IESG
...
review decisions. Add migration to split up iesg_approve/disapprove
events of the form "IESG has approved ... and state has been changed
..." into the approve/disapprove event and a synthesized state change
event. Also regularize the descriptions a bit. This simplifies the
code in the new page.
- Legacy-Id: 6340
2013-10-02 15:37:44 +00:00
Henrik Levkowetz
fada6fdfc9
Provide the site_base_url to the template without a trailing slash, for easier use in javascript.
...
- Legacy-Id: 6339
2013-10-02 14:11:30 +00:00
Henrik Levkowetz
342bc5bf96
Merged in the merge work branch personal/henrik/r6270 which provides the agenda scheduling tool step 3, from a merge of branch/ssw/agenda/v4.70 from mcr@sandelman.ca; and also substantial fixes to the test framework, and more.
...
- Legacy-Id: 6328
2013-10-01 13:53:05 +00:00
Henrik Levkowetz
d2df8cac78
Fixed the manyfold duplicated position names in the position selection drop-down list in the nomcom private index page. Fixes issue #1137 .
...
- Legacy-Id: 6327
2013-10-01 13:42:30 +00:00
Henrik Levkowetz
983785d63c
Fixed a typo.
...
- Legacy-Id: 6326
2013-09-30 21:00:12 +00:00
Henrik Levkowetz
87898cb006
Updated the text agenda comparison copy to match the ADs present in the fixtures.
...
- Legacy-Id: 6325
2013-09-30 20:50:32 +00:00
Henrik Levkowetz
3d158d1891
Renamed person.json fixture to persons.json
...
- Legacy-Id: 6324
2013-09-30 20:49:11 +00:00
Henrik Levkowetz
c6739bbb4f
Modified testurl.list for meetings; there were some URLs that could not succeed with the current database content (the URL tests are running against database content taken from the production database, so this is not a case of missing fixtures).
...
- Legacy-Id: 6322
2013-09-30 20:40:02 +00:00
Henrik Levkowetz
18445123aa
Made the setting for use of InnoDB for testing default. Added a setting for global test fixtures. Added ietf.utils to the app list to capture the makefixture management command.
...
- Legacy-Id: 6321
2013-09-30 20:38:06 +00:00
Henrik Levkowetz
e4f4467725
Changed tests to use our own subclassed TestCase, and changed almost all fixtures to be perma_fixtures.
...
- Legacy-Id: 6320
2013-09-30 20:36:20 +00:00
Henrik Levkowetz
4395949b85
Fixed up to use perma_fixtures instead of fixtures. Changed diff of html-agenda so it disregards the changing datatracker version information embedded in the html file. Changed dumping of agenda page results to file to not use a code constant, but instead happen if the test fails. Added an announcement of this to the test exception string.
...
- Legacy-Id: 6319
2013-09-30 20:29:11 +00:00
Henrik Levkowetz
a07f47a4a0
Added a new TestCase class, subclassing django.test.TestCase, in order to
...
be able to add fixtures once and for all for all tests, instead of loading
them again and again for each test, if running on a database that supports
transaction rollbacks. In this case, fixtures specified in the perma_fixtures
class attribute will be loaded permanently, and not re-loaded. Fixtures
specifice as before, in a fixtures class attribute, will be treated as
before.
The downside of this is that as fixtures are loaded and not unloaded, they
can conflict with each other. The requirements on consistency becomes much
greater. The effect of this has been to require quite a bit of changes to
the simplified creations of various objects in make_test_data() in cases
where identically named objects occur in fixtures. Where completely
fictitious objects are created, no conflicts appear.
Also re-wrote parts of test_runner.py to permit global fixtures, loaded
before any tests are run and shared by all.
- Legacy-Id: 6318
2013-09-30 20:22:24 +00:00
Henrik Levkowetz
4805b4b12e
Updated fixtures, built to be more internally consistent in order to be able to pre-load them for the test suite.
...
- Legacy-Id: 6317
2013-09-30 19:02:53 +00:00
Henrik Levkowetz
b335ef3b5c
Imported a newer version of makefixture from github. It handles reverse relationships in a less hackish way than my hack.
...
- Legacy-Id: 6314
2013-09-30 14:24:14 +00:00
Ole Laursen
d9ccff1889
Get rid of the view behind /iesg/ann/0-9+/ (apparently for displaying
...
ballot text for drafts processed by the IESG) - it has not worked
since the switch to the new schema as it's based on the old numeric
primary keys which we no longer have
- Legacy-Id: 6313
2013-09-30 12:49:08 +00:00
Ole Laursen
5c6ee01bf7
drafts -> docs in /feed/iesg-agenda/ since we're returning more than
...
just I-Ds, sort by latest first, limit to documents on current and
future telechats (as the description says) to speed it up, add simple
test of the feed
- Legacy-Id: 6312
2013-09-30 12:17:38 +00:00
Ole Laursen
52febb2fc0
Fix spelling bug in global[e] test fixtures
...
- Legacy-Id: 6311
2013-09-30 12:17:15 +00:00
Henrik Levkowetz
4b568f8d22
Empty models.py, needed to make django look for management/commands/.
...
- Legacy-Id: 6310
2013-09-29 21:15:06 +00:00
Henrik Levkowetz
083f60dd93
Renamed model .url() methods to .json_url() or .base_url(), depending on function. Replaced the use of custom django method request.get_host_protocol() with standard request.build_absolute_uri(). Removed an uncaught Http403 exception. Fixed a typo /venus_addr/venue_addr/. Removed relurl() methods; no longer needed. Removed some debug functions.
...
- Legacy-Id: 6309
2013-09-29 21:14:07 +00:00
Henrik Levkowetz
127deda3c7
The supposedly known-good agenda-utc.html file was filled with '****** SOMETHING WENT WRONG ******', which is clearly wrong. This one is a bit better.
...
- Legacy-Id: 6308
2013-09-29 20:57:46 +00:00
Henrik Levkowetz
6e9e1930e2
Added a makefixture management command, from http://djangosnippets.org/snippets/918/ , somewhat hacked.
...
- Legacy-Id: 6307
2013-09-29 20:50:51 +00:00
Ole Laursen
c191a691e0
Remove "names" fixture from all tests, since it's now loaded once just
...
after creating the test database through the global test fixture
mechanism - this speeds up multiple tests considerably
- Legacy-Id: 6305
2013-09-29 17:35:59 +00:00
Ole Laursen
f13837ef5f
Add support for global test fixtures to avoid loading them for all
...
tests
- Legacy-Id: 6304
2013-09-29 17:32:52 +00:00
Ole Laursen
0c0c0c9194
Fix test fixture generation, it wasn't catching new name models not
...
ending in Name
- Legacy-Id: 6303
2013-09-29 15:48:44 +00:00
Ole Laursen
37825f2e5e
Save the test fixtures as JSON rather than XML, this seems to speed up
...
the tests by 10-15%
- Legacy-Id: 6302
2013-09-29 13:31:10 +00:00
Ole Laursen
3701f2ac7d
Use Role rather than Email when retrieving roles in wginfo - Role has
...
a link to both the email and the person (but didn't originally with
the new schema) so is better than the going through the email only, do
a couple of extra cleanups too while at it
- Legacy-Id: 6301
2013-09-28 21:10:28 +00:00
Ole Laursen
c419271d97
Remove (external) permissions app which has been obsolete since the move to the new schema
...
- Legacy-Id: 6300
2013-09-28 20:00:28 +00:00
Ole Laursen
f7ad84ecb9
Remove (external) workflows app which has been obsolete since the move to the new schema
...
- Legacy-Id: 6299
2013-09-28 19:52:28 +00:00
Ole Laursen
050929a56d
Remove ietfworkflows which is now obsolete
...
- Legacy-Id: 6297
2013-09-28 19:48:48 +00:00
Ole Laursen
8145d688de
Remove references to ietfworkflows/urls.py
...
- Legacy-Id: 6296
2013-09-28 18:57:59 +00:00
Ole Laursen
74966fac88
Fix URL schema of change stream state to use the state type (to be
...
more in line with the IANA ones), remove debug output, link to the new
change state page from the draft main page
- Legacy-Id: 6295
2013-09-28 18:54:43 +00:00
Henrik Levkowetz
92b9da1d4f
Moved read_agenda_file() and session_draft_list() back to views.py. The move almost masked a code change in trunk during the merge.
...
- Legacy-Id: 6294
2013-09-28 05:42:49 +00:00
Henrik Levkowetz
26688aa2ec
Changed back to standard TestCase to ensure confidence in tests. Removed duplicate tests. Adapted tests to new json_url() method signature. Corrected the /people/ urls to /person/.
...
- Legacy-Id: 6293
2013-09-28 05:35:17 +00:00
Henrik Levkowetz
72a19e2ab2
Fixed the on-and-off failing test_agenda83txt(), which gave inconsistent results because the datetime object given to the template to render had no timezone setting. Added a PRODUCTION_TIMEZONE setting, and used it to provide a consistent timezone to the agenda.txt template.
...
- Legacy-Id: 6292
2013-09-27 20:07:42 +00:00
Henrik Levkowetz
254d6f70dd
Removed some debug statements.
...
- Legacy-Id: 6290
2013-09-27 17:32:35 +00:00
Ole Laursen
8c88bc5aec
Rewrite change stream state page, moving it to doc/views_draft.py,
...
port associated tests, make the recommended next states clickable with
Javascript so a standard state change is just two clicks (next state
and save button)
- Legacy-Id: 6288
2013-09-27 14:19:27 +00:00
Henrik Levkowetz
8e750a9b18
Revert changes to manage.py -- the intention with these changes was already taken care of with similar code further down.
...
- Legacy-Id: 6285
2013-09-26 21:55:14 +00:00
Henrik Levkowetz
7bb999e09e
Undid gratuitous changes.
...
- Legacy-Id: 6284
2013-09-26 21:35:18 +00:00
Henrik Levkowetz
7876340a44
Undid gratuitous whitespace changes.
...
- Legacy-Id: 6283
2013-09-26 21:27:21 +00:00
Henrik Levkowetz
ea9d075801
Undid gratuitous whitespace changes.
...
- Legacy-Id: 6282
2013-09-26 21:26:56 +00:00
Henrik Levkowetz
2f1edc3d68
Undid gratuitous whitespace changes.
...
- Legacy-Id: 6281
2013-09-26 21:20:41 +00:00
Henrik Levkowetz
321744b0b9
Undid gratuitous whitespace and quoting changes. This code is taken verbatim from an external source, as indicated at the beginning of the file, and should not be messed with unless we fix bugs.
...
- Legacy-Id: 6280
2013-09-26 21:10:41 +00:00
Henrik Levkowetz
2f890235de
Undid gratuitous whitespace changes.
...
- Legacy-Id: 6279
2013-09-26 21:04:57 +00:00
Henrik Levkowetz
be3cff19d1
Moved a migration from the merge forward to have the proper number for application.
...
- Legacy-Id: 6274
2013-09-26 19:57:36 +00:00
Henrik Levkowetz
6154b9922d
This commit isn't tested. It captures the state after merging in branch/ssw/agenda/v4.70.
...
- Legacy-Id: 6273
2013-09-26 19:56:17 +00:00
Ole Laursen
f1e0be1033
Improve the stream state change email a bit, switch to using a
...
specific message for adoptions with the name of the WG/RG
- Legacy-Id: 6270
2013-09-26 15:03:55 +00:00
Ole Laursen
c508a5672d
Reimplement WG/RG adoption of drafts with the new schema, move it to
...
doc/ together with test and utilities, rewrite the UI to be more in
line with the rest of the edit pages (including the revamped stream
state change UI)
- Legacy-Id: 6269
2013-09-26 13:14:07 +00:00
Ole Laursen
c760b48b38
Make streams_menu tag more robust in the face of "request" missing
...
from context, this would normally be an error but it can happen if a
404 is returned
- Legacy-Id: 6268
2013-09-26 13:00:25 +00:00
Ole Laursen
56ea114e31
Fix missing parameter to is_rgdelegate
...
- Legacy-Id: 6267
2013-09-26 09:48:59 +00:00
Ole Laursen
5ba00a9362
Move stream views to views_stream.py
...
- Legacy-Id: 6266
2013-09-26 09:48:37 +00:00
Henrik Levkowetz
29eaaa9eda
Tweaked the introductory text on the Desired Expertise page.
...
- Legacy-Id: 6265
2013-09-26 06:32:28 +00:00
Henrik Levkowetz
1dae75ee59
The exception string for submission upload read errors seems to have changed after we switched to wsgi, from "Client read error" to "request data read error". Now looking for just "read error".
...
- Legacy-Id: 6264
2013-09-26 06:29:28 +00:00
Henrik Levkowetz
0fcaefe29b
Added an explanatory paragraph to the Desired Expertise page.
...
- Legacy-Id: 6263
2013-09-25 13:51:18 +00:00
Ole Laursen
f0eddecf6b
Add test for stream management page
...
- Legacy-Id: 6262
2013-09-25 11:43:23 +00:00
Henrik Levkowetz
08ea8c1b30
Fixed a wrong secretariat template extension name.
...
- Legacy-Id: 6260
2013-09-24 17:51:50 +00:00
Henrik Levkowetz
8d9c1e9177
Changed 'requirement' to 'desired expertise' in user-visible places in the nomcom app.
...
- Legacy-Id: 6259
2013-09-24 17:50:02 +00:00
Ole Laursen
525259a84f
Remove unused ietfworkflows imports
...
- Legacy-Id: 6258
2013-09-24 17:34:20 +00:00
Ole Laursen
2e152bbc9c
Fix naming bug in streams_menu template tag
...
- Legacy-Id: 6257
2013-09-24 17:32:41 +00:00
Ole Laursen
8bc5df166b
Get rid of unused ietfworkflows import
...
- Legacy-Id: 6256
2013-09-24 17:28:43 +00:00
Ole Laursen
2d902e28d1
Add stream edit page for setting delegates instead of page in
...
ietfworkflows, add streams_menu template tag for outputting the
streams menu instead of the one in ietfworkflows, move
base_wgmenu.html and base_leftmenu.html templates to base/ (together
with base/streams_menu.html), get rid of "first" madness in
base/left_menu.html which is now obsolete anyway because we have a
Settings headline which is always first
- Legacy-Id: 6255
2013-09-24 17:25:10 +00:00
Ole Laursen
5f6f966355
Add stream edit page for setting delegates
...
- Legacy-Id: 6254
2013-09-24 16:55:23 +00:00
Ole Laursen
210a90e0b4
Remove unused ietfworkflows import
...
- Legacy-Id: 6253
2013-09-24 16:53:23 +00:00