Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user stephan occurring around 2020-01-29 12:34:07.
|
2020-04-28
| ||
| 14:27 | Various unrelated improvements in the single-file commit process. Moved leaf-is-closed check into its own function (affects the commit command). check-in: 3a71400423 user: stephan tags: checkin-without-checkout | |
| 11:45 | Improved error message propagation and added several checkin flags. check-in: 1d0cc12583 user: stephan tags: checkin-without-checkout | |
| 10:32 | Reworked error reporting/propagation and added toggle to allow/disallow forking. check-in: e9e68a6e01 user: stephan tags: checkin-without-checkout | |
| 09:37 | Accommodated return value semantics change. check-in: 7e880c7898 user: stephan tags: checkin-without-checkout | |
| 08:48 | More work/cleanup on the single-file commit. check-in: 138c07be85 user: stephan tags: checkin-without-checkout | |
|
2020-04-27
| ||
| 19:36 | Initial infrastructure for "web commit". check-in: cb4d48ac05 user: stephan tags: checkin-without-checkout | |
| 08:31 | /setup_skinedit, when editing CSS, now shows the list of built-in CSS selectors, as mentioned in /forumpost/b2d7ce8ab1. Closed-Leaf check-in: fd138236c9 user: stephan tags: skinedit-css-list | |
|
2020-04-23
| ||
| 13:49 | Added --dry-run support to add/rm/addremove --reset. check-in: a7a75e7d41 user: stephan tags: unaddremove-command | |
| 11:30 | Refactored unaddremove into (add|rm|addremove --reset). check-in: 72fdb21ae8 user: stephan tags: unaddremove-command | |
| 00:06 | Pedantic cosmetic change: do un-rm before un-add. check-in: 6e21c7d706 user: stephan tags: unaddremove-command | |
|
2020-04-22
| ||
| 23:45 | Initial draft of new unaddremove command (will be renamed once a suitable name is found), as discussed at forumpost/b9b20b04bd. check-in: 369a14b33f user: stephan tags: unaddremove-command | |
|
2020-04-11
| ||
| 10:12 | Updated broken link to mailing list and archives, per report in the forum. check-in: e1592a65d4 user: stephan tags: trunk | |
|
2020-04-07
| ||
| 12:27 | Initial version of css-tricks.md, as requested in forumpost/eb04fd28b5. check-in: 5900530223 user: stephan tags: trunk | |
|
2020-04-03
| ||
| 09:41 | fossil shell prompt now contains project name, if any, per request in forumpost/c0a0123fb8. check-in: ce6eaf0fb0 user: stephan tags: trunk | |
|
2020-03-27
| ||
| 15:15 | Added build instructions for cross-compiling Fossil for Android from Linux, adapted from forumpost/e0e9de4a7e. check-in: b70744576b user: stephan tags: trunk | |
|
2020-03-26
| ||
| 05:30 | Removed obsolete reference to the historical limitation of the grep command accepting only a single filename. check-in: 30a2af8e39 user: stephan tags: trunk | |
|
2020-03-15
| ||
| 15:37 | Resolve mis-expansion of ATTACH DATABASE reported in forumpost/e5cf69b8a0. check-in: bcdc2f4451 user: stephan tags: trunk | |
|
2020-03-14
| ||
| 13:13 | Typo fix in the change log. check-in: 76a8eefc80 user: stephan tags: trunk | |
|
2020-02-26
| ||
| 14:07 | The stash now uses the legacy behaviour for merge conflicts, always keeping the baseline/original/merge files, because there's otherwise a potential for undo suffering when stash pop has a conflict. (Thanks to Florian for pointing that out.) Closed-Leaf check-in: 31dc956dfa user: stephan tags: merge-remove-temp-files | |
|
2020-02-25
| ||
| 20:57 | Implemented merge/update --keep-merge-files, per discussion at /forumpost/1407a2d73e. check-in: 1bfd760de4 user: stephan tags: merge-remove-temp-files | |
| 18:34 | Added --admin-user flag to the import command, per discussion at forumpost/2ecbbdf7c6. Closed-Leaf check-in: bdc242fb07 user: stephan tags: import-admin-user | |
|
2020-02-10
| ||
| 08:32 | Minor repo_list_page() API doc addition and zeroed a closed db handle, "just in case". check-in: d87bf251e5 user: stephan tags: trunk | |
|
2020-01-29
| ||
| 14:12 | /dir page: changed the (columns: Xex Y) to (Xex auto), as the previous computed value (the number of entries in the list) was a semantic mismatch for that CSS property (the number of columns). check-in: ea66927c0c user: stephan tags: trunk | |
| 13:52 | Added the 'files' CSS class to the /dir column view element, per discussion at /forumpost/092ec8a4d0. check-in: 374ca0c007 user: stephan tags: trunk | |
| 12:34 | Several minor internal cleanups in the /json bits, most notably how g.json.isJsonMode gets initialized (based strictly on the path/command, not guessing based on POST input). check-in: 39bef92745 user: stephan tags: trunk | |
| 09:47 | Removed .column,.columns {float:left} from Ardoise skin because it can break display of README.md in /dir view by causing the README to display in the same row as the dir columns. check-in: da76d728b4 user: stephan tags: trunk | |
| 07:10 | fossil_fclose() is now a no-op if passed stdin (as was initially intended). check-in: 7723a92f06 user: stephan tags: trunk | |
| 06:31 | Doc typo/misinformation fix. check-in: 83d02c01b4 user: stephan tags: trunk | |
| 06:25 | json: when logging in locally to a server started with the --localauth flag, the authToken is now ignored entirely. check-in: 6dfc395a48 user: stephan tags: trunk | |
| 05:55 | json-api: added a note about the authToken being unnecessary, and maybe problematic, when using the --localauth fossil server option. check-in: f3d3c58985 user: stephan tags: trunk | |
| 05:46 | json-api: added examples of using wget/curl to the tips-and-tricks encoding section. check-in: 946bb7e592 user: stephan tags: trunk | |
| 05:33 | Added missing json-api/tips.md. Minor formatting tweak in the timeline docs. check-in: 6b17866595 user: stephan tags: trunk | |
|
2020-01-28
| ||
| 13:33 | Ported in the remaining JSON API docs. Combined the API index into the main index. Replaced the pandoc-exported tables with lists. A couple patches to the C bits for issues found during doc porting. check-in: 514dd66f33 user: stephan tags: trunk | |
| 11:15 | Ported in 7 more json API doc pages. Time to go for a haircut. check-in: 85967b7c46 user: stephan tags: trunk | |
| 10:46 | Ported in docs for /json/branch, /json/config, and json authentication/capabilities. check-in: e30d67aa45 user: stephan tags: trunk | |
| 10:20 | Ported in /json/wiki and /json/artifact docs. check-in: 587d954fb5 user: stephan tags: trunk | |
| 09:10 | Started porting the JSON API from GoogleDocs to embedded docs (markdown). This checkin is approximately the first half, in terms of bytes. check-in: c95f11b454 user: stephan tags: trunk | |
| 07:17 | Added the mimetypes setting to the change log. check-in: 038f595f98 user: stephan tags: trunk | |
| 06:40 | Merged in mimetypes-setting branch. check-in: 009a24313b user: stephan tags: trunk | |
| 03:49 | Added -H|-html and -p|-pre flags to wiki command. Added fossil_fopen_for_output() and fossil_fclose() to support that. check-in: fe86954ffb user: stephan tags: trunk | |
| 02:53 | Added -html|-h flag to the wiki command, as discussed in forumpost/7377c83dca, and cleaned up the command's help text and argument validation. check-in: b23eb83314 user: stephan tags: trunk | |
|
2020-01-27
| ||
| 06:56 | Added --inverse/-v flag to the tag command, as covered in forumpost/d717561e8b7406fc. check-in: 890614f137 user: stephan tags: trunk | |
|
2020-01-24
| ||
| 18:56 | Added mimetypes setting to the 'project' configuration area, per forum feedback. Closed-Leaf check-in: 7391f8d486 user: stephan tags: mimetypes-setting | |
| 18:28 | /mimetype_list: only show the custom mimetypes table if any are set. Add a link to the mimetypes setting help to the top of the page. Expanded the setting's help text. check-in: 14d1b7a977 user: stephan tags: mimetypes-setting | |
| 16:58 | /mimetype_list: tiny efficiency tweak in the main mimetype loop and only show the 'exclamation point means it's overridden' message if the repo contains at least one custom entry. check-in: baf119337b user: stephan tags: mimetypes-setting | |
| 16:45 | Merged in mimetype-list branch. check-in: 9ceec69e9b user: stephan tags: mimetypes-setting | |
|
2020-01-23
| ||
| 19:40 | Custom mimetype case-folding is now performed only on the file extensions and only on demand, rather than lower-casing the whole input in advance. check-in: e34ea5b6b8 user: stephan tags: mimetypes-setting | |
| 18:12 | Custom mimetype list now ignores one leading '.' when comparing the file extension, per forum feedback. check-in: b55dfc97a1 user: stephan tags: mimetypes-setting | |
| 18:00 | /mimetype_list page now outputs custom mimetypes using %h formatting instead of %s, per forum feedback. check-in: 23a92a27cf user: stephan tags: mimetypes-setting | |
|
2020-01-22
| ||
| 02:41 | Added support for client-configurable mimetypes as a versionable setting. check-in: 322643cac8 user: stephan tags: mimetypes-setting | |