- Jun 15, 2021
-
-
Frank Duncan authored
-
- Jun 14, 2021
-
-
Frank Duncan authored
-
Frank Duncan authored
-
Frank Duncan authored
This required forcing all the competitions with Annual Operating Budget to match values with each other, so that the global TOC worked. To that end, code was put into the central etl library.
-
- Jun 11, 2021
-
-
Frank Duncan authored
* Removes nodejs coming from apt * Sets the simplebook git version to a sha (so that re-deployments are consistent in production)
-
Frank Duncan authored
Instead of removing the link via editing the sidebar, just hides it via css. The sidebar edit proved too much of a hassle, in that it didn't actually work correctly. Issue #131: Remove 'Printable version' tool from all Torque wikis
-
Frank Duncan authored
-
- Jun 10, 2021
-
-
Frank Duncan authored
-
Frank Duncan authored
-
Frank Duncan authored
This change was made in the SimpleBook plugin, so it no longer required.
-
Frank Duncan authored
-
Frank Duncan authored
* Needs nodejs on debian machines * Add supervisor restart
-
Frank Duncan authored
-
Frank Duncan authored
-
Frank Duncan authored
Also adds the export tables role to all the competitions.
-
Frank Duncan authored
Vector in mediawiki 1.35.0 made it so that portlets like the one in torque on the left menu are hidden, so this overrides that.
-
Frank Duncan authored
Lots of little changes to pave the way for it. New variables need to be set, and version numbers need to be updated.
-
Frank Duncan authored
This is for a mediawiki extensions that allows downloading tables as csvs/xlsxs.
-
- Jun 08, 2021
-
-
Frank Duncan authored
-
- May 27, 2021
-
-
Frank Duncan authored
-
Daniel Schultz authored
This updates all competitions to use simplebook instead of collection. If an existing deployment is using collection, the wiki configuration must be manually updated (or explicitly replaced) so that both simplebook and collection are not present at the same time Issue #122
-
- May 26, 2021
-
-
Daniel Schultz authored
Add redis to SimpleBook
-
Daniel Schultz authored
This installs and configures redis, which is a SimpleBook dependency. Issue #123
-
Daniel Schultz authored
NodeJS was being installed in a way that would hang in ansible, due to the fact that it invoked sudo instead of specifying that the entire command set should be invoked as sudo Issue #123
-
- May 25, 2021
-
-
Daniel Schultz authored
ECW2020 Finalist Attachments
-
Daniel Schultz authored
Add SimpleBook to LLIIA2020
-
- May 21, 2021
-
-
Daniel Schultz authored
ECW2020 can now ingest finalist attachments with a CSV mapping between the zip folders and the proposal IDs. Issue #126
-
Daniel Schultz authored
ECW2020 loaded the new deploy tooling but didn't invoke it for decryption. This is no longer the case!
-
Daniel Schultz authored
This is the first competition to use SimpleBook, so adding it individually even though we will not want to do this on a one-commit-per-competition basis down the line. This sets up LLIIA2020 to use the simplebook role instead of the collection role. Issue #122
-
Frank Duncan authored
See README updates for information about the script.
-
- May 20, 2021
-
-
Frank Duncan authored
100Change2017 and 100Change2017Partners use postgres, while everything else can use mysql.
-
Frank Duncan authored
This was causing the list to have N+1 items, with the final one being empty, which was rendering weirdly on the template.
-
Frank Duncan authored
-
Frank Duncan authored
-
- May 18, 2021
-
-
Daniel Schultz authored
Fix book css
-
Daniel Schultz authored
Pages were cutting very close to the bottom when printed; this adds a 50px margin on all sides of the page. Issue #120
-
Daniel Schultz authored
There was an issue with long URLs breaking word wrap and the solution at the time was to set a very wide min-width. This is not ideal for all viewports, including printing, so we are moving to a word-wrap rule. Because of flex box there is an additional improvement necessary, which is that flex-boxes will specify a default min width of whatever the longest element (before word breaks). By specifying a smaller min-width we prevent that auto calculation. https://stackoverflow.com/questions/36150458/flex-item-overflows-container-due-to-long-word-even-after-using-word-wrap/36150638 Issue #120
-
Daniel Schultz authored
Fix SimpleBook template
-
Daniel Schultz authored
The torque view was being improperly parsed as being the literal string `"false"` in situations where no view had been set. Issue #118
-
Daniel Schultz authored
Some SimpleBook fixes
-