sbbs.el

History Of Ticket 50ce681655
Login

Artifacts Associated With Ticket 50ce681655

  1. Ticket change [b2cdc5ff84] (rid 186) by ben on 2023-09-09 09:01:59:

    1. foundin initialized to: "d00835b8b8"
    2. icomment:
      There are some counter-intuitive discrepancies between HTTP and the final Sexp:
      
      > If a checkbox is unchecked when its form is submitted, neither the name nor the value is submitted to the server
      
      see [this MDN page](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox)
      
      * When it's checked, a query parameter `vip=on` is added to the query string and the dotted pair `(vip . #f)` should be added to the sexp serialization of the post
      * when it's unchecked, the query parameter `vip` is absent from the query string and the dotted pair `(vip . #t)` should be added to the sexp serialization of the post
      
    3. login: "ben"
    4. mimetype: "text/x-markdown"
    5. private_contact initialized to: "fd6b5e871039040aff0f8b6ff2e37bc9cfc926fe"
    6. severity initialized to: "Minor"
    7. status initialized to: "Open"
    8. title initialized to: "VIP/sage doesn't work as intended"
    9. type initialized to: "Code_Defect"
  2. Ticket change [4a9796bf30] (rid 190) by ben on 2023-09-09 09:32:11:

    1. icomment:
      fixed in [268b82975169e4dd](https://fossil.textboard.org/sbbs/info/268b82975169e4dd)
      
    2. login: "ben"
    3. mimetype: "text/x-markdown"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Fixed"
  3. Ticket change [0e38ed513c] (rid 191) by ben on 2023-09-09 09:32:55:

    1. login: "ben"
    2. mimetype: "text/x-markdown"
  4. Ticket change [fa3d1b6825] (rid 192) by ben on 2023-09-09 09:33:55:

    1. login: "ben"
    2. mimetype: "text/x-markdown"
    3. status changed to: "Fixed"