Fossil

Timeline
Login

Timeline

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

130 events for the month beginning 2023-01-01 by user stephan

Following month ↑
2023-01-26
01:46
Refactor how the IF NOT EXISTS check is performed on the repository.admin_log table, per request from drh. ... (check-in: 2da6010b user: stephan tags: trunk)
2023-01-25
00:30
More updates of func decls f() to f(void). ... (check-in: 5dd632eb user: stephan tags: trunk)
00:25
More updates of func decls f() to f(void). ... (check-in: 9c5952be user: stephan tags: trunk)
2023-01-24
21:25
Upgrade FTS search from v4 to v5. ... (check-in: c3c4ef16 user: stephan tags: trunk)
19:01
Add initial infrastructure for being able to resolve 'ckout' uniformly in certain contexts, per /chat discussion. ... (check-in: 4d8c3026 user: stephan tags: trunk)
03:26
Remove some end-of-line whitespace. No functional changes. ... (check-in: 8307133b user: stephan tags: search-fts5)
02:57
Replace FTS4 with FTS5, per forum post d05b1855aa. This has been only lightly tested and might require a repo rebuild (or that we rename the associated tables/views rather than recycle them). ... (check-in: c1933caf user: stephan tags: search-fts5)
2023-01-23
23:30 Edit [04bbb05df762a82c|04bbb05d]: Mark "Closed". Edit [04f232aaaeb0fea8|04f232aa]: Mark "Closed". Edit [050cd0194324fde3|050cd019]: Mark "Closed". Edit [09a21409f53247b0|09a21409]: Mark "Closed". Edit [0ad3e06bd2eff6b3|0ad3e06b]: Mark "Closed". Edit [0b70cf6d5758d7da|0b70cf6d]: Mark "Closed". Edit [16a09da8c18a621b|16a09da8]: Mark "Closed". Edit [1c84fa5569640b93|1c84fa55]: Mark "Closed". Edit [1e4aaf7b2e754f8c|1e4aaf7b]: Mark "Closed". Edit [21f38e85b345968f|21f38e85]: Mark "Closed". Edit [2f24675ab589dca1|2f24675a]: Mark "Closed". Edit [49bee969ee0f636b|49bee969]: Mark "Closed". Edit [50cdb741db7cc3f5|50cdb741]: Mark "Closed". Edit [53458bed91942f1e|53458bed]: Mark "Closed". Edit [5b101aa706e2555a|5b101aa7]: Mark "Closed". Edit [5d7c00f7e5360bcf|5d7c00f7]: Mark "Closed". Edit [60d25189d2718a5a|60d25189]: Mark "Closed". Edit [616de1fef2a912f2|616de1fe]: Mark "Closed". Edit [67c420402f2958ee|67c42040]: Mark "Closed". Edit [69b450c1e028c077|69b450c1]: Mark "Closed". Edit [6e3f354de15ad20e|6e3f354d]: Mark "Closed". Edit [6ead94abf8e10ee3|6ead94ab]: Mark "Closed". Edit [7cfbf66a027855eb|7cfbf66a]: Mark "Closed". Edit [7da1aa6f3103ed96|7da1aa6f]: Mark "Closed". Edit [89d950efd0830476|89d950ef]: Mark "Closed". Edit [8a6e8e2703d9660f|8a6e8e27]: Mark "Closed". Edit [9660319699a15332|96603196]: Mark "Closed". Edit [971a5f513c15647b|971a5f51]: Mark "Closed". Edit [9ae6f8660d020e12|9ae6f866]: Mark "Closed". Edit [9c2080a360fc4a4e|9c2080a3]: Mark "Closed". Edit [9d37ebbee6661827|9d37ebbe]: Mark "Closed". Edit [a41ef5e6a232e524|a41ef5e6]: Mark "Closed". Edit [a69f71a2758ad66d|a69f71a2]: Mark "Closed". Edit [a8a606996bbd62f2|a8a60699]: Mark "Closed". Edit [ac199e7a8aece7e7|ac199e7a]: Mark "Closed". Edit [b406b41453b00f97|b406b414]: Mark "Closed". Edit [b713393b9a87908e|b713393b]: Mark "Closed". Edit [bbc5264066b88f77|bbc52640]: Mark "Closed". Edit [c40c3272cdde2254|c40c3272]: Mark "Closed". Edit [f882d5cb0e4d945f|f882d5cb]: Mark "Closed". ... (artifact: 260b4755 user: stephan)
00:12
Add /json/settings/get and set APIs, per discussion in forum post 04b7159d63d4abe4. ... (check-in: a80f2748 user: stephan tags: trunk)
2023-01-21
12:14
Merge trunk into markdown-tagrefs branch. ... (check-in: baf038b1 user: stephan tags: markdown-tagrefs)
11:40
Make diff --checkin VERSION capable for working from outside of a checkout. ... (check-in: 8e8e0269 user: stephan tags: trunk)
01:13
Remove bootstrap skin, per discussion in forum post aa02d7443d446211. Clients with that skin selected will automatically be switched to the default. ... (check-in: e1ef9347 user: stephan tags: trunk)
2023-01-20
04:25
Add /json/settings/set. Replace several free() calls with fossil_free(). Work around json_send_response() being called twice in some CLI-based cases. ... (Closed-Leaf check-in: 4d2aeb29 user: stephan tags: json-settings-command)
00:11
Add docs for /json/settings. ... (check-in: f302b9bc user: stephan tags: json-settings-command)
2023-01-19
23:44
Roll back a broken part of [f3d3d1be59728b5dde702a] which caused only versioned settings' values to be fetched. ... (check-in: c7221a2e user: stephan tags: json-settings-command)
23:38
Correct (non-)fetching of sensitive properties for (non-)Setup users. ... (check-in: f3d3d1be user: stephan tags: json-settings-command)
23:32
Restructure /json/settings/get output from an array of objects to a map of objects, keyed on setting name, per forum discussion. ... (check-in: d0bf9682 user: stephan tags: json-settings-command)
02:55
For sensitive settings, always explicitly set value and valueSource to null for non-setup users (or if they aren't set), to avoid the possibility of downstream clients perhaps picking up inherited properties in their place, depending on their programming environment. ... (check-in: 451cda04 user: stephan tags: json-settings-command)
02:39
Extend /json/settings/get with a version=X flag indicating the check-in version to check for versionable flags in before falling back to either the checkout or repository. List sensitive properties for all users but elide their values for non-setup users (previously they were elided altogether for non-setup users). ... (check-in: fd405e95 user: stephan tags: json-settings-command)
01:01
Add missing 'void' to no-arg function decls and impls throughout the JSON API. (In my defense: the distinction between f(void) and f() was unknown to me at the time that code was written.) ... (check-in: 632dfd26 user: stephan tags: json-settings-command)
2023-01-18
00:54
Initial prototype of the /json/settings/get command/page, per discussion in forum post 04b7159d63d4abe4. ... (check-in: 29e5bb00 user: stephan tags: json-settings-command)
00:47
Fix a memory leak of the path to a versioned-setting file in print_setting(). ... (check-in: c76b0019 user: stephan tags: trunk)
2023-01-17
19:27 Closed ticket [77de516a]: Post-push patch plus 3 other changes ... (artifact: 55c29b42 user: stephan)
19:26 Closed ticket [986daabb]: checkin command lost merge information if --force option used. plus 4 other changes ... (artifact: 8223306c user: stephan)
19:24 Closed ticket [13813896]: Editing multiple ticket fields ends in no changes plus 3 other changes ... (artifact: 439b2953 user: stephan)
19:24 Closed ticket [984d15b8]: Merge conflict markers could be more helpful plus 3 other changes ... (artifact: 8f968064 user: stephan)
19:23 Closed ticket [24e1e78f]: Files in conflict are not marked as so plus 3 other changes ... (artifact: 1413d36d user: stephan)
19:22 Closed ticket [59965ca6]: Bad line endings in diff output on Windows plus 3 other changes ... (artifact: 4b86c036 user: stephan)
19:21 Closed ticket [3567d7dd]: occupied port 8080 has been used instead of available 8081 plus 3 other changes ... (artifact: fc56c864 user: stephan)
19:21 Closed ticket [c3971eac]: fossil breaks if HOME points to read-only directory plus 4 other changes ... (artifact: b1f34e20 user: stephan)
19:20 Closed ticket [5664fcba]: merge disjunct trees plus 4 other changes ... (artifact: 144b710f user: stephan)
19:19 Closed ticket [6e5d9dd8]: HTML tags show on tickets when running "fossil timeline" on CLI plus 4 other changes ... (artifact: 5f084b4d user: stephan)
19:18 Closed ticket [fb9a08bc]: Default user not respected for 'fossil tag' plus 4 other changes ... (artifact: d2e551f1 user: stephan)
19:16 Closed ticket [f37c5d9f]: -R, --repository not recognized with "fossil branch new" cmd plus 3 other changes ... (artifact: f0fe2991 user: stephan)
19:15 Closed ticket [c9b62d38]: fossil rebuild fails on PellesC-compile plus 4 other changes ... (artifact: afa551fa user: stephan)
19:14 Closed ticket [08248795]: admin/stat page is slow plus 3 other changes ... (artifact: 8b342631 user: stephan)
19:12 Closed ticket [7dc10e5d]: Initial import failed most likely due to brackets in file name plus 3 other changes ... (artifact: 4810cb51 user: stephan)
19:11 Closed ticket [aee1b21f]: enable diff cmmand to diff more than one files plus 3 other changes ... (artifact: 825ac091 user: stephan)
17:19 Closed ticket [7e32f0c1]: Memory leak plus 3 other changes ... (artifact: ea751041 user: stephan)
17:19 Closed ticket [0a09bc0d]: "Read Ticket" privilege should enable ticket hyperlinks even if "History" privilege is removed plus 3 other changes ... (artifact: 81b19145 user: stephan)
17:18 Closed ticket [38f2c8d3]: ISA Server authentication fails plus 4 other changes ... (artifact: 978288ed user: stephan)
17:16 Closed ticket [c6376b37]: fossil rename says 'file outside of checkout tree' when it isn't plus 3 other changes ... (artifact: db184ba6 user: stephan)
17:14 Closed ticket [538d5157]: Recursive rm doesn't work plus 3 other changes ... (artifact: ffab194f user: stephan)
17:14 Closed ticket [ea7d5837]: Some characters prevent "server ." from serving repos plus 3 other changes ... (artifact: c281eda7 user: stephan)
17:14 Closed ticket [c0bbe014]: SKIN: css problems with Nomenclature box on branch page plus 3 other changes ... (artifact: 615c6284 user: stephan)
17:12 Ticket [b0894abc] fossil server -P address:port status still Open with 3 other changes ... (artifact: f6bb11c6 user: stephan)
17:11 Ticket [a53f65f5] ZIP archive of changed files between two check-ins status still Open with 4 other changes ... (artifact: 9ad71c84 user: stephan)
17:09 Closed ticket [92d3a034]: problems with "fossil wiki delete" plus 4 other changes ... (artifact: ab80c5fb user: stephan)
17:08 Closed ticket [71b1f35b]: Revamping of Files page plus 4 other changes ... (artifact: d2dfbb12 user: stephan)
17:07 Closed ticket [6248d17d]: file not found plus 3 other changes ... (artifact: 4b0fe1ad user: stephan)
17:07 Closed ticket [3915adc7]: Move page title to below menu for consistency plus 3 other changes ... (artifact: fdad661c user: stephan)
17:06 Closed ticket [e68182a3]: Default HTML for new ticket form plus 4 other changes ... (artifact: c2e8ebd5 user: stephan)
17:05 Closed ticket [38d80ca1]: Auto link URL:s in ticket descriptions plus 4 other changes ... (artifact: 328e70dc user: stephan)
17:04 Closed ticket [1ec8be0c]: /doc on fossil web shows index.wiki but links on the page are broken plus 3 other changes ... (artifact: 534733ea user: stephan)
17:03 Closed ticket [0e5d7565]: browsing /doc/ckout shows files not added to repository plus 3 other changes ... (artifact: aa87db87 user: stephan)
17:02 Closed ticket [270033a5]: fossil: tree checksum does not match repository after commit plus 3 other changes ... (artifact: bd01b9c6 user: stephan)
17:01 Closed ticket [255697a5]: Relevant space in .cgi plus 3 other changes ... (artifact: 7f06f80d user: stephan)
17:01 Closed ticket [58339f7b]: The excellent branching wiki, needs a similar "how to merge" page... plus 5 other changes ... (artifact: ed91c9bd user: stephan)
17:00 Closed ticket [0830da5a]: wiki sandbox does not support attachments plus 3 other changes ... (artifact: 5ef941f5 user: stephan)
16:59 Closed ticket [78d8659d]: fossil does not ask for password when autosync plus 3 other changes ... (artifact: 94df4e9e user: stephan)
16:58 Closed ticket [53aa95f3]: web colors broken plus 3 other changes ... (artifact: 4e2f6b09 user: stephan)
16:58 Closed ticket [4149936e]: show fossil command lines on branching.wiki plus 3 other changes ... (artifact: 7f56d3f3 user: stephan)
16:57 Closed ticket [5a13dbd2]: add and ci/commit are inconsistent wrt "*" handling plus 3 other changes ... (artifact: 88d35dee user: stephan)
16:56 Closed ticket [3e3018e9]: ticket history (ala roundup) plus 4 other changes ... (artifact: 509689c4 user: stephan)
16:55 Closed ticket [173e80a4]: fossil header/footer/css/ticket pages should be version controlled plus 3 other changes ... (artifact: de8a505c user: stephan)
16:54 Ticket [43e2fc33] Filenames containing spaces are downloaded with + signs from the browser link status still Open with 6 other changes ... (artifact: 872d0378 user: stephan)
16:52 Closed ticket [66be806d]: Out of memory error when cloning non-existant repository plus 3 other changes ... (artifact: d2c60aba user: stephan)
16:51 Closed ticket [b7b9a4d6]: TH variable "$current_page" does not show the expected value plus 4 other changes ... (artifact: ab1af71b user: stephan)
16:51 Closed ticket [e5e2e040]: Universal binary builds for Mac OS X plus 3 other changes ... (artifact: 257d9f59 user: stephan)
16:50 Closed ticket [39a34006]: In HTML mode, wiki inserts stray paragraph for [] links plus 3 other changes ... (artifact: e2f08255 user: stephan)
15:41 Closed ticket [e5419400]: RSS (timeline.rss) should accept t=tag option to generate RSS for checkins on a branch plus 4 other changes ... (artifact: 219f3982 user: stephan)
15:40 Closed ticket [beb8f31e]: Wrong redirect after successful logon plus 3 other changes ... (artifact: d9c9f9e7 user: stephan)
15:39 Closed ticket [5e624dbf]: branch doesn't obey clearsign setting plus 3 other changes ... (artifact: ede1b11f user: stephan)
15:38 Closed ticket [0120af47]: branch new only works in open working directory (Win32) plus 3 other changes ... (artifact: ffa704bf user: stephan)
15:38 Closed ticket [40aeb4f9]: pull -R and sync -R doen't add the repository in .fossil db plus 3 other changes ... (artifact: fe66caba user: stephan)
15:37 Closed ticket [e382a8bc]: Corrections to delta format description plus 3 other changes ... (artifact: 5721004a user: stephan)
15:37 Closed ticket [ce73fc21]: ui doesn't work on Windows 9x (portable_system() broken) plus 3 other changes ... (artifact: e80be03e user: stephan)
15:37 Closed ticket [644116e6]: The last Chinese character does not show plus 4 other changes ... (artifact: 77875cbd user: stephan)
15:35 Closed ticket [46241f6a]: password prompt problem in bash from MSYS on Windows NT plus 3 other changes ... (artifact: 5fd69995 user: stephan)
15:35 Closed ticket [8f1632a3]: export function not yet implemented plus 4 other changes ... (artifact: 8a1f8b71 user: stephan)
15:34 Closed ticket [1b20ab6c]: "Fossil : no such file: in -E2F0FD85......." plus 3 other changes ... (artifact: a56cdadb user: stephan)
15:33 Closed ticket [f35bb200]: Request cmd line return 1 if no files updated, 2 for errors plus 4 other changes ... (artifact: 798f692b user: stephan)
15:31 Closed ticket [4884dee3]: Fossil server crashes on Windows with custom CMD.exe command-line AutoRun plus 4 other changes ... (artifact: 63ec6d9c user: stephan)
15:30 Closed ticket [4e8410bf]: Add something similar to cvsignore feature plus 5 other changes ... (artifact: ff10cc6a user: stephan)
15:29 Closed ticket [4962a7b0]: "fossil ui repo --sqltrace" does not work on Windows plus 4 other changes ... (artifact: 2021040d user: stephan)
15:28 Closed ticket [6c68067a]: Request an option to allow cookies to not rely on IP address plus 5 other changes ... (artifact: 95097882 user: stephan)
15:28 Closed ticket [c68b4e0f]: after committing "Fossil : no such file: in -E2F0FD85......." plus 4 other changes ... (artifact: cf3e6a57 user: stephan)
15:27 Closed ticket [91683f49]: Mechanism for i18n the product UI plus 3 other changes ... (artifact: ef9beaba user: stephan)
15:27 Closed ticket [cccd387b]: "nowiki" tag doesn't take effect in ticket titles. plus 3 other changes ... (artifact: 4598f80d user: stephan)
15:26 Closed ticket [993287b3]: Patch to allow sidebox to be skinable. plus 3 other changes ... (artifact: a560fb0a user: stephan)
15:25 Closed ticket [8f7e657c]: Example for report coloring by priority is wrong plus 3 other changes ... (artifact: b9b11cb8 user: stephan)
15:24 Closed ticket [4c636a73]: Ticket table in Safari more than one line per row plus 3 other changes ... (artifact: c9e4376b user: stephan)
15:24 Closed ticket [812379bd]: "fossil ui" network interface option plus 4 other changes ... (artifact: 8b0e36ed user: stephan)
15:23 Closed ticket [79e9c644]: More flexible Wiki HTML Parser plus 3 other changes ... (artifact: 7d4941f8 user: stephan)
15:23 Closed ticket [2b01b6ca]: Mail Notifications for Tickets plus 4 other changes ... (artifact: 236fa774 user: stephan)
15:22 Closed ticket [396726fe]: Accept extension .fsl in command "fossil server directory" plus 3 other changes ... (artifact: 13f423c2 user: stephan)
15:22 Closed ticket [1aaadb4f]: fossil: SQL error: out of memory plus 4 other changes ... (artifact: 1f37c459 user: stephan)
15:21 Closed ticket [9ac3352f]: After merge, revert -- "update" refuses to cooperate plus 3 other changes ... (artifact: c0e4fd31 user: stephan)
15:20 Closed ticket [83e9e001]: html tags are apparently not escaped or converted when presented via timeline.rss plus 5 other changes ... (artifact: 17fa64dc user: stephan)
15:18 Closed ticket [3d11382c]: Milestone feature functionality plus 4 other changes ... (artifact: 6bc55398 user: stephan)
15:16 Closed ticket [36cb6b45]: in windows, fossil allows addition of the same file twice plus 3 other changes ... (artifact: b2174818 user: stephan)
15:15 Closed ticket [a7087ffa]: User information is edited in an inobvious location. plus 3 other changes ... (artifact: 1271c73d user: stephan)
15:14 Closed ticket [4404464b]: Typo, Quick-start and newbies plus 4 other changes ... (artifact: 7376b0df user: stephan)
15:14 Closed ticket [d2c9a2fe]: Login expiration time doesn't work plus 4 other changes ... (artifact: 7ad5a4d0 user: stephan)
15:13 Closed ticket [1457156b]: "fossil gdiff" uses internal diff under some conditions plus 3 other changes ... (artifact: ef917508 user: stephan)
15:12 Closed ticket [9daf6773]: Blob max size checking before commit plus 4 other changes ... (artifact: 6b311839 user: stephan)
15:10 Closed ticket [a410962b]: "fossil timeline ancestors current -n 1" does not always work plus 4 other changes ... (artifact: dc6ca199 user: stephan)
15:05 Closed ticket [b074a758]: fossil: not a valid repository: /pub/fossil-db/big.fsl plus 3 other changes ... (artifact: aeb834ee user: stephan)
15:04 Closed ticket [5fb94402]: Inconsistent diff output. plus 4 other changes ... (artifact: b4f40e91 user: stephan)
15:03 Closed ticket [0669e179]: Support "fossil co http://myfossil.test.net/srcdir/subdir2" plus 4 other changes ... (artifact: 5dedec8b user: stephan)
15:01 Closed ticket [07a38f38]: chekout only sub source tree plus 4 other changes ... (artifact: 95c2305d user: stephan)
14:58 Closed ticket [7ac3c7ba]: who are cloning me ? plus 4 other changes ... (artifact: d2b8a819 user: stephan)
14:51 Closed ticket [23d31485]: fossil rm dir1/dir2 plus 5 other changes ... (artifact: c5c8ec60 user: stephan)
14:47 Closed ticket [d0e0bc0d]: add ticket created time plus 3 other changes ... (artifact: acb93b72 user: stephan)
14:46 Closed ticket [7a27e10f]: Need a command to find states of files for entire tree/subdir for Editors and IDEs. plus 5 other changes ... (artifact: 2c60bcd3 user: stephan)
14:45 Closed ticket [e4da774b]: incorrect quote handling for HTML tag elements plus 4 other changes ... (artifact: fd33f562 user: stephan)
14:44 Closed ticket [5f9f516a]: Cannot commit changes: tree checksums before and after commit do not match plus 4 other changes ... (artifact: b68c97c2 user: stephan)
14:43 Closed ticket [95d893c2]: diagnostics for fossil tag cancel X Y plus 4 other changes ... (artifact: 6c83088b user: stephan)
14:38 Closed ticket [d642c362]: Improve and update documentation plus 4 other changes ... (artifact: 222f4964 user: stephan)
14:38 Closed ticket [2666a003]: failure w/ cryptic error when file missing. plus 4 other changes ... (artifact: 2293ad42 user: stephan)
14:37 Closed ticket [068a6565]: Wiki Sections ==Section== (with possibly table of contents) plus 5 other changes ... (artifact: 288717c7 user: stephan)
14:34 Closed ticket [741c1450]: Documentation Edit for Customising the Ticket System. plus 4 other changes ... (artifact: 1cb1e6e4 user: stephan)
14:33 Closed ticket [786d01dc]: Fix some build issues on Windows plus 5 other changes ... (artifact: 03b26684 user: stephan)
14:32 Closed ticket [fd42f1fc]: request to add ticket Comment in RSS feed plus 5 other changes ... (artifact: 95a6a26f user: stephan)
14:29 Closed ticket [4c303443]: fossil rmdir plus 5 other changes ... (artifact: 61fcdb85 user: stephan)
14:27 Closed ticket [dbf79085]: Issues with logging-in plus 5 other changes ... (artifact: 02e2bcb7 user: stephan)
14:24 Ticket [700d423d] Tables in ticket view set the bgcolor status still Open with 5 other changes ... (artifact: 03b60306 user: stephan)
14:20 Closed ticket [8a41d378]: 'configure pull' command accept --proxy option, but ignore it. plus 5 other changes ... (artifact: 372f394f user: stephan)
14:17 Closed ticket [2e3dc633]: Default Severity Annoying plus 3 other changes ... (artifact: c559a83b user: stephan)
2023-01-16
15:37
Roll back the part of [71a2d68a7a113e7c] which automatically updates the user display prefs cookie, per /chat discussion. Updating the cookie once again requires an explicit udc URL arg or setting the skin, which implies udc. This fixes the problem that a timeline link from the /reports page persistently sets the default timeline entry count to the value used by that report. ... (check-in: 5feac634 user: stephan tags: trunk)
Previous month ↓