Henrik Levkowetz
bb4706e3ae
More colour tweaks.
...
- Legacy-Id: 10585
2015-12-11 21:11:23 +00:00
Robert Sparks
015242da28
Improve guidance on when, and when not, to delete a Position
...
- Legacy-Id: 10584
2015-12-11 20:56:52 +00:00
Henrik Levkowetz
937fd705e2
Changed the style for 'recuse' from 'default' to 'primary' colour.
...
- Legacy-Id: 10583
2015-12-11 20:04:56 +00:00
Robert Sparks
d2f1d1ff12
corrected an improper import and removed some flakes
...
- Legacy-Id: 10582
2015-12-11 19:49:33 +00:00
Robert Sparks
ea6d82846f
Avoiding an initialization problem by setting NOMCOM_PUBLIC_KEYS_DIR in settings_sqlitetest. This is not the best long term fix
...
- Legacy-Id: 10581
2015-12-11 17:30:13 +00:00
Henrik Levkowetz
527a1dd88a
Reverted position colour for dissucss to brand-danger, as in previous releases.
...
- Legacy-Id: 10580
2015-12-11 13:34:41 +00:00
Henrik Levkowetz
4a2b2ef5e5
Tweaked the colours a bit in order to make it easier for ADs to distinguish between the position colours on their personalised versions of iesg/agenda/documents/.
...
- Legacy-Id: 10579
2015-12-11 11:48:58 +00:00
Henrik Levkowetz
2bab09b6f4
Added a coloured bar at the right-hand side of the ADs' view of iesg/agenda/documents/, in order to make it easier to distinguish between the 'yes' and 'no-objection' colour codes.
...
- Legacy-Id: 10578
2015-12-11 11:34:23 +00:00
Henrik Levkowetz
de7c79092e
Moved definitions for the AD ballot position's background colours (which shows each AD his own positions by colour coding) from ietf.css to ietf.less, to make it easier to adjust the colours while keeping to the hues of the colour palette.
...
- Legacy-Id: 10577
2015-12-11 11:30:50 +00:00
Henrik Levkowetz
fea8ef1d34
Updated and corrected the description in the README file of of how the contents of the bootstrap/dist/ directory end up in the right place for static serving.
...
- Legacy-Id: 10576
2015-12-11 11:25:15 +00:00
Robert Sparks
6574618cdf
a stab in the dark at initializing the public_key in a test friendly way
...
- Legacy-Id: 10575
2015-12-11 05:06:58 +00:00
Robert Sparks
3bc615883d
normalizes management of a test directory for test nomcom public keys
...
- Legacy-Id: 10574
2015-12-11 04:01:11 +00:00
Henrik Levkowetz
8d56f46209
Added a commit which is ready for merge but lacks the 'Commit ready for merge' keywords in the commit message.
...
- Legacy-Id: 10573
2015-12-10 23:10:16 +00:00
Robert Sparks
66e89e7d29
improved creation of FeedbackLastSeen
...
- Legacy-Id: 10572
2015-12-10 23:07:57 +00:00
Henrik Levkowetz
7fa8c42249
Typo fix
...
- Legacy-Id: 10571
2015-12-10 23:07:17 +00:00
Henrik Levkowetz
5087b41018
Added a commit which is ready for merge but lacks the keywords in the commit message.
...
- Legacy-Id: 10570
2015-12-10 22:56:55 +00:00
Russ Housley
a380a7ff27
For manual posting of an I-D by the Secretariat, include the RFC Editor on the email message if the I-D is in the RFC Editor Queue. Fixes #1751 .
...
- Legacy-Id: 10569
2015-12-10 22:55:04 +00:00
Henrik Levkowetz
db079d4e55
Added a note to the PLAN
...
- Legacy-Id: 10568
2015-12-10 20:15:41 +00:00
Russ Housley
0052a4f733
For Charters, display the Responsible AD as well as the Charter Edit AD. Fixes #1829 .
...
- Legacy-Id: 10567
2015-12-10 16:56:06 +00:00
Lars Eggert
bdf8089688
Add an ESLint config for use with datatracker javascript and apply it to
...
document_timeline.js. Also, I consider the graphical timeline stuff stable,
so I'll use this commit to say: Branch ready for merge.
- Legacy-Id: 10566
2015-12-10 09:02:58 +00:00
Robert Sparks
b653e8fe8a
Removed the description field from Position. Simplified the Position list and the Position edit form. Tweaked several places to make the pages more self documenting. Added a page to help nomcom chairs through setting up a new nomcom. Fixes #1867 and #1768 .
...
- Legacy-Id: 10565
2015-12-09 23:24:46 +00:00
Henrik Levkowetz
d0b99b03b5
Merged in [10540] from lars@netapp.com:
...
Update vnu HTML5 validator, and fix an HTML nit it found.
- Legacy-Id: 10563
Note: SVN reference [10540] has been migrated to Git commit 5866129176
2015-12-09 22:43:37 +00:00
Henrik Levkowetz
3e4c10bf00
Merged in [10539] from lars@netapp.com:
...
Fix CSS/js inclusion of select2 from new static location. (Looks like this file
was forgotten when we began to use bower.)
- Legacy-Id: 10562
Note: SVN reference [10539] has been migrated to Git commit 51dba4c5e5
2015-12-09 22:17:51 +00:00
Henrik Levkowetz
e6c418a672
Merged in [10538] from lars@netapp.com:
...
Fixes for displaying IRTF RGs (call them RGs, and don't show IESG state.)
- Legacy-Id: 10561
Note: SVN reference [10538] has been migrated to Git commit 495ae645ed
2015-12-09 22:00:43 +00:00
Henrik Levkowetz
de94e7a991
Merged in [10536] from lars@netapp.com:
...
Manage html5shiv and respond.js locally via bower, rather than relying on the
CDN.
- Legacy-Id: 10560
Note: SVN reference [10536] has been migrated to Git commit 73ad12560a
2015-12-09 21:51:39 +00:00
Henrik Levkowetz
f987407529
Merged in [10533] from lars@netapp.com:
...
Missed an update to select2.
- Legacy-Id: 10559
Note: SVN reference [10533] has been migrated to Git commit d3088faafe
2015-12-09 21:43:27 +00:00
Henrik Levkowetz
3d1c821821
Merged in [10532] from lars@netapp.com:
...
Move to bootstrap 3.3.6, with a simpler way to maintain our customized version
in the future (described in bootstrap/README-DATATRACKER.rst).
- Legacy-Id: 10558
Note: SVN reference [10532] has been migrated to Git commit b1901d3066
2015-12-09 21:32:45 +00:00
Henrik Levkowetz
7366ca6efd
Various commit hooks in use currently.
...
- Legacy-Id: 10557
2015-12-09 21:12:36 +00:00
Lars Eggert
0f1c823a6e
Now that the timeline stuff seems stable, show it for all document types.
...
- Legacy-Id: 10555
2015-12-09 16:54:53 +00:00
Lars Eggert
b6e02b1c1f
More tweaks to the graphical timeline. This is getting there.
...
- Legacy-Id: 10554
2015-12-09 15:38:33 +00:00
Lars Eggert
82ad203627
Use four spaces as default (Python default, as suggested by Henrik).
...
Range r10550-r10553 ready for merge.
- Legacy-Id: 10553
2015-12-09 09:53:26 +00:00
Henrik Levkowetz
063d92bfe7
Merged in [10530] from lars@netapp.com:
...
Update a number of web assets to their latest versions.
- Legacy-Id: 10552
Note: SVN reference [10530] has been migrated to Git commit 808196bc0c
2015-12-08 21:43:46 +00:00
Lars Eggert
769d443581
Add an .editorconfig file, so we can have some consistency in the project. (I
...
don't care what settings we use, as long as we all use the same.)
- Legacy-Id: 10551
2015-12-08 14:43:50 +00:00
Lars Eggert
d4d09a2f75
Refactor graphical timeline, by making the data available via doc.json. Also
...
refactor associated js/css/html. Finally, a lot of display tweaks.
- Legacy-Id: 10550
2015-12-08 14:29:35 +00:00
Henrik Levkowetz
862808c3e5
Too good to be true. I don't know what the svn merge command does with -x -b, but id doesn't merge without whitespace changes. Reverting the previous change to bin/mergedevbranch.
...
- Legacy-Id: 10549
2015-12-08 00:00:58 +00:00
Henrik Levkowetz
452166afd0
Not downgrading the PT fonts to a smaller unicode range at this time.
...
- Legacy-Id: 10548
2015-12-07 18:08:38 +00:00
Henrik Levkowetz
afd9b70bbd
Added the --ignore-space-change switch to both the svn diff and merge commands in bin/mergedevbranch, to avoid spending time on editors that frivolously changes whitespace. Didn't occur to me earlier that the merge command might be able to do this, but it can. Splendid.
...
- Legacy-Id: 10547
2015-12-07 18:08:01 +00:00
Lars Eggert
e1ff3a5782
Beginnings of graphical document timelines using d3.js
...
- Legacy-Id: 10546
2015-12-07 16:10:57 +00:00
Henrik Levkowetz
363630f389
Fixed a problem with wrapping of double-spaced text in author lists for 1id-abstracts.
...
- Legacy-Id: 10545
2015-12-05 14:33:35 +00:00
Henrik Levkowetz
d3c5609cde
Added some tests for the group role email utility functions used by the alias generation scripts. Tempted to start using factory boy, but will wait till Robert's work in the nomcom branch comes in.
...
- Legacy-Id: 10544
2015-12-04 23:10:01 +00:00
Henrik Levkowetz
9b274111eb
Added group secretaries to the alias lists. Refactored related utility functions to less code with fewer branches with greater generality.
...
- Legacy-Id: 10543
2015-12-04 20:30:43 +00:00
Lars Eggert
9728186ec4
Make revision history (via crawl_history) available in document templates. This
...
lays the foundation for graphical timelines.
- Legacy-Id: 10542
2015-12-03 13:25:51 +00:00
Lars Eggert
30f2e87f55
Fix bug in r10540. (I should really remember to run the test suite before
...
committing.) Commit ready for merge.
- Legacy-Id: 10541
2015-12-03 12:15:55 +00:00
Lars Eggert
5866129176
Update vnu HTML5 validator, and fix an HTML nit it found.
...
Commit ready for merge.
- Legacy-Id: 10540
2015-12-03 11:54:08 +00:00
Lars Eggert
51dba4c5e5
Fix CSS/js inclusion of select2 from new static location. (Looks like this file
...
was forgotten when we began to use bower.) Commit ready for merge.
- Legacy-Id: 10539
2015-12-03 11:53:06 +00:00
Lars Eggert
495ae645ed
Fixes for displaying IRTF RGs (call them RGs, and don't show IESG state.)
...
Commit ready for merge.
- Legacy-Id: 10538
2015-12-03 10:59:05 +00:00
Lars Eggert
49ebd8e756
Manage the PT font family with bower, instead of relying on a static version.
...
Commit ready for merge.
- Legacy-Id: 10537
2015-12-03 09:28:18 +00:00
Lars Eggert
73ad12560a
Manage html5shiv and respond.js locally via bower, rather than relying on the
...
CDN. Commit ready for merge.
- Legacy-Id: 10536
2015-12-03 08:57:52 +00:00
Robert Sparks
f566a83d1d
Captured when nomcom members reviewed feedback for a given nominee last. Added badges when new feedback is available. Improved layout of feedback index page. Fixes #1850 .
...
- Legacy-Id: 10535
2015-12-02 23:25:42 +00:00
Robert Sparks
d65987b935
Improve the questionnaire templates, reminding the nominee that receiving the questionnaire does not imply they have accepted the nomination. Fixes #1807 .
...
- Legacy-Id: 10534
2015-12-02 17:01:10 +00:00