Henrik Levkowetz
8ad359627f
Merged in [10551] and [10553] from lars@netapp.com:
...
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.)
Use four spaces as default (Python default, as suggested by Henrik).
- Legacy-Id: 10595
Note: SVN reference [10551] has been migrated to Git commit 769d443581
Note: SVN reference [10553] has been migrated to Git commit 82ad203627
2015-12-15 19:12:46 +00:00
Henrik Levkowetz
a60624a731
Updated mergeinfo
...
- Legacy-Id: 10594
2015-12-15 07:59:34 +00:00
Henrik Levkowetz
b55f76409d
Added tolerance for space changes after code changes at the end of a file. This is only a partial fix for space changes next to code changes in general.
...
- Legacy-Id: 10588
2015-12-13 16:26:39 +00:00
Henrik Levkowetz
bb4706e3ae
More colour tweaks.
...
- Legacy-Id: 10585
2015-12-11 21:11:23 +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
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
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
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
Henrik Levkowetz
db079d4e55
Added a note to the PLAN
...
- Legacy-Id: 10568
2015-12-10 20:15:41 +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
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
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
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
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
Lars Eggert
d3088faafe
Missed an update to select2. Commit ready for merge.
...
- Legacy-Id: 10533
2015-12-02 16:53:18 +00:00
Lars Eggert
b1901d3066
Move to bootstrap 3.3.6, with a simpler way to maintain our customized version
...
in the future (described in bootstrap/README-DATATRACKER.rst).
Commit ready for merge.
- Legacy-Id: 10532
2015-12-02 16:43:15 +00:00
Lars Eggert
808196bc0c
Update a number of web assets to their latest versions.
...
Commit ready for merge.
- Legacy-Id: 10530
2015-12-02 15:05:51 +00:00
Lars Eggert
29f021d7f4
Add a button to I-D and RFC pages that provides a citation in bibtex format for
...
the document. Commit ready for merge.
- Legacy-Id: 10529
2015-12-02 14:07:16 +00:00
Henrik Levkowetz
f5ca3a12bc
Fixed a bug in the header/footer stripping done before abstract extraction when a draft is submitted.
...
- Legacy-Id: 10519
2015-11-24 20:01:31 +00:00
Henrik Levkowetz
b9936e16e2
Added a missing release manager and date line for 6.11.0, and restored the 6.10.0 release date.
...
- Legacy-Id: 10518
2015-11-20 21:37:18 +00:00
Henrik Levkowetz
95e2147f73
Set version info and settings back to development mode
...
- Legacy-Id: 10516
2015-11-20 20:25:23 +00:00
Henrik Levkowetz
f1fba5aa9e
Set version info to release version 6.11.0 before branching.
...
- Legacy-Id: 10514
2015-11-20 20:25:13 +00:00
Henrik Levkowetz
f35df7dbcd
Changelog entry for 6.11.0
...
- Legacy-Id: 10513
2015-11-20 20:25:07 +00:00
Henrik Levkowetz
112a04dc43
Code coverage data for release 6.11.0
...
- Legacy-Id: 10512
2015-11-20 20:25:01 +00:00
Henrik Levkowetz
a5a502c48e
Augmented the new liaison add_comment test to test the add_comment page and template.
...
- Legacy-Id: 10511
2015-11-20 20:16:06 +00:00
Henrik Levkowetz
041532dc5e
Tweaked (normalized) how branches are expressed by bin/mergeready.
...
- Legacy-Id: 10509
2015-11-19 22:19:42 +00:00
Henrik Levkowetz
09e3f4e96d
Added a management command to check referential integrity, original code
...
conceived and written by rjsparks@nostrum.com , with some additions and
adaptation as a management command by henrik@levkowetz.com .
This integrity checker, when run on the IETF database in November 2015,
seemed to have a factor on the order of 100 better speed and lower memory
consumption than the code in
https://stackoverflow.com/questions/4734645/is-there-a-tool-to-check-database-integrity-in-django
No exact figure is available, as the latter had to be killed when it had
taken all available ram (~14G) on the development machine, and started to
cause heavy swapping.
- Legacy-Id: 10508
2015-11-19 21:40:37 +00:00
Henrik Levkowetz
ff6969815c
Added a migration to go with the liaison updates.
...
- Legacy-Id: 10507
2015-11-19 21:19:52 +00:00
Henrik Levkowetz
6ab5365296
Merged in^/personal/rcross/v6.7.3.dev0@10465, which included [10382],[10464],[10465], introducing a number of usability fixes to the liaison tool, including a new tab for action needed statements and the ability to add comments to liaison statements' history.
...
- Legacy-Id: 10506
Note: SVN reference [10382] has been migrated to Git commit b7bbfd8312
Note: SVN reference [10464] has been migrated to Git commit 1ea5dcf907
Note: SVN reference [10465] has been migrated to Git commit eed28dbb49
2015-11-19 19:53:12 +00:00
Henrik Levkowetz
000456b185
Merged in [10503] from rjsparks@nostrum.com:
...
Allow setting the stream state of a document that has not yet had any stream state set. Fixes #1859 . Candidate for patch.
- Legacy-Id: 10504
Note: SVN reference [10503] has been migrated to Git commit 5a591bb263
2015-11-17 22:00:09 +00:00