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 |
|
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
|
f87269e3ed
|
Changelog entry for 6.22.2
- Legacy-Id: 11378
|
2016-06-15 15:09:35 +00:00 |
|
Henrik Levkowetz
|
b407263280
|
Code coverage data for release 6.22.2
- Legacy-Id: 11377
|
2016-06-15 15:09:30 +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
|
8bb5621be7
|
Merged in [11358] from lars@netapp.com:
Update vnu to 16.6.14.
- Legacy-Id: 11371
Note: SVN reference [11358] has been migrated to Git commit c52fb997e8
|
2016-06-14 16:12:16 +00:00 |
|