Lars Eggert
228b496662
ui: Add table dividers ( #4417 )
...
* ui: Add table dividers
And add some ­ hyphens while we're here.
* Remove ­
2022-09-08 08:57:19 -05:00
Lars Eggert
01abc93cce
fix: Add popup to explain colors for liaisons needing action. Rework how aria-label is supplied for several input fields. Update vnu.jar. Adjust some field styling. ( #4115 )
...
* fix: Add popup to explain colors for liaisons needing action
Also fix the search field styling while I'm here.
* Also fix some other field styling issues while I am here
2022-07-07 14:01:21 -05:00
Lars Eggert
74f2a85d64
refactor: replace flot with highcharts ( #4030 )
...
* chore: Replace flot with highcharts
Since flot hasn't been updated since 2014 and was only used in one
place. Simplify how highcharts is initialized and used, and re-enable
pre-bs5 export functionality.
* Fix tests
* Remove some console.log statements
2022-05-31 17:05:27 -05:00
Lars Eggert
f8c06fa5cf
fix: Use unique data-sort
attributes ( #3836 )
...
* fix: Use unique `data-sort` attributes
So list.js properly sorts columns.
* Address @rjsparks' comments
2022-04-19 10:16:32 -05:00
Lars Eggert
4f1dcd6f41
fix: Don't make a <tbody> for each row ( #3808 )
...
Fixes #3805 .
2022-04-12 12:04:57 -03:00
Lars Eggert
19e639f779
fix: .visually-hidden -> .d-none ( #3800 )
...
In bs5, `.visually-hidden` is the equivalent of bs3's `.sr-only`, i.e., it's
still shown on screen readers, which is not what we want. Use `.d-none` instead,
which is the equivalent of bs3's `.hidden`.
2022-04-08 14:53:56 -03:00
Lars Eggert
3234f1a121
test: Validate HTML rendered during tests ( #3782 )
2022-04-07 13:30:38 -03:00
Lars Eggert
bbf088e18b
Hopefully the final check-ins.
...
- Legacy-Id: 19909
2022-02-08 17:29:15 +00:00
Lars Eggert
ed30521e14
Many more HTML fixes.
...
- Legacy-Id: 19908
2022-02-03 07:49:34 +00:00
Lars Eggert
64d2ba2558
Run tidy as part of tests, and fix HTML issues it finds.
...
- Legacy-Id: 19904
2022-02-01 16:11:34 +00:00
Lars Eggert
a507b31669
More nits fixed.
...
- Legacy-Id: 19903
2022-02-01 08:29:55 +00:00
Lars Eggert
53089a94f6
And more fixes.
...
- Legacy-Id: 19902
2022-02-01 07:47:25 +00:00
Lars Eggert
8bc7fde027
More fixes.
...
- Legacy-Id: 19828
2022-01-11 07:02:39 +00:00
Lars Eggert
9a21fca6c1
More bs5 templates
...
- Legacy-Id: 19715
2021-11-30 14:42:13 +00:00
Lars Eggert
9e038d3e98
Bring back some additional js dependencies.
...
- Legacy-Id: 19707
2021-11-24 14:32:35 +00:00
Lars Eggert
a9738bc2b2
Many more changes related to tablesorter.
...
- Legacy-Id: 19702
2021-11-23 15:31:34 +00:00
Lars Eggert
021ba39712
Reindent all templates with djhtml
...
- Legacy-Id: 19610
2021-11-10 09:41:11 +00:00
Lars Eggert
94b12af9da
btn-default -> btn-primary
...
- Legacy-Id: 19606
2021-11-10 07:54:58 +00:00
Lars Eggert
9cf29baf5b
table-condensed -> table-sm
...
- Legacy-Id: 19589
2021-11-09 14:21:05 +00:00
Lars Eggert
39d500de8f
tablesorter -> datatables
...
https://datatables.net/ has way more features and better support, and bootstrap5
styling.
- Legacy-Id: 19587
2021-11-09 14:16:13 +00:00
Lars Eggert
df2565096d
bootstrap3 -> django_bootstrap5
...
Only load the module, no other changes yet.
- Legacy-Id: 19586
2021-11-09 14:09:28 +00:00
Henrik Levkowetz
ac5e88b82b
Added a context processor to make settings generally available in page templates. Split the SECRETARIAT_TICKET_EMAIL setting into SECRETARIAT_ACTION_EMAIL and SECRETARIAT_INFO_EMAIL, with different addresses. Updated places with hardcoded ietf-action@ietf.org addresses to use the settings value, and updated some places to use ietf-infor@ietf.org instead of the ietf-action address. Fixes issue #3081 .
...
- Legacy-Id: 18501
2020-09-17 11:10:27 +00:00
Henrik Levkowetz
93e07f8650
Changed deprecated 'load staticfiles' to recommended 'load static'
...
- Legacy-Id: 18080
2020-06-27 13:51:19 +00:00
Henrik Levkowetz
95233536ff
Fixed some instances of invalid html.
...
- Legacy-Id: 17758
2020-05-06 13:47:00 +00:00
Henrik Levkowetz
e9d3809099
Refined the links from document stats pages to author pages so as to not link to non-existent pages. Fixes 404 errors in the test crawler logs.
...
- Legacy-Id: 17237
2020-01-17 00:49:01 +00:00
Russ Housley
dd07878bb0
Turn text names into links on the stats pages. Fixes #2854
...
- Legacy-Id: 17178
2020-01-03 21:50:24 +00:00
Sasha Romijn
f651320ef3
Fix #2331 - Show stacked bar graph for in time and late reviews.
...
On the stats page, a single stacked bar graph is now shown which
combines in time and late reviews, replacing the separate graphs for
these statistics.
Tests for the charts are also expanded to validate the actual
graph content for both stacked and non-stacked charts.
Commit ready for merge.
- Legacy-Id: 16852
2019-10-09 15:46:22 +00:00
Henrik Levkowetz
2d31d5d421
Added a note to the draft/RFC stats pages about missing data.
...
- Legacy-Id: 15973
2019-02-26 11:53:02 +00:00
Henrik Levkowetz
69263cf141
Updated highcharts and added support for CSV export. Also tweaked the look of the highcharts context menu separators.
...
- Legacy-Id: 15770
2018-11-13 19:28:46 +00:00
Henrik Levkowetz
1555bb0099
Added origin indication to a group of stats templates to make it easier to find the origin of stats configurations.
...
- Legacy-Id: 15056
2018-04-19 12:43:11 +00:00
Henrik Levkowetz
a5d1266834
Removed superfluous stats pages headers which would be repeated with different layout on the next line, as part of the graphs.
...
- Legacy-Id: 14953
2018-03-28 06:39:16 +00:00
Henrik Levkowetz
76404ceb4b
Don't show links to individual meeting stats pages when there's no content (meeting 71 and earlier currently has no attendance records).
...
- Legacy-Id: 14948
2018-03-26 23:05:43 +00:00
Henrik Levkowetz
176022f57b
Added meeting dates to the meeting stats overview graph.
...
- Legacy-Id: 14947
2018-03-26 22:58:14 +00:00
Tero Kivinen
75dbe017a6
Backfilled IETF meetings starting from 1 and backfilled the attendee numbers for them. Modified the overview attendee statistics page to use different colors for different venue continents. Commit ready for merge.
...
- Legacy-Id: 14879
2018-03-20 17:28:48 +00:00
Tero Kivinen
249c345383
Added sorting for the review team statistics tables. Fixed #2330 .
...
Commit ready for merge.
- Legacy-Id: 13934
2017-07-18 11:47:07 +00:00
Henrik Levkowetz
20b4250ea5
Reduced the size of stats data transferred from the server by an order of magnitude for author stats pages by not sending complete lists of item names per table item (we're only displaying them when there are few to display, anyway). Added caching of the resulting stats data for 24 hours. The caching was not possible in all cases before the data reduction, due to an item size limit of 1 MByte in memcached.
...
- Legacy-Id: 13534
2017-06-05 22:32:15 +00:00
Henrik Levkowetz
64b9615aa7
Changed most instances of 'registrations' to 'attendees' in the meeting statistics code (as that's what the numbers show)
...
- Legacy-Id: 13486
2017-06-01 20:17:16 +00:00
Ole Laursen
f1d64712a7
Fix wording
...
- Legacy-Id: 13271
2017-05-05 14:17:08 +00:00
Ole Laursen
c9d7089e43
Fix tooltip on overview chart
...
- Legacy-Id: 13269
2017-05-05 10:49:40 +00:00
Ole Laursen
365143f615
Don't show legend on overview chart with only one unlabelled entry
...
- Legacy-Id: 13268
2017-05-05 10:46:49 +00:00
Ole Laursen
aff12f708a
Add registration country pie chart for to present at the meeting, add
...
meeting stats test, fix a couple of bugs
- Legacy-Id: 13267
2017-05-05 10:33:56 +00:00
Ole Laursen
a2b8819cfe
Add meeting statistics - overview and country/continent across
...
meetings + detail pages with country and continent
- Legacy-Id: 13264
2017-05-04 15:55:15 +00:00
Ole Laursen
07c650428a
Drop the popover thing for now in the statistics, in order to not confuse people
...
- Legacy-Id: 13263
2017-05-04 11:53:14 +00:00
Ole Laursen
36f42738d9
Add template missing from previous commit
...
- Legacy-Id: 12895
2017-02-21 17:08:04 +00:00
Ole Laursen
33e9577967
Add yearly charts for affiliation, country and continent, fix some bugs
...
- Legacy-Id: 12894
2017-02-21 17:07:38 +00:00
Ole Laursen
c61babb418
Add citation and h-index statistics
...
- Legacy-Id: 12869
2017-02-17 17:43:14 +00:00
Ole Laursen
d5e98c9644
Add mail to link to Secretariat on country page in case people are
...
missing a country or alias, adjust wording a bit on status page.
- Legacy-Id: 12866
2017-02-17 10:21:34 +00:00
Ole Laursen
9d8874d8b1
Add a suggestion to fix the country name when submitting a draft in
...
case we can't parse it and it's not empty, add page with list of
countries (to be able to refer people to it), add ISO codes as country
aliases - the country alias code is now more intelligent with respect
to case so it's easier to keep these aliases explicitly
- Legacy-Id: 12862
2017-02-16 17:56:23 +00:00
Ole Laursen
9492e1ee85
Improve EU explanation
...
- Legacy-Id: 12860
2017-02-16 15:24:31 +00:00
Ole Laursen
d06f56fc0d
Adjust unknown bin in the affiliation statistics too, adjust wording
...
- Legacy-Id: 12859
2017-02-16 12:32:03 +00:00