summaryrefslogtreecommitdiff
path: root/elm
AgeCommit message (Expand)AuthorFilesLines
9 daysImprove processing of uploaded imagesYorhel2-5/+11
2024-01-05Support ISBN codes for releasesYorhel1-17/+0
2023-12-25More CJK blocksYorhel1-1/+1
2023-12-24Add extended CJK characters to non-latin script detectionYorhel1-1/+1
2023-12-09Report: Rewrite form to JSYorhel1-189/+0
2023-12-03AdvSearch: Add staff extlink filterYorhel2-10/+17
2023-12-02DocEdit: Rewrite to JSYorhel2-111/+0
2023-11-30StaffEdit: Rewrite to JSYorhel1-246/+0
2023-11-15VNEdit: Display staff alttitle as wellYorhel1-2/+2
2023-10-14DRM: TerminologyYorhel2-3/+3
2023-10-14DRM: Initial implementationYorhel4-0/+102
2023-09-17Producer::Edit: Convert form to JSYorhel1-221/+0
2023-09-14Reviews::Page: Convert comment form to JSYorhel1-48/+0
2023-09-14Discussions::Thread: Convert reply form to JSYorhel1-79/+0
2023-09-12Reviews: Convert voting thing to JSYorhel1-70/+0
2023-09-12User::PassSet: Convert form to JSYorhel2-84/+0
2023-09-12User::PassReset: Convert form to JSYorhel2-80/+0
2023-08-31VNLengthVote: Fix weird styling and alignment issuesYorhel1-6/+10
2023-08-18Elm/DocEdit: Fix styling of edit summary boxYorhel1-5/+3
2023-07-27ReleaseEdit: Delete old Elm implementationYorhel2-680/+0
2023-07-24ReleaseEdit: Start on JS rewriteYorhel1-2/+2
2023-07-23FixupYorhel1-1/+1
2023-07-23Whitelist Greek and some symbols in non-Latin title checkYorhel1-1/+1
2023-07-19Require romanization for non-latin titles & namesYorhel5-5/+5
2023-07-11Remove popularity rating + adjust bayesian averageYorhel1-1/+1
2023-07-01Adjust tag score calculationYorhel1-1/+1
2023-06-23AdvSearch: Fix dev status label copy-paste errorYorhel1-1/+1
2023-06-22AdvSearch: Move save/load button + always display the thingYorhel1-66/+61
2023-06-22AdvSearch: Simpler and less quircky preset loadingYorhel1-8/+4
2023-06-22AdvSearch: Submit search form when loading presetYorhel1-2/+3
2023-06-15User::Register: Rewrite form in JS + improve error reportingYorhel2-121/+0
2023-06-04UserEdit rewrite part 10: delete the old Elm form \o/Yorhel3-748/+0
2023-05-21JS/CSS: Rewrite login form + experiment with new form code & styleYorhel2-145/+0
2023-05-16Elm: Fix thread edit form submit stylingYorhel1-2/+1
2023-05-11JS: Preparing for writing forms without Elm + minor CSS changesYorhel18-102/+75
2023-05-05CSS: Use <nav>/<menu> for maintabs + re-calibrate marginsYorhel5-19/+16
2023-05-05CSS: Use semantic tags + flexbox for global layoutYorhel21-58/+58
2023-05-03SQL: Rename columns that are SQL keywordsYorhel5-26/+26
2023-04-26SVG: Optimize and merge rss & list iconsYorhel1-3/+1
2023-04-25CSS: Unique classes for icons + generated dimensionsYorhel1-3/+3
2023-04-25Merge platform icons into an SVG spriteYorhel1-1/+1
2023-04-22JS: Migrate TableOpts from Elm + support view switch without JSYorhel1-205/+0
2023-04-15ReleaseEdit: Hide animation options behind a "Some animation" toggleYorhel1-14/+26
2023-04-15CSS: Add font:inherit and color:inherit reset + minor cleanupYorhel1-2/+2
2023-04-15CSS: Use <b> as main "standout" elementYorhel33-86/+86
2023-04-15CSS: Use <strong>/<span> instead of <b> for bold/marker tagsYorhel15-40/+40
2023-04-15CSS: Stop abusing <b> for grayedout, use <small> insteadYorhel27-97/+97
2023-04-12User.Edit: Add note about @import statements to Custom CSS fieldYorhel1-1/+4
2023-04-12Some JS/API/Mithril frameworking + rewrite Subscribe.elm into JSYorhel1-99/+0
2023-04-09Remove CSRF tokens on elm APIs, rely on CORS insteadYorhel1-1/+0