This Day In History For 2026-08-23
2 Years Ago (more context)
|
2024-08-23
| ||
| 22:29 | Strip almost 1100 lines from extsrc/cson_amalgamation.c which aren't used in this fossil-specific build of that API. check-in: 1bb9c77489 user: stephan tags: trunk | |
| 22:18 | Latest upstream extsrc/cson_amalgamation.*, and update src/json*.c, to squelch warnings from OpenBSD. check-in: 40a14c1deb user: stephan tags: trunk | |
| 20:51 | Replace calls to strcpy() with a tree-local strcpy() clone to squelch unwarranted link-time warnings when building on OpenBSD. There is still one strcpy() instance in the upstream extsrc/shell.c. check-in: c0b9b4487f user: stephan tags: trunk | |
| 19:54 | New admin-only page /setup_uinfo that shows combined information from the USER and SUBSCRIBER tables about a single user. Give a hyperlink to this page when a timeline delivered to an admin says "by user". check-in: 24eb182248 user: drh tags: trunk | |
| 16:14 | Fix typo in the previous comment that prevented from recognizing login cookies. check-in: dfce2f2b8f user: drh tags: trunk | |
| 16:10 | More information about cookies on the /cookies page. check-in: 10949f5300 user: drh tags: trunk | |
| 15:53 | Minor typo fix in a comment. check-in: 8581e376c3 user: drh tags: trunk | |
| 15:42 | Improved instructions for setting a common captcha-secret across a login-group on the /setup_login_group page. check-in: 404f15501b user: drh tags: trunk | |
| 14:43 | Add the ability to rotate the captcha-secret, setting up a new secret that is common to all members of a login-group. check-in: acfaf4e48e user: drh tags: trunk | |
| 13:55 | Allow for multiple captcha-secret values. The primary is still 'captcha-secret'. Backups are in 'captcha-secret-N' where N is a small integer. The backups are only valid for 6 hours. This allows the captcha-secret to be changed without disrupting anonymous logins and/or captcha dialogs that are in progress when the secret changes. check-in: 8659d84aff user: drh tags: trunk | |
| 13:23 | For 'update --dry-run', remind the user that no file changes have occurred.' check-in: 06a72cea3a user: danield tags: trunk | |
| 13:05 | Fix missing "return" in the new fossil_strdup_nn() routine from the previous check-in. check-in: a04d18198d user: drh tags: trunk | |
| 13:00 | Move the fossil_strdup() implementation from import.c over to util.c where it belongs. Add a new fossil_strdup_nn() that mimics the behavior of mprintf("%s",...), only faster. check-in: 0c9dff644e user: drh tags: trunk | |
| 12:18 | Micro-cleanups in diff-scrolling JS. check-in: 261469e753 user: stephan tags: diff-scroll-sync | |
| 10:41 | Add documentation about internal data structures (specifically, the CONFIG table entries used and what they mean) on the login-group setup page. check-in: 5bb4cee5ec user: drh tags: trunk | |
| 09:50 | Improvements to the /setup_login_group configuration page. check-in: 4420efdf32 user: drh tags: trunk | |
| 09:17 | Security fix in [7df48cb2995cd775]: Only give the user an anonymous login if anonymous logins are enabled. check-in: d6bbf550e7 user: drh tags: trunk | |
| 08:58 | If two or more repositories on the same host are part of a login-group (example: https://fossil-scm.org/home and https://fossil-scm.org/forum) and a user is logged into one of those repositories as an actual user (not as anonymous) but does not have an account on the other repository, grant the user an automatic "anonymous" login on the other repository where they do not have an account. check-in: 7df48cb299 user: drh tags: trunk | |
| 06:08 | • Changes to wiki page "branch/diff-word-wrap" artifact: de344b08c6 user: florian | |
| 06:02 | Remove 'display: inline-block' from insertion and deletion marks to get more natural word-wrapping. Try whether the previous, precisely calculated line height and padding values also work to extend the background color to the entire line height. check-in: b912690fc4 user: florian tags: diff-word-wrap | |
| 05:21 | Fix a JS ternary operator precedence bug to mess up later loaded diff context. check-in: 18c5117b11 user: florian tags: diff-word-wrap | |
3 Years Ago (more context)
|
2023-08-23
| ||
| 15:57 | New Pikchr that fixes text positioning on negative thickness lines. check-in: 2bdd36e4ad user: drh tags: trunk | |
| 15:36 | Update Pikchr to support zero-thickness objects. check-in: 8ed25a31b4 user: drh tags: trunk | |
4 Years Ago (more context)
|
2022-08-23
| ||
| 11:14 | Correct a NULL being passed to strcmp() which caused any submit of JS script code in the skin editor to segfault. Reported in [forum:9d9f0580fd | forum post 9d9f0580fd]. check-in: a88478391e user: stephan tags: trunk | |
5 Years Ago (more context)
|
2021-08-23
| ||
| 02:40 | Minor internal doc tweaks. No code changes. check-in: 4907122668 user: stephan tags: trunk | |
10 Years Ago (more context)
|
2016-08-23
| ||
| 17:34 | Minor tweak to the 'get_versionable_settings' test suite helper routine. check-in: f481fd6c9c user: mistachkin tags: trunk | |
| 17:30 | Add extensive tests for the 'settings' and 'unset' commands. Also, add --exact option to the 'settings' / 'unset' commands. check-in: 816bc43b80 user: mistachkin tags: trunk | |
| 17:21 | Add a comment. Closed-Leaf check-in: ca6c8f9be8 user: mistachkin tags: settingsTest | |
| 14:12 | Fix harmless comment and spacing typos. check-in: 3a66ed0bee user: drh tags: trunk | |
| 14:04 | Fix a stray single-quote character in the SVG pie-chart generator. check-in: f2980d8995 user: drh tags: trunk | |
| 13:52 | Updates to the change log. check-in: 2e58eec68a user: drh tags: trunk | |
| 13:31 | When there is no argument to the /uv page, make "index.wiki" the default. Do not allow "index.html" since that probably will not have the correct <base> header. check-in: 4a8378581c user: drh tags: trunk | |
| 13:01 | Add the "fossil unversioned edit UVFILE" command. check-in: 1d6b67822a user: drh tags: trunk | |
| 12:14 | update change log check-in: 299614d16f user: jan.nijtmans tags: trunk | |
| 12:13 | eliminate some end-of-line spaces check-in: d32155d064 user: jan.nijtmans tags: trunk | |
| 11:58 | Add a link to the /uvlist screen from the /setup menu. Add the byage=1 query parameter to /uvlist. check-in: ab4c1e2961 user: drh tags: trunk | |
| 10:13 | Fix a harmless but redundant space in the admin_log schema definition. check-in: 1852455158 user: drh tags: trunk | |
| 09:51 | • Edit [22ed008469c15dfa|22ed008469]: Move to branch mistake. Add propagating "hidden". Mark "Closed". artifact: 94edc08d19 user: jan.nijtmans | |
| 09:49 | eliminate some end-of-line spaces Closed-Leaf check-in: 22ed008469 user: jan.nijtmans tags: mistake | |
| 02:19 | Add another test to check the value of each versionable setting after it is written. check-in: 46228ffb1f user: mistachkin tags: settingsTest | |
| 02:13 | Add extensive tests for the 'settings' and 'unset' commands. Also, add --exact option to the 'settings' / 'unset' commands. check-in: b9414210cd user: mistachkin tags: settingsTest | |
| 01:41 | Better default sort orders for columns on the /uvlist check-in: 401d9b2937 user: drh tags: trunk | |
| 01:37 | In the /uvlist, do not link to deleted files. check-in: d8b0489b81 user: drh tags: trunk | |
| 01:22 | Improved origin tracking for unversioned files. Show Admin/Setup users the rcvid and allow them to see the originating IP address and to delete unversioned files. Update the rcvfrom table viewer to include unversioned file entries. check-in: 8972aae720 user: drh tags: trunk | |
15 Years Ago (more context)
|
2011-08-23
| ||
| 18:01 | • Edit [a87717ad86e83ffb|a87717ad86]: Edit check-in comment. artifact: 72abd3446c user: martin.weber | |
| 18:00 | go back to the old numbering on the pre-checkin checklist (ok'd drh). check-in: a87717ad86 user: martin.weber tags: trunk | |
| 17:57 | Change numbering back so that the preliminary step is 0, the most important one is #1. check-in: 90e310ebbd user: martin.weber tags: msw-hack | |
| 17:44 | Fill islink field in vfile table when adding files. Support symlinks in export. Make manifest_file_perm() return 2 for symlinks. Add file_perm() function, and use it instead of file_isexe() when we need both isexe and islink properties. check-in: 4619361d58 user: dmitry tags: symlinks | |
| 17:23 | catch up with trunk & fix commentary portion of checkin.wiki. check-in: 35e3328734 user: martin.weber tags: msw-hack | |
| 16:55 | Merge the msw-hack branch into trunk. check-in: d41074f862 user: drh tags: trunk | |
| 16:50 | Avoid using invalid SQL when checking to see if the vfile table needs to have the islink column added. check-in: 2de9e87600 user: drh tags: symlinks | |
| 15:45 | Fix several harmless compiler warnings. check-in: 553159aa0d user: drh tags: trunk | |
| 15:27 | Merge in the latest changes from trunk. check-in: 6c880a4f5e user: drh tags: symlinks | |
| 15:14 | • Fixed ticket [13fd567b51]: "new branch --private" tries to push plus 1 other change artifact: a06b4bafe6 user: drh | |
| 15:14 | Do not auto-push when creating a new private branch. Ticket [13fd567b51fac8] check-in: 649efeb43d user: drh tags: trunk | |
| 15:10 | • Fixed ticket [d94b093486]: Show events for edited user field in user's timeline plus 1 other change artifact: 48318b47f6 user: drh | |
| 15:10 | • Fixed ticket [fca5ce18c0]: The timeline per user does not take into account user changes in checkins plus 1 other change artifact: e2f4f217b8 user: drh | |
| 15:10 | The u= query parameter on a timeline looks for both original and edited user names. Ticket [d94b0934861d9] and [fca5ce18c07c29]. check-in: 0f7f81303c user: drh tags: trunk | |
| 14:47 | Merge the versionable-settings cache into trunk. check-in: ea51d1272c user: drh tags: trunk | |
| 13:54 | Fix comments. check-in: 4a32e8ade7 user: dmitry tags: symlinks | |
| 08:37 | Cache values of versionable settings read from files. Closed-Leaf check-in: 0f0a94730c user: ben tags: ben-minorchanges | |
| 01:52 | • Ticket [13fd567b51] "new branch --private" tries to push status still Open with 2 other changes artifact: 02c0ee60b3 user: dmitry | |
| 01:44 | catch up with trunk; update the pre-checkin list to include checking for your username. check-in: a1f3987760 user: martin.weber tags: msw-hack | |
| 01:36 | • Ticket [d94b093486] Show events for edited user field in user's timeline status still Open with 2 other changes artifact: 3e9411a7d7 user: dmitry | |
| 01:36 | • Ticket [d94b093486]: 2 changes artifact: b4ec3ddfeb user: martin.weber | |
| 01:25 | • New ticket [d94b093486]. artifact: 4b055d01e6 user: dmitry | |
| 01:02 | • Edit [c57830bec263996e|c57830bec2]: Change user to "dmitry". artifact: 5c14dd3a3a user: dmitry | |