- Oct 23, 2023
-
-
Frank Duncan authored
-
Frank Duncan authored
Mainly for things we need to override. More to come in later commits
-
Frank Duncan authored
We still need to calculate the score for sorting purposes, but we shouldn't display the score when no one had scored it. Similarly, even if there are empty comments and scores in the database for a page, we shouldn't display the row at all.
-
Frank Duncan authored
BlockLevelPass.php adds <p> tags when there are new lines, even if you specify that you are returning straight html that it shouldn't mess with (and have set nowiki=>true). But! It doesn't do that if there are <pre> tags around the text. And! It uses string matching to see if there's a <pre> tag hanging around, even if it's in the comments. Since this text is for comments from users, it needs to be exactly as they inputted in, without extra things being added, for when they got to edit. This achieves that! ots/clients/lfc/torque-tracker#150 - Line breaks in Initial Evaluation comments turned into `<p>` tags
-
Frank Duncan authored
Style ranked score table/page See merge request !4
-
Frank Duncan authored
Wrong index check function (for associative array rather than array) meant that pages were overwriting each other and the table only showed one user score per page.
-
Frank Duncan authored
If there's just a comment, the RankedChoice->getChoice function throws a warning (no actualy error) into the logs. Doing a quick check beforehand to make sure the choice actually exists is cleaner.
-
Frank Duncan authored
Small bug that made the scoring a little unintuitive. Fixes ots/clients/lfc/torque-tracker#151 ots/clients/lfc/torque-tracker#151: Scores seem to be 0–4 instead of 1–5
-
Justin Reese authored
-
Justin Reese authored
Unsure if this is the correct way to go about this, but, in hopes that it is: - Define `ext.rankedchoice.scoretable` style resource - Include it on the RankedScore page
- Oct 21, 2023
-
-
Frank Duncan authored
Style widget selection See merge request !3
-
- Oct 20, 2023
-
-
Justin Reese authored
-
Frank Duncan authored
Make save friendlier See merge request !2
-
Justin Reese authored
-
Justin Reese authored
-
Frank Duncan authored
Apply Jim's requested changes See merge request !1
-
Justin Reese authored
-
Justin Reese authored
-
Justin Reese authored
-
Justin Reese authored
-
Justin Reese authored
-
Justin Reese authored
-
Frank Duncan authored
-
Frank Duncan authored
-
Frank Duncan authored
-
Frank Duncan authored
-
Frank Duncan authored
-
Frank Duncan authored
-
Frank Duncan authored
Also includes a little class naming fix.
-
Frank Duncan authored
-
Frank Duncan authored
-
Frank Duncan authored
-
Frank Duncan authored
-
- Oct 18, 2023
-
-
Frank Duncan authored
-
Frank Duncan authored
-