Henrik Levkowetz
f8804b4f2c
Added 3 tests which checks 1) that all templates can be parsed and loaded, 2) that url template-tags refer to an urlconf callback that exists, and 3) that static template-tags resolve to urls that work. This was prompted by some 500 errors earlier which weren't caught by existing texts.
...
- Legacy-Id: 11483
2016-06-28 04:48:50 +00:00
Henrik Levkowetz
a405449150
Cached the list of template paths in test_runner.py so we can call it multiple times cheaply.
...
- Legacy-Id: 11482
2016-06-28 04:44:25 +00:00
Henrik Levkowetz
a0414bed7a
Merged in [11479] from rcross@amsl.com:
...
Remove references to non-existent views from templates.
- Legacy-Id: 11481
Note: SVN reference [11479] has been migrated to Git commit cbcdbaa46c
2016-06-28 04:42:29 +00:00
Ryan Cross
cbcdbaa46c
Remove references to non-existent views from templates. Commit ready for merge.
...
- Legacy-Id: 11479
2016-06-27 22:49:54 +00:00
Henrik Levkowetz
081eacae6a
Fixed some missing and mistyped web assets found with test_template_statics_exists().
...
- Legacy-Id: 11478
2016-06-27 22:21:50 +00:00
Henrik Levkowetz
6e05c88770
Removed dead template.
...
- Legacy-Id: 11476
2016-06-26 23:11:32 +00:00
Henrik Levkowetz
e76a2a61cb
Removed dead code.
...
- Legacy-Id: 11475
2016-06-26 22:59:35 +00:00
Henrik Levkowetz
51b68099a5
Fixed a place where a logged-in user without associcated Person would cause a 500 instead of 403.
...
- Legacy-Id: 11474
2016-06-25 20:27:13 +00:00
Henrik Levkowetz
834bf08d6f
Added settings to use the cache back-end for sessions. Separated out the preference cookie age from the session age. Made the session age refresh on each access, and set the session timeout to 4 weeks of no access.
...
- Legacy-Id: 11473
2016-06-24 15:44:54 +00:00
Henrik Levkowetz
a36cf95572
Refactored the code to skip coverage testing a bit, and added skipping of template and url coverage.
...
- Legacy-Id: 11472
2016-06-24 15:39:59 +00:00
Henrik Levkowetz
75fd4d2876
Added a production-mode check to verify that the cache is functioning as expected.
...
- Legacy-Id: 11471
2016-06-24 15:36:25 +00:00
Henrik Levkowetz
ab8b151672
Added missing right-angle for a div. Made some form elements initially display: none in order to avoid elements jumping around on initial form rendering. Fixed alignment of Submit and Back buttons, by proper nesting and col-md- class.
...
- Legacy-Id: 11469
2016-06-24 12:08:15 +00:00
Henrik Levkowetz
f87f938846
Language tweaks
...
- Legacy-Id: 11468
2016-06-24 11:58:20 +00:00
Henrik Levkowetz
03e69e6d0c
Added a banner on top of the agenda view of unofficial agendas (which now work) indicating that it's not the official agenda.
...
- Legacy-Id: 11464
2016-06-23 15:09:51 +00:00
Henrik Levkowetz
bea74cb8b4
Added an optional parameter 'owner' to meeting.views.agenda(). Fixed issues #1959 and #1615
...
- Legacy-Id: 11463
2016-06-23 15:08:39 +00:00
Henrik Levkowetz
ff6e312b32
Fixed a buggy urlpattern regexp which would eat up the last character in an url if not given an extension.
...
- Legacy-Id: 11462
2016-06-23 14:56:29 +00:00
Henrik Levkowetz
64070fa3bf
Added the ability to list absolute coverage data, not only show relative differences, to the coverage_changes management command.
...
- Legacy-Id: 11460
2016-06-22 22:05:50 +00:00
Henrik Levkowetz
52456c6207
Added a missing import.
...
- Legacy-Id: 11457
2016-06-22 13:50:53 +00:00
Henrik Levkowetz
d01d3c2912
Added a check for the phantomjs binary to the skip-selenium tests in ietf/meeting/tests_js.py, in order to be able to add selenium to requirements.txt. This will make the selenium tests run if phantomjs is available on the system, without manually having to install the selenium module. This should make the buildbot run the selenium tests, too.
...
- Legacy-Id: 11456
2016-06-22 13:46:48 +00:00
Henrik Levkowetz
2ef60f4c12
Tweaked the release page a bit, fixing vertical alignment of revision comments when breaking across lines, comment appearance on iPads, and introducing striped tables.
...
- Legacy-Id: 11455
2016-06-22 12:31:29 +00:00
Robert Sparks
ca87b89a79
Remove some incomplete (and not functional) selenium tests
...
Commit ready for merge.
- Legacy-Id: 11454
2016-06-21 21:35:17 +00:00
Henrik Levkowetz
6fa181763b
Changed the code test coverage checking to never register coverage counts for tests that are sometimes skipped. Removed now unwanted skip settings from the releasetest settings.
...
- Legacy-Id: 11453
2016-06-21 20:39:28 +00:00
Henrik Levkowetz
f36f38af90
Set version info and settings back to development mode
...
- Legacy-Id: 11449
2016-06-21 19:15:42 +00:00
Henrik Levkowetz
66e847b208
Set version info to release version 6.24.0 before branching.
...
- Legacy-Id: 11447
2016-06-21 19:15:18 +00:00
Henrik Levkowetz
5b5d288d4c
Applied patch from production: Added timeslot filtering by schedule for non-session timeslot display.
...
- Legacy-Id: 11444
2016-06-21 19:01:55 +00:00
Henrik Levkowetz
54fc7adb9a
Fixed a typo.
...
- Legacy-Id: 11443
2016-06-21 18:59:44 +00:00
Henrik Levkowetz
0f0686c489
Backed out previous changes; make_directories() was used in more than one place. Renamed to more expressive name.
...
- Legacy-Id: 11441
2016-06-21 13:28:13 +00:00
Henrik Levkowetz
d4c7928c13
Removed unused import.
...
- Legacy-Id: 11440
2016-06-21 13:22:59 +00:00
Henrik Levkowetz
340c854efb
The helper function make_directories() is now used in only one place, and the function where it's used isn't terribly long. Inlined it, and added a comment (and question) about the os.umask() call. The list of leaves is possibly out of sync with some other places where material doctypes are used.
...
- Legacy-Id: 11439
2016-06-21 13:20:09 +00:00
Henrik Levkowetz
cc6096e190
Merged in [11435] from rcross@amsl.com:
...
Fix a few things with interim materials management.
- Legacy-Id: 11438
Note: SVN reference [11435] has been migrated to Git commit f1bb818434c83b4180e9655d062825a5c0016ef8
2016-06-21 12:59:10 +00:00
Henrik Levkowetz
1e50d5dd44
Merged in [11434] from rcross@amsl.com:
...
Remove legacy secretariat code for adding interim meetings in favor of new ietf.meeting interim features.
- Legacy-Id: 11437
Note: SVN reference [11434] has been migrated to Git commit 98afcae63a752129c63f0d2e1824bbbb26dbf71f
2016-06-21 12:23:58 +00:00
Henrik Levkowetz
e6a005dba6
Added a score of setting save/restores to test setup/teardown actions.
...
- Legacy-Id: 11436
2016-06-21 07:51:02 +00:00
Henrik Levkowetz
f49471b6aa
Restore the AGENDA_PATH setting after temporary test suit change.
...
- Legacy-Id: 11432
2016-06-20 22:46:34 +00:00
Henrik Levkowetz
377a84c52b
Normalized session agenda html content before running it into PyQuery to avoid later occurrences of ' ' for each carriage return.
...
- Legacy-Id: 11430
2016-06-20 22:02:05 +00:00
Henrik Levkowetz
92a2b1cbe0
Added a check that the proceedings directory given in the settings exists.
...
- Legacy-Id: 11427
2016-06-20 21:51:14 +00:00
Henrik Levkowetz
df08e65570
To support development without having to install Mailman, make the import of mailman list info conditional on mailman module imports succeeding.
...
- Legacy-Id: 11426
2016-06-20 21:49:50 +00:00
Henrik Levkowetz
ef8da52f27
Refactored the code to not use two different functions to get_next_interim_numbers.
...
- Legacy-Id: 11425
2016-06-20 18:53:12 +00:00
Henrik Levkowetz
f083e88592
Made interim meeting test data use zero-padded sequence numbers.
...
- Legacy-Id: 11424
2016-06-20 18:52:09 +00:00
Henrik Levkowetz
7f98aa87a7
Updated MeetingFactory to give interim meeting numbers with two-digit zero-padded numbers.
...
- Legacy-Id: 11423
2016-06-20 18:50:39 +00:00
Henrik Levkowetz
b6b855d619
Added a get before post in a interim request test.
...
- Legacy-Id: 11422
2016-06-20 18:48:16 +00:00
Henrik Levkowetz
53fa91f7bb
Enhanced the interim_meetings data migration to also update the interim meeting numbers to consistently use zero-padded two-digit serial numbers, in line with how new interim meeting numbers are generated. Added reverse migrations. Made the migration accept existing TimeSlot and Assignments, if found.
...
- Legacy-Id: 11421
2016-06-20 18:22:09 +00:00
Henrik Levkowetz
d46a3d5768
Set some admin fields to raw_id, to avoid insanely long lists of choices.
...
- Legacy-Id: 11420
2016-06-20 18:18:07 +00:00
Henrik Levkowetz
4285038e61
Updated copyright.
...
- Legacy-Id: 11419
2016-06-20 18:06:57 +00:00
Henrik Levkowetz
67c1af546c
Added an url pattern for interim meeting agendas -- we construct those in some places, like in /doc/agenda-interim-... document pages, so we should be able to handle the ,;-)
...
- Legacy-Id: 11418
2016-06-20 18:04:40 +00:00
Henrik Levkowetz
7dde59f873
Avoid multiple doctype declarations and other html errors by parsing sesion agenda html files and inserting our title and doctype.
...
- Legacy-Id: 11417
2016-06-20 18:01:35 +00:00
Henrik Levkowetz
252c201817
Use session.agenda.href in the agenda template, instead of constructing an agenda link in place. This is more DRY, and also fixes some places where the old construct was wrong.
...
- Legacy-Id: 11416
2016-06-20 17:57:55 +00:00
Henrik Levkowetz
84c355e166
Added caching to some meeting methods which are called multiple times when generating the IETF agenda.
...
- Legacy-Id: 11413
2016-06-20 11:21:01 +00:00
Henrik Levkowetz
df84098980
Fixed a bug in find-history-replacement-active-at() where multiple history entries with the same timestamp would be unordered. This led to the wrong historic group info being shown in some cases (e.g., meeting/86/agenda would show dmmnew instead of dmm, leading to wrong agenda links)
...
- Legacy-Id: 11410
2016-06-19 12:52:36 +00:00
Henrik Levkowetz
b79ac1ee29
Tweaked the styling of meeting rows to avoid wrapping the interim meeting names, and added meeting links for the IETF meetings.
...
- Legacy-Id: 11409
2016-06-18 21:22:59 +00:00
Henrik Levkowetz
5939a376ba
Added a missing condition, to make tool page links visible under the More info entry on group pages.
...
- Legacy-Id: 11408
2016-06-18 15:33:04 +00:00
Henrik Levkowetz
a1ed1aecfa
Moved check for session data up to before we try to use it in announcemen.views.confirm.
...
- Legacy-Id: 11405
2016-06-17 19:49:45 +00:00
Henrik Levkowetz
28829d34c5
Added interim test set up and tear down actions. The InterimTests need the same setUp and tearDown of a test materials dir as the regular meeting tests, otherwise they are going to depend on individual developer's settings_local, and fail unpredictably.
...
- Legacy-Id: 11403
2016-06-17 15:00:11 +00:00
Henrik Levkowetz
d298785fda
Merged in ^/branch/amsl/interim@11230, which provides interim meeting management support. Also fixes issues #1961 , #1962 and #1964 .
...
- Legacy-Id: 11402
2016-06-17 14:16:27 +00:00
Henrik Levkowetz
688ffa4e2d
Set version info and settings back to development mode
...
- Legacy-Id: 11400
2016-06-17 13:20:35 +00:00
Henrik Levkowetz
a9942ab05b
Set version info to release version 6.23.0 before branching.
...
- Legacy-Id: 11398
2016-06-17 13:20:26 +00:00
Henrik Levkowetz
b667f47b4f
Let the import_mailman_listinfo management command not only add, but also remove subcriptions to match mailman's info. Pay attention only to addresses with delivery enabled.
...
- Legacy-Id: 11394
2016-06-17 13:06:39 +00:00
Henrik Levkowetz
744a39e2ca
Added a migration to do the first mailman subscriber import, using a function from the refactored management command.
...
- Legacy-Id: 11393
2016-06-16 19:33:07 +00:00
Henrik Levkowetz
263e1f4136
Changed the IESG photo page to show full area name instead of area acronym in each box heading. Linked the area name to the area page. Removed the area acronym under each picture. Tweaked the vertical alignment of photo wells. Fixes an issue raised by housley@vigilsec.com
...
- Legacy-Id: 11390
2016-06-16 18:07:11 +00:00
Henrik Levkowetz
e110419916
Merged in ^/personal/henrik/6.22.1-acctdeps which provides import of addresses subscribed to IETF mailing lists, and additional datatracker account creation requirements. Also a table and form for manual whitelisting of account logins, in order to handle cases which fall outside the default requirements. Fixed some tests.
...
- Legacy-Id: 11389
2016-06-15 22:10:50 +00:00
Henrik Levkowetz
7c033d3daa
Only check state.slug in GroupForm.clean() if state is set.
...
- Legacy-Id: 11388
2016-06-15 20:02:51 +00:00
Henrik Levkowetz
d251692b96
Added a clean() method to the Group creation form which requires a BoF to have a parent group. Fixes issue #1970 .
...
- Legacy-Id: 11387
2016-06-15 19:46:47 +00:00
Henrik Levkowetz
c1a8b3d7cc
Whitelist form language tweaks.
...
- Legacy-Id: 11386
2016-06-15 16:15:56 +00:00
Henrik Levkowetz
016f912ef7
Changed some field names from address to email.
...
- Legacy-Id: 11385
2016-06-15 15:49:28 +00:00
Henrik Levkowetz
c0ba793c69
Added the new models for mailinglists ...
...
- Legacy-Id: 11384
2016-06-15 15:48:58 +00:00
Henrik Levkowetz
d432e5a46c
Added a link to the account creation whitelist page for the secretariat.
...
- Legacy-Id: 11383
2016-06-15 15:45:07 +00:00
Henrik Levkowetz
4f6870d5a8
Set version info and settings back to development mode
...
- Legacy-Id: 11381
2016-06-15 15:09:50 +00:00
Henrik Levkowetz
576176ecce
Set version info to release version 6.22.2 before branching.
...
- Legacy-Id: 11379
2016-06-15 15:09:41 +00:00
Henrik Levkowetz
6304897519
Temporarily disable photo upload field -- requires handler code.
...
- Legacy-Id: 11376
2016-06-15 14:58:43 +00:00
Henrik Levkowetz
fed2a04445
Increased the requirements for account creation, and added a form where the secretariat can add whitelisting to make account creation possible for addresses that don't fulfil the default requirements.
...
- Legacy-Id: 11374
2016-06-14 21:39:12 +00:00
Henrik Levkowetz
b0ddd0daeb
Added models for mailman lists and subscribed and whitelisted addresses, and an import management command suited to be run as a periodic cron-job.
...
- Legacy-Id: 11373
2016-06-14 21:36:05 +00:00
Henrik Levkowetz
9019d0a1dc
Merged in [11357] from lars@netapp.com:
...
Update web assets.
- Legacy-Id: 11369
Note: SVN reference [11357] has been migrated to Git commit ab1dc4abc6
2016-06-14 15:11:20 +00:00
Henrik Levkowetz
fa5a89f3d7
Added a backwards migration for person.0013_add_plain_name_aliases.
...
- Legacy-Id: 11368
2016-06-14 15:11:05 +00:00
Henrik Levkowetz
122cdd5489
Merged in [11202] from lars@netapp.com:
...
Update various web assets.
- Legacy-Id: 11365
Note: SVN reference [11202] has been migrated to Git commit 41e8aa96f1
2016-06-14 14:19:19 +00:00
Lars Eggert
ab1dc4abc6
Update web assets. Commit ready for merge.
...
- Legacy-Id: 11357
2016-06-14 08:51:28 +00:00
Henrik Levkowetz
2ba1bde0ba
Reverted a bad to group/urls_info.py
...
- Legacy-Id: 11355
2016-06-14 04:56:50 +00:00
Henrik Levkowetz
7037c734f6
Set version info and settings back to development mode
...
- Legacy-Id: 11353
2016-06-13 15:14:03 +00:00
Henrik Levkowetz
3d2bd57301
Set version info to release version 6.22.1 before branching.
...
- Legacy-Id: 11351
2016-06-13 15:13:54 +00:00
Henrik Levkowetz
5d46febe03
Fixed an incorrect path to the default 'no photo available' image.
...
- Legacy-Id: 11348
2016-06-13 15:05:48 +00:00
Henrik Levkowetz
45e9801955
Added a migration which provides photo field default values and updates the upload path to the one used in production.
...
- Legacy-Id: 11345
2016-06-13 14:54:40 +00:00
Henrik Levkowetz
d5701633fa
Grouped aliases settings together.
...
- Legacy-Id: 11344
2016-06-13 14:50:11 +00:00
Henrik Levkowetz
289dd0c2a9
Minor tweaks.
...
- Legacy-Id: 11343
2016-06-13 14:03:19 +00:00
Henrik Levkowetz
ee14795563
Reapplying aliases patch lost in previous commit.
...
- Legacy-Id: 11342
2016-06-13 13:47:44 +00:00
Henrik Levkowetz
4a227601df
Added default media and photo directories for use in development. Changed settings to point to the media dir in development.
...
- Legacy-Id: 11341
2016-06-13 13:42:03 +00:00
Henrik Levkowetz
09109516f9
Fixed a bug in the default alias-file settings.
...
- Legacy-Id: 11340
2016-06-13 10:57:02 +00:00
Henrik Levkowetz
e20ffc9e86
Improved data migration for plain_name aliases.
...
- Legacy-Id: 11339
2016-06-13 10:39:36 +00:00
Henrik Levkowetz
c6e1daa2e9
Set version info and settings back to development mode
...
- Legacy-Id: 11328
2016-06-12 10:44:16 +00:00
Henrik Levkowetz
aa08aad199
Set version info to release version 6.22.0 before branching.
...
- Legacy-Id: 11326
2016-06-12 10:44:09 +00:00
Henrik Levkowetz
78ed9334d2
Skip the htpasswd update test which uses an external binary if the binary isn't found Fixes the failing OS X test.
...
- Legacy-Id: 11323
2016-06-11 23:40:20 +00:00
Henrik Levkowetz
80dc67f109
Fixed pyflakes and consistency issues in person.views.profile().
...
- Legacy-Id: 11322
2016-06-11 23:05:08 +00:00
Henrik Levkowetz
8ba02dfd2c
Added fixes for various profile page problems found by the test crawler.
...
- Legacy-Id: 11321
2016-06-11 21:54:14 +00:00
Henrik Levkowetz
e3cbabaf9b
Made it possible to filter on photo and bio fields in the API.
...
- Legacy-Id: 11320
2016-06-11 19:48:36 +00:00
Henrik Levkowetz
f384a134c4
Added a migration to provide plain-name aliases where they are missing, as we expect those for the person profile URLs.
...
- Legacy-Id: 11319
2016-06-11 11:58:30 +00:00
Henrik Levkowetz
9855c2d54b
Added a check for the existence of the media/photos directory.
...
- Legacy-Id: 11315
2016-06-10 19:37:36 +00:00
Henrik Levkowetz
9eacdbf2c6
Merged in ^/personal/henrik/6.21.1-biophoto@11313, with work from rjsparks@nostrum.com and henrik@levkowetz.com which provides support for profile biography and photo.
...
- Legacy-Id: 11314
2016-06-10 19:36:47 +00:00
Henrik Levkowetz
4cb87b5b09
An additional photo test, and a test function rename.
...
- Legacy-Id: 11313
2016-06-10 18:36:28 +00:00
Henrik Levkowetz
e62c3ac8d2
Set version info and settings back to development mode
...
- Legacy-Id: 11311
2016-06-10 09:45:48 +00:00
Henrik Levkowetz
517425d12f
Set version info to release version 6.21.1 before branching.
...
- Legacy-Id: 11309
2016-06-10 09:45:41 +00:00
Henrik Levkowetz
a9980d5cc1
Added a default for photo and photo_thumb to the migration.
...
- Legacy-Id: 11306
2016-06-10 09:41:09 +00:00
Henrik Levkowetz
ebe45e5312
Added tests for various photo pages.
...
- Legacy-Id: 11305
2016-06-09 21:59:17 +00:00
Henrik Levkowetz
3e54101e06
Renamed group.views.all_photos() back to chair_photos(). Added differentiated ordering by role to group photo pages. Moved the external links (dependency graph and tools pages) off of the tabs, to the charter page.
...
- Legacy-Id: 11304
2016-06-09 21:58:35 +00:00
Henrik Levkowetz
7c53eb1843
Renamed group.views.all_photos() back to chair_photos(). Added differentiated ordering by role to group photo pages. Moved the external links (dependency graph and tools pages) off of the tabs, to the charter page.
...
- Legacy-Id: 11303
2016-06-09 21:58:01 +00:00
Henrik Levkowetz
cbaabbf98f
Changed the urls config so that static files can be served to the test client.
...
- Legacy-Id: 11302
2016-06-09 21:54:44 +00:00
Henrik Levkowetz
2c456cea73
Added default values to the photo and photo_thumb fields. Made photo_name() return unicode. Made plain_name not fall back to ascii_short, as that's not meaningful.
...
- Legacy-Id: 11301
2016-06-09 21:53:52 +00:00
Henrik Levkowetz
f4d2f19ffb
Tweaked the person factory to provide bio and photo on request.
...
- Legacy-Id: 11300
2016-06-09 21:51:46 +00:00
Henrik Levkowetz
c80b654f18
Simplified some setting calculations.
...
- Legacy-Id: 11299
2016-06-09 21:50:56 +00:00
Henrik Levkowetz
511e500960
Show default no-photo-available image on bio if no photo is available.
...
- Legacy-Id: 11298
2016-06-09 21:49:44 +00:00
Henrik Levkowetz
fcd8f55117
Added person.plain_name() to the name aliases.
...
- Legacy-Id: 11297
2016-06-09 21:48:04 +00:00
Henrik Levkowetz
087c543dfd
Changed the links to profile pages to apply to both photo and name, for an easier click target. Added links to group names.
...
- Legacy-Id: 11296
2016-06-09 21:46:39 +00:00
Henrik Levkowetz
637c1a0e7b
Added links to dependency graph and tools page to the group metainformation. Reindented consistently.
...
- Legacy-Id: 11295
2016-06-09 21:42:45 +00:00
Henrik Levkowetz
b0cd3a0066
Fixed a problem with accessing a group's workflow customisation page from /group/{{acronym}} instead of /wg/{{acronym}}/.
...
- Legacy-Id: 11290
2016-06-07 18:13:55 +00:00
Henrik Levkowetz
7edecaee27
Added photo page support for individual groups, and tweaked some names. This provides a photo page for the IAB, but also as a benefit photo pages for other groups.
...
- Legacy-Id: 11287
2016-06-06 16:33:24 +00:00
Henrik Levkowetz
dd781c9367
Added and updated migrations.
...
- Legacy-Id: 11286
2016-06-06 16:30:54 +00:00
Henrik Levkowetz
ab20d0002d
Added some guards against bad data in name_parts().
...
- Legacy-Id: 11285
2016-06-06 16:30:30 +00:00
Henrik Levkowetz
9e382bb711
Added support for reStructuredText markup in bios.
...
- Legacy-Id: 11284
2016-06-06 16:29:25 +00:00
Henrik Levkowetz
aa4ddc00e2
Limited the biography and photo uploading to people who have been assigned a role.
...
- Legacy-Id: 11283
2016-06-06 12:42:24 +00:00
Henrik Levkowetz
2947bb4096
Added a setting (to go with the earlier changes in ietfauth and secr/rolodex) for excluded personal email patterns.
...
- Legacy-Id: 11282
2016-06-06 07:49:26 +00:00
Henrik Levkowetz
5395c85ed7
Changed the acceptable mime type for uploaded xml files to be either text/xml or application/xml.
...
- Legacy-Id: 11280
2016-06-06 07:38:02 +00:00
Henrik Levkowetz
3eaef15fd5
Fixed a bug found by rjsparks@nostrum.com in the submission test text output.
...
- Legacy-Id: 11279
2016-06-06 07:37:05 +00:00
Henrik Levkowetz
c4b59f0363
Added personal photo+bio pages.
...
- Legacy-Id: 11278
2016-06-05 20:14:50 +00:00
Henrik Levkowetz
5159349959
Added an IESG photo page. Replaced navigation pills with a navtab on the IESG pages.
...
- Legacy-Id: 11277
2016-06-05 09:55:59 +00:00
Henrik Levkowetz
e4e2ced967
Tweaked the look of nav-tabs.
...
- Legacy-Id: 11276
2016-06-05 09:54:51 +00:00
Henrik Levkowetz
ed583bcc5f
Used a more sophisticated algorithm for separation of person name parts in the photo_name() method. Added support for 'Dr' (without dot) as a titular prefix.
...
- Legacy-Id: 11275
2016-06-05 09:54:13 +00:00
Henrik Levkowetz
fe50693d09
Renamed and generalised the photos template a bit, for re-use with IESG photos.
...
- Legacy-Id: 11274
2016-06-05 09:51:56 +00:00
Henrik Levkowetz
5f4de2047e
Added additional directories for IAB photos.
...
- Legacy-Id: 11273
2016-06-05 09:50:09 +00:00
Henrik Levkowetz
c5e0814e11
Made the photo url and view function names more generic. Shortened a tab name.
...
- Legacy-Id: 11272
2016-06-05 09:49:24 +00:00
Henrik Levkowetz
f9136dcad3
Changed the photo collection script to use a more sophisticated algorithm to separate name parts, in order to avoid photos named 'dr-foo-bar-ph-d', and in order to correctly identify surnames like 'le-faucheur'. Added translation for the first-name only named IAB photos. Added additional directories for IAB photos.
...
- Legacy-Id: 11271
2016-06-05 09:47:55 +00:00
Henrik Levkowetz
33a0629911
Enhanced the photo collection script to look in multiple locations, in order to capture missing IAB and IESG member photos, and to select full and thumbnail photos from a preference list based on timestamp and size.
...
- Legacy-Id: 11270
2016-06-03 22:54:35 +00:00
Henrik Levkowetz
fa5bed83b3
Removed debug prints
...
- Legacy-Id: 11267
2016-06-02 19:31:08 +00:00
Henrik Levkowetz
1410168a5a
Fixed some missed instances of a setting name-change.
...
- Legacy-Id: 11266
2016-06-02 19:30:25 +00:00
Henrik Levkowetz
c8ade2dff5
Tweaked the chair_photos view.
...
- Legacy-Id: 11265
2016-06-02 19:21:08 +00:00
Henrik Levkowetz
ab095fca5b
MOdified the 0011_populate_photos migration to set photo thumbnail values which include the photos dirname under the media_root. Added a reverse migration, for easier testing from a clean state.
...
- Legacy-Id: 11264
2016-06-02 19:20:34 +00:00
Henrik Levkowetz
c83dae57fb
Added setting for MEDIA_ROOT, and changed the setting for MEDIA_URL; introduced a setting for the IETF main site URL, for use where MEDIA_URL had been used (incorrectly) earlier.
...
- Legacy-Id: 11263
2016-06-02 19:17:38 +00:00
Henrik Levkowetz
88e56f2c98
Added heuristics to process existing photo files for a larger percentage of person records than earlier. Changed to checking all person records, not only those with roles. Added a summary of photo files not handled at the end. This reduced the number of unhandled files from ~350 to less than 10, and all the unhandled ones seems to belong to persons for which photos have been found.
...
- Legacy-Id: 11262
2016-06-02 19:11:53 +00:00
Henrik Levkowetz
14a4ea177c
Merged in ^/personal/rjs/6.21.1.dev0@11257
...
- Legacy-Id: 11259
2016-06-01 16:37:01 +00:00
Henrik Levkowetz
b9fa1905c3
Fixed a problem with person alias updates where get_or_create() could find two results for one alias name because utf8_general_ci collation would match multiple different utf8 forms to the same name.
...
- Legacy-Id: 11257
2016-05-31 12:21:18 +00:00
Henrik Levkowetz
987dabb200
Added an initial migration for messages.
...
- Legacy-Id: 11255
2016-05-30 21:54:41 +00:00
Ryan Cross
ead00565c4
more refactoring
...
- Legacy-Id: 11230
2016-05-23 23:19:01 +00:00
Ryan Cross
c8f3760dbe
refactor code dealing with interim materials path
...
- Legacy-Id: 11229
2016-05-23 22:58:45 +00:00
Ryan Cross
81fe596c95
change approval redirects
...
- Legacy-Id: 11228
2016-05-23 17:21:48 +00:00
Henrik Levkowetz
dad8cc6ba1
Updated maximum file-sizes for draft submissions. Added some Trac-glue-related settings.
...
- Legacy-Id: 11223
2016-05-22 16:00:35 +00:00
Henrik Levkowetz
72ba673bd8
Removed debug code.
...
- Legacy-Id: 11221
2016-05-22 15:47:05 +00:00
Henrik Levkowetz
a32b121efb
Changed some instances of error strings from ascii to unicode in order to avoid problems with unicode error messages, such as the file size indications generated by django.template.defaultfilters.filesizeformat().
...
- Legacy-Id: 11220
2016-05-22 14:40:37 +00:00
Ryan Cross
ed371396c1
add tests. fix form validations
...
- Legacy-Id: 11219
2016-05-20 22:49:27 +00:00
Henrik Levkowetz
a15d0ecbd6
Prevent people from adding ietf list addresses to their personal accounts.
...
- Legacy-Id: 11218
2016-05-20 22:39:30 +00:00
Henrik Levkowetz
caf3a4cb7e
Set version info and settings back to development mode
...
- Legacy-Id: 11215
2016-05-20 10:22:05 +00:00
Henrik Levkowetz
0b4d3b5802
Set version info to release version 6.21.0 before branching.
...
- Legacy-Id: 11213
2016-05-20 10:21:43 +00:00
Henrik Levkowetz
9d81ddc239
Added a migration to match the Person model changes in [11180].
...
- Legacy-Id: 11210
Note: SVN reference [11180] has been migrated to Git commit 7e61ce84e8
2016-05-20 10:11:42 +00:00
Henrik Levkowetz
ea4160a709
Applied production patches to trunk.
...
- Legacy-Id: 11208
2016-05-19 20:03:19 +00:00
Ryan Cross
6ea92cc5a0
various bug fixes and tweaks
...
- Legacy-Id: 11204
2016-05-18 23:55:44 +00:00
Lars Eggert
41e8aa96f1
Update various web assets. Commit ready for merge.
...
- Legacy-Id: 11202
2016-05-18 18:15:44 +00:00
Henrik Levkowetz
3849620362
Settings for Trac glue commands.
...
- Legacy-Id: 11201
2016-05-18 18:10:46 +00:00
Ryan Cross
cecdea3d72
Add utility script to send interim meeting minutes reminder. Add ability to include comments with meeting cancellation
...
- Legacy-Id: 11199
2016-05-17 22:55:47 +00:00
Ryan Cross
8fef55dc31
add approval and cancel notifications
...
- Legacy-Id: 11196
2016-05-16 22:48:43 +00:00
Henrik Levkowetz
02773059f2
Better usage help for the coverage_changes management command.
...
- Legacy-Id: 11193
2016-05-15 15:01:50 +00:00
Henrik Levkowetz
91defa466e
Fixed a missed import name change.
...
- Legacy-Id: 11192
2016-05-13 16:07:47 +00:00
Henrik Levkowetz
6bd275f10b
Merged in ^/branch/iola/community-list-cleanup-r11184@11188.
...
- Legacy-Id: 11191
2016-05-13 16:01:54 +00:00
Henrik Levkowetz
92214726fd
Renamed some files under ietf/group/ which contained views but didn't have 'views' in the name.
...
- Legacy-Id: 11190
2016-05-13 15:59:10 +00:00
Ole Laursen
9ad8c983a2
Speed up the community refactor migration by building the index
...
of the group name search rules in Python
- Legacy-Id: 11188
2016-05-13 13:30:37 +00:00
Ole Laursen
12079a5612
Add SearchRule.__unicode__ for debugging purposes
...
- Legacy-Id: 11187
2016-05-13 13:22:53 +00:00
Ole Laursen
5f4c989ba6
Set notify_on correctly in community refactor migration
...
- Legacy-Id: 11186
2016-05-13 12:25:59 +00:00
Henrik Levkowetz
21b2330b6a
Removed an newly introduced url() name parameter.
...
- Legacy-Id: 11184
2016-05-13 09:09:37 +00:00
Henrik Levkowetz
9ceb753a29
Added progress bars and rule counts for various parts of this migration.
...
- Legacy-Id: 11183
2016-05-12 20:16:23 +00:00
Henrik Levkowetz
deb2f73047
Merged in ^/branch/iola/community-list-cleanup-r11172@11175.
...
- Legacy-Id: 11182
2016-05-12 19:14:28 +00:00
Henrik Levkowetz
aa61123937
Modified a few tests to handle the improved handling of error messages (not conflating them with help text any more).
...
- Legacy-Id: 11181
2016-05-12 13:47:10 +00:00
Henrik Levkowetz
7e61ce84e8
Merged in ^/branch/iola/account-registration-fixes-r11167@11179 from olau@iola.dk, which contains fixes and refactoring for the account registration code, in order to better support the coming community app refactoring.
...
- Legacy-Id: 11180
2016-05-12 12:59:04 +00:00
Henrik Levkowetz
6be0aebf07
Extend the owner regexp with apostrophe to be able to handle some user logins generated by the test suite.
...
- Legacy-Id: 11179
2016-05-12 12:56:11 +00:00
Ryan Cross
3366006653
Refactoring. Implement iCalendar support
...
- Legacy-Id: 11178
2016-05-11 00:13:55 +00:00
Ole Laursen
b599dca51d
Override the django-bootstrap3 default help-text-and-errors rendering
...
to separate the unrelated concepts
- Legacy-Id: 11177
2016-05-10 16:44:45 +00:00
Ryan Cross
3f3e6f0b14
add edit view. refactor to use modelforms
...
- Legacy-Id: 11176
2016-05-06 23:02:25 +00:00
Ole Laursen
b6d4c5ffe8
Drop naming community URL patterns, just reverse them directly from
...
the view
- Legacy-Id: 11175
2016-05-06 18:10:37 +00:00
Ole Laursen
9faae5e915
Merged community list branch with trunk
...
- Legacy-Id: 11174
2016-05-06 17:36:04 +00:00
Ole Laursen
b83e0d2c78
Unify the URL name handling in ietfauth, i.e. just refer directly to
...
the view behind the URL instead of naming it.
- Legacy-Id: 11172
2016-05-06 12:58:10 +00:00
Ole Laursen
4d4cf93f22
Make password reset use username throughout and reword the reset page
...
so it's clear that one has to enter the account name and not just any
email address associated with the account.
- Legacy-Id: 11171
2016-05-06 12:32:11 +00:00
Ole Laursen
dedb00b0a5
Control the tests of adding user passwords to the htpasswd file better
...
fixing a bug in the tests and add separate tests of the Python-based
approach and the htpasswd binary
- Legacy-Id: 11170
2016-05-06 12:11:20 +00:00
Ole Laursen
793bc3c2fa
Merge account registration fixes branch
...
- Legacy-Id: 11169
2016-05-05 15:44:47 +00:00
Ole Laursen
5bcf36e149
Fix a couple of bugs in the account registration cleanup
...
- Legacy-Id: 11167
2016-05-05 14:55:31 +00:00
Henrik Levkowetz
63f5af7e4d
Guard against use of nonexistant attribute.
...
- Legacy-Id: 11166
2016-05-05 14:09:07 +00:00
Henrik Levkowetz
d78a9a3182
Whitespace fix
...
- Legacy-Id: 11165
2016-05-05 14:08:37 +00:00
Henrik Levkowetz
8f2872124e
Set version info and settings back to development mode
...
- Legacy-Id: 11161
2016-05-05 12:37:34 +00:00
Henrik Levkowetz
e0ef2ea178
Set version info to release version 6.20.0 before branching.
...
- Legacy-Id: 11159
2016-05-05 12:37:24 +00:00
Henrik Levkowetz
22f17f963c
Added a migration to match the updated time zone definitions of pytz-2016.4.
...
- Legacy-Id: 11156
2016-05-05 12:28:22 +00:00
Henrik Levkowetz
3327936884
Added a migration to match the changed GROUP_EVENT_CHOICES.
...
- Legacy-Id: 11155
2016-05-05 12:26:54 +00:00
Henrik Levkowetz
c4e3f8ad30
Merged in [11137] from rjsparks@nostrum.com:
...
Reworked the pages that manage all the possible schedules for a meeting. Removed a lot of custom javascript. Fixes #1921 .
- Legacy-Id: 11154
Note: SVN reference [11137] has been migrated to Git commit f34ae9c612
2016-05-04 18:16:02 +00:00
Henrik Levkowetz
2f98f512ed
Merged in [11133] from rjsparks@nostrum.com:
...
Cleanup: Remove hooks for TowTruck.
- Legacy-Id: 11153
Note: SVN reference [11133] has been migrated to Git commit 62d3ac8fe7
2016-05-04 14:53:52 +00:00
Henrik Levkowetz
669fd8b5c9
Merged in [11132] from rjsparks@nostrum.com:
...
Minor template typo correction.
- Legacy-Id: 11152
Note: SVN reference [11132] has been migrated to Git commit d41ca9b6c7
2016-05-04 14:04:43 +00:00
Henrik Levkowetz
e548654360
Cleanup.
...
- Legacy-Id: 11151
2016-05-04 08:54:36 +00:00
Henrik Levkowetz
bf4350f6dc
Merged in [11129] from rjsparks@nostrum.com:
...
Have person.formatted_email() return the primary address if one is so marked. Fixes #1928 .
- Legacy-Id: 11150
Note: SVN reference [11129] has been migrated to Git commit 2fd2b3a8e6
2016-05-04 08:44:19 +00:00
Henrik Levkowetz
1499e8cf80
Merged in [11128] from rjsparks@nostrum.com:
...
Leave out the sentence about consensus when requesting publication as the ISE. Fixes #1952 .
- Legacy-Id: 11149
Note: SVN reference [11128] has been migrated to Git commit 79a7eae0ba
2016-05-03 20:46:47 +00:00
Henrik Levkowetz
45efc6ec7a
Merged in [11122] from rjsparks@nostrum.com:
...
Add page counts to doc.json. Fixes #1936 .
- Legacy-Id: 11148
Note: SVN reference [11122] has been migrated to Git commit f8a28077f5
2016-05-03 19:05:10 +00:00
Henrik Levkowetz
fd635baf81
Merged in [11120] from rcross@amsl.com:
...
Update announcement tool permissions for new IAOC chair.
- Legacy-Id: 11147
Note: SVN reference [11120] has been migrated to Git commit d728acc8fc
2016-05-03 18:41:08 +00:00
Henrik Levkowetz
2aff429c3f
Merged in [11118] from rcross@amsl.com:
...
Move standalone monthly report scripts to bin directory.
- Legacy-Id: 11146
Note: SVN reference [11118] has been migrated to Git commit 6ef2904307
2016-05-03 18:24:03 +00:00
Henrik Levkowetz
dac2b28d95
Merged in [11116] from rjsparks@nostrum.com:
...
Add an entry to GROUP_EVENT_CHOICES for status updates. Fixes #1948 .
- Legacy-Id: 11145
Note: SVN reference [11116] has been migrated to Git commit eda3f8fba5
2016-05-03 18:13:07 +00:00
Henrik Levkowetz
274aa60834
Excluded management commands from code coverage figures -- testing is possible but in many cases would be so slow that the test suite would become much more painful to run.
...
- Legacy-Id: 11144
2016-05-03 18:12:40 +00:00
Henrik Levkowetz
50568f0de4
Merged in [11112] and [11113] from rjsparks@nostrum.com:
...
Add a page to show the active status reports all in one place. Fixes #1951 .
- Legacy-Id: 11143
Note: SVN reference [11112] has been migrated to Git commit 1f8cc9a4f1
Note: SVN reference [11113] has been migrated to Git commit 61082289fa
2016-05-03 17:50:10 +00:00
Henrik Levkowetz
8769cc0207
Fixed bugs in the previous commit (in the tests).
...
- Legacy-Id: 11142
2016-05-03 17:16:17 +00:00
Henrik Levkowetz
304516f4b3
Added test directories for yang model tests.
...
- Legacy-Id: 11141
2016-05-03 16:40:09 +00:00
Henrik Levkowetz
35ef32485a
Tweaked the field names of Person name fields to make the intended use clearer.
...
- Legacy-Id: 11140
2016-05-03 16:39:17 +00:00
Henrik Levkowetz
1989218a1f
Fixed the function has_rfc_editor_note() to return boolean -- datetime cannot be serialized as JSON, so /iesg/agenda/agenda.json was broken when there was an rfc-editor-note.
...
- Legacy-Id: 11138
2016-05-02 12:24:31 +00:00
Robert Sparks
f34ae9c612
Reworked the pages that manage all the possible schedules for a meeting. Removed a lot of custom javascript. Fixes #1921 . Commit ready for merge.
...
- Legacy-Id: 11137
2016-04-27 20:46:02 +00:00
Ole Laursen
a99aa32c59
Refactor account code to use the built-in Django signing framework
...
(reusing code previously written for the community lists) instead of
the a custom MD5 scheme, add tests of all views, rewrite custom form
handling code to use plain forms and ensure that the data is properly
validated and errors visible in the UI. Move help texts on the Person
form up to the model.
- Legacy-Id: 11136
2016-04-27 16:26:04 +00:00
Ryan Cross
facead5d95
Add inteirm meeting request disapprove and cancel capabilities
...
- Legacy-Id: 11135
2016-04-26 23:05:53 +00:00
Robert Sparks
62d3ac8fe7
Cleanup: Remove hooks for TowTruck. Commit ready for merge.
...
- Legacy-Id: 11133
2016-04-26 19:50:45 +00:00
Robert Sparks
d41ca9b6c7
Minor template typo correction. Commit ready for merge.
...
- Legacy-Id: 11132
2016-04-26 19:13:41 +00:00
Ryan Cross
21d3ede5bc
save agenda as a Document object
...
- Legacy-Id: 11131
2016-04-26 00:16:32 +00:00
Ryan Cross
ba75fad3b5
added send announcement view
...
- Legacy-Id: 11130
2016-04-22 23:14:35 +00:00
Robert Sparks
2fd2b3a8e6
Have person.formatted_email() return the primary address if one is so marked. Fixes #1928 . Commit ready for merge.
...
- Legacy-Id: 11129
2016-04-22 20:19:21 +00:00
Robert Sparks
79a7eae0ba
Leave out the sentence about consensus when requesting publication as the ISE. Fixes #1952 . Commit ready for merge.
...
- Legacy-Id: 11128
2016-04-22 19:30:26 +00:00
Ryan Cross
f46fdcfa14
change main menu meeting->upcoming, add navigation tabs
...
- Legacy-Id: 11127
2016-04-22 18:07:27 +00:00
Ryan Cross
bd96d89c85
implement preapproved, add new SessionStatusName, add announce views
...
- Legacy-Id: 11126
2016-04-22 16:48:20 +00:00
Ryan Cross
be6e536769
add pending and detail views and tests.
...
- Legacy-Id: 11125
2016-04-20 23:57:52 +00:00
Robert Sparks
f8a28077f5
Add page counts to doc.json. Fixes #1936 . Commit ready for merge.
...
- Legacy-Id: 11122
2016-04-15 13:53:04 +00:00
Ryan Cross
8f8e4df650
changes for demo
...
- Legacy-Id: 11121
2016-04-15 12:45:39 +00:00
Ryan Cross
d728acc8fc
Update announcement tool permissions for new IAOC chair. Commit ready for merge.
...
- Legacy-Id: 11120
2016-04-15 00:42:04 +00:00
Ryan Cross
6ef2904307
Move standalone monthly report scripts to bin directory. Commit ready for merge.
...
- Legacy-Id: 11118
2016-04-11 15:54:36 +00:00
Robert Sparks
eda3f8fba5
Add an entry to GROUP_EVENT_CHOICES for status updates. Fixes #1948 . Commit ready for merge.
...
- Legacy-Id: 11116
2016-04-08 17:41:01 +00:00
Henrik Levkowetz
8488d0620f
Added a crontab file to be symlinked from /etc/cron.d/, and related scripts to be run from cron. Requires refactoring of CronRunner and NightRunner scripts before activation, to avoid duplicate runs.
...
- Legacy-Id: 11114
2016-04-08 17:32:18 +00:00
Robert Sparks
61082289fa
Template missed in r11112. Commit ready for merge.
...
- Legacy-Id: 11113
2016-04-08 17:32:09 +00:00
Robert Sparks
1f8cc9a4f1
Add a page to show the active status reports all in one place. Fixes #1951 . Commit ready for merge.
...
- Legacy-Id: 11112
2016-04-08 17:31:16 +00:00
Henrik Levkowetz
d96f0fe964
Added a django management command to populate yang model libraries from RFCs and drafts.
...
- Legacy-Id: 11110
2016-04-08 17:18:54 +00:00
Henrik Levkowetz
658a5cecbb
Add support for legacy IPR search arguments, for compatibility with old ipr search URLs.
...
- Legacy-Id: 11108
2016-04-07 18:00:08 +00:00
Henrik Levkowetz
ff52e9b475
Additional fix for issue #1950 , removing the double slash.
...
- Legacy-Id: 11106
2016-04-06 21:30:29 +00:00
Henrik Levkowetz
e3603202e9
Added a missing '?join' to each group's xmpp link on the charter pages. Fixes issue #1950
...
- Legacy-Id: 11105
2016-04-06 21:25:41 +00:00
Henrik Levkowetz
5107dcf04f
Fixed the multiple (incorrect) extension problem for some materials links. Fixes issue #1947 .
...
- Legacy-Id: 11104
2016-04-06 21:11:17 +00:00
Henrik Levkowetz
0bb8c23909
Set version info and settings back to development mode
...
- Legacy-Id: 11102
2016-04-05 17:54:27 +00:00
Henrik Levkowetz
eefe6b90d0
Set version info to release version 6.19.0 before branching.
...
- Legacy-Id: 11100
2016-04-05 17:54:16 +00:00
Henrik Levkowetz
50c9b32420
Merged in [11085] from bartosz.balazinski@interdigital.com:
...
Added validation for the dependency graph output type (one of 'dot', 'pdf', 'svg'). Added an area column to the directorate summary page.
Commit fixes bug #1887 , fixes bug #1940 .
- Legacy-Id: 11095
Note: SVN reference [11085] has been migrated to Git commit b46081f514
2016-04-04 20:08:33 +00:00
Henrik Levkowetz
a5a15d7306
Merged in [11080] from rjsparks@nostrum.com:
...
Show the link for editing what agendas a document appears on more liberally. Fixes #1935 .
- Legacy-Id: 11093
Note: SVN reference [11080] has been migrated to Git commit 38b9c52d1d
2016-04-04 19:53:42 +00:00
Henrik Levkowetz
4b467d3624
Merged in [11079] from kivinen@iki.fi:
...
Fixed ICS UIDs so they are unique, even if the timeslot is same. Fixes #1522 .
- Legacy-Id: 11092
Note: SVN reference [11079] has been migrated to Git commit 180624c430
2016-04-04 19:44:20 +00:00
Henrik Levkowetz
40bb23169c
Merged in [11064] [11082] from housley@vigilsec.com:
...
The secretariat and the Team Chair can now edit team groups. In
addition, if the team in within the IETF, Area Directors can edit
it. And, if the team is within the IRTF, the IRTF Chair can edit it.
Cleaned up the checking permission for a user to
manage a group. Also, cleanly handle a set of group parent links did
for a loop. Fixes #1915 .
- Legacy-Id: 11091
Note: SVN reference [11064] has been migrated to Git commit 1c509cd64c
Note: SVN reference [11082] has been migrated to Git commit 858530c214
2016-04-04 19:35:19 +00:00
Henrik Levkowetz
d2cd382292
Added links back to the group pages from the group names on the meeting materials page.
...
- Legacy-Id: 11090
2016-04-04 04:18:00 +00:00
Henrik Levkowetz
c9cb6a6cee
Merged in [11083] from stephen.farrell@cs.tcd.ie, with some tweaks:
...
Assigned default consensus for IETF stream documents, partly fixing #1403 - IRTF/IAB may want more, this just does IETF stream.
- Legacy-Id: 11089
Note: SVN reference [11083] has been migrated to Git commit 9ca4e98d46
2016-04-03 17:56:33 +00:00
Henrik Levkowetz
eabc7b2c76
Merged in [11070] from housley@vigilsec.com:
...
Only the Secretariat can see the history for parked IPR statements. Fixes #1922 .
- Legacy-Id: 11086
Note: SVN reference [11070] has been migrated to Git commit 570107dbf1
2016-04-03 13:35:45 +00:00
Bartosz Balazinski
b46081f514
Commit fixes bug #1887 , fixes bug #1940 . Commit ready to merge
...
- Legacy-Id: 11085
2016-04-02 21:21:05 +00:00
Stephen Farrell
9ca4e98d46
assigned default consensus for IETF stream documents partly fixing #1403 - IRTF/IAB may want more, this just does IETF stream. Commit ready to merge. (even more:-)
...
- Legacy-Id: 11083
2016-04-02 21:10:00 +00:00
Russ Housley
858530c214
Cleaned up the checking permission for a user to manage a group. Also, cleanly handle a set of group parent links did for a loop.
...
- Legacy-Id: 11082
2016-04-02 21:06:33 +00:00
Henrik Levkowetz
2c4efd1e25
Merged in [11075] from ben@nostrum.com:
...
Allow meetings/materials to be queried without an explicit meeting number. Fixes issue #1934 .
- Legacy-Id: 11081
Note: SVN reference [11075] has been migrated to Git commit d3a14a7e15
2016-04-02 21:02:19 +00:00
Robert Sparks
38b9c52d1d
Show the link for editing what agendas a document appears on more liberally. Fixes #1935 . Commit ready for merge.
...
- Legacy-Id: 11080
2016-04-02 20:58:35 +00:00
Tero Kivinen
180624c430
Fixed ICS UIDs so they are unique, even if the timeslot is same. Fixes #1522 . Commit ready for merge.
...
- Legacy-Id: 11079
2016-04-02 20:49:42 +00:00
Henrik Levkowetz
760e324c7f
Merged in [11072] from rcross@amsl.com:
...
Add ability to enter recording URLs for non working group sessions. Fixes #1885 .
- Legacy-Id: 11078
Note: SVN reference [11072] has been migrated to Git commit 220e2587b8
2016-04-02 20:47:51 +00:00
Ben Campbell
d3a14a7e15
Allow meetings/materials to be queried without an explicit meeting number. Fixes issue #1934 . Commit ready for merge.
...
- Legacy-Id: 11075
2016-04-02 19:54:59 +00:00
Ryan Cross
523f0d87c4
Fix pyflakes error. Commit ready for merge.
...
- Legacy-Id: 11074
2016-04-02 19:12:43 +00:00
Stephen Farrell
c93a31034b
assigned default consensus for IETF stream documents partly fixing #1403 - IRTF/IAB may want more, this just does IETF stream. Commit ready to merge.
...
- Legacy-Id: 11073
2016-04-02 19:11:54 +00:00
Ryan Cross
220e2587b8
Add ability to enter recording URLs for non working group sessions. Fixes #1885 . Commit ready for merge.
...
- Legacy-Id: 11072
2016-04-02 18:50:20 +00:00
Russ Housley
570107dbf1
Only the Secretariat can see the history for parked IPR statements. Fixes #1922 .
...
- Legacy-Id: 11070
2016-04-02 17:21:08 +00:00
Henrik Levkowetz
482403d4ff
Merged in [11058] from rjsparks@nostrum.com:
...
Allow WG/RG Chairs and secretaries to edit the replaces relationship for any document, not just the documents in their groups. Fixes #1939 .
- Legacy-Id: 11069
Note: SVN reference [11058] has been migrated to Git commit 051db85076
2016-04-02 16:53:34 +00:00
Russ Housley
1c509cd64c
The secretariat and the Team Chair can now edit team groups. In addition, if the team in within the IETF, Area Directors can edit it. And, if the team is within the IRTF, the IRTF Chair can edit it. Fixes #1915 .
...
- Legacy-Id: 11064
2016-04-02 15:10:10 +00:00
Robert Sparks
051db85076
Allow WG/RG Chairs and secretaries to edit the replaces relationship for any document, not just the documents in their groups. Fixes #1939 . Commit ready for merge.
...
- Legacy-Id: 11058
2016-04-02 14:21:08 +00:00
Ryan Cross
5c06843f2c
Grant Bob Hinden announcement tool access. Commit ready for merge
...
- Legacy-Id: 11037
2016-03-30 17:40:13 +00:00
Henrik Levkowetz
9f90441aa6
Set version info and settings back to development mode
...
- Legacy-Id: 11034
2016-03-30 11:54:43 +00:00
Henrik Levkowetz
54c45c9a1d
Set version info to release version 6.18.1 before branching.
...
- Legacy-Id: 11032
2016-03-30 11:54:36 +00:00
Ryan Cross
7238fd9148
Add support for series request. Javascript tweaks
...
- Legacy-Id: 11028
2016-03-30 00:02:28 +00:00
Henrik Levkowetz
97658ee40b
Fixed incomplete edit.
...
- Legacy-Id: 11027
2016-03-29 20:45:25 +00:00
Henrik Levkowetz
db3a3c3081
Added (belatedly) progress bars to some long-running migrations.
...
- Legacy-Id: 11025
2016-03-29 19:57:24 +00:00
Henrik Levkowetz
4866a24849
Set version info and settings back to development mode
...
- Legacy-Id: 11004
2016-03-28 20:10:19 +00:00
Henrik Levkowetz
759bb5476b
Set version info to release version 6.18.0 before branching.
...
- Legacy-Id: 11002
2016-03-28 20:10:11 +00:00
Henrik Levkowetz
6b7faf3926
Added migrations for the submit check display work.
...
- Legacy-Id: 10998
2016-03-28 19:32:49 +00:00
Henrik Levkowetz
4b0b7e0c58
Merged in henrik/6.16.1-pyang-work@10995:
...
Added in support for displaying results from selected submission checks as symbols on draft pages and in draft lists. For now, that means that drafts with yang modules will show either a green or orange yang symbol, depending on the result of the submission yang validation check.
- Legacy-Id: 10996
2016-03-28 19:23:10 +00:00
Henrik Levkowetz
3012a8ceb6
Submission check symbols should only be shown when the check returned a result, not otherwise.
...
- Legacy-Id: 10995
2016-03-28 19:08:02 +00:00
Henrik Levkowetz
be2a2285bc
Added small orange or green yang symbols to draft info- and list-pages, signifying fail or pass for the submission yang validation.
...
- Legacy-Id: 10994
2016-03-28 18:47:53 +00:00
Henrik Levkowetz
2dc0745d9d
Time to reduce the bug symbol to regular size.
...
- Legacy-Id: 10992
2016-03-28 17:21:09 +00:00
Henrik Levkowetz
6a40969855
Merged in [10969] from rjsparks@nostrum.com:
...
Capture \'Status update\' summaries for groups that want to provide them. These updates show on the groups charter (or about) page, and in the group history. The most recent update provided before proceedings corrections closing date is included in the group's page in the meeting proceedings. This addresses the majority of #1773 (a ticket entered on behalf of the IESG).
- Legacy-Id: 10990
Note: SVN reference [10969] has been migrated to Git commit ca6512e4fa
2016-03-28 16:51:41 +00:00
Henrik Levkowetz
9b5e860ffb
Set version info and settings back to development mode
...
- Legacy-Id: 10988
2016-03-28 15:00:26 +00:00
Henrik Levkowetz
ae683fd542
Set version info to release version 6.17.1 before branching.
...
- Legacy-Id: 10986
2016-03-28 15:00:15 +00:00
Henrik Levkowetz
58f00689a4
New migration to match pytz 2016.3
...
- Legacy-Id: 10983
2016-03-28 14:32:29 +00:00
Ryan Cross
b85df63a4f
use formset for interim sessions
...
- Legacy-Id: 10978
2016-03-25 23:15:05 +00:00
Henrik Levkowetz
210188bf86
Merged in [10974] from rjsparks@nostrum.com:
...
Turn the shepherd management buttons back on for the ISE. Fixes #1925 .
- Legacy-Id: 10977
Note: SVN reference [10974] has been migrated to Git commit 02af06c935
2016-03-24 20:33:33 +00:00
Henrik Levkowetz
0bcc7f0f3f
Merged in [10973] from rjsparks@nostrum.com:
...
Show the drafts from all of a groups sessions on the materials page. Fixes #1933 .
- Legacy-Id: 10976
Note: SVN reference [10973] has been migrated to Git commit 71166df5a2
2016-03-24 17:57:46 +00:00
Robert Sparks
02af06c935
Turn the shepherd management buttons back on for the ISE. Fixes #1925 . Commit ready for merge.
...
- Legacy-Id: 10974
2016-03-24 15:56:27 +00:00
Robert Sparks
71166df5a2
Show the drafts from all of a groups sessions on the materials page. Fixes #1933 . Commit ready for merge.
...
- Legacy-Id: 10973
2016-03-24 15:25:14 +00:00
Henrik Levkowetz
91562d9d0a
Merged in [10954] from rjsparks@nostrum.com:
...
Remove the stream from the \'howpublished\' component of the bibtex reference for an rfc. Fixes #1927 .
- Legacy-Id: 10972
Note: SVN reference [10954] has been migrated to Git commit ebc777c7bf
2016-03-24 14:29:55 +00:00
Henrik Levkowetz
723c57de25
Merged in [10953] from rjsparks@nostrum.com:
...
Use the same pattern for extending installed apps with middleware classes.
- Legacy-Id: 10971
Note: SVN reference [10953] has been migrated to Git commit d411803e80
2016-03-24 14:14:55 +00:00
Robert Sparks
ca6512e4fa
Capture "Status update" summaries for groups that want to provide them. These updates show on the groups charter (or about) page, and in the group history. The most recent update provided before proceedings corrections closing date is included in the group's page in the meeting proceedings. This addresses the majority of #1773 (a ticket entered on behalf of the IESG). Commit ready for merge.
...
- Legacy-Id: 10969
2016-03-23 19:42:01 +00:00
Ole Laursen
c061caaf04
Merge in changes from community-list-cleanup
...
- Legacy-Id: 10968
2016-03-23 13:31:24 +00:00
Henrik Levkowetz
02d341cae5
Updated docker-related files based on 6.17.0
...
- Legacy-Id: 10967
2016-03-22 21:10:33 +00:00
Henrik Levkowetz
7b65e2624f
Added another guard against varying pyang output format.
...
- Legacy-Id: 10966
2016-03-22 20:58:08 +00:00
Ole Laursen
c7589f9b6a
Integrate community lists for groups with the existing group documents
...
page. Each WG/RG now gets a list with an initial set of rules to
populate the list.
Refine the community list management interface a bit to support the
group lists better - group lists aren't connected to the usual track
icons so need to be able to add/remove individual drafts.
Change the "name contains" rule to support regular expressions to
enable each group to have a default replacement for the previously
implemented "related documents" search. Maintain a materialized view
of the regexp-matched drafts with a call in the submit code to avoid
having to scan all drafts/~1000 group rules all the time.
- Legacy-Id: 10963
2016-03-22 12:48:44 +00:00
Henrik Levkowetz
f52e21fb17
Put a guard in the yang validator against trying to read a draft which is absent from the staging area.
...
- Legacy-Id: 10958
2016-03-21 11:42:06 +00:00
Henrik Levkowetz
96d62b8aaa
Fixed a problem with paging of api lists, which requires that the ordering keys define a fully deterministic ordering (i.e., there may be no entries with the same sort position in order to make the api paging work). (The admin interface's paging does not seem to have this problem.) Fixes issue #1930 .
...
- Legacy-Id: 10957
2016-03-20 17:07:36 +00:00
Henrik Levkowetz
15ef1af9c5
Added object pk to the cache key. Fixes issue #1929 .
...
- Legacy-Id: 10956
2016-03-20 16:38:40 +00:00
Robert Sparks
ebc777c7bf
Remove the stream from the "howpublished" component of the bibtex reference for an rfc. Fixes #1927 . Commit ready for merge.
...
- Legacy-Id: 10954
2016-03-18 06:05:22 +00:00
Robert Sparks
d411803e80
Use the same pattern for extending installed apps with middleware classes. Commit ready for merge.
...
- Legacy-Id: 10953
2016-03-17 23:18:29 +00:00
Henrik Levkowetz
e0d1c0b313
Fixed a possible index error in the yang validator checker plugin.
...
- Legacy-Id: 10952
2016-03-17 13:22:16 +00:00
Ole Laursen
cdcad43fc0
Simplify community lists further by letting email subscriptions reuse
...
the existing infrastructure for accounts and emails, instead of a
having a separate confirmation step
- Legacy-Id: 10951
2016-03-17 12:02:45 +00:00
Henrik Levkowetz
75a3895dd9
Set version info and settings back to development mode
...
- Legacy-Id: 10948
2016-03-16 15:12:03 +00:00
Henrik Levkowetz
e62e8c0893
Set version info to release version 6.17.0 before branching.
...
- Legacy-Id: 10946
2016-03-16 15:11:53 +00:00
Henrik Levkowetz
c23fe867e1
Added a workaround for a thread import lock problem ( http://bugs.python.org/issue7980 ).
...
- Legacy-Id: 10942
2016-03-16 14:10:13 +00:00
Henrik Levkowetz
64f5473499
Added a workaround for a thread import lock problem ( http://bugs.python.org/issue7980 ).
...
- Legacy-Id: 10941
2016-03-16 14:06:09 +00:00
Henrik Levkowetz
5905876de1
Added a workaround for a thread import lock problem ( http://bugs.python.org/issue7980 ).
...
- Legacy-Id: 10940
2016-03-16 14:05:19 +00:00
Henrik Levkowetz
8177d3ecbc
Migration for timezone changes (pytz 2015.7 => 2016.1)
...
- Legacy-Id: 10938
2016-03-16 13:52:09 +00:00
Henrik Levkowetz
0005027d3e
Merged in [10932] from rjsparks@nostrum.com:
...
Restrict related documents included in the 1wg-charter* views to those that update or obsolete WG produced RFCs.
- Legacy-Id: 10935
Note: SVN reference [10932] has been migrated to Git commit d654610393
2016-03-16 08:54:30 +00:00
Henrik Levkowetz
d856a500db
Merged in [10895] from rjsparks@nostrum.com:
...
Remove a bit of template development debug material that had made it into production.
- Legacy-Id: 10933
Note: SVN reference [10895] has been migrated to Git commit bfe41021b4
2016-03-16 07:56:39 +00:00
Robert Sparks
d654610393
Restrict related documents included in the 1wg-charter* views to those that update or obsolete WG produced RFCs. Commit ready for merge.
...
- Legacy-Id: 10932
2016-03-16 03:37:35 +00:00
Henrik Levkowetz
6e6a8baa13
Fixed a typo.
...
- Legacy-Id: 10931
2016-03-15 23:15:44 +00:00
Henrik Levkowetz
7832427f8f
Fixed a typo.
...
- Legacy-Id: 10930
2016-03-15 23:12:46 +00:00
Henrik Levkowetz
adb8625635
Introduced caching for the api resources.
...
- Legacy-Id: 10929
2016-03-15 23:12:04 +00:00
Henrik Levkowetz
8c68bc63fa
Removed obsolete Submission.idnits_message field.
...
- Legacy-Id: 10928
2016-03-15 23:10:56 +00:00
Henrik Levkowetz
62cae36acd
Subclassed tastypie's ToOneField in order to provide caching for FK entries.
...
- Legacy-Id: 10927
2016-03-15 23:08:35 +00:00
Henrik Levkowetz
781a552e07
Added an admin model class for SubmissionEvent.
...
- Legacy-Id: 10926
2016-03-15 23:07:04 +00:00
Henrik Levkowetz
62574cd3f8
Fixed a pyflakes issue.
...
- Legacy-Id: 10925
2016-03-15 17:45:22 +00:00
Henrik Levkowetz
661d89e811
Corrected the path to the wrapper for postconfirm used by the draft- and wg-aliases.
...
- Legacy-Id: 10923
2016-03-14 19:27:32 +00:00