Checklist

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2022-09-05
23:54
Disable the Content Security Policy is the appropriate CSP is supplied by Fossil. Leaf check-in: d4f6c80c7b user: drh tags: trunk
23:51
Somehow the /home/drh/sqlite-src-ext/checklist script on the main SQLite server is different from this script. Bring this script into conformance with what is actually deployed. check-in: 607760dca0 user: drh tags: trunk
2019-07-26
13:48
Convert to be a Fossil CGI extension. check-in: ebc730eeca user: drh tags: trunk
2018-08-23
15:21
Include the meta-viewport element in the header for all pages. check-in: 296b042b26 user: drh tags: trunk
2018-06-01
02:59
Fix two minor issues: (1) Clear the prior content from the edit dialog when it pops up in case the AJAX request for content returns nothing. (2) Trim whitespace from both ends of comments before storing in the database. check-in: 9919c0d6f8 user: drh tags: trunk
2018-03-28
20:25
On the /env page, show the SQLite version. check-in: 0846561118 user: drh tags: trunk
2018-02-02
03:09
Updates to documentation and comments. No changes to code. check-in: b4a108f82b user: drh tags: trunk
2018-02-01
15:22
Tweaks to the checklist.tcl script so that it passes --lint and to enable a timeout on the database connection. check-in: aae9b15e00 user: drh tags: trunk
2018-01-30
23:47
Update to make use of SAME_ORIGIN. check-in: 0280010860 user: drh tags: trunk
20:39
Add a warning to the login page if the client is not sending Referer headers. check-in: 1e0662e9e3 user: drh tags: trunk
19:09
Omit all use of the global ::wapp dict check-in: 7b0c5b9f45 user: drh tags: trunk
18:01
Clean up legacy files and create a README.md file at the top-level. check-in: a165137c40 user: drh tags: trunk
17:37
Set the default DATADIR to /checklist. A few other last-minute tweaks to get it working for the website. check-in: 25c9d1ec58 user: drh tags: trunk
15:48
Fix a missing </b< in the 3080300.db database. check-in: 677b092f11 user: drh tags: trunk
15:35
Add the ability to edit the checklist using the /cklistedit page. check-in: daf4f29f9b user: drh tags: trunk
14:17
Show/hide history by clicking on the "(status user)" text. Set cursors on clickable text. check-in: 66716f8b1d user: drh tags: trunk
02:49
Show individual change history on checklist items. check-in: ec491e5144 user: drh tags: trunk
2018-01-29
22:38
Enable caching of javascript and CSS resources. check-in: d1e8bef86e user: drh tags: trunk
20:41
Database listing in reverse order - newest databases first. check-in: 827e911ff3 user: drh tags: trunk
18:40
Commit transactions from the /sql page. Improvements to the header comment. check-in: ea17699ab0 user: drh tags: trunk
18:16
Checklist updates are working using AJAX. check-in: 62e3fcb7b3 user: drh tags: trunk
07:18
Shift more of the HTML into the HTML document and avoid innerHTML within javascript. check-in: 042caeec26 user: drh tags: trunk
07:04
Clicking brings up the edit dialog. check-in: c8b0ef010c user: drh tags: trunk
02:06
Disallow login except via HTTPS or localhost. check-in: 606874f58e user: drh tags: trunk
01:59
The /jstat page now accepts updates from authenticated users. check-in: a192fe74a0 user: drh tags: trunk
2018-01-28
20:40
Increased use of wapp-param and wapp-trim. check-in: 3642e8a56e user: drh tags: trunk
20:31
Add the /sql page accessible to administrators. Improvements to the main menu. check-in: a4fed2d841 user: drh tags: trunk
18:13
Formatting improvements. check-in: 7a56647dd1 user: drh tags: trunk
17:45
Support for login and logout. check-in: dda0b567a5 user: drh tags: trunk
15:58
Add the CONFIG table to all databases. Initialize it with a title and with login credentials. check-in: cf60fac559 user: drh tags: trunk
00:07
Uses AJAX to query the current check-list state from the server and update the screen. check-in: 61fdbd1bd5 user: drh tags: trunk
2018-01-27
21:06
The checklist.tcl script now renders the checklist, with javascript and CSS. check-in: fe4f272f47 user: drh tags: trunk
16:34
Begin adding a Wapp version of the checklist program. check-in: 30e4cf66e9 user: drh tags: trunk
2018-01-26
21:17
Updates to the 3.22.0 database. check-in: 42dff43d45 user: drh tags: trunk
2017-12-21
13:06
Archive all historical SQLite release checklists. check-in: 7edb7bf58a user: drh tags: trunk
12:40
When a writer runs the /baseline page, construct the CHECKLIST table in the database file. check-in: e5031b1b4d user: drh tags: trunk
2017-05-17
13:24
Include the parent text in the history. check-in: f1880af673 user: drh tags: trunk
03:03
Add the "text" attribute to the history page. check-in: f3587d2e33 user: drh tags: trunk
02:57
Put the age of each change in the history check-in: f0c46a8739 user: drh tags: trunk
2017-05-12
15:19
Update the built-in SQLite to the latest 3.19.0 beta. check-in: 86a7a5f891 user: drh tags: trunk
2016-03-24
16:22
Add the hilight= query parameter on the index page. check-in: 7ad2391c31 user: drh tags: trunk
2016-01-04
12:28
Fix to the comment quoting mechanism. check-in: 8b4c5e7c7d user: drh tags: trunk
00:23
Prelim color changes to a darker blue, to more clearly distinguish from green. check-in: a49b64a96f user: drh tags: trunk
2016-01-03
22:36
Improvements to form labels. Fix the colors on the history page. check-in: 9ea816e287 user: drh tags: trunk
22:08
On the edit popup, make the initial value of the Status equal to the current status. check-in: 1268489e80 user: drh tags: trunk
21:50
Second click on an checklist item cancels the edit dialog. check-in: 1690c186db user: drh tags: trunk
21:45
Remove the "Append" feature. Instead, prepopulate the Comment: field with the existing comment. check-in: 9183c51f36 user: drh tags: trunk
19:18
Allow multi-line comments on checklist changes, and an "Append" option on comments. Newlines in comments are honored. check-in: 17902a1f91 user: drh tags: trunk
18:31
Cancel any prior edit dialog if a new one is started. Update to the latest SQLite. check-in: 8f414ad5ca user: drh tags: trunk
2015-06-16
10:50
Default user is "anonymous". check-in: 443515061c user: drh tags: trunk