◊(Local Yarn Code "History Of Ticket 629a9c063beb5809607c3de23be3611931bcb999")

Artifacts Associated With Ticket 629a9c063beb5809607c3de23be3611931bcb999

  1. Ticket change [52113a93] (rid 542) by joel on 2019-07-05 04:50:46:

    1. login: "joel"
    2. mimetype: "text/x-fossil-plain"
    3. severity initialized to: "Important"
    4. status initialized to: "Open"
    5. title initialized to:
      Keyword index entries on home page don’t show up in the keyword index
      
    6. type initialized to: "Code Defect"
  2. Ticket change [c7090edb] (rid 543) by joel on 2019-07-05 05:01:10:

    1. icomment:
      This is because when index entries are fetched out of the SQLite cache, due to an <code>INNER JOIN</code> only the ones that have a corresponding row in the <code>articles</code> table are returned… and <code>index.html.pp</code> doesn‘t create its own row in <code>articles</code>, nor would I want it to (at this point) because then it would show up in the blog, etc.
      
      Likely resolution is to wait until “exclude directives” are implemented, then re-implement <code>index.html</code> as <code>index.html.pm</code> and a new <code>frontpage.html.p</code> template that calls <code>crystalize-article!</code> like any other article, but with excludes that keep it off the blog and RSS feed and anywhere else it shouldn’t be.
      
    2. login: "joel"
    3. mimetype: "text/x-fossil-wiki"
    4. priority changed to: "Medium"
    5. resolution changed to: "Open"
  3. Ticket change [0d314fa1] (rid 970) by joel on 2020-05-11 02:02:42:

    1. login: "joel"
    2. mimetype: "text/x-markdown"
    3. resolution changed to: "Fixed"
    4. status changed to: "Closed"