Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-02-03
| ||
20:04 | Fix HTML markup typo in the Formatting Rules section of the checklist editor. Leaf check-in: d8749a72ee user: drh tags: trunk | |
2025-01-04
| ||
15:56 | Fix a bug in the new checklist editing "Install" function when there are multiple new lines. check-in: 8a801a6449 user: drh tags: trunk | |
2025-01-03
| ||
19:57 | Improved checklist editor format. The user is presented with a text box that contains a list of TCL tokens, three tokens per checklist item. check-in: 510a375caf user: drh tags: trunk | |
2024-12-31
| ||
20:46 | Show an diagnostic message if you try to display history but there is none. check-in: 844ea2191d user: drh tags: trunk | |
20:20 | Adjust the title of the database list. check-in: facc244ca4 user: drh tags: trunk | |
19:37 | Update the listing page to show the available databases in 5 columns. check-in: c76eaaa208 user: drh tags: trunk | |
12:43 | Avoid problems when rendering negative itemids. check-in: 26d031de2e user: drh tags: trunk | |
12:28 | The "History" page. Fix issues with 64-bit hex-to-integer conversion. check-in: 68e37fac19 user: drh tags: trunk | |
10:32 | Colorize the history display. check-in: 850eafb499 user: drh tags: trunk | |
10:12 | Tweaks to the color. Add formatting rules to the checklist editor page. check-in: 227df69451 user: drh tags: trunk | |
09:50 | Improvements to the history mechanism. check-in: 7add55b3fa user: drh tags: trunk | |
2024-12-30
| ||
17:40 | Fix the history display mechanism. check-in: b8dbb5a834 user: drh tags: trunk | |
2024-12-28
| ||
20:27 | Check in the latest databases and database updates. check-in: e34c4bffdf user: drh tags: trunk | |
2024-10-18
| ||
16:13 | Show the TCL version on the /env page. check-in: c941ec3d92 user: drh tags: trunk | |
2024-09-29
| ||
22:49 | Improved documentation on how to install and debug this script. check-in: 3045699dd2 user: drh tags: trunk | |
22:12 | New database files should not be executable. check-in: 7785442f05 user: drh tags: trunk | |
22:09 | Allow debugging using "fossil ui --extroot `pwd` --page /ext/checklist.tcl". Also add in recent databases. check-in: 8f0703ab24 user: drh tags: trunk | |
20:06 | Add execute permission to checklist.tcl check-in: 9909f123ab user: drh tags: trunk | |
2022-09-05
| ||
23:54 | Disable the Content Security Policy is the appropriate CSP is supplied by Fossil. 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 | |