Fossil

Today In History
Login

This Day In History For 2026-08-22

1 Year Ago (more context)

2025-08-22
15:49
When deleting cookies via /cookies, use a path of "/" for ROBOT_COOKIE. The alternative would be to set that cookie to be repo-local (i.e. set its path to g.zTop), which would be unfortunate for servers which host many fossils. check-in: 55c972103f user: stephan tags: trunk
13:59
Add the /re_rules page. check-in: 8779bd0b3a user: drh tags: trunk
01:51
Fix a typo in the regular expression example for robot-exception check-in: 31b09807ef user: drh tags: trunk

2 Years Ago (more context)

2024-08-22
22:48
Improvements to the robot-detection captcha. check-in: 66b111aa42 user: drh tags: trunk
20:10
When a user correctly enters the captcha for /ityaar, do not change their login to anonymous if they are already logged in. check-in: 160126c043 user: drh tags: trunk
19:05
On the /login page, for logged-in users add a link to /cookies. check-in: 6a20a34a6c user: stephan tags: trunk

4 Years Ago (more context)

2022-08-22
18:27
Make it possible to store similar ticket change artifacts as deltas. This might be useful when a certain column of the <var>TICKET</var> table holds a lengthy text that may undergo frequent modifications. This is an opt-in feature. It is activated only when <var>TICKET</var> table contains a phony <code>INTEGER</code> column <code>"baseline for $name"</code> where <code>$name</code> stands for the name of the actual column provisioned for the aforementioned frequently changing text. check-in: 0f4a0fe82a user: george tags: deltify-tkt-blobs

10 Years Ago (more context)

2016-08-22
21:10
Create a valid rcvfrom entry when adding unversioned content from the command-line. check-in: 7deeb51511 user: drh tags: trunk
20:12
Remove the db_name() function. In its place, the SQLITE_DBCONFIG_MAINDBNAME feature of SQLite is used to ensure that the three attached databases are always exactly named "repository", "configdb" and "localdb", regardless of which is opened first or the order in which they are attached. Update to the latest 3.15 alpha of SQLite which is now required for correct operation, since SQLITE_DBCONFIG_MAINDBNAME is required. check-in: 06aec61111 user: drh tags: trunk
15:20
Fill in SQL parameters in report formats using HTTP query parameter values. check-in: 0ef09dc9cd user: drh tags: trunk
02:22
Slightly improve clarity of the db_database_slot() function. Closed-Leaf check-in: a12d712203 user: mistachkin tags: omit-db_name

15 Years Ago (more context)

2011-08-22
22:20
Merge trunk. check-in: c57830bec2 user: dmitry tags: symlinks
19:02
Allow browsing of directories whose names contain characters that must be escaped for HTML. check-in: 1ec0739c4b user: drh tags: trunk
18:45
Add the Makefile.in file back into the checkout. check-in: 5feb1d6015 user: drh tags: trunk
18:25
Merge the --showfiles enhancement from the venks-emacs branch into trunk. check-in: 2b8cbf3c41 user: drh tags: trunk
18:23 Fixed ticket [e8a10100e2]: fossil update -v is more than just verbose plus 1 other change artifact: 1098c026d0 user: drh
18:23
Merge the msw-hack branch into trunk. check-in: af50b29c98 user: drh tags: trunk
15:56 Edit [c6b371c46ca0e53e|c6b371c46c]: Edit check-in comment. Change user to "martin.weber". artifact: cb6ba4ff63 user: martin.weber
15:55
Continue with the update routine even if the targetted version equals the current checkout version instead of depending on the value of the verbose flag to continue or not. This fixes tkt [e8a10100e2]. Fossil update will now recover lost files with or without the -v flag. check-in: c6b371c46c user: martin.weber tags: msw-hack
15:40 New ticket [29e8091128] make install doesn't create target directory. artifact: 6b11fe07f3 user: martin.weber
15:29 Ticket [e8a10100e2] fossil update -v is more than just verbose status still Open with 2 other changes artifact: ef2c7c6d1e user: martin.weber
15:26 Add attachment tst.sh to ticket [e8a10100e2] artifact: de4f08b102 user: martin.weber