summaryrefslogtreecommitdiff
path: root/elm/Discussions
AgeCommit message (Expand)AuthorFilesLines
2023-09-14Discussions::Thread: Convert reply form to JSYorhel1-79/+0
2023-05-16Elm: Fix thread edit form submit stylingYorhel1-2/+1
2023-05-11JS: Preparing for writing forms without Elm + minor CSS changesYorhel2-22/+19
2023-05-05CSS: Use <nav>/<menu> for maintabs + re-calibrate marginsYorhel1-3/+2
2023-05-05CSS: Use semantic tags + flexbox for global layoutYorhel4-6/+6
2023-04-15CSS: Use <b> as main "standout" elementYorhel4-8/+8
2023-04-15CSS: Use <strong>/<span> instead of <b> for bold/marker tagsYorhel1-1/+1
2023-04-15CSS: Stop abusing <b> for grayedout, use <small> insteadYorhel1-2/+2
2021-11-07Add mod option to set deletion reason for forum postsYorhel1-6/+11
2021-11-07Add mod option to lock the boards for a threadYorhel1-47/+58
2021-09-28Update references to d9 BBCode formattingYorhel3-3/+3
2021-03-01SQL: vndbid data type conversion for most DB entriesYorhel1-6/+6
2020-11-13Elm/forms: Fix reporting of validation errors for fields on hidden tabsYorhel4-4/+4
2020-08-16Discussions: Split post editing out of Discussions::Edit + support editing re...Yorhel2-22/+116
2020-08-06Discussions: Don't show deletion button when creating a new threadYorhel1-1/+1
2020-08-06SQL: Use vndbid for thread identifiersYorhel2-3/+3
2020-05-12Char::Edit: Initial rewrite of the character edit form, general info firstYorhel1-3/+3
2020-04-26User::Edit: Restructure form to allow non-usermods to edit some permissionsYorhel1-1/+1
2020-03-21boardmod feature: Full deletion of threads/postsYorhel1-1/+16
2020-02-23v2rw/RelEdit: Add engine field with autocompletionYorhel1-2/+2
2020-01-29Discussions.Edit: Make sure the "title" field is marked as requiredYorhel1-1/+1
2020-01-29Discussions.Edit: Fix board linksYorhel1-1/+1
2020-01-05refactor: Combine json_api() & elm_form() + generate Elm function to msg API ...Yorhel3-5/+3
2019-12-30Discussions: Discourage necroing old and inactive threadsYorhel1-9/+23
2019-12-12v2rw: Discussion board editing & thread creationYorhel1-0/+240
2019-12-10Elm: Add Redirect response + fix redirect to last post on replyYorhel1-8/+7
2019-12-06Add link to d9#3 to quick reply box + allow customizing TextPreview headerYorhel1-2/+5
2019-12-05v2rw: Convert thread reply form to ElmYorhel1-0/+68
2019-12-01v2rw: Convert thread display + poll votingYorhel1-0/+139