Fossil

Timeline
Login

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: 2da6010b7c user: stephan tags: trunk)
2023-01-25
00:30
More updates of func decls f() to f(void). ... (check-in: 5dd632eb44 user: stephan tags: trunk)
00:25
More updates of func decls f() to f(void). ... (check-in: 9c5952bec3 user: stephan tags: trunk)
2023-01-24
21:25
Upgrade FTS search from v4 to v5. ... (check-in: c3c4ef167e user: stephan tags: trunk)
19:01
Add initial infrastructure for being able to resolve 'ckout' uniformly in certain contexts, per /chat discussion. ... (check-in: 4d8c30265b user: stephan tags: trunk)
03:26
Remove some end-of-line whitespace. No functional changes. ... (check-in: 8307133b7c user: stephan tags: search-fts5)
02:57
Replace FTS4 with FTS5, per [forum:d05b1855aa|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: c1933caf03 user: stephan tags: search-fts5)
2023-01-23
23:30 Edit [04bbb05df762a82c|04bbb05df7]: Mark "Closed". Edit [04f232aaaeb0fea8|04f232aaae]: Mark "Closed". Edit [050cd0194324fde3|050cd01943]: Mark "Closed". Edit [09a21409f53247b0|09a21409f5]: Mark "Closed". Edit [0ad3e06bd2eff6b3|0ad3e06bd2]: Mark "Closed". Edit [0b70cf6d5758d7da|0b70cf6d57]: Mark "Closed". Edit [16a09da8c18a621b|16a09da8c1]: Mark "Closed". Edit [1c84fa5569640b93|1c84fa5569]: Mark "Closed". Edit [1e4aaf7b2e754f8c|1e4aaf7b2e]: Mark "Closed". Edit [21f38e85b345968f|21f38e85b3]: Mark "Closed". Edit [2f24675ab589dca1|2f24675ab5]: Mark "Closed". Edit [49bee969ee0f636b|49bee969ee]: Mark "Closed". Edit [50cdb741db7cc3f5|50cdb741db]: Mark "Closed". Edit [53458bed91942f1e|53458bed91]: Mark "Closed". Edit [5b101aa706e2555a|5b101aa706]: Mark "Closed". Edit [5d7c00f7e5360bcf|5d7c00f7e5]: Mark "Closed". Edit [60d25189d2718a5a|60d25189d2]: Mark "Closed". Edit [616de1fef2a912f2|616de1fef2]: Mark "Closed". Edit [67c420402f2958ee|67c420402f]: Mark "Closed". Edit [69b450c1e028c077|69b450c1e0]: Mark "Closed". Edit [6e3f354de15ad20e|6e3f354de1]: Mark "Closed". Edit [6ead94abf8e10ee3|6ead94abf8]: Mark "Closed". Edit [7cfbf66a027855eb|7cfbf66a02]: Mark "Closed". Edit [7da1aa6f3103ed96|7da1aa6f31]: Mark "Closed". Edit [89d950efd0830476|89d950efd0]: Mark "Closed". Edit [8a6e8e2703d9660f|8a6e8e2703]: Mark "Closed". Edit [9660319699a15332|9660319699]: Mark "Closed". Edit [971a5f513c15647b|971a5f513c]: Mark "Closed". Edit [9ae6f8660d020e12|9ae6f8660d]: Mark "Closed". Edit [9c2080a360fc4a4e|9c2080a360]: Mark "Closed". Edit [9d37ebbee6661827|9d37ebbee6]: Mark "Closed". Edit [a41ef5e6a232e524|a41ef5e6a2]: Mark "Closed". Edit [a69f71a2758ad66d|a69f71a275]: Mark "Closed". Edit [a8a606996bbd62f2|a8a606996b]: Mark "Closed". Edit [ac199e7a8aece7e7|ac199e7a8a]: Mark "Closed". Edit [b406b41453b00f97|b406b41453]: Mark "Closed". Edit [b713393b9a87908e|b713393b9a]: Mark "Closed". Edit [bbc5264066b88f77|bbc5264066]: Mark "Closed". Edit [c40c3272cdde2254|c40c3272cd]: Mark "Closed". Edit [f882d5cb0e4d945f|f882d5cb0e]: Mark "Closed". ... (artifact: 260b475564 user: stephan)
00:12
Add /json/settings/get and set APIs, per discussion in [forum:04b7159d63d4abe4|forum post 04b7159d63d4abe4]. ... (check-in: a80f27485a user: stephan tags: trunk)
2023-01-21
12:14
Merge trunk into markdown-tagrefs branch. ... (check-in: baf038b1aa user: stephan tags: markdown-tagrefs)
11:40
Make diff --checkin VERSION capable for working from outside of a checkout. ... (check-in: 8e8e0269a9 user: stephan tags: trunk)
01:13
Remove bootstrap skin, per discussion in [forum:aa02d7443d446211|forum post aa02d7443d446211]. Clients with that skin selected will automatically be switched to the default. ... (check-in: e1ef9347e1 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: 4d2aeb29eb user: stephan tags: json-settings-command)
00:11
Add docs for /json/settings. ... (check-in: f302b9bc41 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: c7221a2e8c user: stephan tags: json-settings-command)
23:38
Correct (non-)fetching of sensitive properties for (non-)Setup users. ... (check-in: f3d3d1be59 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: d0bf9682a9 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: 451cda0452 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: fd405e9563 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: 632dfd26dd user: stephan tags: json-settings-command)
2023-01-18
00:54
Initial prototype of the /json/settings/get command/page, per discussion in [forum:04b7159d63d4abe4|forum post 04b7159d63d4abe4]. ... (check-in: 29e5bb008c 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: c76b00197f user: stephan tags: trunk)
2023-01-17
19:27 Closed ticket [77de516a1f]: Post-push patch plus 3 other changes ... (artifact: 55c29b4202 user: stephan)
19:26 Closed ticket [986daabbc4]: checkin command lost merge information if --force option used. plus 4 other changes ... (artifact: 8223306cbc user: stephan)
19:24 Closed ticket [13813896d5]: Editing multiple ticket fields ends in no changes plus 3 other changes ... (artifact: 439b295309 user: stephan)
19:24 Closed ticket [984d15b811]: Merge conflict markers could be more helpful plus 3 other changes ... (artifact: 8f968064b2 user: stephan)
19:23 Closed ticket [24e1e78fa3]: Files in conflict are not marked as so plus 3 other changes ... (artifact: 1413d36d9a user: stephan)
19:22 Closed ticket [59965ca64d]: Bad line endings in diff output on Windows plus 3 other changes ... (artifact: 4b86c036b0 user: stephan)
19:21 Closed ticket [3567d7dd0c]: occupied port 8080 has been used instead of available 8081 plus 3 other changes ... (artifact: fc56c864b6 user: stephan)
19:21 Closed ticket [c3971eac71]: fossil breaks if HOME points to read-only directory plus 4 other changes ... (artifact: b1f34e20f6 user: stephan)
19:20 Closed ticket [5664fcba51]: merge disjunct trees plus 4 other changes ... (artifact: 144b710fea user: stephan)
19:19 Closed ticket [6e5d9dd8ec]: HTML tags show on tickets when running "fossil timeline" on CLI plus 4 other changes ... (artifact: 5f084b4d84 user: stephan)
19:18 Closed ticket [fb9a08bc0e]: Default user not respected for 'fossil tag' plus 4 other changes ... (artifact: d2e551f1f9 user: stephan)
19:16 Closed ticket [f37c5d9fe6]: -R, --repository not recognized with "fossil branch new" cmd plus 3 other changes ... (artifact: f0fe2991b6 user: stephan)
19:15 Closed ticket [c9b62d38ef]: fossil rebuild fails on PellesC-compile plus 4 other changes ... (artifact: afa551fa9c user: stephan)
19:14 Closed ticket [082487952c]: admin/stat page is slow plus 3 other changes ... (artifact: 8b34263172 user: stephan)
19:12 Closed ticket [7dc10e5daf]: Initial import failed most likely due to brackets in file name plus 3 other changes ... (artifact: 4810cb5104 user: stephan)
19:11 Closed ticket [aee1b21fef]: enable diff cmmand to diff more than one files plus 3 other changes ... (artifact: 825ac091f2 user: stephan)
17:19 Closed ticket [7e32f0c179]: Memory leak plus 3 other changes ... (artifact: ea7510416f user: stephan)
17:19 Closed ticket [0a09bc0dff]: "Read Ticket" privilege should enable ticket hyperlinks even if "History" privilege is removed plus 3 other changes ... (artifact: 81b19145c2 user: stephan)
17:18 Closed ticket [38f2c8d375]: ISA Server authentication fails plus 4 other changes ... (artifact: 978288edb5 user: stephan)
17:16 Closed ticket [c6376b37a8]: fossil rename says 'file outside of checkout tree' when it isn't plus 3 other changes ... (artifact: db184ba6a4 user: stephan)
17:14 Closed ticket [538d51575d]: Recursive rm doesn't work plus 3 other changes ... (artifact: ffab194fe3 user: stephan)
17:14 Closed ticket [ea7d583739]: Some characters prevent "server ." from serving repos plus 3 other changes ... (artifact: c281eda735 user: stephan)
17:14 Closed ticket [c0bbe01436]: SKIN: css problems with Nomenclature box on branch page plus 3 other changes ... (artifact: 615c62840d user: stephan)
17:12 Ticket [b0894abc94] fossil server -P address:port status still Open with 3 other changes ... (artifact: f6bb11c6be user: stephan)
17:11 Ticket [a53f65f57f] ZIP archive of changed files between two check-ins status still Open with 4 other changes ... (artifact: 9ad71c84aa user: stephan)
17:09 Closed ticket [92d3a03459]: problems with "fossil wiki delete" plus 4 other changes ... (artifact: ab80c5fbb4 user: stephan)
17:08 Closed ticket [71b1f35b4f]: Revamping of Files page plus 4 other changes ... (artifact: d2dfbb1252 user: stephan)
17:07 Closed ticket [6248d17d6f]: file not found plus 3 other changes ... (artifact: 4b0fe1ad13 user: stephan)
17:07 Closed ticket [3915adc720]: Move page title to below menu for consistency plus 3 other changes ... (artifact: fdad661ca8 user: stephan)
17:06 Closed ticket [e68182a35a]: Default HTML for new ticket form plus 4 other changes ... (artifact: c2e8ebd573 user: stephan)
17:05 Closed ticket [38d80ca169]: Auto link URL:s in ticket descriptions plus 4 other changes ... (artifact: 328e70dc7c user: stephan)
17:04 Closed ticket [1ec8be0c53]: /doc on fossil web shows index.wiki but links on the page are broken plus 3 other changes ... (artifact: 534733ea45 user: stephan)
17:03 Closed ticket [0e5d75657f]: browsing /doc/ckout shows files not added to repository plus 3 other changes ... (artifact: aa87db87c6 user: stephan)
17:02 Closed ticket [270033a5d5]: fossil: tree checksum does not match repository after commit plus 3 other changes ... (artifact: bd01b9c612 user: stephan)
17:01 Closed ticket [255697a542]: Relevant space in .cgi plus 3 other changes ... (artifact: 7f06f80dcf user: stephan)
17:01 Closed ticket [58339f7b10]: The excellent branching wiki, needs a similar "how to merge" page... plus 5 other changes ... (artifact: ed91c9bd47 user: stephan)
17:00 Closed ticket [0830da5a06]: wiki sandbox does not support attachments plus 3 other changes ... (artifact: 5ef941f535 user: stephan)
16:59 Closed ticket [78d8659da3]: fossil does not ask for password when autosync plus 3 other changes ... (artifact: 94df4e9e73 user: stephan)
16:58 Closed ticket [53aa95f382]: web colors broken plus 3 other changes ... (artifact: 4e2f6b09be user: stephan)
16:58 Closed ticket [4149936e44]: show fossil command lines on branching.wiki plus 3 other changes ... (artifact: 7f56d3f399 user: stephan)
16:57 Closed ticket [5a13dbd275]: add and ci/commit are inconsistent wrt "*" handling plus 3 other changes ... (artifact: 88d35dee10 user: stephan)
16:56 Closed ticket [3e3018e96f]: ticket history (ala roundup) plus 4 other changes ... (artifact: 509689c4c3 user: stephan)
16:55 Closed ticket [173e80a4df]: fossil header/footer/css/ticket pages should be version controlled plus 3 other changes ... (artifact: de8a505c18 user: stephan)
16:54 Ticket [43e2fc335c] Filenames containing spaces are downloaded with + signs from the browser link status still Open with 6 other changes ... (artifact: 872d0378c5 user: stephan)
16:52 Closed ticket [66be806dbe]: Out of memory error when cloning non-existant repository plus 3 other changes ... (artifact: d2c60aba39 user: stephan)
16:51 Closed ticket [b7b9a4d6ee]: TH variable "$current_page" does not show the expected value plus 4 other changes ... (artifact: ab1af71b29 user: stephan)
16:51 Closed ticket [e5e2e0408e]: Universal binary builds for Mac OS X plus 3 other changes ... (artifact: 257d9f594f user: stephan)
16:50 Closed ticket [39a340063d]: In HTML mode, wiki inserts stray paragraph for [] links plus 3 other changes ... (artifact: e2f0825576 user: stephan)
15:41 Closed ticket [e541940099]: RSS (timeline.rss) should accept t=tag option to generate RSS for checkins on a branch plus 4 other changes ... (artifact: 219f3982f6 user: stephan)
15:40 Closed ticket [beb8f31ea5]: Wrong redirect after successful logon plus 3 other changes ... (artifact: d9c9f9e798 user: stephan)
15:39 Closed ticket [5e624dbfca]: branch doesn't obey clearsign setting plus 3 other changes ... (artifact: ede1b11f43 user: stephan)
15:38 Closed ticket [0120af475c]: branch new only works in open working directory (Win32) plus 3 other changes ... (artifact: ffa704bf74 user: stephan)
15:38 Closed ticket [40aeb4f9fc]: pull -R and sync -R doen't add the repository in .fossil db plus 3 other changes ... (artifact: fe66caba72 user: stephan)
15:37 Closed ticket [e382a8bce3]: Corrections to delta format description plus 3 other changes ... (artifact: 5721004ac1 user: stephan)
15:37 Closed ticket [ce73fc2173]: ui doesn't work on Windows 9x (portable_system() broken) plus 3 other changes ... (artifact: e80be03eaa user: stephan)
15:37 Closed ticket [644116e638]: The last Chinese character does not show plus 4 other changes ... (artifact: 77875cbda0 user: stephan)
15:35 Closed ticket [46241f6acb]: password prompt problem in bash from MSYS on Windows NT plus 3 other changes ... (artifact: 5fd69995d8 user: stephan)
15:35 Closed ticket [8f1632a3f7]: export function not yet implemented plus 4 other changes ... (artifact: 8a1f8b71d5 user: stephan)
15:34 Closed ticket [1b20ab6cdb]: "Fossil : no such file: in -E2F0FD85......." plus 3 other changes ... (artifact: a56cdadb1e user: stephan)
15:33 Closed ticket [f35bb2003c]: Request cmd line return 1 if no files updated, 2 for errors plus 4 other changes ... (artifact: 798f692bca user: stephan)
15:31 Closed ticket [4884dee3a1]: Fossil server crashes on Windows with custom CMD.exe command-line AutoRun plus 4 other changes ... (artifact: 63ec6d9cc6 user: stephan)
15:30 Closed ticket [4e8410bfd6]: Add something similar to cvsignore feature plus 5 other changes ... (artifact: ff10cc6aa1 user: stephan)
15:29 Closed ticket [4962a7b0b7]: "fossil ui repo --sqltrace" does not work on Windows plus 4 other changes ... (artifact: 2021040dae user: stephan)
15:28 Closed ticket [6c68067abb]: Request an option to allow cookies to not rely on IP address plus 5 other changes ... (artifact: 95097882ce user: stephan)
15:28 Closed ticket [c68b4e0f1f]: after committing "Fossil : no such file: in -E2F0FD85......." plus 4 other changes ... (artifact: cf3e6a57ae user: stephan)
15:27 Closed ticket [91683f49e8]: Mechanism for i18n the product UI plus 3 other changes ... (artifact: ef9beaba1d user: stephan)
15:27 Closed ticket [cccd387b49]: "nowiki" tag doesn't take effect in ticket titles. plus 3 other changes ... (artifact: 4598f80d80 user: stephan)
15:26 Closed ticket [993287b389]: Patch to allow sidebox to be skinable. plus 3 other changes ... (artifact: a560fb0ad5 user: stephan)
15:25 Closed ticket [8f7e657c69]: Example for report coloring by priority is wrong plus 3 other changes ... (artifact: b9b11cb86a user: stephan)
15:24 Closed ticket [4c636a73b0]: Ticket table in Safari more than one line per row plus 3 other changes ... (artifact: c9e4376b7b user: stephan)
15:24 Closed ticket [812379bd1a]: "fossil ui" network interface option plus 4 other changes ... (artifact: 8b0e36ed99 user: stephan)
15:23 Closed ticket [79e9c64419]: More flexible Wiki HTML Parser plus 3 other changes ... (artifact: 7d4941f8df user: stephan)
15:23 Closed ticket [2b01b6cad0]: Mail Notifications for Tickets plus 4 other changes ... (artifact: 236fa77450 user: stephan)
15:22 Closed ticket [396726fe92]: Accept extension .fsl in command "fossil server directory" plus 3 other changes ... (artifact: 13f423c2a3 user: stephan)
15:22 Closed ticket [1aaadb4f0d]: fossil: SQL error: out of memory plus 4 other changes ... (artifact: 1f37c45916 user: stephan)
15:21 Closed ticket [9ac3352f15]: After merge, revert -- "update" refuses to cooperate plus 3 other changes ... (artifact: c0e4fd31fc user: stephan)
15:20 Closed ticket [83e9e0016b]: html tags are apparently not escaped or converted when presented via timeline.rss plus 5 other changes ... (artifact: 17fa64dcb6 user: stephan)
15:18 Closed ticket [3d11382ca1]: Milestone feature functionality plus 4 other changes ... (artifact: 6bc553989c user: stephan)
15:16 Closed ticket [36cb6b45fd]: in windows, fossil allows addition of the same file twice plus 3 other changes ... (artifact: b2174818bb user: stephan)
15:15 Closed ticket [a7087ffa13]: User information is edited in an inobvious location. plus 3 other changes ... (artifact: 1271c73d13 user: stephan)
15:14 Closed ticket [4404464b0d]: Typo, Quick-start and newbies plus 4 other changes ... (artifact: 7376b0df5c user: stephan)
15:14 Closed ticket [d2c9a2fe01]: Login expiration time doesn't work plus 4 other changes ... (artifact: 7ad5a4d027 user: stephan)
15:13 Closed ticket [1457156b27]: "fossil gdiff" uses internal diff under some conditions plus 3 other changes ... (artifact: ef91750838 user: stephan)
15:12 Closed ticket [9daf677325]: Blob max size checking before commit plus 4 other changes ... (artifact: 6b31183909 user: stephan)
15:10 Closed ticket [a410962b8e]: "fossil timeline ancestors current -n 1" does not always work plus 4 other changes ... (artifact: dc6ca1996c user: stephan)
15:05 Closed ticket [b074a7588b]: fossil: not a valid repository: /pub/fossil-db/big.fsl plus 3 other changes ... (artifact: aeb834eed2 user: stephan)
15:04 Closed ticket [5fb944026d]: Inconsistent diff output. plus 4 other changes ... (artifact: b4f40e9186 user: stephan)
15:03 Closed ticket [0669e17923]: Support "fossil co http://myfossil.test.net/srcdir/subdir2" plus 4 other changes ... (artifact: 5dedec8b93 user: stephan)
15:01 Closed ticket [07a38f3809]: chekout only sub source tree plus 4 other changes ... (artifact: 95c2305d79 user: stephan)
14:58 Closed ticket [7ac3c7ba1b]: who are cloning me ? plus 4 other changes ... (artifact: d2b8a819dc user: stephan)
14:51 Closed ticket [23d314856c]: fossil rm dir1/dir2 plus 5 other changes ... (artifact: c5c8ec6095 user: stephan)
14:47 Closed ticket [d0e0bc0da5]: add ticket created time plus 3 other changes ... (artifact: acb93b72e0 user: stephan)
14:46 Closed ticket [7a27e10f1f]: Need a command to find states of files for entire tree/subdir for Editors and IDEs. plus 5 other changes ... (artifact: 2c60bcd32d user: stephan)
14:45 Closed ticket [e4da774beb]: incorrect quote handling for HTML tag elements plus 4 other changes ... (artifact: fd33f56255 user: stephan)
14:44 Closed ticket [5f9f516a22]: Cannot commit changes: tree checksums before and after commit do not match plus 4 other changes ... (artifact: b68c97c26d user: stephan)
14:43 Closed ticket [95d893c207]: diagnostics for fossil tag cancel X Y plus 4 other changes ... (artifact: 6c83088b6a user: stephan)
14:38 Closed ticket [d642c3621a]: Improve and update documentation plus 4 other changes ... (artifact: 222f49644e user: stephan)
14:38 Closed ticket [2666a00316]: failure w/ cryptic error when file missing. plus 4 other changes ... (artifact: 2293ad42d1 user: stephan)
14:37 Closed ticket [068a656512]: Wiki Sections ==Section== (with possibly table of contents) plus 5 other changes ... (artifact: 288717c76f user: stephan)
14:34 Closed ticket [741c14501f]: Documentation Edit for Customising the Ticket System. plus 4 other changes ... (artifact: 1cb1e6e42a user: stephan)
14:33 Closed ticket [786d01dc53]: Fix some build issues on Windows plus 5 other changes ... (artifact: 03b26684b1 user: stephan)
14:32 Closed ticket [fd42f1fc3d]: request to add ticket Comment in RSS feed plus 5 other changes ... (artifact: 95a6a26f71 user: stephan)
14:29 Closed ticket [4c303443b3]: fossil rmdir plus 5 other changes ... (artifact: 61fcdb8588 user: stephan)
14:27 Closed ticket [dbf7908517]: Issues with logging-in plus 5 other changes ... (artifact: 02e2bcb7a9 user: stephan)
14:24 Ticket [700d423d2a] Tables in ticket view set the bgcolor status still Open with 5 other changes ... (artifact: 03b60306f2 user: stephan)
14:20 Closed ticket [8a41d37834]: 'configure pull' command accept --proxy option, but ignore it. plus 5 other changes ... (artifact: 372f394f9b user: stephan)
14:17 Closed ticket [2e3dc63382]: Default Severity Annoying plus 3 other changes ... (artifact: c559a83b01 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: 5feac63473 user: stephan tags: trunk)
Previous month ↓