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
bb1ef1a447
Tweaked a mkrelease message text.
...
- Legacy-Id: 11451
2016-06-21 19:24:04 +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
49d6e98418
Changelog entry for 6.24.0
...
- Legacy-Id: 11446
2016-06-21 19:15:08 +00:00
Henrik Levkowetz
467da707f5
Code coverage data for release 6.24.0
...
- Legacy-Id: 11445
2016-06-21 19:14:54 +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
51779e923f
Tweaked the mergedevbranch script.
...
- Legacy-Id: 11442
2016-06-21 18:55:43 +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
3d48650c0d
Another test-crawler tweak.
...
- Legacy-Id: 11433
2016-06-20 22:47:04 +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
de0753fa76
Tweaked the test crawler a bit to skip some slow and meaningless checks.
...
- Legacy-Id: 11431
2016-06-20 22:03:06 +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
8fbc23ee1f
Added a refactoring to PLAN.
...
- Legacy-Id: 11429
2016-06-20 22:00:30 +00:00
Henrik Levkowetz
95bb23328c
Updated docker/settings_local.py
...
- Legacy-Id: 11428
2016-06-20 21:57:19 +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
828f61a4cb
Changelog entry for 6.23.0
...
- Legacy-Id: 11397
2016-06-17 13:20:18 +00:00
Henrik Levkowetz
d3b75ffa2a
Code coverage data for release 6.23.0
...
- Legacy-Id: 11396
2016-06-17 13:20:08 +00:00
Henrik Levkowetz
159aede307
Removed the crontab, because of too many drawbacks.
...
- Legacy-Id: 11395
2016-06-17 13:07:52 +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
dc385ea014
Added a script to be run hourly by cron as user mailman (in order to have permission to access the mailman databases)
...
- Legacy-Id: 11392
2016-06-16 19:29:24 +00:00
Henrik Levkowetz
776ed3bdeb
Updated plan
...
- Legacy-Id: 11391
2016-06-16 18:10:41 +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