sbbs.el

Ticket Change Details
Login
Overview

Artifact ID: b2cdc5ff8445fd8670159f89da7b615936fbde325a7c790792096529ee92e0c7
Ticket: 50ce6816555ba1e2b3b328e2ca5326d62e1b20ec
VIP/sage doesn't work as intended
User & Date: ben on 2023-09-09 09:01:59
Changes

  1. foundin changed 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 changed to: "fd6b5e871039040aff0f8b6ff2e37bc9cfc926fe"
  6. severity changed to: "Minor"
  7. status changed to: "Open"
  8. title changed to: "VIP/sage doesn't work as intended"
  9. type changed to: "Code_Defect"