Fossil

Branches
Login

Branches

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

The initial check-in for each branch:

2024-04-16
22:55
Attempt to provide more useful error messages when an intermediate server (such as Apache) does something wrong and messes up an HTTP request. ... (check-in: 131ba0fa user: drh tags: content-length-errors)
2024-04-10
20:09
Adjust the "fossil add" command so that on systems with case-insensitive filenames, the named added to the repository is the operating-systems preferred case for the name. ... (check-in: f1f7e27e user: drh tags: preserve-case-on-add)
2024-04-04
13:57
Add options to the 'tag' command to list tag values, as suggested by forum post d4fb9400f9. ... (check-in: d0dc62a4 user: danield tags: cmd-tag-list-values)
2024-03-16
22:56
Allow rendering of Pikchrs to SVG via /doc/…/foo.pikchr?popup URLs. This allows a file stored in the repo to be referenced as an SVG from other pages. ... (Closed-Leaf check-in: 758170bc user: wyoung tags: render-pikchr-via-doc-popup)
2024-02-23
12:08
Resurrect the "default" skin from the last release under a new name: "Dense". ... (Leaf check-in: 94f9b726 user: drh tags: resurrect-old-default-skin)
2024-02-17
19:09
Proposed changes to the home page, mainly to work better with the new skin, but also a bit of a branding touch-up. ... (Closed-Leaf check-in: b85779e4 user: wyoung tags: new-home-page-title)
2024-02-08
15:18
Update Pikchr to the experimental version that supports the "diamond" primitive. ... (Closed-Leaf check-in: 7b4ab46a user: drh tags: pikchr-diamond)
2024-02-05
22:00
Omit the PATH= prefix on the ssh fossil syncs unless the first attempt to contact the remote fails. Change the prefix to include common directories for Fossil on Macs. Remember whether or not the PATH= prefix is needed based on hostname. See the discussion at forum thread 4903cb4b691af7ce. ... (check-in: d07689d1 user: drh tags: ssh-path-prefix)
2024-02-02
16:26
Fix lines over 80 characters long, excluding external source files and @-lines. ... (check-in: 942f691b user: danield tags: fix-overlength-lines)
2024-01-27
21:29
In the markdown formatter, add support for fenced code blocks containing blank lines that are indented. ... (Closed-Leaf check-in: 5a51d1b4 user: drh tags: indented-fenced-code-blocks)
16:44
Removed the ".doc > " level of selectors, allowing these rules to work via less common paths like the /dir rendering of README docs, embedded docs accessed via /file URLs, etc. where the body element is classed as "dir" or "file" or what have you. ... (Closed-Leaf check-in: 01c2c60b user: wyoung tags: MISTAKE)
2024-01-25
16:46
First in a series of changes to the default skin to make it look more like Inskinerator Modern without bringing in Inskinerator's dependencies and machinery.

This change increases the body font size for desktop use without affecting mobile. With middle-aged eyes, the old default puts too much text on a line, decreasing readability due to long line lengths, even with browsers no wider than a sheet of office paper. For our definition of "mobile," line lengths are naturally limited to reasonable lengths, and in any case, compromise is the nature of that game. ... (check-in: 2fdfb834 user: wyoung tags: inskinerator-modern-backport)

03:28
Make forum post hyperlinks more visible, with the conventional underline. ... (Closed-Leaf check-in: b9027e76 user: larrybr tags: visible-post-links)
2024-01-23
06:46
Update the built-in zlib to version 1.3.1, released on January 22, 2024. According to check-ins [eea86cee3a] and [511ad59ae3], all files from the doc/ and contrib/ada/ subdirectories are excluded. ... (check-in: ff7fa23b user: florian tags: zlib-update)
2024-01-13
13:01
Use auto-coloring for private branches, instead of applying the orangeish default `#fec084', so colors play better with skins and the `fossil publish' command. ... (Leaf check-in: 08dadf3f user: florian tags: private-auto-colors)
2024-01-12
17:35
When merging, make it possible to undo executable status changes. ... (Leaf check-in: 802e3ae9 user: preben tags: undo-exe-after-merge)
16:11
Retain renames in local checkout when running fossil update. ... (Leaf check-in: 7c284a8c user: preben tags: update-with-renames)
2024-01-07
11:26
Compute hash if mtime is unchanged but match system time. Discussed in forum thread 58bef43842be6fc3. ... (check-in: b295f86d user: preben tags: hash-if-mtime-is-current)
2023-12-31
13:59
Change the built-in SQLite to the latest tip of the enhanced-stat1 branch. This is to facilitate testing of that branch in SQLite in a real-world app. ... (check-in: 4c353662 user: drh tags: enhanced-stat1)
2023-12-16
01:10
In /wikiedit and /fileedit, add a checkbox to disable shift-enter for toggling preview, as per discussion in forum post dbd5b68366147ce8. ... (check-in: 8c1c4fa9 user: stephan tags: shift-enter-preview)
2023-12-05
16:02
Provide a dark mode for the TCL/TK-based diff GUI. ... (check-in: b59a42f1 user: danield tags: tk-diff-darkmode)
2023-12-03
21:36
The th1-expr-3 test revealed that Th_SetResultInt() could produce incorrect result for INT_MIN. Ensure that -1*iVal is positive for all values and remove unsiged casts. Seems a common optimisation problem with gcc on various verisons from 10 through 13 on Linux, NetBSD and OmniOS on various architectures. ... (Closed-Leaf check-in: 4a98d2aa user: preben tags: th-int-min-errors)
20:28
Include termio.h to determine terminal width on OmniOS. Uses __EXTENSIONS__ in line with detection of solaris like systems in auto.def. ... (Closed-Leaf check-in: 32428f12 user: preben tags: omnios-terminal-width)
14:06
In auto.def, set CFLAGS and LDFLAGS with LIBs as further tests may need them. ... (Closed-Leaf check-in: adcbb252 user: preben tags: auto-def-compilation-flags)
2023-11-28
14:58
Fix sort order in json_page_finfo() on systems where char is unsigned. ... (check-in: fd288be3 user: preben tags: signed-chars)
2023-11-24
21:39
Implement the ability to resume a clone that has failed. This is a variation on the attempt made in [ec26471439] that was never completed. The significant difference in the use of the "clone protocol" which uses cfile cards to complete the synchronization rather than the "sync protocol" which takes much longer using the file card. ... (check-in: ee710cc1 user: andybradford tags: clone-resume)
2023-11-20
17:07
Add a button to review a list of hashes to shun. As discussed in 1d54d9965c7e4c00, fossil may accept 40 byte abbreviated hashes from command output, when the intention is to shun the real 64 byte hash. ... (Closed-Leaf check-in: d5c8235c user: preben tags: shun-list-review)
2023-11-17
17:31
When testing, indicate that there was failures using exit code 1. ... (check-in: d92c23d7 user: preben tags: testing-improvements)
2023-11-16
12:16
Add more information when user encounters an Unresolved RID condition. ... (Closed-Leaf check-in: c04e494d user: preben tags: unresolved-rid-explanation)
2023-11-14
20:17
Add search for help pages. ... (check-in: f0b96089 user: preben tags: search-help-pages)
19:03
An extra long diff may occur in side-by-side or html mode as discussed in [forum post 49cc60131b](https://fossil-scm.org/forum/forumpost/49cc60131b).

When enumerating mxr triples, looping over multiple triples may exceed mxr. ... (check-in: 3c9472e5 user: preben tags: long-diff-fix)

2023-11-05
12:25
Fix merge1.test: changed merge conflict warnings. (NOTE: this check-in contains files with merge conflict warnings.) ... (check-in: 4f9cfebf user: florian tags: test-fixes-2.24)
2023-11-02
12:44
Check if markdown paragraphs contains lists. Fixes issue reported in b598ac56defddb2a. ... (Closed-Leaf check-in: 25028896 user: preben tags: markdown-multiple-sublists)
2023-10-26
10:53
Suppress compilation warnings for jimsh0 in autosetup-find-tclsh.

OpenBSD compilation warnings (sprintf(), strcpy() and rand()) goes to stdout and ./configure then uses the warnings as part of the path to execute. ... (Closed-Leaf check-in: c8a1cfb6 user: preben tags: openbsd-jimsh0-warnings)

2023-10-25
14:52
Let "fossil ui repo.fossil" use the web-browser setting, if set. ... (Closed-Leaf check-in: 55985643 user: preben tags: fossil-ui-web-browser)
2023-10-05
11:57
Consistently use /dev/null in diff output for added and deleted files. ... (check-in: 200dcdcd user: preben tags: diff-deleted-files)
2023-10-02
11:38
Prompt user to publish artifacts when merging a private branch into a public branch. ... (check-in: c0767912 user: preben tags: warn-on-merging-private-branch)
2023-09-28
18:59
Handle --opt=arg as final command line argument, discussed in a90b5ebd36f4c134. ... (check-in: 9ac38481 user: preben tags: find-options-last-arg-fix)
13:18
branch ls should also flag private branches with -R. ... (Closed-Leaf check-in: fcb40ac9 user: preben tags: branch-ls-private-fix)
10:42
Filter branch ls output by user with check-ins on the branches. ... (check-in: d0f15a1b user: preben tags: filter-branch-ls-by-user)
2023-09-27
19:43
Remove while(1) loop made redundant by [239b4c1362]. ... (Closed-Leaf check-in: f36e8886 user: preben tags: redundant-while-loop)
2023-09-26
13:03
Allow styling leaves of closed branches in /timeline. ... (check-in: e042be53 user: preben tags: indicate-closed-branches-in-timeline)
11:04
Update FTS when creating/updating tickets. Also avoids a stray row with rid 0. ... (Closed-Leaf check-in: fb5d53ec user: preben tags: fts-ticket-updates)
10:18
Allow searching for wiki page titles as discussed in 31d8831c2d9809fa. ... (check-in: e6b8cc9f user: preben tags: search-wiki-titles)
2023-09-25
15:47
If the value of a setting is changed into an empty string, then unset it, except for the rare setting that has the new keep-empty property. ... (Closed-Leaf check-in: b9bbb8d7 user: drh tags: unset-empty-settings)
2023-09-18
13:18
Try to simplify and rationalize the defenses against cross-site request forgery attacks. A hodgepodge of techniques have been used in the past. This changes attempts to make everything work more alike and to centralize CSRF defenses for easier auditing. ... (check-in: 88a402fe user: drh tags: csrf-defense-enhancement)
2023-08-20
09:42
Update the built-in zlib to version 1.3, released on August 18, 2023. According to check-ins [eea86cee3a] and [511ad59ae3], all files from the doc/ and contrib/ada/ subdirectories are excluded. ... (check-in: 97016e7e user: florian tags: zlib-update)
2023-07-21
23:02
Display file sizes in /dir and /tree, as per request in forum post 2a0cd67e77. ... (check-in: fb0b7fe1 user: danield tags: filesize-listings)
2023-07-15
13:57
Add verify_all_options_cgi(), which works similarly to verify_all_options() but only fails if it finds CGI GET/POST arguments which (A) have not been fetched via P(), PD(), or similar, and (B) fail cgi_value_spider_check(). Currently only applied on the /ci page. ... (check-in: a065940a user: stephan tags: verify-options-cgi)
2023-07-08
18:08
Replace --no-compile-commands configure flag with --compile-commands. i.e. make the feature explicitly opt-in, as the automatic guess is breaking builds on some platforms. (Edit: rolling back - contains inadvertent test edits.) ... (Closed-Leaf check-in: fb116a20 user: stephan tags: mistake)
2023-06-18
11:16
Initial *incomplete* attempt at integrating compile_commands.json support, for code editors which support it. This is a copy/paste port from the libfossil tree, but lacks one final piece which is difficult to emulate in POSIX make (as opposed to GNU make). Build file changes only, no code changes. ... (check-in: 49278746 user: stephan tags: compile_commands.json)
2023-06-14
14:37
Add the ability for 'branch list' to filter the branches that have/have not been merged into the current branch, per forum request. ... (Closed-Leaf check-in: d6ddd5bc user: danield tags: branch-list-merged-unmerged)
2023-05-29
11:40
Enhance the /reports page to show two new sub-types of activities: "Merge Check-ins" and "Non-merge Check-ins". ... (check-in: 37a80fbf user: drh tags: non-merge-activity-report)
2023-05-27
15:48
Do not allow the "." character inside of FTS5 search strings. ... (Closed-Leaf check-in: 8a7609b1 user: drh tags: typo)
2023-05-18
21:15
Enhancements to SEE integration. ... (check-in: d72ab729 user: mistachkin tags: enhSee)
2023-04-19
00:29
Prototype/proof-of-concept implementation of an admin flag for the forum which tells it to not send email notifications for a given edit or new post. ... (check-in: 65062c29 user: stephan tags: forum-skip-notification)
2023-04-17
17:25
Initial (and incomplete) work to extend FTS5 search to support the trigram tokenizer, per forum post bc458aea069c29ae5d. TODO is the addition of the trigram option in the UI-level search configuration. ... (check-in: 06c99b83 user: stephan tags: fts5-trigram)
2023-04-03
18:58
Allow comment lines (starting with '#') in versioned settings. ... (Closed-Leaf check-in: fc2a4dcc user: danield tags: allow-versioned-settings-comments)
2023-03-16
02:08
Produce merge conflict mark during merge when file exist in current version and in version to be merged, but not in common ancestor.

Related forum discussion including test script: f035bbc8461da6d2. ... (check-in: 04e1674c user: mgagnon tags: merge-conflict-when-no-file-on-pivot)

2023-03-02
14:10
Prototype for one approach to linking forum posts to other artifacts (initially check-ins). Adds the --forumpost HASH flag to the ci command, which adds a forumpost/FULL-HASH tag to the checkin for later use in /info and forum post views. For ease of use, this probably needs to be adapted to map only to the first version of a forum post, as is done in the forumpost-locking branch, once that branch is merged with trunk. ... (Closed-Leaf check-in: 3e5d23da user: stephan tags: ci-link-formpost)
10:26
An equivalent of the patch proposed in forum post f183ab47a7beee47 to resolve the argument sent to smtp EHLO, reducing it from an email address to the domain part of the address. ... (Closed-Leaf check-in: be4815b1 user: stephan tags: smtp-ehlo)
2023-02-21
00:52
Initial bits for "locking" forum (sub)threads using a "closed" tag. This currently affects the display but does not hinder edits made via malicious misuse because the pieces needed for such validation do not yet have access to the relevant ForumPost objects. ... (check-in: 4d664bfe user: stephan tags: forumpost-locking)
2023-02-17
14:37
A large collection of compiler warning fixes re. signed/unsigned comparison from Daniel D. ... (Closed-Leaf check-in: c71f711e user: stephan tags: compiler-warnings)
2023-02-07
16:18
Inititial draft of an attempt to intercept certain SQL injection attacks recently seen made against fossil repos. Its effect can be seen by visiting: /vdiff?from=trunk&to=trunk&w=drop ... (check-in: 61a608a2 user: stephan tags: spider-sql-detection)
2023-01-31
10:11
Do not export private artifacts to git. ... (check-in: 40abd839 user: danield tags: git-export-omit-private)
2023-01-24
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-19
11:36
More accurate scroll width calculation for unified diffs (looks better for SQLite diffs with up to 5-digit line numbers). ... (check-in: 337b297c user: florian tags: udiff-hscroll)
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)
2023-01-11
07:56
Enable horizontal scrolling for individual text blocks in unified diffs. ... (Closed-Leaf check-in: 15ba7e61 user: florian tags: udiff-hscroll)
2023-01-07
00:03
Add the /resetpw web page. The name argument must contain a hash that proves knowledge of the old password and that limits the valid lifetime of the argument. ... (check-in: ac86dfa0 user: drh tags: self-service-password-reset)
2023-01-06
21:33
Do not try to resolve the IP from the hostname when syncing using ssh:// protocol. Ssh may use the provided name as an alias defined in ~/.ssh/config which may not be resolvable or even resolve to an unrelated ip. This change can potentially avoid long timeout during name resolution failure. Equivalent to [52f08008e2790a81]. ... (check-in: e5c5622d user: mgagnon tags: no_ssh_sync_ip_resolve)
2022-12-21
09:00
Improved consistency for --help option descriptions: begin with uppercase letter; do not use a period at the end of short-ish sentences. ... (Closed-Leaf check-in: de684083 user: km tags: spelling-fixes)
2022-12-20
09:46
Change spelling for check-in and similar ... (check-in: d9c4321e user: danield tags: check-in-spelling)
05:14
Move TH1/Tcl settings into their own configsets. ... (Leaf check-in: 5d784cf3 user: mistachkin tags: cfgSetTh1)
2022-12-15
15:50
Add support for disabling sockets in auto.def. This is not wired up to anything else yet. ... (check-in: d8609e1e user: js tags: optional-sockets)
2022-12-12
16:12
Add support for omitting some ticket events from the default timeline view. Filtering is defined by the 'ticket-hidden-expr' option added to the /tktsetup_timeline page. Filtering is bypassed if this expression is unset or if the "Unhide" checkbox (at the timeline's submenu) is checked. See forum thread 4c49b2ad661c for discussion. ... (Leaf check-in: 452805c2 user: george tags: tkt-hidden-expr)
2022-12-02
15:27
new branch for enhancements to Tk diff frontend: labeling of file origin (version, repo, working file etc.) in the left and right pane header ... (Leaf check-in: c90ee4bf user: Torsten tags: diff-tk-frontend)
2022-11-17
23:38
Add the "jx" column to the "user" and "reportfmt" tables, with the intent of using the column for JSON metadata. Currently unused. Make arrangements to sync the "jx" column (using the "fossil config" command) in a way that is backwards compatible with older versions that do not have the "jx" column. ... (check-in: b7ac178c user: drh tags: json-meta-data)
2022-11-13
16:26
Apply fixes to all web views to pass WCAG 2.1 tests performed by "axe DevTools" browser extension. Most fixes related to screen reader compatibility, like making sure that form elements have labels. Some color changes to improve contrast on Default skin. Made more HTML5 compliant. Minor improvement to select combo boxes for UX. Improved Search form UX. Two minor bug fixes for malformed HTML. Fixed help pages to resolve issues with non-compliant HTML being generated. Mostly documented at https://fossil-scm.org/forum/forumpost/aafb17a981df4166 ... (check-in: 1f231db3 user: ericwikman tags: wcag-2.1)
2022-11-11
22:24
A proposed fix for ticket [ad9aa572e7972f57]. Use an UPDATE rather than a REPLACE where possible when redoing EVENT table entries for tickets that are being rebuild, in order to avoid unnecessary notification events. ... (Closed-Leaf check-in: 1f0f6226 user: drh tags: ticket-notification-fix)
2022-11-04
11:11
Add a note to /setup_uedit that leaving the ostensibly populated password field unchanged will retain the current password, per discussion in forum post 0463cc2e87a3c676. (Branched for later addition to v2.21.) ... (Closed-Leaf check-in: fe373994 user: stephan tags: setupuser-retain-pw)
2022-11-02
22:51
Omit "Show associated wikis" from the submenu of a /wcontent page if there are no associated wikis in a repository. This amends [29a24941ed9b]. ... (Closed-Leaf check-in: 6e28f280 user: george tags: pre-2.21)
2022-10-26
10:47
Update the built-in SQLite to the latest 3.40.0 alpha version that includes all bug fixes and performance enhancements. ... (check-in: c7dc1884 user: drh tags: busted-build)
2022-10-14
07:27
Update the built-in zlib to version 1.2.13, released on October 13, 2022. In accordance with check-in [eea86cee3a], all files from the doc/ subdirectory are excluded. ... (check-in: e9e679c5 user: florian tags: zlib-update)
2022-09-28
14:24
Implement Javascript-based keyboard navigation for web UI diffs. Shortcuts SHIFT+I or I show or hide all diffs, and P or O show the next or previous diff. See Forum Post a78f44576c for more information. ... (check-in: b7e089e0 user: florian tags: diff-keyboard-navigation)
2022-08-24
06:52
Add a slight drop shadow to the /chat message widgets. Edit: we already had a drop shadow, just placed on a different sub-element. ... (Closed-Leaf check-in: b04740bd user: stephan tags: mistake)
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 TICKET table holds a lengthy text that may undergo frequent modifications.

This is an opt-in feature. It is activated only when TICKET table contains a phony INTEGER column "baseline for $name" where $name stands for the name of the actual column provisioned for the aforementioned frequently changing text. ... (check-in: 0f4a0fe8 user: george tags: deltify-tkt-blobs)

2022-08-11
10:02
Potential, minimally-tested fix for (remote add default URL) not working, as reported in forum post 5748fcb117a99b43. ... (check-in: c06f58b5 user: stephan tags: remote-add-fix)
2022-08-05
05:23
Attempt to fix the accordion for "Changes" sections: (A) "Delay-init" the maxHeight property only right before the closing animation, so that the dynamic diffs have enough time to resize themselves without any constraints, and then set maxHeight to zero to trigger the animation in idle time, to prevent coalescing the maxHeight changes (or there won't be an animation when going from "undefined" to "0"). (B) On expansion, after awaiting the animation duration, clear the maxHeight property, so browsers are again free to resize without any constraints. This is the same trick that works well for the hamburger menu, and fixes another problem with FF to return too small values for scrollHeight with large diffs, so that they would again be truncated (but the error is small enough so it doesn't matter for the animation). ... (check-in: 6c591c3f user: florian tags: accordion-fix)
2022-07-31
10:47
Add a new `-h' option to `fossil branch ls' to list the "hot" (first few recently modified) branches. ... (check-in: fe299ee4 user: florian tags: ls-hot-branches)
2022-07-29
06:36
Implement Javascript-based keyboard navigation for web UI timelines. Shortcuts N and M focus the next or previous entry, and J and K toggle between /timeline and /info views for the focused entry. See comments in the committed Javascript file for more information. ... (check-in: b18c4256 user: florian tags: timeline-keyboard-navigation)
2022-07-19
14:47
Add aliases as a new command type and display these next to the corresponding main command in /help. Make sure that for 'test-all-help' command and webpage each help string is output at most once. ... (check-in: 4b8efc05 user: danield tags: help-aliases-unique)
2022-07-05
07:38
Replaced --dryrun with --dry-run in the commands which still used the former, except for two unrelated internal-use/debugging-only flags where the change might have had undesired side effects. Removed the undocumented --dryrun backwards-compatibility flag from a couple commands for consistency's sake (else we need to have that option in all dry-run-capable commands). Discussion is in forum post d732b4026f44bdba. ... (Closed-Leaf check-in: 360d8652 user: stephan tags: dryrun-dry-run)
2022-07-01
01:44
Experimental fix to make '%!S' in hyperlinks stop truncating things that are not check-in identifiers. This should probably be optimzied by refactoring the surrounding code to avoid calculating the length more than once. ... (check-in: 7eba14d1 user: mistachkin tags: nonHashFix)
2022-06-06
18:02
Replace /pikchrshow with a WASM-based version and rename the prior version to /pikchrshowcs (cs=client/server). There are still a couple layout/style quirks to resolve, and a feature or two to port from the legacy app, but it more or less works. ... (check-in: 321f01a8 user: stephan tags: pikchrshow-wasm)
15:51
Remove the '; charset=utf-8' suffix from response Content-Type headers. That modifier is technically incorrect for many mimetypes, but wasm loaders are extra picky about it and refuse to load wasm files with the charset set. An attempt at porting over althttpd's solution for this same problem leads down a much deeper and far more invasive rabbit hole because how fossil handles/sets the response content type is more involved than in althttpd. ... (Closed-Leaf check-in: 15e7b49e user: stephan tags: content-type-no-charset)
2022-05-14
17:42
Fix a subtle bug in ticket_insert() which may lead to redundant rows in the BACKLINK table. The bug appeared in [7c13a57358ae]. ... (check-in: 3b42738e user: george tags: generated-tkt-mimetype)
2022-05-11
20:51
Add an option to the 'timeline' command to display only items on a specific branch. ... (check-in: 32b11546 user: danield tags: timeline-cmd-by-branch)
2022-05-01
20:53
Minor code clean-up inside of ticket_insert() function. ... (check-in: 3e4ba24e user: george tags: tkt-ucard)
2022-04-28
14:25
attempt to fix issue where the remote-url saved is overwritten by the proxy url. (issue introduced by checkin [c129f29566439e5c]) ... (check-in: 83ffea65 user: mgagnon tags: fix_remote_url_overwrite_with_proxy)
2022-04-27
15:55
This is a graph layout improvement experiment. In this version of Fossil, when there are multiple merge lines that go off the bottom of the page, they all use the same rail, rather than using separate rails for each parent node. This code is initially parked on a branch for evaluation. ... (Leaf check-in: 65c21819 user: drh tags: off-page-merge-single-rail)
2022-04-26
23:45
Provide a little more output in stash command so when someone successfully finishes the stash command they don't think content has been lost. ... (check-in: d08d7b87 user: andybradford tags: stash-success)
04:12
Update the built-in zlib to version 1.2.12, released on March 27, 2022. In accordance with check-in [eea86cee3a], all files from the doc/ subdirectory are excluded, but new sample programs from the examples/ subdirectory are included. ... (check-in: c6567d4b user: florian tags: zlib-update)
2022-04-25
05:21
Follow-up to [346e45702c]: Remove the (unused) --sync option for the open command, as considering it and overriding local/global/per-subsystem/pull-only/push-pull/dont-push settings in a fashion that is transparent for the user to anticipate what's really going on seems quite convoluted. Also mention that --force allows to continue if auto-sync fails. ... (Closed-Leaf check-in: b3ed9d37 user: florian tags: open-sync)
2022-04-20
15:03
Add the new special name start:BRANCH to refer to the first check-in of the branch ... (check-in: c92fb60b user: danield tags: name-start)
2022-04-19
14:48
Add '--versions' option to 'fossil diff' to display details about the compared versions. ... (check-in: 49ef1b57 user: danield tags: diff-show-versions)
2022-04-15
11:34
Implicitly set "fossil open --nosync" when the autosync setting is off, either globally or on the just-opened repo. This is on a branch because I don't know whether the dance involving global versus repo settings is overly complicated or *just complicated enough*. The current formulation seems both necessary and sufficient in my local testing here, but I'm hoping there's a shorter formulation that does the same thing. ... (Closed-Leaf check-in: 9f42fc44 user: wyoung tags: fossil-open-noautosync)
2022-04-14
16:58
Per /chat discussion, replace load_control() calls in selective pages with nice() and move load_control() into process_one_web_page(). There is still work to do here, e.g. allowing certain pages through (namely /chat, to facilitate coordination of site defense) and perhaps checking credentials if the load is too high and always allowing admin users. ... (check-in: 9b0ebcaf user: stephan tags: load-control-rework)
2022-04-05
16:49
Don't give an "ambiguous command prefix" error when reported ambiguous commands are aliases to each others. Assume alias point to same function pointer and are all consecutive in the aCommand[] list. ... (check-in: 862ce7ce user: mgagnon tags: ambiguous_cmd_fix)
2022-03-30
15:08
Add "--describe" flag to the "version" command to provide context to the most recent major commit tagged with "version*".

Run "touch manifest.descr" in the repo root prior to the first build, then build it a second time to get it bootstrapped. ... (check-in: 4329553d user: danield tags: version-cmd-describe)

11:46
Add the "describe" command. This shows the commit hash along with (if applicable) its youngest ancestor with a non-propagating tag and the number of commits since that. ... (check-in: 3f06ed14 user: danield tags: describe-cmd)
2022-03-03
23:19
Use a CTE instead of querying the database in a loop when finding the start of a branch. This can bring significant speedup on some machines. ... (check-in: c7749bb0 user: danield tags: start-of-branch-cte)
2022-02-28
21:30
Resolve the bug revealed in forum post 16880a28aad1a868 in which the db_open() appendvfs check can misinteract with g.nameOfExe. This is in a branch until a Windows user can confirm that the g.nameOfExe change in main.c behaves as desired on Windows. This was a collaborative bug fix via /chat, not my own. Edit: test success on Windows reported by Martin G. ... (check-in: ec02acfd user: stephan tags: nameofexe-appendvfs-check)
2022-02-13
00:26
Back out [5bb921dd0893a548]. It turns out that REQUEST_URI should have the query string appended. Make other changes to cgi.c to bring it into "compliance". "Compliance" is in quotes because rfc3875 does not define REQUEST_URI. That variable is really just by conveniention. But Apache and Nginx both append the query string, so we should too. ... (check-in: fd1c9b09 user: drh tags: cgi-compliance)
2022-02-12
19:53
An attepmt to fix the <base href="..."> element of webpages so that the value of href attribute matches the URL being served. This should fix "#fragment" hyperlinks on all pages where these were broken (all except /doc). The values for /wiki and /info were left unchanged (it's yet unclear if they should also be changed). ... (check-in: 03b39f1d user: george tags: base-href-fix)
2022-01-28
05:51
Another attempt to fix the SSL_read() loops on Windows. Not necessarily more elegant, but at least working around a well-defined problem, making the code easier to maintain. ... (check-in: 4d8a71be user: florian tags: ssl-read-loops2)
2022-01-27
06:39
Create new branch named "msvc-warn2-fatal" ... (check-in: 5e6484a5 user: larrybr tags: msvc-warn2-fatal)
04:16
A potential fix for the Makefile.msc and Makefile.dmc for the missing pikchr prototype, as discussed in /chat. Cannot test locally. _Might_ be that the added block in makemake.tcl line 1441 can be removed. ... (check-in: bc6bda98 user: stephan tags: pickhr-prototype)
2022-01-26
14:50
Initial support for footnotes in Markdown.
This is WIP: support of multiline notes and code clean-up are pending.
... (check-in: ebce0f35 user: george tags: markdown-footnotes)
07:41
Alternative to [b890451cfb], [b70557f690] and [acffc8f785] to fix the SSL_read() loops on Windows. Pending tests on non-Windows platforms. ... (Closed-Leaf check-in: 95256636 user: florian tags: ssl-read-loops)
2022-01-22
13:49
Enhance the DLine.indent field so that it is always initialized to the number of space and control characters at the beginning of the line. ... (check-in: 2dad4158 user: drh tags: diff-improvement)
2022-01-21
06:49
Forward XPCFLAGS and XPLDFLAGS to the OpenSSL build process to fix Windows XP builds with MSVC. This affects builds with FOSSIL_ENABLE_WINXP=1 and FOSSIL_BUILD_SSL=1. XPLDFLAGS is only relevant if FOSSIL_DYNAMIC_BUILD=1 also set, and is applied in a post-build step to work around the difficulties to append (MSVC) linker flags to the OpenSSL defaults. NOTE: Pending more tests, and back-porting to tools/makemake.tcl. ... (check-in: b9d40d68 user: florian tags: msvc-openssl-winxp)
2022-01-16
10:09
Implement -p|--prototype option for diff command.

This commit introduces support for displaying in the chunk header which C function each change is in. Tested on OpenBSD, Ubuntu, and macOS. [closed: feature rejected] ... (Closed-Leaf check-in: 79267437 user: jamsek tags: diff-show-func)

2022-01-15
08:33
tls: fixes fossil ssl-config load-cert --filename so that the cert and keys are combined and stored in the config table. fossil ui --tls and fossil server --tls now reads the certificate from the config table field ssl-cert. ... (check-in: c2562490 user: rdb tags: tls-server-fix)
2022-01-14
16:34
added "clonly" command as alternate form of "clone --no-open" ... (Leaf check-in: 3598e3ae user: sdr tags: clone-no-open-alternative)
2021-12-30
17:20
/chat: experimentally add an Embed button to HTML attachments which embeds their contents in an iframe. ... (check-in: d9e3ed5e user: stephan tags: chat-attachment-iframe)
2021-12-27
06:16
Prevent lost of local change on binary files when having a merge conflict using the update command without the --keep-merge-files flag. ... (check-in: d2b02566 user: mgagnon tags: binary_merge_conflict_fix)
2021-12-26
13:53
Add hooks in the HTTP request decoder and reply generator that allow us to redirect traffic through an SSL codec. ... (check-in: 5674f776 user: drh tags: ssl-server)
2021-12-25
12:06
Part one of src/ file relocations discussed in /chat. This step moves the various code generators and translators from src/ to tools/. Edit: moving to branch for further changes, as this broke diff -tk. ... (check-in: a13ab011 user: stephan tags: code-movement)
2021-12-20
08:33
Adds a content-length check after reading CGI stdin to ensure that we don't continue with a short read. Patch from Warren in /chat. ... (Closed-Leaf check-in: 7c49ab38 user: stephan tags: content-length-patch)
2021-12-19
17:50
Record sync operations in the new synclog table. ... (check-in: 42a6191e user: drh tags: synclog)
2021-12-17
23:04
Add experimental --chroot option to the 'http' and 'server' commands. ... (check-in: acd75ce6 user: mistachkin tags: chrootOpt)
2021-10-22
10:10
On this branch, the schema makes use of the STRICT keyword new to SQLite 3.37.0. Fossil does not benefit from this. The point of this branch is to beta-test the new STRICT mode of SQLite. ... (check-in: 632ffb82 user: drh tags: strict)
2021-10-19
17:46
This fix does not work for the case of a branch merge followed by "fossil diff --tk". ... (Closed-Leaf check-in: edb3a3a0 user: drh tags: mistake)
2021-10-10
04:13
/chat input field rework, as discussed in forum post 9e85f44f864eb1f5. Part 1: revert to plain text input fields, with compact-mode toggle swapping between them. ... (check-in: 136d95b6 user: stephan tags: chat-input-revisited)
2021-10-06
06:03
Another fix for the JS to dynamically load extra diff context: when coalescing multiple pending Up/Down events into a single Fill Gap event, make sure the event queue isn't truncated too eagerly. ... (Closed-Leaf check-in: 36ba7ec9 user: florian tags: diff-js-fixes)
2021-09-29
22:08
Significant reworking of chat input mode to use a single contenteditable element instead of two text input elements. This required considerable collateral cleanup in how the various settings are handled and communicated within the app. ... (check-in: b9c5792e user: stephan tags: chat-input-rework)
05:47
Fix a race window bug with click-ahead bookkeeping: if loading of diff context chunks is super-fast (localhost and/or cached), but insertion into the document is significantly slowed (e.g. after ~100*15 diff context lines already added to the same block), clicks during document manipulation have a chance to be queued (good) and handled immediately (not necessarily bad) as soon as setTimeout() yields the UI thread, and then another chance to be doubly handled (definitely bad) by the scheduled queue processing. ... (check-in: 6a371417 user: florian tags: diff-js-fixes)
2021-09-24
12:04
Experiment to implement a click-queue for the buttons dynamically loading diff context. See Forum Post c8919e12dd for comments and potential TODOs. ... (check-in: c714f251 user: florian tags: diff-js-fetchqueue)
2021-09-23
09:41
Proof of concept /chat "active user list" which keeps track only of users who have posted messages in the client's current list and allows filtering on those messages by tapping a user. Widget is hidden by default and can be toggled in the config area. There are still cases to figure out (e.g. new messages do not apply the current filter). ... (check-in: dafd5497 user: stephan tags: chat-user-filter)
2021-09-21
16:19
Initial implementation of "span data-foo" wrappers around @name and #tag references. Seems functional on a test-markdown-render basis, but the definitions of what counts as a reference and what to do with them still remains to be handled. ... (check-in: 31a607d3 user: wyoung tags: markdown-tagrefs)
2021-09-19
04:11
/chat now uses markdown, instead of its minimal custom markup. Chat messages are rendered at send-time, not save-time, so this retroactively affects all messages. ... (check-in: 52d40548 user: stephan tags: chat-markdown)
2021-09-17
23:21
Replace /chat config popup with a friendlier and more flexible widget. Reintroduces ability to select from multiple alerts. Seems to work but needs more testing. Forum post d97c869900. ... (check-in: 6f5e04b3 user: stephan tags: chat-config-options)
2021-09-07
22:28
Ongoing refactoring and feature-adding related to the JS/ajax components of the new diff views. ... (check-in: 65aa2c96 user: stephan tags: diff-js-refactoring)
2021-09-06
18:14
Create the new DiffConfig object used to pass around information about a file difference computation. Begin integrating this new object into various interfaces. Lots more work to be done. ... (check-in: 8601fb13 user: drh tags: diff-config)
2021-08-31
07:01
On Windows, make sure temporary path names containing non-ASCII characters are accessible, for example if the default temporary path "C:\Users\«Username»\AppData\Local\Temp" contains a user name with extended characters, of if the %TEMP% environment variable points to a directory name with extended characters. ... (check-in: 10233982 user: florian tags: win32-temppath-mojibake)
2021-08-30
16:43
Added fossil.dom.ins/del() factory functions in prep for JS-based diff renderer. (Later) This check-in seems to break chat on the server-side. (Later still) fixed in trunk - copy/paste typo. ... (Closed-Leaf check-in: ae28ae82 user: stephan tags: oops)
2021-08-27
14:01
Clean up the data structures associated with adding color to diffs in preparation for attempts to improve the coloration. ... (check-in: 8c619bf2 user: drh tags: diff-color-enhancements)
2021-08-16
00:11
Relax isSnippetMark() so that almost arbitrary search terms are highlighted. This change is preliminary and needs further analysis. ... (check-in: 6b37b55f user: george tags: search-terms-highlighting)
2021-07-22
05:59
Initial impl of (branch close) subcommand. ... (check-in: 0bdb19f3 user: stephan tags: branch-close-subcommand)
2021-07-16
16:51
Initial work on attachment list for /wikiedit. Still requires the ability to update the list to see attachments made since edits were last locally loaded and stashed. ... (check-in: 74c6b9c5 user: stephan tags: wikiedit-attachment-list)
2021-07-14
23:58
Recreate the ability to view all the settings easily in one command that was lost with [f74f7014c2271beb] and enhance the output to show whether or not a setting is versioned. ... (Closed-Leaf check-in: b572b766 user: andybradford tags: verbose-settings-help)
23:05
A value of "auto" for --branchcolor (commit) or --bgcolor (branch new) instructs Fossil to choose the color automatically. This makes it possible to have private branches that are not colored orange by default. ... (Closed-Leaf check-in: ac421602 user: danield tags: private-non-orange)
2021-07-11
19:16
Checked into the wrong branch... ... (Closed-Leaf check-in: 005bba06 user: drh tags: wrong-branch)
2021-07-10
05:47
Add ticket-search-empty-report-number setting to optionally show a report if the ticket search page query is blank ... (check-in: 714ce73d user: kevgrig tags: ticket-search-empty-report-number)
2021-07-08
08:51
In diff -tk window, add a button which toggles the line wrap mode, as discussed in forum post c5e018e78a8e9d26. (My very first tk code, so it might be significantly improved upon by someone who knows Tk Fu.) (Edit: it turns out that wrapping doesn't work with the line numbers.) ... (check-in: 132340e6 user: stephan tags: mistake)
2021-07-01
04:03
Proposed fix for out-of-order output when calling th1 render function from a th-doc page body. DO NOT MERGE: this is being checked in so that it can be deployed on a test server. ... (check-in: a381a810 user: stephan tags: th1-recursive-render)
2021-06-30
19:14
Initial changes to support HOST: prefixes on the REPOSITORY argument of the "fossil ui" command. ... (check-in: cb34f1a8 user: drh tags: remote-ui)
2021-06-29
05:44
Per /chat #6763: if the ui command is passed the root dir of a checkout, chdir to that checkout to show the current checkout in the timeline by default. There may be a better/simpler way to implement this, thus this impl is in a branch. ... (Closed-Leaf check-in: bf66d615 user: stephan tags: ui-checkout-chdir)
2021-06-22
17:28
There is a fossil_spawn() implementation for windows here, using _wspawnvp(). But it does not work. Apparently _wspawnvp() does not preserve the argument boundaries. ... (Closed-Leaf check-in: be6aa9e6 user: drh tags: demo-windows-wspawn-error)
2021-06-21
22:37
Created fossil_spawn() as a dumb-as-rocks wrapper for posix_spawnp(2) and created tests to prove that it doesn't double-interpret its args as fossil_system() does. This isn't portable yet; it's just a seed we can use to bring this branch to a PoC state. ... (check-in: fb7c5797 user: wyoung tags: fossil-spawn)
17:15
Begin adding infrastructure for the new "fossil patch" command. ... (check-in: 343745fd user: drh tags: patch-cmd)
2021-06-19
20:58
This should demonstrate a behavior of inline STYLE tags. Notice gray background of PRE elements in www/defcsp.md and the lack of it in www/webui.wiki. See forum thread 69f475cf48. ... (Leaf check-in: 1d276f7b user: george tags: inline-style-inconsistency)
2021-06-17
10:32
Replaced a couple of blob_append() with blob_append_escaped_arg() so that a diff-command setting with spaces in the path will work, as discussed in forum post 29e7250723461d18. (Bug: this would include any flags to the diff-command as part of the include, which obviously won't work.) ... (Closed-Leaf check-in: dcbc8ba9 user: stephan tags: mistake)
2021-06-16
20:24
Add a test program for MSVC C89 implementations of rint() and snprintf() ... (check-in: c9456797 user: ashepilko tags: test-msc89)
2021-06-14
10:52
/chat now experimentally keeps track of the timestamp of the most recent message received from each user so that we can eventually integrate that information into the UI to provide a list of currently-active users (noting that we have no way of tracking the existence of lurkers). ... (check-in: be07b8d1 user: stephan tags: chat-user-last-seen)
2021-06-12
18:43
Add support for submenu parametric hyperlinks for /rptview and /wiki pages. ... (Closed-Leaf check-in: 9690fc39 user: george tags: not-allowed.)
2021-05-31
12:04
Infrastructure added to support expiring subscriptions when there has been no contact with the recipient in some number of days. ... (check-in: b4bba2ef user: drh tags: time-limited-subscriptions)
2021-05-29
21:58
Experimentally insert plink entries for forum, wiki, and technote manifests which have a parent. This enables tags to propagate on those artifact types. Propagation of wiki tags was verified in another repo, but this needs more testing to ensure that checkin-centric algos are not unduly impacted. ... (check-in: 31113cd2 user: stephan tags: plink-for-non-checkins)
2021-04-23
20:03
Automatically add "glob=<str>" to the query string of the /vdiff page when looking at subdirectory history. ... (check-in: 3e588c82 user: mgagnon tags: vdiff-context-glob)
2021-04-21
20:53
Enable interactive adjustment of the set of wiki pages that are listed on the /wcontent page. Corresponding submenu controls can be configured by the administrator to fulfill local needs and constraints. ... (check-in: 79713433 user: george tags: wcontent-subsets)
2021-04-18
19:59
Improve /brlist page so that several branches can be easily selected for the dedicated study via /timeline page. This is implemented using simple JavaScript that interactively changes a special hyperlink in the submenu of /brlist page. See forum thread 07c94e4d7c. ... (check-in: 08433ff8 user: george tags: brlist-timeline)
2021-04-08
00:24
Bug fix: Restore access to tables whose names start with "fx_" in ticket reports. ... (check-in: a80b2eae user: drh tags: branch-2.15)
00:22
Bug fix: Restore access to tables whose names start with "fx_" in ticket reports. ... (check-in: 3cea3a02 user: drh tags: branch-2.14)
2021-04-07
14:46
/chat experiment, per chat discussion: when a given user posts multiple messages in a row, indent the 2nd and subsequent messages. ... (Closed-Leaf check-in: 609bcd32 user: stephan tags: chat-indent-messages)
03:10
Make some auxiliary Th1 variables available within skins' header/footer. For /doc, /uv and /wiki pages put into "artifact_hashsum" variable (and also into its page-specific variant) a full identifier of the requested file or wiki. For /wiki pages also provide "wiki_editor" and "wiki_timestamp" variables. There is an old forum thread on the topic and another thread on a little bit related issue. ... (check-in: 80e062e1 user: george tags: th1-doc-vars)
2021-04-04
15:42
Allow to DROP some specific tables, views and indices that could be introduced into the database schema of a repository through customization of ticketing subsystem. For example, DROP may be required due to the need to update tickets configuration of the already deployed repository. See the forum thread c9b8322fde for discussion. (Update) Security risk. Do not merge to trunk. ... (check-in: ca175c61 user: george tags: tktschema-allow-drop)
2021-03-25
04:11
At /rptview page show link to /reportslist. If request's query string contains rvsmpl parameter then also show an auxiliary link to the page defined by the value of this parameter. Labels and links rendered via %s format specifier because %h and %T did not work properly. In this particular case this seems fine because style_finish_page() renders HTML via %h(...). Code review is very welcome though. ... (check-in: b982c001 user: george tags: rptview-submenu-paralink)
00:17
Create new branch named "panic-reduction" ... (check-in: 1efa8d7f user: larrybr tags: panic-reduction)
2021-03-21
18:25
Ported /chat from window.fetch to fossil.fetch, as FF versions as recently as 2017 fail with window.fetch. Needs more testing before merge but seems to work. ... (check-in: c9736432 user: stephan tags: chat-fetch-port)
2021-03-18
22:57
Add compile-time option to enable TH1 memory leak tracking. Also, fix a TH1 memory leak and improve a couple #ifdef's. ... (check-in: e5293dc2 user: mistachkin tags: th1-malloc-debugging)
2021-03-12
14:44
'add' command now fails if given a filename which is reserved on Windows unless the --allow-reserved flag is used, per forum discussion 5116485456. ... (Closed-Leaf check-in: 7135111a user: stephan tags: add-allow-reserved-flag)
2021-03-02
07:11
Skin selection is now stored in the user display prefs cookie and can be modified from any page by passing the skin=xyz URL parameter. Gets trumped by /draftX URI or --skin CLI flag or skin: CGI config setting. Removed /skn_XYZ URI handling. /skins page now uses the new mechanism for skin selection. UDC is now rendered on every page if it was modified during that request, regardless of the 'udc' URL parameter. See discussion at /forumpost/4d3a10c72a. ... (check-in: 71a2d68a user: stephan tags: skin-preference-cookie)
2021-03-01
17:35
Proof of concept/demo for toggle buttons on individual diff views on the /info diff views, as discussed in 0f751ad9c8. ... (check-in: cfdd6665 user: stephan tags: diff-view-toggle-poc)
2021-02-23
01:01
Create new branch named "error_returns" ... (check-in: cf10a921 user: larrybr tags: error_returns)
2021-02-15
16:27
Experimentally added branched-from info to the leaves output, as discussed in forum:/forumpost/5e52d31d2e. ... (check-in: 0b41f332 user: stephan tags: leaves-command-branched-from)
2021-02-13
08:46
Stop building zlib and openssl always. Get build directory not in win/. (and never in ../src) Fix generated .h dependencies to NMAKE can see to build them as needed. Cause more build options to be overridable on invocation (or !include). Other minor improvements. ... (check-in: 06c74be7 user: Larry tags: msvc_make_fixup)
2021-02-10
22:13
This seems to fix the missing is-sorted check in manifest_parse(), but (A) it needs more testing and (B) could use a better error message than the one it ends up generating. Edit: WARNING: fixing this will cause control artifacts which previously passed (but should not have) to fail. ... (check-in: 2e7a0aac user: stephan tags: manifest-sort-check)
2021-02-09
21:08
Always normalize the HTTP_HOST to lower case, removing any final "." or final ":80". ... (Closed-Leaf check-in: 2db27a71 user: drh tags: normalize-urls)
2021-02-05
10:36
Added ui/server/cgi --mainmenu FILE option, and CGI wrapper script mainmenu: option, to override the mainmenu setting, similar to how --skin/skin: overrides the skin. ... (check-in: bcca0910 user: stephan tags: mainmenu-override)
2021-02-04
00:57
Split off the automatic background color chooser into a separate source file "color.c". Add a separate routine "user_color()" to choose background colors based on user name. Abandon the "color-hash-seed" setting. Instead, provide the "user-color-map" setting for overriding the automatic color choices for a few users, which color collisions occur between key project members. ... (check-in: 4d0af2a6 user: drh tags: user-color-revamp)
2021-02-02
16:01
modified help command to output detailed help information when stdout is not a tty (note: branch name changed after consensus seemed to indicate original concept was undesirable) ... (check-in: d7929436 user: sdr tags: help-full)
2021-01-29
16:10
Add new --verbose option to 'fossil commit' to display a unified diff of all changes to be committed in the editor. Only tested on OpenBSD 6.8 and preliminary testing on macOS 10.15.7 (Catalina); needs to be tested on Linux and Windows. ... (check-in: a713e1e6 user: jamsek tags: dev-ci-verbose)
2021-01-26
21:53
The main menu for web display is now derived from the "mainmenu" setting, for the built-in skins. Customized skins that ignore the mainmenu setting continue to operate as before. Added the "string match" TH1 command to help. ... (check-in: 923841b7 user: drh tags: new-main-menu)
15:42
Experimental TH1 command "capexpr" that evaluates an expression on capabilities. ... (Closed-Leaf check-in: 6828565e user: drh tags: capexpr)
2021-01-25
18:52
Enhance the hamburger menu JS so that it does not require TH1 support and can be independently loaded. Rename the hamburger menu JS to src/hbmenu.js. Add the new "builtin_request_js" TH1 command to request JS loading, and use that command in the default and plain_gray skins to access the common hbmenu.js code. ... (check-in: d39732b7 user: drh tags: standard-hbmenu)
2021-01-19
08:09
Adjustments to [fb3dabd5c4bf638] so that the hue of the automatic colors is the same, and only the saturation and value are adjusted. In other words, ensure that historical hues are not modified by that change. Edit: The previous check-in seems to have more historically consistent colors, so we will continue with that for now. ... (Leaf check-in: 1743f89a user: drh tags: mistake)
2020-12-27
04:50
chat: reintegrated partial changes from [b0ab6cbd3] and [670732a6]: remove skin-induced div.content margins in chat-only mode and cap image preview size to avoid screen overflow. Moved #dbgMessage element out of the way at app startup to avoid it potentially influencing our flexbox layout, and include that element in the to-hide list for chat-only mode. Edit: Martin G. reports that this one also causes Grief with Safari, but in different ways that before. ... (Closed-Leaf check-in: 7c3cf7a1 user: stephan tags: no-joy)
04:30
chat: re-integrated JS-based div.content resizer to do approximately what the preferred 'vh' CSS units would, but upon which Safari apparently chokes. Message area now gets a scrollbar. This works reasonably well on FF/Chrome on both Linux and Android. The jury is still out on Safari. Edit: Martin G. confirmed this one also suffers from the "collapsing messages" problem on Safari. ... (check-in: d488f5c6 user: stephan tags: no-joy)
01:07
CSS tweaks to attempt to counter some Safari message spacing problems - cannot test locally. Also limit the chat image preview to 40% of the viewport width/height, to avoid it taking up the whole screen for a large image. ... (check-in: 670732a6 user: stephan tags: chat-safari-experiments, chat-safari-breaks-here)
2020-12-26
23:57
Found what seems to be a more or less viable solution for the chat layout in which the input area is effectively sticky while not actually being so. New messages do not scroll to the start of the list except for when a user locally posts a message, but instead, if a new message arrives and is scrolled out of view, a toast is shown to gently alert the user that a new message has arrived. ... (check-in: 0a00a103 user: stephan tags: chat-safari-breaks-here)
01:31
Initial go at a "bottom-up" (mobile-like) layout for chat, but it is only active in chat-only mode where we have more control over the layout. The default mode works like before, top-down. There are still minor usability/scrolling issues left to resolve but it seems to essentially work. ... (check-in: cffd66ff user: stephan tags: chat-mode-bottom-up)
2020-12-25
22:35
chat: refactored the messages from fieldsets to a custom widget. ... (check-in: 852bda77 user: stephan tags: chat-widget-rework)
21:36
Reformulate the LEGEND elements to include an embedded anchor tag as an attempt to working around Safari's inability to click a LEGEND element. Edit: this approach didn't work - same effect as before on Safari. ... (Closed-Leaf check-in: 73c8ccd3 user: stephan tags: chat-safari-ts-popup)
20:48
chat: removed now-obsolete error checking for Date() parsing. Edit: moved from trunk and closed - an as-yet-unidentified Date() problem persists on Safari. ... (Closed-Leaf check-in: 379b4689 user: stephan tags: no-joy)
2020-12-24
01:04
Bungled merge. Was: The /chat page redirects to the login page if the user does not have appropriate permissions to use chat. ... (Closed-Leaf check-in: fee74ce5 user: drh tags: mistake)
2020-12-23
03:52
Experimentally removed the left/right split of me/everyone else messages, per chatroom discussion. Added a min-width to messages to keep the user name from being longer than short messages (unless the user name is really long). Update: The experiment didn't work out. Moved to a branch. ... (Closed-Leaf check-in: 7e6d2f0a user: stephan tags: no-joy)
2020-12-22
11:55
Created a new TH1 variable $current_feature set by default from the page URL's first component, but which may be overridden by code that knows a better feature name to use for that page. This is then used as the page's "body" class, making this the start of a replacement for the "content div" based feature class stuff done on branch default-css-cleanups. This is a better way to do it because it lets us target things outside the content div, such as the nav bar, the skin header, the skin footer, etc. ... (check-in: c671fc5d user: wyoung tags: body-feature-class)
03:51
Add the tools/chat.tcl Wapp script so that it can be collaboratively developed. This branch may wither and die. Or, the chatroom idea might be recoded in the Fossil trunk using C. Or it might continue as a separate Wapp extension. We'll see. But for now it is here on a branch so that people can hack at it. ... (check-in: 84b31f44 user: drh tags: chatroom-dev)
2020-12-18
15:30
Enhance "fossil diff --numstat" to print a grand total line, and not display statistics for non-modified files. ... (Closed-Leaf check-in: f8a5a6a7 user: danield tags: diff-numstat-total)
15:05
Extend the timeline command to allow customized "pretty" formats. ... (check-in: 5d3239bf user: danield tags: timeline-cmd-formatting)
2020-12-14
18:31
Adjustments to auto.def to accommodate "./configure --static" on pkg-config based systems, in an attempt to address a forum post reporing a build failure. It's on a branch because my closest test VM isn't close enough to the reported environment, so we'll need the OP to carry the ball the next step. ... (Closed-Leaf check-in: a0987070 user: wyoung tags: allow-static-openssl)
2020-12-13
17:57
fix duplication of QUERY_STRING in the redirection URL in login_needed function, append "?anon" or "&anon" as needed to the g parameter ... (Closed-Leaf check-in: 204e5992 user: sdr tags: fix-login-needed-esc-anon)
2020-12-12
23:20
fix duplication of QUERY_STRING in the redirection URL in login_needed function, append "&anon" if needed ... (Closed-Leaf check-in: 1650a643 user: sdr tags: fix-login-needed-add-anon)
08:15
Adds the Apache-style REQUEST_SCHEME environment variable to the /ext environment so that CGIs can determine whether they're running in HTTP or HTTPS. Later: See alternative implementation at [f101e94da1f80571] ... (Closed-Leaf check-in: 0d72caae user: stephan tags: ext-request-scheme)
2020-11-28
13:36
Fix how Fossil handles 'import --git' into a repository that already exists when neither the '--increment' nor '--force' options are passed, as reported by Warren in forum post 29e358909c. The proposed fix required duplicating a file descriptor for stdin to accept keyboard input from the user and piped input from git fast-import, which necessitated machine-dependent ifdefs that have not yet been tested on Windows platforms. The fix revealed another bug that this commit also solves by avoiding duplicate artifacts being inserted into the blob table during fast_insert_content(), which can arise when importing into a repository that has used the recently implemented '--attribute' feature if manifests are generated from the same content but with different U cards. Due to a bug in Git's output, this required an additional temp table for tracking tag artifacts (see comments). Due to the complexity of this commit, and having not been tested yet on Windows platforms, further testing is needed. ... (Closed-Leaf check-in: a69f71a2 user: jamsek tags: import-git-dev)
2020-11-25
20:55
When using "fossil command --help" restrict the ambiguous matching to just commands to avoid breaking prefixes that otherwise work fine as a command. For example, "fossil di" works fine as a command, but "fossil di --help" suddenly makes it ambiguous. ... (check-in: 99f650af user: andybradford tags: ambiguous-help)
2020-11-22
14:05
First in a potential series of many changes to doc markup in this repo (especially to www/*) to work better with the Inskinerator project's Modern override. This one changes an explicit HTML table in www/rebaseharm.md to a Markdown table so our CSS can take full effect. ... (check-in: facb9880 user: wyoung tags: modern-skin-markup-fixes)
2020-11-05
22:16
Assorted cleanups in skins/default/css.txt: reordered styles so like elements are grouped together, added separator comments to try and prevent this drift from happening again, and made the spacing consistent with the www/style.wiki rules. The goal is to make it easier to find rules when doing custom skin edits. ... (check-in: b8b15a36 user: wyoung tags: default-css-cleanups)
2020-10-26
15:56
Add examples and expand on the workflow ... (check-in: 3e44368b user: danshearer tags: quickstart)
2020-10-11
07:03
Attempt to use the feature added in [e32214a409] to extract the duplicate Pikchr code for diagram #4 in the rebase doc as a separate file, so we can refer to it twice via a Markdown image link instead. Doesn't work, but my next steps require a checkin I can reference.

EDIT: Per forum feedback (https://fossil-scm.org/forum/forumpost/5c177b55b6) I'm abandoning this. ... (Closed-Leaf check-in: a9dcda5d user: wyoung tags: extract-pikchr)

2020-10-05
18:15
Recast the blockchain.md doc as "Is Fossil a Blockchain?" (answer: mostly no) and updated all references to it to either remove the term, use "repository" instead where that's sufficiently clear, or to say either "Merkle tree" or "hash tree" instead where we need to distinguish the hash tree itself from the rest of the repo DB file's contents. This depends on the prior CAP theorem doc, since part of the argument for Fossil not being a blockchain gets us down into those weeds.

EDIT: Moving it to a branch because we're still arguing the point on the forum. ... (check-in: 855578b6 user: wyoung tags: fossil-as-blockchain)

2020-10-04
14:35
Exchanged most uses of %s(g.zTop) and such in the code with use of %R in Fossil's special printf() type functions. (The branch is named after just one of several of these, mprintf(), being one of the shortest names.) At the least, this is shorter, simpler code, but there is also some hope that it may fix some doubled slash problems someone is having on the forum. (https://www.fossil-scm.org/forum/forumpost/1ea72176e0) ... (Closed-Leaf check-in: 2907721a user: wyoung tags: prefer-mprintf-r)
2020-10-01
12:13
An attempt to enhance the git-fast-export reader so that it can handle breezy-generated output files. ... (check-in: ddcd35d6 user: drh tags: breezy-fast-import)
2020-09-29
00:56
Converted www/delta?.gif to Pikchr diagrams. They're mostly faithful to the originals, but there's a bug that needs fixing in Pikchr (or worked around somehow here) before this can be merged to trunk. My posting to the pikchr forum also needs to be edited to point to a historical version of www/delta6.gif to avoid creating a dangling hyperlink when this is merged down. ... (check-in: e0dd267b user: wyoung tags: delta-format-pikchr)
2020-09-28
01:54
Capitalize "HTML" ... (check-in: 59d27ab4 user: andygoth tags: andygoth-html-caps)
2020-09-20
07:28
An experiment in improving the /dir column flow. (Not ready to merge.) ... (check-in: e5121a49 user: stephan tags: dir-columns-revisited)
2020-09-15
18:20
Enable automatic paragraph numbering in Markdown using a special HTML comment: "<--markdown paragraph-numbers=on -->" ... (check-in: d9a70a1d user: drh tags: auto-toc)
2020-09-13
16:35
Initial work on a pikchr CLI command which integrates TH1 for programmatic pikchr generation. DO NOT MERGE: the required changes to TH1 need more testing to ensure they do not introduce fallout in the skin output. Also, output redirection is still very imcomplete and TH1 error reporting does not yet do the right thing. ... (check-in: 8a4304ea user: stephan tags: pikchr-th)
2020-09-09
21:02
Quick-and-dirty /pikchrshow page which allows those with write- or wiki-write access to input pikchr code and see it rendered. ... (check-in: 63ed253c user: stephan tags: pikchrshow)
15:20
Attempt to integrate the PIC-like drawing formatter "Pikchr". ... (check-in: 17d89b9a user: drh tags: pikchr)
2020-08-30
10:42
An experiment in reactivating the legacy wysiwyg editor in the new wikiedit page. It works, but cannot currently be removed from the page once it's installed without reloading the page. ... (check-in: 629bc0e1 user: stephan tags: wikiedit-wysiwyg-legacy)
2020-08-28
18:28
Modify the before-commit hook so that it runs after the check-in comment has been collected from the user. Include the check-in comment in the commit-description file. ... (Closed-Leaf check-in: b4006e2e user: drh tags: comment-in-before-commit)
2020-08-24
22:45
Adjust 'fossil merge' command to use CR/LF line endings for conflict markings if both files being merged already use such line ending type. ... (check-in: 60ecf5d9 user: marciogabe tags: merge-crlf-bom)
20:49
Experimentally added '?' help buttons in wikiedit. Experimentally emit all fossil.XYZ APIs, rather than selected ones, to test whether that reduces overall transmission together with caching. DOM init-time timing workarounds to get confirmer buttons to pin their sizes properly. ... (check-in: 9edbb7ea user: stephan tags: misc-js-experiments)
2020-08-22
20:23
Rudimentary support for interwiki links. ... (check-in: 3ca23edc user: drh tags: interwiki)
10:45
Merge Andy Goth's enhancements to the forum. ... (Closed-Leaf check-in: 50cdb741 user: drh tags: sec2020-forum-refactor)
2020-08-21
15:54
Begin refactoring forum code to support orthogonal history and plaintext options. First step: rename pEdit to pEditPrev to make room for a pEditNext field. ... (check-in: 636f6596 user: andygoth tags: andygoth-forum-refactor)
2020-08-19
08:00
Initial draft of a project policy doc explaining and justifying its use of JavaScript. ... (check-in: 93e4561b user: stephan tags: js-policy-doc)
01:07
Cherrypick key fixes from the sec2020 branch in order to devise a minimal patch to get us to version 2.12.1. ... (check-in: fe1264d3 user: drh tags: sec2020-2.12-patch)
00:56
Make a few tweaks to the Ardoise skin. See https://fossil-scm.org/forum/forumpost/a4bcfec897 for branch discussion. ... (check-in: 535f4eb8 user: andygoth tags: andygoth-ardoise-tweaks)
2020-08-18
23:39
An alternative method for dealing with historical files named "_FOSSIL_" in the tree: Simply pretend they are not there. ... (Closed-Leaf check-in: 8f24c079 user: drh tags: ignore-reserved-filenames)
18:44
Backported in [5b9a4c90594d8ea6], as explained in detail at https://fossil-scm.org/forum/forumpost/0f56c9edd9. ... (check-in: af383a7b user: stephan tags: branch-2.12)
16:07
Added and applied permissive-manifest-parser setting to permit parsing of manifests which have F-cards containing now-illegal names. Required for rebuild of historical data and support of repositories we now know to contain such files. ... (check-in: 9e59cf18 user: stephan tags: sec2020-deadend)
2020-08-17
15:17
Part 1 of ticket [980a72dedd]: efficient check for determining whether a filename ends with a checkout db name. ... (check-in: ddd1273e user: stephan tags: reject-ckout-db)
15:11
Identify security-sensitive settings. ... (Closed-Leaf check-in: aa4c3afc user: drh tags: sec2020-config-protection)
09:16
Prohibit redirects from HTTP or HTTPS over to SSH or FILE. Fix for ticket [61613b0a9cf843b6]. ... (check-in: 253dbd15 user: drh tags: sec2020)
2020-08-16
15:30
Close multi-remote-fix branch because the issue is now resolved. See https://fossil-scm.org/forum/forumpost/158a67cc53 for some information on what was going on. The solution was to reopen the configuration after it was being prematurely closed. ... (check-in: 4c16a249 user: andygoth tags: bad-merge)
10:05
Reverted [33610b04de8fdf56] because a subtle bug in Chrome and FF causes both browsers to break scrolling of elements if they are descendants, however deeply nested, of a fieldset element. The one known workaround for that is too fragile. This is not release-critical. ... (Closed-Leaf check-in: e5c3ffeb user: stephan tags: post-2.12-fixes)
2020-08-14
11:53
Changes line-numbered output to make line numbers selectable, as discussed in https://fossil-scm.org/forum/forumpost/dc3da10590. A couple decisions are needed before deciding whether to merge. ... (check-in: ec73edd4 user: stephan tags: line-number-selection)
2020-08-09
14:43
Improved(?) the way forum post expansion is handled, based on forum feedback. Added a narrow "tap zone" to the right of the post scrollbars to expand/collapse. When a post is collapsed the first time, it is shrunken much smaller than its original size. When collapsing a post, we now scroll its parent element (post header), rather than the next post, into view. ... (check-in: ebbd20c6 user: stephan tags: forum-expand-post-revisited)
2020-08-03
22:54
Rearranged the order and conditional status of paths leading to ETag HTTP header generation to cause them to be generated in more cases. This improves caching in my testing, but it needs to be vetted before it can be merged down to trunk. The main risk is that it causes over-aggressive caching, resulting in stale data delivery. ... (check-in: bc0b2035 user: wyoung tags: etag-always)
2020-07-31
16:58
Add routines for standardized loading of javascript resources. ... (check-in: 01d96c6b user: drh tags: refactor-js-handling)
2020-07-29
20:19
Initial bits for the ajax-powered wiki editor. There's still much to do here, but most of the basics are in place. ... (check-in: 20636c93 user: stephan tags: ajax-wiki-editor)
2020-07-26
14:04
Minor internal API changes to support using a session cookie for logins, but there are side effects which still need to be investigated before exposing that option to the UI, e.g. login groups and any other use of the user.cexpire field. ... (check-in: ba3cf9c4 user: stephan tags: login-session-cookie)
2020-07-18
01:33
Temporarily back out "fossil remote" improvements until "fossil clone" is fixed: https://fossil-scm.org/forum/forumpost/158a67cc53 ... (check-in: 0a752652 user: andygoth tags: multi-remote-fix)
2020-07-15
20:57
Permit the 'favicon.ico' image to be customized. ... (check-in: 3352c1c2 user: mistachkin tags: customFavicon)
2020-07-09
15:35
Very rough proof-of-concept for a pure-CSS expand/collapse option for forum posts. Demonstrates the capability but is far from polished enough to bring online. ... (check-in: be157e46 user: stephan tags: forum-expand-poc)
2020-07-05
22:24
Experimental mechanism to run scripts when certain events occur. This check-in only provides a command-line interface to set and manage hooks. The hooks do not yet actually run. ... (check-in: 5021c5bb user: drh tags: hooks)
2020-07-03
13:52
Partially backout [620783cae23d28bd73959006af71f859e8b7333e|620783cae2] (adapted to current coding style): This brings back the --empty option there once was. ... (Closed-Leaf check-in: 971a5f51 user: jan.nijtmans tags: no-initial-commit)
2020-06-27
17:15
Permit the 'favicon.ico' page to be customized via TH1. ... (check-in: ff735265 user: mistachkin tags: th1Favicon)
2020-06-26
18:52
Adds the obscure() shell function, exposing an internal mechanism without which you cannot programmatically set the user's sync password or HTTP auth creds. The existing mechanisms assume you can type into the console. Effectively, this gives us "fossil user pass" equivalents for these other password-like values. ... (Closed-Leaf check-in: 2b5b7181 user: wyoung tags: obscure-shell-function)
2020-06-24
21:50
Automatically add HTML formatting to the on-line help when displaying in a web-page. (This is a work-in-progress. No everything displays correctly, yet.) ... (check-in: f1230cb3 user: drh tags: formatted-online-help)
2020-06-11
22:38
Experimental changes to get JSON tests passing. ... (check-in: 2e423836 user: mistachkin tags: jsonTestsPass)
2020-06-10
01:39
More work on Win32 shell argument escaping. ... (Closed-Leaf check-in: 8c8a6d12 user: mistachkin tags: win32shellArg)
2020-06-09
22:54
Adjustments to the shell argument escaping for Win32. ... (check-in: acbea38c user: mistachkin tags: win32shellArg)
16:47
Begin splitting up fossil_assert_safe_command_string() into separate windows and unix implementions. Add the test-fossil-system command for testing. ... (check-in: 9c38a004 user: drh tags: safe-fossil-system-test)
2020-06-08
19:47
Make the "fossil git export" command more restrictive about characters that it allows in tag names. ... (check-in: e8c6cd2c user: drh tags: branch-2.11)
2020-06-07
18:23
Add the 'test-pid' web page. ... (check-in: d6e900a5 user: mistachkin tags: testPid)
2020-06-04
10:43
Fix for "/timeline?c=XXXX" (circa the specified check-in) when the target check-in is at or near the tip of the timeline. See https://fossil-scm.org/forum/forumpost/e3adbfedfd ... (Closed-Leaf check-in: 16a09da8 user: graham tags: timeline-circa-fix)
2020-05-29
08:05
Move default_css.txt to default.css, treat it like a builtin file, and remove mkcss, as the recent style.css reorg obviates the need for mkcss. ... (check-in: 0c19cd0a user: stephan tags: default.css)
2020-05-28
14:58
Initial infrastructure for a command-line version of the security audit page. ... (Leaf check-in: dba4c4f2 user: drh tags: audit-command)
11:42
Cosmetic fix for "/file?name=xxxx" where ci defaults to "tip". Title used to be "xxxx at []"; now it is "xxxx at tip" which matches the behaviour of "/file?name=xxxx&ci=tip". ... (check-in: 551676bc user: graham tags: ui-local-diff)
2020-05-27
22:14
Updated all user-facing documentation and "fossil help" output (plus select internal comments and function names) to use "hash" rather than "UUID". No functional changes. (Yet?) See forum thread https://www.fossil-scm.org/forum/forumpost/ddc14c6866 for discussion. ... (Closed-Leaf check-in: df520195 user: wyoung tags: uuid-to-hash)
13:28
Demonstrate how the mkindex.c utility could be extended to automatically put a complete web-page construction inside a transaction. ... (Closed-Leaf check-in: 67c42040 user: drh tags: auto-webpage-txn)
2020-05-21
17:12
This does not work. Was: Alternative way of fixing Download links that provides web-browsers with a suggested filename for saving the file. ... (Closed-Leaf check-in: 232033c9 user: drh tags: mistake)
2020-05-17
17:52
Proof of concept for my proposal of reworking how style.css emits CSS, as discussed in forumpost/d63ff33063. ... (check-in: ae10ddf3 user: stephan tags: style-css-revamp)
2020-05-12
11:20
Proof of concept for making the "File" menu on the standard menu bar show the files for the currently displayed checkin or branch, rather than always showing the files for "tip". ... (Closed-Leaf check-in: 96e74ad1 user: drh tags: context-dependent-files-menu)
2020-05-11
14:09
Add setting that will suppress the new fork warning with every commit. ... (check-in: 57b8d6de user: andybradford tags: fork-warn-setting)
2020-05-06
22:04
In File Browser the file entries link to /file URLs corresp. to the given check-in; on File page provide back-links to the file's path directories. ... (check-in: 5c600718 user: ashepilko tags: browse-to-file)
07:38
Added "Tip" and "View" links to submenu of /artifact pages to get corresponding /file and /doc links to the same file on the same branch, giving different views of this same file data. ... (check-in: a9dda382 user: wyoung tags: artifact-view-links)
2020-05-05
04:06
Initial work on ajaxifying /fileedit. Fetching content, preview, and diffs are ajax'd, but save is not yet. ... (check-in: 8edf9dbf user: stephan tags: fileedit-ajaxify)
2020-04-30
08:25
Allow a revert of current changes for the whole directory tree ... (check-in: 575fe0c8 user: ashepilko tags: revert-dir)
2020-04-27
19:36
Initial infrastructure for "web commit". ... (check-in: cb4d48ac 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: fd138236 user: stephan tags: skinedit-css-list)
2020-04-23
18:36
Begin adding the ability to restrict self-registration to people with a particular email address pattern. This check-in provides the setting to specify the authorized email addresses, but an attacker can still lie about his email address and sneak in that way. Still a work-in-progress. ... (check-in: 7916dbaa user: drh tags: restricted-self-registration)
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: 369a14b3 user: stephan tags: unaddremove-command)
11:43
Update commit [8268c5dafb] to allow the --integrate flag when merging private branches, but postpone the closing leaves of private branches. ... (check-in: 6b6c09c5 user: florian tags: private-branches)
2020-04-20
20:13
Experimental fix for link failure under --with-openssl=tree on some platforms (found on CentOS 6) where OpenSSL needs -lpthread to link. Not on trunk because we probably need something more subtle than this to make it work broadly. ... (Closed-Leaf check-in: 8a046acb user: wyoung tags: openssl-needs-lpthread)
2020-04-18
00:12
Look in the XDG_CONFIG_HOME environment variable before looking in HOME for the location of the ".fossil" configuration database. ... (check-in: 4de54b1d user: drh tags: xdg-aware-config-db)
2020-04-16
13:06
Begin breaking out the code for BACKLINK processing into a separate source file: backlink.c ... (check-in: 10c75204 user: drh tags: backlink-updates)
2020-04-12
19:12
In the sync reply, the server should omit igot cards for artifacts that are known to already exist on the client. ... (check-in: 3e2a9bc3 user: drh tags: sync-improvements)
15:19
Attempts to improve the homepage and first impression for new users. ... (Closed-Leaf check-in: 8b5250b8 user: drh tags: revamp-home-page)
2020-04-10
14:02
Modifications to the "fossil ui" idle timeout feature: (0) Make the Javascript work with IE (lacking the `fetch()' function) (1) Ensure the Javascript keep-alive polling interval is lower than the idle timeout (2) Add the short form `-t' as an alias for the `--idle-timeout' command-line option, since it is now always required to enable legacy behavior. ... (Closed-Leaf check-in: fae4ae05 user: florian tags: idle-time-suggestions)
2020-04-09
16:14
Initial code for implementing the idle-timeout feature for "fossil ui". Seems to work in preliminary tests on unix. Windows implementation is incomplete and untested. ... (check-in: 39a899e4 user: drh tags: idle-timeout)
12:32
Fold duplicate parts of the SVG data URIs to simplify the Javascript code -- overall impact on the final size of the gzipped web page is likely minor. The uncompressed source code for the icons is on the branch/accordion-experiments wiki page. ... (Closed-Leaf check-in: 811ae0c8 user: florian tags: accordion-experiments-2)
2020-04-08
14:07
Use dynamically created foreground image elements instead of CSS background images to indicate the status and available actions for the accordion, so they are visible by default for printouts and PDFs, invisible for noscript clients, and enhance compatibility with most skins (Xekri's "justify-content: space-around;" is crunchy, however). ... (check-in: 1006de1e user: florian tags: accordion-experiments-2)
2020-04-05
23:45
Match the COMMAND and WEBPAGE names with _cmd and _page functions; forumpost/045bffda68 ... (check-in: 06afb702 user: ashepilko tags: api-cleanup)
14:28
Use SVG icons to indicate the status and available actions for the accordion. ... (check-in: 6126a541 user: florian tags: accordion-experiments)
2020-04-02
00:15
Attempting to add "accordion" action to the "About" sections of pages that have associated wiki. Basically works, but needs CSS tweaks, and possibly other UX improvements. ... (check-in: b17e4c5a user: drh tags: accordion-about-wiki)
2020-03-19
15:11
Add a configure time check for the existence of setenv(3) in libc for use by fossil_setenv() which has nicer semantics than its current underlying implementation on POSIX systems, putenv(3). This doesn't fix any known issue other than a technical memory leak, but I'm checking it in in case someone finds the code useful someday. ... (Closed-Leaf check-in: ff8f2dec user: wyoung tags: setenv-alternative)
2020-03-18
15:09
Correct a statement that contradicts the first paragraph in the same section. ... (check-in: ce5925c2 user: florian tags: glob-docs)
14:08
Have repeated clicks to the "Speakit" button restart the audio-captcha from the beginning instead of repeating several times in parallel. ... (check-in: 1bf8df8a user: florian tags: audio-captcha)
2020-03-17
12:17
Filter notifications to reduce multiple alerts if forum-posts are edited. ... (Closed-Leaf check-in: 1c84fa55 user: graham tags: alert-filter)
2020-03-15
15:22
Experimental support for "Range:" headers in HTTP requests. ... (Closed-Leaf check-in: 37c615ad user: drh tags: http-range)
2020-03-14
13:50
In a forum thread display use an <h3> tag for the header on each post. ... (check-in: c29d69ea user: drh tags: forum-post-headers)
03:13
Add infrastructure to support solving the captcha via audio. ... (check-in: 5ddc0fdc user: drh tags: audio-captcha)
2020-03-13
14:23
Proposed fix to the UX bug on "Logout" with the default skin, per https://sqlite.org/forum/forumpost/ee69ac2ed3 ... (Closed-Leaf check-in: 35d8736b user: wyoung tags: logout-link-on-name)
2020-03-12
16:56
An extension of [3941824d] to remove all mention of 'd' capability from the code, not just ifdef or comment it out. Also removes it from the docs and from the default capability set for Developer, dei -> ei. ... (check-in: 55a76439 user: wyoung tags: eradicate-d-cap)
01:50
This change is not quite right. Harmless, but ineffective. Was: The 'b' capability should not imply "write" for tickets or wiki unless it is accompanied by the 'w' or 'k' capabilities. ... (Leaf check-in: ba56f5e5 user: drh tags: mistake)
2020-03-07
22:14
option to separate filenames w/ NULL instead of whitespace. Eases operations w/ whitespace-containing filenames ... (check-in: 6e88c64b user: bch tags: NULLSeparated)
2020-02-28
21:51
Create new branch named "forumthread-title" ... (check-in: 33c4c9d2 user: ashepilko tags: forumthread-title)
2020-02-25
23:03
This merge occurred on a laptop and didn't get synced. Before the missing sync was discovered, other check-ins occurred both on the branch and on trunk. So it seems best to just abandon this merge. ... (Closed-Leaf check-in: 6f08a593 user: drh tags: mistake)
20:57
Implemented merge/update --keep-merge-files, per discussion at /forumpost/1407a2d73e. ... (check-in: 1bfd760d 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: bdc242fb user: stephan tags: import-admin-user)
14:45
Improve diff performance by using a 64-bit hash and a faster hash algorithm. ... (Closed-Leaf check-in: a4616a2c user: drh tags: diff-optimizations)
2020-02-16
14:48
Add 'timeline-tslink-info' to the list of skin/web-ui-related settings to make it work with `fossil config ...' and `fossil init --template ...'. ... (check-in: c27e2069 user: florian tags: misc-skin-fixes)
2020-02-12
09:25
Update the built-in SQLite to version 3.31.1 plus the s390x architecture fix. ... (check-in: 22a9cc7f user: jan.nijtmans tags: branch-2.10)
2020-02-06
15:32
When using HTTPS combined with HTTP AUTH, the SSL connection may go away and any further operations on it, including the implied SSL_shutdown() that occurs as a result of BIO_reset() or BIO_free_all() will crash Fossil. Attempt to deal with this by signaling a quiet shutdown if SSL_peek() returns an error. ... (Closed-Leaf check-in: 616de1fe user: andybradford tags: fix-ssl-crash)
2020-01-24
15:05
Tweak the /mimetype_list web page to display the repository-specific mimetypes in a table, and flag built-in entries that are overwritten by repository-specific entries. ... (check-in: 566a2731 user: florian tags: mimetypes-list)
2020-01-22
02:41
Added support for client-configurable mimetypes as a versionable setting. ... (check-in: 322643ca user: stephan tags: mimetypes-setting)
2020-01-03
16:39
Add --inverse|-v flag to tag ls, per discussion at https://fossil-scm.org/forum/forumpost/944e611710. ... (Closed-Leaf check-in: e170afb9 user: stephan tags: tag-ls-inverse)
14:28
Merged in trunk. ... (check-in: 04e1c978 user: stephan tags: mistake)
2019-12-19
18:54
Several memleak fixes reported via https://fossil-scm.org/forum/forumpost/205b004d8a. In a branch so the OP can test them in his setup. ... (check-in: 4566da66 user: stephan tags: memleak-fixes)
15:13
Never mind.... Was: Attempt to fix a memory leak on Git import. ... (Closed-Leaf check-in: 81bfdca9 user: drh tags: git-import-memleak)
2019-12-13
20:56
If path given to /ext is a directory and it contains an index file (of the same names supported by the /doc path), render that index file. Edit: closing branch b/c Richard implemented the same thing in parallel in [3ed3fa3dda9c6d6f]. ... (Closed-Leaf check-in: f28cea2b user: stephan tags: ext-render-index)
13:06
Markdown-to-HTML now adds automatically-generated ID attributes to the headers to facilitate creating intra-document links and hyperlinked tables of contents. The ID algorithm is simply to lower-case all ASCII alphanumeric characters in the header text. ... (check-in: 88eb24a9 user: stephan tags: markdown-header-ids)
2019-12-08
23:49
Add experimental 'verifyLogin' command to TH1. ... (check-in: 74b7f07c user: mistachkin tags: verifyLogin)
2019-12-05
06:48
Enable deltification of edits of forum posts, limited to those which do not require moderation. Seems to work but requires more testing. ... (check-in: a612aa73 user: stephan tags: forum-edit-deltify)
2019-12-01
20:18
Special UI controls added onto the /whistory webpage for easy comparison of arbitrary versions of a wiki page. ... (check-in: ec04c8b4 user: george tags: wiki-history)
2019-11-29
14:44
Enhance the "fossil grep" command with new options. Work in progress. Needs more testing. ... (check-in: 1bf2f848 user: drh tags: grep-enhancements)
2019-11-23
20:54
Restore operation of "related" and "tag filter" widgets, see forum thread https://fossil-scm.org/forum/forumpost/2d5fe3dedc for discussion ... (check-in: e2581e6d user: andygoth tags: andygoth-restore-related)
2019-11-15
02:31
Modified grep command to respect the hash-digits config option. ... (Closed-Leaf check-in: dccab378 user: stephan tags: grep-hash-digits)
2019-10-09
14:52
Attempt to resume a clone during the next sync or pull by tracking a failed clone operation. ... (check-in: ec264714 user: andybradford tags: clone-resume)
2019-10-03
13:38
If verify_all_options() is called more than once, ignore the second invocation because it won't work as expected anyway as the first invocation has already tossed out the ability to pass in arguments that might be consumed by the second caller. Moving because apparently some subcommands may actually need to call this a second time, in which case I suppose we need to "define" its behavior. ... (Closed-Leaf check-in: cd969ec5 user: andybradford tags: mistake)
2019-10-02
16:14
Much simplified re-implementation of [double-dash-flag] without the unconventional '-' alias behaviour. (Still requires more testing.) ... (check-in: c32966e0 user: stephan tags: double-dash-flag2)
2019-10-01
16:13
Added www/javascript.md doc. On a branch pending forum discussion. ... (check-in: 9fd8b1c9 user: wyoung tags: js-use-doc)
07:13
Enable client to control how much time skew is allowed before warning. This can be useful if one is not in control of the time on the remote server. Patch rejected because accurate timestamps are crucial. ... (Closed-Leaf check-in: 307f7642 user: andybradford tags: time-skew-setting)
07:09
Enable client to control how much time skew is allowed before warning. This can be useful if one is not in control of the time on the remote server. ... (Closed-Leaf check-in: 526b0c29 user: andybradford tags: mistake)
2019-09-30
16:11
Add 'binary' query parameter to the 'vpatch' web page. ... (Closed-Leaf check-in: 39d14616 user: mistachkin tags: vpatch-binary)
2019-09-28
20:52
When replying to a Forum Post or Reply, show additional information to provide additional context. This helps if one walks away from the browser before submitting the response. ... (Closed-Leaf check-in: e19dcc1a user: andybradford tags: forum-replies)
2019-09-27
08:48
Initial work on unified "--" flag support, as requested in https://fossil-scm.org/forum/forumpost/64acc6b653. There's still lots to do here. ... (check-in: d8ebbd76 user: stephan tags: double-dash-flag)
2019-09-26
23:41
Adds syntax-hl boolean option, fixes file extension retrieval.

The addition of the syntax-hl boolean allows fossil to detect at the behest of the user that a syntax highlighting system that will handle line numbering is being used in cooperation with fossil such that fossil need not try to do line numbering, selection, highlighting, etc, itself. The file extension retrieval is now done with no use of extra or one off queries. ... (Closed-Leaf check-in: 6ead94ab user: lmartin92 tags: syntax-hl-with-linenumbers)

23:36
Create new branch named "syntax-hl-with-numbering" ... (Closed-Leaf check-in: 6f82d2c1 user: lmartin92 tags: syntax-hl-with-numbering)
2019-09-23
19:07
Add support for testing with libFuzzer. ... (Closed-Leaf check-in: 8a6e8e27 user: drh tags: libFuzzer)
2019-09-05
01:33
An extension of the now-merged code-in-pre branch to allow it to work on /artifact pages and such when the ln parameter is given. This branch is a proof of concept only, for demonstrating a point and experimentation, not to be merged. See the forum discussion for details. ... (Closed-Leaf check-in: a65834a7 user: wyoung tags: code-in-pre-with-ln)
2019-09-04
08:32
Update the 'branch new' command to track the status of private branches in the PRIVATE table, instead of using +private tags. ... (check-in: 70849e76 user: florian tags: private-branches)
2019-09-03
17:17
Adds 'js' to CONFIGSET_SKIN so that skin javascript is included in exports, syncs, etc. Works okay outside of checkouts in my testing. Probably needs some review by drh before being merged. ... (Closed-Leaf check-in: 5d2299d8 user: ckennedy tags: js-skin-export)
2019-09-02
19:54
In /artifact and similar pages, put HTML code tag inside pre with class="language-zExt" where zExt is the extension from the artifact's file name, if any. This allows JS code highlighting plugins to style such pre blocks automatically based on file name extension. ... (Closed-Leaf check-in: f3b91714 user: wyoung tags: code-in-pre)
2019-08-31
13:04
Ouput an error if the CGI control file is missing on the command line. This prevents IIS to fall in a endless loop. ... (check-in: 6a59d33e user: tsbg tags: iis-cgi)
2019-08-27
04:15
Make it possible to disable JSON auto-detection in the CGI subsystem. ... (check-in: a7754353 user: mistachkin tags: noJsonCgiFlag)
00:11
On the /vdiff page, show a timeline with both check-ins using different highlights on each check-in. ... (check-in: 6e40f866 user: drh tags: vdiff-improvements)
00:07
Changed all of the [anycap jor] TH1 calls in the stock skins wrapping the generation of that skin's /timeline and /timeline.rss links to [anycap ijr2] to match the user caps the timeline HTTP hit handler actually checks for in the C code. This is a branch in part because it needs review, but also it's the start of a broader effort to check the other cap checks in the skins to make sure they a) match what the C code checks for; and b) match each other. ... (check-in: 9cee8cf5 user: wyoung tags: skin-cap-matching)
2019-08-23
08:31
Added www/capabilities.md, a complete treatment on user capabilities, user categories, login groups, and administration matters involving all of this. It does not replace the pre-existing admin-v-setup.md doc, but a bit of its content did move into this new doc. The new doc also contains the user capability info previously in the forum.wiki doc. This is on a branch because although it's quite useful already, it could use some work before being merged down. At the barest minimum, there are some unanswered questions in the new doc that need addressing.

This new doc does not replace the existing documentation in the UI. It may be that we end up paring that down a bit now that we have a full doc to refer to, but that is a topic for the forum thread that will appear shortly after this checkin. ... (check-in: 832f107e user: wyoung tags: caps-doc)

2019-08-20
01:34
Added --with-sanitizer configure-time option for appending -fsanitize=VALUE to CFLAGS and LDFLAGS, plus automatic detection of -lubsan for GCC, which doesn't automatically link to that with -fsanitize=undefined as Clang does. EDIT: This check-in breaks the built on Ubuntu 18.04. ... (check-in: 7907b6ff user: wyoung tags: configure-updates)
2019-08-15
16:16
Server Documentation Update. This ckeckin contains instructions for using Fossil as a windows service and with stunnel as an https proxy. ... (check-in: 8b7c563d user: ckennedy tags: server-docs)
2019-08-10
23:04
Added "Forum Posts" choice to the "Activity Reports" sub section of /stat. ... (Closed-Leaf check-in: f39e47a1 user: wyoung tags: forum-post-activity-report)
18:07
Refine HOME search order on Windows to maintain backward compatibility with the previous search hierarchy. ... (Closed-Leaf check-in: c07cbcd3 user: mistachkin tags: windows-env-usage-v2)
03:23
Inserted %USERPROFILE% between %FOSSIL_HOME% and %LOCALAPPDATA% in the code that chooses where the user's account-wide _fossil file lives on Windows. (This is the Windows analog to the ~/.fossil file on POSIX systems.) Also updated the docs to match. ... (check-in: 15176c8a user: wyoung tags: windows-env-usage)
2019-08-09
20:15
Contributing PowerShell script Set-ChildProject.ps1. This script wraps the code for converting a project into a child project into an easy to use PowerShell script. The script should be cross platform, but was only tested on Windows 10. ... (Closed-Leaf check-in: 0b70cf6d user: ckennedy tags: windows-tools)
2019-08-05
16:35
Initial draft changes to support 'extcgi' on Win32. ... (check-in: fbe1edda user: mistachkin tags: winExtCgi)
2019-08-02
05:09
proper env() handler for (at least) NetBSD ... (Closed-Leaf check-in: 2d4c16df user: bch tags: env_handler)
2019-07-29
14:06
When to a repolist, if any of the repositories have a non-zero repolist-skin setting, use that repository as the skin for the listing. If the repolist-skin setting is 2, then omit that repository from the list for directory-scan lists, but always show all repos for a "fossil all ui" list. This *almost* works, but still has some small issues. This is an incremental check-in. ... (check-in: 958e0bdc user: drh tags: repolist-skin)
08:14
Trim spaces from the CSS background image SVG data URI for the copy icon, to make it look more compact -- this may not necessarily reduce the overall size of the final gzipped CSS resource delivered by the Fossil web server. The uncompressed source code for the icon is on the branch/tooltip-copyhash wiki page, with a comment why the variant with the "inaccurately" calculated outline looks better. ... (check-in: 0be9a2db user: florian tags: svg-and-md-formatting)
2019-07-25
17:07
Add the ability to extend a Fossil server using CGI. This is a refactor of the prior sub-cgi branch. ... (check-in: ed2def5f user: drh tags: extension-cgi)
2019-07-23
23:25
Initial but incomplete work on an experimental /aux page that runs secondary CGI that has access to the Fossil user login credentials and similar information. This is an incremental check-in of work-in-progress. ... (check-in: 72f8e776 user: drh tags: sub-cgi)
2019-07-19
03:52
Update list of known settings which had diverged due to newly added features. ... (check-in: 72e71e90 user: andybradford tags: test-updates)
2019-07-12
04:57
Rewrote the "GPL vs. BSD" section in www/fossil-v-git.wiki. See forum post here for justification and discussion: https://fossil-scm.org/forum/forumpost/3239c30fff ... (check-in: 68a7563e user: wyoung tags: bsd-vs-gpl)
2019-07-06
21:42
Update Jim Tcl to 0.78. ... (check-in: 907f66bf user: mistachkin tags: autosetupAndJimTcl)
2019-07-02
04:45
Per request in forumpost/9fd5135acc, added intra-document links to each response which link back to the being-replied-to post within the same page (using an #anchor-tag), without reloading from the server. ... (check-in: 78721d4a user: stephan tags: forum-reply-links)
2019-06-28
07:23
Added the --save-http-url-password option to the clone command to make it skip the "remember password (Y/n)?" prompt if the password was given in an HTTP URL. We avoid this for ssh:// URLs since you have pre-shared keys, SSH agents, and such to avoid the need in that case. Without this feature, you can't script around it by piping "echo y" through the command because the "remember password" feature as of trunk only works when isatty(0), which will be false when Fossil is downstream from a pipe like that. ... (check-in: 2600b771 user: wyoung tags: save-http-url-password)
2019-06-27
21:22
Accidental commit by running mattwell's "makeforks" script from within a fossil-scm.org checkout directory. Moving to hidden branch. ... (check-in: 28549ec2 user: wyoung tags: inadvertent-checkin)
21:22
Same as [28549ec2] ... (Closed-Leaf check-in: 7ae81524 user: wyoung tags: inadvertent-checkin)
2019-06-22
16:57
Enhance the "fossil tag ls" command to allow filtering by tag type. ... (Closed-Leaf check-in: 2d3025ad user: andybradford tags: taglist-tagtype)
14:54
When doing a commit with autosync enabled, the first autosync now takes a temporary (24-hour) lock on the baseline commit in order to prevent any other connected user from simultaneously committing and creating an accidental fork. ... (check-in: 222fc681 user: drh tags: no-race-commit)
2019-06-13
08:04
Added new 'touch' command to set the mtime of files to their SCM-side values. ... (check-in: 4d9ec3e3 user: stephan tags: touch-command)
07:49
Update the copyTextToClipboard() Javascript function to suppress scrolling, and remove the temporary textarea in case of an error (i.e. blocked clipboard access), as suggested here: https://fossil-scm.org/forum/forumpost/40189d7d2f. ... (Closed-Leaf check-in: ba3e6fe7 user: florian tags: copybtn.js-tweaks)
06:18
Added a -setmtime flag to the checkout and open commands which works identically to that flag for the update command. The open command should arguably do this by default. ... (Closed-Leaf check-in: e59d8d99 user: stephan tags: setmtime-checkout-open)
2019-06-10
16:02
This check-in started as a follow-up to [55f56e91ba] to make the tooltip less hasty, and prevent it from being instantly reshown (and slightly moved) when the mouse pointer goes back from the tooltip to the owning node. The final result is a combined and simplified "mousemove" handler for both nodes and rails, with consistent tooltip lifetime: the tooltip is only closed if the mouse pointer is at a fixed point over another element for the (full) duration of the dwell timeout, or away from the owning element (and the tooltip) for the (full) duration of the close timeout. This check-in also improves positioning of the tooltip for longer dwell timeouts. ... (check-in: 1fc61638 user: florian tags: tooltip-tweaks)
04:48
Disable the mouse-motion anti-robot requirement for devices that self-identify as a tablet or mobile device, and hence might never send mouse-motion events. ... (Closed-Leaf check-in: 60d25189 user: drh tags: tablet-antirobot-fix)
2019-06-07
11:47
Output the copy button patterns for HTML pages and TH1 scripts from a centralized function, to make it easier to apply global modifications. ... (check-in: eb960935 user: florian tags: copybtn.js-tweaks)
2019-06-05
07:17
More consistent naming scheme for IDs of copy buttons and their target elements. ... (check-in: b19a9826 user: florian tags: copybtn.js-tweaks)
2019-05-31
16:36
Demonstration of the copybtn.js module beyond tooltips: add a copy button near the full-length hash of check-ins on the /info page, to copy only the hash prefix when clicked. ... (check-in: 46f91da1 user: florian tags: copybtn.js-demonstration)
2019-05-27
09:19
Add a "Copy Hash" icon to the tooltip, to copy the hash or branch name of the underlying element to the clipboard. See the wiki page linked to this branch for more information. ... (check-in: 371943c9 user: florian tags: tooltip-copyhash)
2019-05-20
22:47
For timelines of a particular branch, try to put the target branch on the left side of the graph, before "trunk". Trunk comes second. ... (Closed-Leaf check-in: b39d8d69 user: drh tags: selected-branch-on-left)
08:14
Make the "click to show tooltip" action more "discoverable" with a changing mouse cursor, similar to the timeline nodes. This example uses the "pointer" cursor, but the "help" cursor may also be an option. ... (check-in: 8b8eaad8 user: florian tags: tooltip-experiments)
2019-05-18
20:55
Merge the windows build fix from trunk. ... (Closed-Leaf check-in: d99debe8 user: drh tags: bad-merge)
20:50
Check-in [344a3331d34d896776] breaks the build when using openssl-1.0.1 so back it out for now. (Added:) The content is correct, but this check-in shows an unexpected merge. I don't know yet if the extra merge is a bug in fossil or a PBKAC. This check-in was originally to trunk but is now moved to a branch. ... (check-in: 8ac66ef3 user: drh tags: bad-merge)
2019-05-17
16:45
Proof-of-concept for how to pop up a tooltip when mousing over one of the branch arrows in a timeline graph. ... (check-in: 8e922935 user: drh tags: tooltips)
08:17
Fix for building with OpenSSL 1.1.1b using MinGW. ... (Closed-Leaf check-in: d2b44d9e user: mistachkin tags: mingwFix)
06:48
Create new branch named "moderate-disapprove-on-user-delete" (ooops - all these years and i never realized that "branch new" automatically creates a new empty commit!) ... (check-in: a0595089 user: stephan tags: moderate-disapprove-on-user-delete)
2019-05-16
16:19
Attempts at improving timeline graphs to be more intuitive and informational. For this check-in, add the TIMELINE_XMERGE property to disable merge lines to non-graph nodes. Then disable TIMELINE_DISJOINT for branch graphs. ... (check-in: f6d74f16 user: drh tags: graph-improvements)
2019-05-01
14:02
When attempting to determine the Fossil user information, do not smash the global URL information which may contain an alternate URL used for sync operations (e.g. when using "fossil sync --once"). This fixes the ability to work offline and synchronize with a USB thumbdrive ala sneaker-net. ... (check-in: 7063b1a3 user: andybradford tags: offline-sync)
2019-04-18
00:00
Only remember a new URL for permanent redirects. ... (Closed-Leaf check-in: b36783e8 user: mistachkin tags: httpRedir)
2019-03-19
14:09
Replace most calls to db_begin_transaction() with db_begin_write() to avoid having a reader locking during a COMMIT. ... (check-in: 6cc53548 user: andybradford tags: db-begin-txn-updates)
2019-03-14
17:16
Begin work on the "fossil mirror" command. ... (check-in: dbc1c62a user: drh tags: mirror-cmd)
2019-03-09
21:57
Initial check-in of the documentation for the proposed VCCP. Very incomplete. This is just to save my work. ... (check-in: b37bb7dc user: drh tags: vccp)
2019-02-26
01:22
When doing a "fossil update" if files are removed from a directory, then try to delete that directory (if it is empty) at the end of the update, if the directory is not on the empty-dirs list. ... (check-in: 43111aa9 user: drh tags: rmdir-on-update)
2019-02-24
22:55
(cherry-pick): Make fossil work with Tcl 8.7 (still in alpha), even when Tcl is compiled with -DTCL_NO_DEPRECATED ... (check-in: e869ad9c user: jan.nijtmans tags: branch-2.8)
16:46
Make the --nossl and --nocompress server options available for CGI requests. ... (Closed-Leaf check-in: a41ef5e6 user: florian tags: cgi-server-options)
2019-02-15
20:51
When rendering the default header via TH1, allow the default Content-Security-Policy content to be overridden via the 'default_csp' variable. ... (check-in: 0fe4c7d9 user: mistachkin tags: dynamicCsp)
2019-02-07
17:42
Allow arguments with non-ASCII characters for constructed shell commands, as reported here: https://fossil-scm.org/forum/forumpost/81e6854386. ... (Closed-Leaf check-in: a5ff0050 user: florian tags: non-ascii-cmd-args)
17:34
For the 'tag' command, omit updating the "manifest" files without an open check-out, as reported here: https://fossil-scm.org/forum/forumpost/dc06c157e5. ... (check-in: f9770068 user: florian tags: tag-cmd-manifest-updates)
2019-01-28
10:12
Enhance the 'reconstruct' command to set the correct hash policy (SHA1 or SHA3-256) for artifacts read from disk, inferred from the length of the path name. Also enhance the 'deconstruct' and 'reconstruct' commands with an option to ensure the artifact with RID=1 is a valid manifest. See the wiki page linked to this branch for more information and tests. ... (check-in: 62a00bc7 user: florian tags: reconstruct-sha3)
2019-01-27
15:35
Add the "comment-format" setting to set the default options for printing timeline comments to the console, as discussed here: https://fossil-scm.org/forum/forumpost/d9954370c7. ... (check-in: bc62fa17 user: florian tags: comment-format-setting)
2019-01-26
02:36
Does not work. Was: Do not display the "HH:MM" timestamps to the left of the graph on very narrow displays (phones in viewed in portrait mode) as the HH:MM takes up precious horizontal space and does not add that much value to the display. ... (Closed-Leaf check-in: 31c64c3b user: drh tags: mistake)
2019-01-22
23:19
Experimental changes to unified diff output to 'ignore' sections that are purely additions. Still needs SBS support and tests. ... (Closed-Leaf check-in: 6e3f354d user: mistachkin tags: ignorePureAdds)
2019-01-21
17:33
Provide the option to force all web page requests to go over HTTPS. ... (check-in: f372e189 user: drh tags: https-all-pages-option)
2019-01-19
21:31
Change the schema of the vmerge table so that it remembers the hash of merged artifacts, not the RID. Schema updates are automatic, but once the update occurs, you are committed to using the newer version of Fossil moving forward. ... (check-in: 8977dfb0 user: drh tags: rid-renumbering)
2019-01-11
05:32
Add the 'cgiHeaderLine' command to TH1. ... (check-in: 58e2f487 user: mistachkin tags: th1CgiHeader)
2019-01-10
19:54
Add the db_fingerprint() interface for computing a repository fingerprint. ... (check-in: f5043617 user: drh tags: repo-fingerprint)
2019-01-04
07:54
For the 'reparent' command, make sure there's an open check-out (otherwise it will fail). ... (check-in: 6e80af7e user: florian tags: misc-little-things)
2019-01-02
08:28
Make the 'n=all' query parameter work as expected for the /timeline?p= and /timeline?d= web pages. ... (Closed-Leaf check-in: 76f44784 user: florian tags: fix-timeline-limit)
2018-12-30
20:30
Begin adding the ability to use specially-named wiki pages to supplemental information about branches, tags, and/or checkins. ... (check-in: dcf93d03 user: drh tags: describe-objects-using-wiki)
2018-12-29
06:43
Fix the login links for the /download web page, as suggested here: https://fossil-scm.org/forum/forumpost/a742969590. ... (Closed-Leaf check-in: 4a30475b user: florian tags: fix-login-links)
2018-12-28
12:59
This checkin does a cherrypick merge off of another checkin that already has a prior full merge. The purpose of this checkin is to provide a test case for the cherrypick graph drawing logic. The code in this checkin is not intended to actually be used for anything. ... (Leaf check-in: dc81ac70 user: drh tags: graph-test-branch)
2018-12-25
09:49
Enhance the options for the 'amend' command: document --date-override, and add --user-override, --verbose, and --dry-run ... (check-in: 36369faa user: florian tags: cmd-options-amend)
2018-12-24
06:32
Restore the Classic View mode for the File History web page. ... (check-in: 33882ef8 user: florian tags: fix-timeline-view)
2018-12-21
08:01
Fix a problem introduced by [06586ef70f]: on cloning, only create the tables for the email notification system if any configuration data from the 'Email subscribers' group is received. ... (Closed-Leaf check-in: fca66262 user: florian tags: fix-clone-subscribers)
2018-12-15
08:34
Move a variable declaration introduced by [b695e97d7a] to the beginning of the scope, for strict ANSI C-89 conformance, as specified in the Coding Style document /doc/trunk/www/style.wiki. (Required by some old MSVC compilers, to build executables with dynamic linking to msvcrt.dll.) ... (Closed-Leaf check-in: 550b95e5 user: florian tags: ansi-c89-compatibility)
2018-12-10
08:07
Attempt to get the backoffice running on Windows. ... (check-in: c52fb5ed user: tsbg tags: backoffice-win)
2018-11-29
22:55
The /setup_adunit, /setup_logo, and /setup_skin pages now give full rights to Admin-only users, not just to Setup users, since it seems sensible for a Setup user to delegate cosmetic matters to "mere" Admins. ... (Closed-Leaf check-in: a4265ae8 user: wyoung tags: setup-delegates-cosmetics-to-admin)
2018-11-09
18:52
The "New Thread" button in /forum is no longer restricted to those with forum write capability: if you lack it, we now send you to the login page instead. Without this, users without the capability to post are left looking in through the window of a building without obvious doors. This change pairs especially nicely with the self-registration feature, but it doesn't require it, since /login also allows anonymous login, which should be enabled for Fossil forums on sites where non-users are expected to visit. ... (check-in: cdb7f3b9 user: wyoung tags: login-on-post)
2018-10-17
14:16
Modify the comment formatter to avoid output of incomplete UTF-8 sequences, and to avoid line breaks inside UTF-8 sequences. See https://fossil-scm.org/forum/forumpost/1247e4a3c4 for detailed information and tests. ... (check-in: 1bbca2c3 user: florian tags: comment-formatter-utf8)
2018-10-11
16:36
Allow the hamburger menu to be closed instantly by pressing ESC or by clicking outside. This is the patch initially submitted to https://fossil-scm.org/forum/forumpost/2abe305c2d, with the interim changes incorporated. ... (check-in: a44fdd17 user: florian tags: js-hamburger-menu)
2018-09-22
05:47
Added autosetup checks for alternative libraries and names for the res_query() and ns_*() functions that module smtp.c previously depended on finding in libresolv/glibc. Checking it in on a branch because it needs multiplatform testing. This version solves the problem originally reported on the forum by Andy Goth, being that the current trunk doesn't build on CentOS 5. ... (check-in: ed3b1e4d user: wyoung tags: libbind-ns-alternative)
04:21
Add build directories to ignore-glob. ... (Closed-Leaf check-in: bddd4961 user: ashepilko tags: build-ignore-glob)
2018-09-20
06:44
Backout of [e0cc10f03e518831]: Bring back default windows builds with OpenSSL 1.3 ... (check-in: 9e03e513 user: jan.nijtmans tags: openssl-1.1)
2018-09-10
23:34
Add the new "script" element to skins, accessible as /script.js. The idea is to put the hamburger menu javascript from the js-hamburger-menu branch in this script element, rather than inlining it in the footer. But I am not certain that is the best way to go so this change is parked on a branch for now. ... (check-in: e5dbc612 user: drh tags: skin-script)
2018-09-05
23:08
Ajaxy animated drop-down menu on clicking a new hamburger button in the default skin, as requested by drh on the forum: https://fossil-scm.org/forum/forumpost/40a18bd742

Initial version uses jQuery loaded from Google Hosted APIs for ease of development. ... (check-in: d7c43c5a user: wyoung tags: js-hamburger-menu)

2018-09-03
00:40
Replaced most of the direct calls to run_in_checkout from within the test suite with one of two wrapper functions that skip those tests when you run "make test" outside a Fossil repository checkout directory, such as from a directory containing an unpacked source release tarball. (The two remaining direct calls to that proc from test/*.test are preceded by a check that skips the whole file they're in, since that whole file does nothing else.) This is being checked in on a branch because it is not yet thoroughly tested, yet I need the checkpoint. ... (check-in: 33efa2fa user: wyoung tags: wrap-run_in_checkout)
2018-09-02
20:33
After autosetup checks for the existence of tclsh in the PATH, it now checks whether it's at least version 8.6, because macOS is still shipping 8.5, despite it being nearly 6 years old. If we find an old tclsh, try to find the Homebrew tcl-tk package, and use that version instead. This is not a macOS or Homebrew specific change in principle: we can extend this logic for other systems to find their best Tcl/Tk version, as needed.

On systems where autosetup is used, this only affects "make test". There are other uses of tclsh in this tree which may also benefit from our PATH discoveries, but this checkin doesn't update those.

This checkin also doesn't try to address similar problems on other platforms, such as the "TCLSH = tclsh" line in Makefile.mingw. ... (check-in: e449cb09 user: wyoung tags: tclsh-macos)

2018-08-30
21:19
Change the name of the "email.c" source file into "alerts.c". Make corresponding changes to various interfaces. ... (Closed-Leaf check-in: cfbbc537 user: drh tags: refactor-alerts)
2018-08-23
02:57
Put all javascript inline using a nonce. Disallow 'unsafe-inline' CSP for javascript. ... (check-in: 89c40851 user: drh tags: csp-nonce)
2018-08-20
16:06
Simple changes to the default CSS and Header that seem to help Fossil work better on mobile by avoiding menu wraps. ... (check-in: 5fb04081 user: drh tags: mobile)
2018-08-16
07:06
Posts are now hidden on the /forum page if they're marked as private (i.e. needing moderator attention) and they were posted by another user, except when the user is a moderator.

(Closed because a different method was implemented on trunk.) ... (Closed-Leaf check-in: 779eaaae user: wyoung tags: hide-post-if-needmod)

2018-08-11
23:47
Update JSON code to account for new capabilities. Also, the 'setup' and 'admin' capabilities should imply 'debug'. ... (check-in: 7ce44fab user: mistachkin tags: updNewCaps)
16:59
Fix to checkin [8c91be8b], which was intended to allow the user to log in with the email found in the contact info field of the user table. That checkin is fine as far as it goes, but it only works if the caller doesn't subsequently try to use the passed user name for anything else, since it isn't actually a user name. This checkin causes the low-level login checking function to re-point the user name pointer at the actual login name discovered while scanning for matching email addresses. ... (check-in: 33522ff4 user: wyoung tags: login-with-email)
2018-08-08
17:57
In the backoffice process, close the 0, 1, and 2 file descriptiors and reopen them as /dev/null, on unix. ... (check-in: 6865fb72 user: drh tags: backoffice-full-close)
13:19
Added Forum navbar before Tickets in all skins that had such a link, pointing to /forum if the user is anonymous and has capability 2 or 3, or is logged in and has any capabilities in 2-6 inclusive. ... (Closed-Leaf check-in: 4344f806 user: wyoung tags: forum-skin-links)
2018-08-07
15:50
Use the fork() system call (when available) to start backoffice, in an attempt to avoid unseemly delays in upstream. ... (check-in: a4b59c32 user: drh tags: fork-backoffice)
2018-08-02
08:10
Create new branch named "cmake-ide" ... (check-in: 2150860b user: ashepilko tags: cmake-ide)
2018-08-01
06:43
Change the backoffice-nodelay setting back to default off. Work around a bug in althttpd by making sure CGI runs with no file descriptors open other than 0, 1, and 2. (Edit:) These changes proved insufficient to clear the problem. ... (check-in: 1073593e user: drh tags: failed-fix)
2018-07-31
20:34
Use the fork() system call (when available) to start backoffice, in an attempt to avoid unseemly delays in upstream. ... (Closed-Leaf check-in: e882081f user: drh tags: fork-backoffice)
00:10
Use a thread to implement backoffice work timeouts for Win32. ... (check-in: a9578f78 user: mistachkin tags: win32Proc)
2018-07-19
19:43
Proposed new design for the forum. Individual posts are stored as ordinary artifacts and thus participate in sync just like any other artifact. There is a new artifact type used to describe forum posts. This check-in defines the format of the new artifact type. Follow-up check-ins on this thread will attempt to flesh-out the idea in code. ... (check-in: 15fa6053 user: drh tags: forum-v2)
11:40
Add GCC backtraces to the segv handler. ... (check-in: cc8c33ee user: drh tags: segvhandler)
2018-07-18
16:43
Add the backoffice module for doing post-processing actions such as sending alerts and/or syncing repositories. ... (check-in: 86b43a46 user: drh tags: backoffice)
2018-07-14
14:58
Work toward revamping the webmail page. ... (check-in: d68879f7 user: drh tags: webmail)
2018-07-12
09:39
Get DNS lookup for mail hosts working on Windows. ... (check-in: fe29fe7d user: tsbg tags: smtp-win)
2018-06-27
19:15
Begin the smtp.c module. Start with a routine to locate the hostname on which to contact the SMTP server for a domain. ... (check-in: 735af578 user: drh tags: smtp)
2018-06-26
16:57
An alternative to removing FOSSIL_ENABLE_LEGACY_MV_RM that just makes it the default. ... (Closed-Leaf check-in: efb0f880 user: mistachkin tags: altLegacyMvRm)
2018-06-21
12:34
Non-working code for the /subscribe and /alerts web pages. This is an incremental check-in. ... (check-in: e91143e8 user: drh tags: email-alerts)
2018-06-19
10:31
Add /json/timeline/event for access to minimal information about events. ... (check-in: c7607916 user: ben tags: ben-json-timeline)
2018-06-14
19:17
This code demonstrates ideas on how to implement a Forum feature in Fossil. This is just ideas - it is not even a working prototype. This change was originally stashed, but then I thought it better to check it in on a branch for the historical record. ... (check-in: 1e363739 user: drh tags: forum-brainstorm-1)
13:43
Reinstate the foreground color changing for timeline arrors based on the background color of the text. This check-in uses the #00aa00 background color intentially for testing purposes. ... (Closed-Leaf check-in: 4f2b2309 user: drh tags: arrow-color-fix)
2018-06-04
16:27
Experimental option --fast on the clone command only clones manifest artifacts and related tags. This is an experiment to see how much bandwidth and time are saved by omitting the download of file content until it is actually needed. ... (Closed-Leaf check-in: 9e8a7d4c user: drh tags: fast-clone)
2018-05-14
00:55
If the fossil binary is launched with no command-line arguments, check to see if there is an appended repository and if there is, run "ui" against that repository. ... (check-in: 517fe076 user: drh tags: use-appendvfs)
2018-03-19
19:55
This doesn't quite work, so I'll try a different approach. Was: When clicking on the "Move to branch ...." links in the timeline, show only check-ins relevant to that branch. ... (Closed-Leaf check-in: 63b967e0 user: drh tags: mistake)
2018-03-17
20:31
Experimental support for using 'mman.h' when compiling for POSIX. ... (check-in: 37b69e7d user: mistachkin tags: withMman)
2018-02-24
03:49
Add support for the ETag: and If-None-Match: headers for improved cache control. Currently this only works for /uv but the mechanism is reasonably general and can be extended to other pages. ... (check-in: 787896c5 user: drh tags: etags)
00:39
First cut at supporting ETags: and If-None-Match: for cache control. ... (check-in: 94c0b8ec user: drh tags: etags-cache-control)
2018-02-16
14:39
Fix segfault when accessing the initial checkin directory on a fusefs mounted repository. This is on a branch because the Fix is on manifest_file_seek_base() function which is not only fuse-related. ... (Closed-Leaf check-in: 6831769d user: mgagnon tags: fix_fusefs_on_empty_checkin_crash)
2018-01-20
20:46
It isn't necessary to allow id either for the status command as nobody should be trying to setuid. ... (check-in: 866f92fa user: andybradford tags: pledge-additions)
2018-01-19
18:06
If running "fossil status" when pledge() is enabled, the "chown" promise needs to be added when running as root, otherwise fossil receive a SIGABRT and crash when attempting to call fchown(...) on creation of the .fossil-journal file. ... (check-in: 396513fa user: mgagnon tags: trunk)
2018-01-15
21:50
Remove unnecessary whitespace. ... (Closed-Leaf check-in: 73d0734a user: andybradford tags: mistake)
2018-01-11
02:33
bad build ... (Closed-Leaf check-in: d4bac2c5 user: drh tags: mistake)
2018-01-08
23:20
Enlarge the diff view font and tweak the diff highlight colors. The skin was globally widened to accomodate more space for the diff view. ... (check-in: 34ab58c2 user: achavasse tags: skin-ardoise)
2018-01-06
21:56
Added the ardoise skin. ... (Closed-Leaf check-in: 64e83aa5 user: antoine tags: skin-ardoise)
2018-01-03
20:07
For "fossil ui" and "fossil server" use the IPV6 loopback on Windows. ... (Closed-Leaf check-in: c038de8d user: drh tags: windows-loopback-ipv6)
2017-12-31
19:24
Changes from Olivier Mascia to implement IPV6 support for "fossil server" on Windows. Currently does not compile on MinGW due to a missing header file. ... (check-in: 76c7a9a7 user: drh tags: win-server-ipv6)
2017-12-26
07:47
Initial updates to get the timeline looking correct. ... (check-in: cec1e060 user: zakero tags: skin-xekri-timeline)
2017-12-09
17:49
Rough prototype for the /artifact_stats page. Still many issues. ... (check-in: dd1c8fb3 user: drh tags: artifact-stats)
2017-12-04
21:08
Attempt to add a separate JS file and source it just prior to </body> ... (check-in: 487aa43f user: drh tags: main.js)
2017-12-02
14:39
Rework the Setup/Skin page so that all edits are done on a draft, then tested, then the draft is published to become the default skin. This specific check-in is just the beginning. Must code needs to be added. This is just an incremental check-in. ... (check-in: 9bafe6cb user: drh tags: skin-setup-refactor)
2017-11-30
17:58
Refactor the symlink processing logic so that most of the file access routines take a new parameter indicating the conditions under which symlinks should and should not be followed. This should fix a few bugs related to symlink processing. Lots of testing required before merging to trunk. ... (check-in: e7767de2 user: drh tags: symlink-refactor)
2017-11-28
15:42
The intent of this branch is to refactor /timeline comment rendering, giving the user multiple display options, and making the option sticky in the sense that the option selected most recently becomes the new default. This is an incremental check-in containing infrastructure cookie-handling logic. ... (check-in: bc8947d1 user: drh tags: sticky-timeline-style)
2017-11-25
20:43
On the /timeline page, begin with the "basic" view. Provide an "Advanced" button to fill in details using JS. The "basic" query parameter no longer functions. ... (check-in: 3ede2d87 user: drh tags: declutter-via-js)
2017-11-24
14:19
Give greater emphasis to the check-in comment on timeline displays. Move the check-in hash into the details section at the end of each entry. ... (check-in: 4438e68d user: drh tags: timeline-improvements)
2017-11-08
15:20
(cherrypick): update win/Makefile.mingw.mistachkin ... (check-in: 4a9ce01b user: jan.nijtmans tags: branch-2.4)
2017-10-19
20:39
Initial changes for adding attachments to check-ins. ... (Closed-Leaf check-in: cb385ba0 user: drh tags: checkin-attachment)
2017-10-14
23:20
Update /dir to support readme and readme.* files being a symlink to the actual document. Symlinks to symlinks are not supported in this instance. The document type is determined by the link target name. ... (Closed-Leaf check-in: eb4dda48 user: andygoth tags: andygoth-doc-symlink)
2017-10-13
08:43
Update autosetup to 0.6.8 (v0.6.7-11-g3eb780c) ... (Closed-Leaf check-in: 2ed09fb8 user: steveb tags: autosetup)
2017-10-11
01:13
Added "reconfig" target to the top-level Makefile, which uses an autosetup feature to re-run configure with the same options you gave manually. ... (check-in: fd33b6a4 user: wyoung tags: wy-autoreconfig)
2017-09-29
00:53
Add support for the "l" flag to the "manifest" setting to enable creation of a file "manifest.symlinks" which lists the names of all symlinks ... (check-in: 8d6bdd1e user: andygoth tags: andygoth-enhanced-symlink)
2017-09-24
00:10
Begin work on searching technotes. Credit goes to Chris Rydalch for the idea. Sadly, this version doesn't work yet. Technote searches fail at this time. ... (check-in: 94650be8 user: andygoth tags: andygoth-search-technote, andygoth-annotation-enhancements)
2017-09-23
21:07
Consolidated annotation file and manifest lookup code. This changes the error handling for the annotation web page to report an error rather than redirect to home. It also enables omitting the checkin query parameter when used with a server running within a checkout. (Later, by drh:) Move this code onto a branch because of build errors on Ubuntu. ... (check-in: 41f35ca4 user: andygoth tags: andygoth-annotation-enhancements)
2017-09-11
16:44
Restore the --no-dir-symlinks option. ... (Closed-Leaf check-in: aff4363d user: mistachkin tags: no-dir-symlinks)
2017-08-30
17:08
Enhance the mkindex utility to extract help text for each setting separately and automatically build the aSetting table. ... (check-in: 3d02004f user: drh tags: improved-setting-help)
2017-08-12
16:20
Avoid another attack vector when using SSH sync protocol by not calling a shell interpreter. Fixes only Unix-like environments by using execvp() instead of a string that can be mishandled by /bin/sh. Superseded by [3b191c984b] &co. ... (Closed-Leaf check-in: ce7baa97 user: andybradford tags: ssh-shell-cleanup)
2017-07-28
19:41
(cherry-pick): Fix a problem with markdown rendering for "code". ... (check-in: dad37062 user: jan.nijtmans tags: branch-2.3)
2017-07-10
18:12
Fixed a mouseover problem in the Xekri skin that was found by Jungle Boogie. ... (Closed-Leaf check-in: 773f9ba7 user: zakero tags: skin-xekri-fileage-fix)
2017-07-08
11:01
In the "last change" report, show the user as "anonymous" if the EVENT.USER field is NULL or an empty string. (Later:) Removed from trunk because a better solution is to not store empty strings in the EVENT.USER field in the first place. ... (Closed-Leaf check-in: 970adec0 user: drh tags: mistake)
2017-07-07
12:59
Merge trunk. Upgrade to OpenSSL 1.1.0f. Note that this branch only adapts the Windows buildfiles, no source-code or anything else, since Openssl 1.1.0 is (almost, not significant for fossil) upwards compatible. ... (check-in: 4a516fb7 user: jan.nijtmans tags: openssl-1.1)
2017-07-03
11:26
On the /test_env page, show the AUTH_CONTENT and AUTH_TYPE environment variables in "cookie" mode. - On second thought, better to not show these, since they can expose passwords on screen. ... (check-in: d28cb283 user: drh tags: security-risk)
10:36
Suggestion for 2.3 release: Eliminate the need for SQLITE_PREPARE_PERSISTENT, which makes fossil work with SQLite 3.19.3. ... (check-in: 1eab060a user: jan.nijtmans tags: fossil-2.3-with-older-SQLite)
2017-06-30
13:36
Add a stub for the Security Audit page. ... (check-in: c5504029 user: drh tags: security-audit)
2017-05-29
02:37
Enable the 'sqlite' command to work with SEE. ... (check-in: 564edc69 user: mistachkin tags: see)
2017-05-26
03:46
Restore the ability to use amend outside an open check-out disabled by [8c22e1bbcd8ec048]. Only allow interactive edits within an open check-out. Perhaps unixTempFileDir() could be used to locate a suitable TMP location for the edit in the event that there is not an open-checkout. ... (check-in: afef5fb5 user: andybradford tags: amend-regress)
2017-05-11
10:57
Move the "revert" command off of the main "fossil help" screen. ... (Closed-Leaf check-in: 748ec13b user: drh tags: mistake)
2017-04-23
14:50
Suppress "database locked" warnings on the "PRAGMA optimize" that occurs as the process is shutting down. ... (check-in: c7d85ffb user: jan.nijtmans tags: branch-2.2)
2017-04-14
22:40
Added a new document describing the details of the GLOB syntax used with many settings. Updated the permuted index generator (and the index) to include it. ... (check-in: b96f86c6 user: rberteig tags: glob-docs)
2017-03-29
23:07
Update autosetup to v0.6.6

Includes minor update to local.tcl for new option handling, and also remove some unused code from local.tcl ... (check-in: 2af33c97 user: steveb tags: autosetup)

2017-03-14
12:15
(cherry-pick): Fix Debian bug 847556: Cannot clone/sync over HTTPS ... (check-in: 7be745f3 user: jan.nijtmans tags: branch-2.1)
2017-03-13
01:12
Add the capability for Fossil to directly interpret the Authentication: HTTP header for Basic Authentication, if enabled on the /setup_access page. Disabled by default. ... (Closed-Leaf check-in: 4fa4c021 user: drh tags: basic-authentication-2)
2017-03-11
13:48
Create new branch named "commonmark-markdown" ... (check-in: 525e3b75 user: mjanssen tags: commonmark-markdown)
2017-03-08
20:05
Fixed isses in the JSON and wiki test cases exposed by regressions in fossil-2.0. ... (check-in: 5ee57d84 user: rberteig tags: rkb-2.0-tests)
03:22
Enhancements to TH1 related to hashing. Add the 'hash' TH1 command. ... (check-in: 357c3c68 user: mistachkin tags: th1Hash)
2017-03-06
12:35
For new Docker-generated repositories, use "auto" hash-policy as default: They might be synced with "sha1"-type repositories, this would render those repositories useless. ... (Closed-Leaf check-in: aa92dc8e user: jan.nijtmans tags: mistake)
08:57
(cherry-pick): Fix a bug that prevented clients from pushing SHA3 content up to servers. ... (Closed-Leaf check-in: f41f6f33 user: jan.nijtmans tags: branch-2.0)
2017-03-03
14:31
Add gshow and gcat command to allow to use gdiff-command when diffing the stash against baseline. When using gdiff, call external tool directly with the file from the checkout, it's usefull when merging change manually using the external tool. ... (check-in: 06b16752 user: mgagnon tags: stash-gdiff-improvement)
2017-03-01
21:03
Use the hardened SHA1 hash function from https://github.com/cr-marcstevens/sha1collisiondetection. ... (check-in: ba9d1080 user: drh tags: hardened-sha1)
16:04
This is the branch for Fossil 2.1. The only difference from 2.0 will be that in this branch SHA3 hash names are used by default, instead of SHA1. ... (check-in: fc3995a0 user: drh tags: fossil-2.1)
2017-02-27
13:07
Improvement to the way auxiliary tables are initially dropped on a rebuild. ... (check-in: a31944e6 user: drh tags: fossil-2.0)
2017-02-25
19:47
Add a SHA3 hash algorithm. So far the only integration is the "fossil sha3sum" command. (This was suppose to go on trunk.) ... (Closed-Leaf check-in: 17ea2822 user: drh tags: sha3)
2017-02-23
13:42
Run the "PRAGMA optimize" command as the database is closing. This change is intended as a test of "PRAGMA optimize". ... (check-in: 90555227 user: drh tags: optimize-pragma)
2017-02-13
20:10
If the 'allow-symlinks' option is enabled (or the '--no-dir-symlinks' flag is specified), do not traverse into symlinked directories. ... (check-in: 3e949e17 user: mistachkin tags: symlinks)
10:37
Same as "roy-export", but use tag value in stead of comment for storing comment related to tags. (Not actually tested with GIT yet!) ... (check-in: cb1fb96f user: jan.nijtmans tags: jn-export)
2017-02-10
01:03
Create new branch named "roy-export" ... (check-in: 27de3fc8 user: roy.marples tags: roy-export)
2017-02-08
18:28
On /dir page, add a link named "[history]" that point to the timeline affecting only the files inside the current directory. Use the "chng=dirname/*" query parameter of the /timeline page)
TODO: Implement the same in Tree-View mode (could add the link beside each directory)
... (check-in: c458c3f6 user: mgagnon tags: dir_history_link)
2017-02-07
06:39
Show commit information after new branch is committed to avoid confusion. ... (Closed-Leaf check-in: cbde195a user: andybradford tags: branch-info)
2017-02-01
02:16
Add the --no-symlinks global command line option. ... (check-in: 85277aa3 user: mistachkin tags: noSymlinks)
2017-01-27
12:26
(cherry-pick): Fix the --differ option on "fossil changes" which was broken in the 1.37 release. Openssl 1.0.2j -> 1.0.2k ... (check-in: 86db9145 user: jan.nijtmans tags: branch-1.37)
2017-01-17
02:16
More revisions to verbose version information reporting, especially for FUSE. ... (Closed-Leaf check-in: 444e3c43 user: mistachkin tags: versionReform)
2017-01-07
19:10
Describe the Remark artifact used to record check-in remarks. ... (check-in: 0e9021f8 user: drh tags: remarks-on-checkins)
2016-12-21
17:50
When calling gdiff (or stash gdiff) command between 2 versions, use the filename to prefix the temporary random filename so once inside the external diff program we know what file is being compared.

(pending-review) ... (Closed-Leaf check-in: 856ca01b user: mgagnon tags: gdiff-tmpfilename-prefix)

2016-12-15
22:46
First jab at creating a bash script for command completion ... (Closed-Leaf check-in: a4de0004 user: baruch tags: bash-completion)
2016-12-01
14:56
Fix the "fossil all ui" command so that it works on Windows. But also comment out some very confused logic in process_on_web_page() that is associated with "--baseurl" option. This logic needs to be fixed prior to merging with trunk. ... (check-in: da1c769c user: drh tags: all-ui)
04:32
Add the "fossil all ui" and "fossil all server" commands. ... (check-in: 98e9fd73 user: drh tags: all-ui)
2016-11-22
21:54
Possible fix for regression reported on mailing list. It looks like there is already a better fix in [9807a05d8a]. ... (Closed-Leaf check-in: 3cf8891e user: andybradford tags: settings-regression)
21:50
Draft fix for 'settings' command issue when using the '-R' option. ... (Closed-Leaf check-in: 9807a05d user: mistachkin tags: settingRFix)
2016-11-16
21:59
Begin work merging new_brlist_page() into brlist_page().

Annoyance: The new open/closed checkboxes don't quite work the way I want them to work. Deselecting both has the effect of selecting both. This makes sense in that if neither the open nor closed query parameters are given, everything should be displayed, rather than nothing. Yet, the user interface would be nicer if deselecting the only selected checkbox causes the other checkbox to be selected. This can't be done with straight HTML because deselecting the checkbox removes it from the query string, and the server does not know which checkbox was deselected so it cannot force the other one to become selected. As far as I know, JavaScript is required.

Bug: Non-aggregate HAVING clause expressions are evaluated on an arbitrarily chosen row within each group. This breaks closed and open filtering for the command-line branch command and the new checkboxes. But shouldn't this also break non-aggregate result expressions?

Wish: Filter on normal/hidden branches too.

Wish: If a merged-to branch is hidden, don't show it in the resolution column, instead show something else. The latest merged-to? The earliest merged-to?

Wish: Branch name filters, just like on the timeline page. ... (check-in: a6a44820 user: andygoth tags: andygoth-branch-list)

2016-11-15
21:47
Change the /test-version webpage into a supported /version webpage. Add a link from /stat. ... (Closed-Leaf check-in: 57fea315 user: drh tags: stat-update)
2016-11-06
16:38
Correct incorrect commit in [36e7558a11598] (with incorrectly committed code) ... (Closed-Leaf check-in: ae424dc1 user: andybradford tags: mistake)
2016-11-03
09:33
(cherry-pick): Fix the build on MSVC. ... (check-in: 83a359ff user: jan.nijtmans tags: branch-1.36)
2016-10-28
04:27
Alternative to check-in [a4bb89ba08], make FuseFS act just like the JSON feature in 'auto.def'. ... (Closed-Leaf check-in: 6a80a2f2 user: mistachkin tags: altFuseFsDef)
2016-10-27
14:57
Merge lines descending to the bottom of the timeline that refer to the same commit ... (check-in: 8ae79062 user: baruch tags: baruch-timeline-fix)
2016-10-24
04:51
Draft fix for issue with 'ticket set +icomment' reported by Venkat Iyer on the mailing list. ... (Closed-Leaf check-in: 0d247d57 user: mistachkin tags: tktSetFix)
2016-10-23
15:36
Add ms=EXACT|LIKE|GLOB|REGEXP timeline query parameter which changes the interpretation of the t= and r= query parameters to exact (default), SQL LIKE, glob, or regular expression matching. Other than exact matching, the t= or r= parameter value is interpreted as a whitespace- or comma-delimited list of match patterns, with the option to quote a pattern using single or double quotes in case it contains commas or whitespace. For regular expression matching only, backslash can also be used to inhibit delimiter interpretation of the next character. At this point, the only way to use this feature is to type ms= directly into the URL; the UI still needs to be updated. Be aware for LIKE interpretation that % needs to be written as %25. ... (check-in: be586845 user: andygoth tags: andygoth-timeline-ms)
01:42
Enhance 'brlist' page to make use of branch colors. ... (check-in: 435ca5d2 user: mistachkin tags: experimental)
2016-10-18
08:22
Enhancements to wiki MIME types supported for the JSON API. ... (check-in: 7a14176e user: mistachkin tags: jsonWikiMimeTypes)
2016-10-14
06:15
Enhance the functionality of the Login Group feature to allow administrators to enable Login Group self-registration. ... (Closed-Leaf check-in: d70f5278 user: andybradford tags: login-group-enhancements)
2016-10-11
21:07
Propose an enhanced changes command. At this point, there is no implementation, only help text describing the new options and behaviors. ... (check-in: 2bfdbf97 user: andygoth tags: andygoth-changes)
2016-10-10
06:29
Add the 'unversioned content' and 'unversioned list' commands to TH1. ... (check-in: e81fbfd0 user: mistachkin tags: th1Unversioned)
2016-10-05
06:54
Given that the buffer may not actually be memory obtained by malloc(), make sure that it is, that checksum() doesn't fail an assertion. ... (Closed-Leaf check-in: 75ddc368 user: andybradford tags: pending-review)
2016-10-03
19:22
Fix binary blob detection in the new break_into_lines() algorithm. ... (check-in: dacc2bad user: mistachkin tags: binDiffFix)
2016-10-01
05:07
Return an error if the origin cannot be matched to a check-in or a date. ... (Closed-Leaf check-in: 34d0c570 user: andybradford tags: pending-review)
2016-09-30
23:47
Start of experimental changes to support directory symlinks. ... (check-in: d6debf63 user: mistachkin tags: dirSymlinks)
03:49
Add the "fossil diff --changes" option to show the changes made by a specific checkin UUID. ... (check-in: 4556962d user: andybradford tags: diff-show-changes)
2016-09-28
21:11
Add "circa" timeline link to show changes made around the time of a given check-in even if they are neither ancestors nor descendants. ... (check-in: b6862a37 user: andygoth tags: andygoth-circa)
2016-09-15
04:01
Make it easier to debug the ZIP web page. Enhance consistency between the Tarball and ZIP web pages. ... (check-in: b9458762 user: mistachkin tags: tarAndZip)
2016-09-13
04:35
Add '--no-prompt' option to the 'commit' command. ... (Closed-Leaf check-in: 4f3f39c4 user: mistachkin tags: commitNoPrompt)
2016-09-10
19:54
Oops. FTS5 depends on INCRBLOB. Was: Add the SQLITE_OMIT_INCRBLOB and SQLITE_OMIT_SHARED_CACHE compile-time options to SQLite. Update the built-in SQLite sources to the latest 3.15 alpha that will build without warnings when the above options are set. ... (Closed-Leaf check-in: 65207d61 user: drh tags: mistake)
2016-09-08
02:09
Merge in latest changes from trunk. ... (Closed-Leaf check-in: 1912b2f8 user: andybradford tags: stash-fixes-openssl-1.1.0)
2016-09-07
10:41
Update referenced OpenSSL version ... (check-in: 958f1a89 user: jan.nijtmans tags: openssl-1.1)
2016-09-06
19:24
Possible fix for lockup on merge with rename and (maybe?) custom baseline (exact reasons for lockup not 100% known), resolves issue with my (private) repository. Change received from drh via mailing list. See http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg23838.html for details. ... (Closed-Leaf check-in: 0120be34 user: andygoth tags: merge-rename-lockup)
03:07
Update autosetup to (roughly) 0.6.6 and Jim Tcl to (roughly) 0.77. Needs review and testing. ... (check-in: 3c123f6a user: mistachkin tags: autosetupAndJimTcl)
2016-08-23
09:49
eliminate some end-of-line spaces ... (Closed-Leaf check-in: 22ed0084 user: jan.nijtmans tags: mistake)
02:13
Add extensive tests for the 'settings' and 'unset' commands. Also, add --exact option to the 'settings' / 'unset' commands. ... (check-in: b9414210 user: mistachkin tags: settingsTest)
2016-08-19
00:13
Use the new SQLITE_DBCONFIG_MAINDBNAME feature of SQLite to eliminate the need for the db_name() hack. ... (check-in: d858f3da user: drh tags: omit-db_name)
2016-08-18
03:04
Defer copying the capabilities for the logged in user until after the special 'auto-hyperlink' processing is completed; otherwise, the anonymous permissions may not gain the 'h' permission. ... (Closed-Leaf check-in: ae36cd66 user: mistachkin tags: anonPermHyperlink)
2016-08-16
15:32
Add the ability to create a child-project repository that can pull from its parent repository but never push back. ... (Closed-Leaf check-in: 0ab5ad5f user: drh tags: child-projects)
2016-08-12
04:46
Add experimental 'raw' mode for embedded TH1 docs. ... (Closed-Leaf check-in: fbd31d4c user: mistachkin tags: th1RawDocs)
2016-08-04
22:49
Begin work on the ability to store and sync files for which no history is kept. ... (check-in: 4ce1c9b2 user: drh tags: unversioned-files)
2016-08-01
12:35
Create new branch named "djvfixcommentstyle" ... (check-in: aea114d0 user: dave.vines tags: djvfixcommentstyle)
2016-07-28
05:02
Begin enhancing the "fossil purge" command to be much more flexible and powerful. Plans are to provide the ability to purge specific files, or tickets, or wiki pages, with options to limit the timeframe of the purge. ... (check-in: 45fcac62 user: drh tags: purge)
2016-07-05
14:30
(cherry-pick) Fix a timeline bug, showing an unintended arrow when closing a fork. ... (check-in: 4cae5c94 user: jan.nijtmans tags: branch-1.35)
14:17
Partially revert [f73411025e8ebec7]. This fixes a problem that when closing a fork by just doing "fossil merge" and additonal arrow going up is displayed. Probably not the right fix. Remark: reverting more than necessary. Already fixed on trunk. ... (Closed-Leaf check-in: a78e5118 user: jan.nijtmans tags: close-fork-arrow)
2016-06-25
03:56
Full-text search for check-in diffs. This works, but it creates a huge index (2x the size of the BLOB table) in spite of being a contentless index. The index is slow to build because of all the diffs that must be computed. Because the index is contentless, the snippet generator runs very slowly on queries - a typical query with a couple hundred hits takes several minutes. ... (Closed-Leaf check-in: 68194175 user: drh tags: diff-search)
2016-06-18
14:44
Juggle variables and code arround, making it as efficient and readable as possible. Also add more comments. ... (check-in: 7f067f29 user: jan.nijtmans tags: invalid_utf8_improvements)
2016-06-17
07:39
Merge trunk ... (check-in: 4887295a user: jan.nijtmans tags: pending-review)
2016-06-16
16:28
Add the 'project_description' variable for TH1 style scripts. ... (check-in: 77667ca1 user: mistachkin tags: prjDesc)
2016-06-10
08:07
proposed new invalid_utf8 function ... (check-in: e58334a0 user: sdr tags: invalid_utf8_table)
2016-06-09
23:59
fixed an edge case in invalid_utf8 where a valid three byte seq could be misidentified ... (check-in: 314cdab0 user: sdr tags: invalid_utf8_table)
2016-05-30
22:25
On a merge or update, prompt to continue of autosync fails, just like is done for commit. ... (Closed-Leaf check-in: d5575d14 user: drh tags: autosync-failure-prompt)
2016-05-28
21:23
Enhancements to SEE integration. ... (check-in: 4e34191c user: mistachkin tags: seeEnhanced)
2016-05-27
23:07
For the MinGW makefiles, support optional prefixing of all linker arguments. ... (Closed-Leaf check-in: 0ac4f5d3 user: mistachkin tags: mingw-exp)
2016-05-23
15:34
Rename crnl-glob to crlf-glob, retaining support for crnl-glob as a compatibility alias. Change terminology from NL to LF throughout, excepting cases where NL means newline and not line feed. Also don't change linenoise.c which is third-party code. ... (check-in: 2bc3cfeb user: andygoth tags: andygoth-crlf)
2016-05-17
11:35
Adds option to show branch colors on brlist page ... (check-in: 2fa1a8a9 user: baruch tags: brlist-cleanup)
00:46
Add logic to process "parent" tags. Add the "reparent" command used to create an appropriate parent tag to cause a check-in to be reparented. ... (check-in: 5c5a364d user: drh tags: reparent)
2016-05-14
21:01
Create new branch named "nick.lloyd-git-interop" ... (check-in: 1af797c3 user: nick.lloyd tags: nick.lloyd-git-interop)
2016-05-12
16:12
Add -rename-trunk, -rename-branch, -rename-tag, -rename-rev, -rev-tags, and -no-rev-tags options to import command ... (check-in: d7b8b3e1 user: andygoth tags: andygoth-svn-import)
2016-05-06
19:49
Improve the merge command's ability to handle various scenarios involving renames. ... (check-in: 423029b1 user: joel tags: merge-renames)
2016-05-02
16:18
merge trunk ... (check-in: 0437cf96 user: jan.nijtmans tags: sqlite3-compat)
2016-04-22
15:39
Add the option to build against sqlite3-see.c (not in the source tree) rather than the built-in sqlite3.c. ... (check-in: 1ec6712e user: drh tags: see)
2016-04-10
02:10
Merge trunk. ... (Closed-Leaf check-in: cfca8ec3 user: andygoth tags: mistake)
2016-04-02
04:47
Use retry logic for SSL read/write as described in the OpenSSL docs. ... (Closed-Leaf check-in: c13b6ba7 user: mistachkin tags: sslRetry)
2016-04-01
20:21
Work in progress on spell-check and proof-reading sweep over the help text. ... (check-in: 2a4e31bd user: rberteig tags: ross-spellcheck)
04:04
The revert command no longer resets the undo state if nothing is actually reverted. Additional tests and bug fixes as well. ... (check-in: 418dd7ac user: joel tags: revert)
2016-03-18
14:35
Draw the upward riser arrow just a short ways, not to the top of screen, for nodes whose next child is off-screen. ... (check-in: 70ba2951 user: drh tags: short-offscreen-risers)
2016-03-12
22:02
Remove support for miniz because the upstream project appears to be unmaintained. UPDATE: The miniz project is still being maintained and this branch is a dead-end. ... (Closed-Leaf check-in: b9f31fe1 user: mistachkin tags: do-not-merge, removeMiniz)
2016-03-02
06:22
Work in progress on cleaning up home/repo handling in the test suite. ... (check-in: 89f76a21 user: mistachkin tags: testerCleanup)
2016-03-01
21:50
Set the FOSSIL_HOME envvar before each test. Use the root test run directory instead of the directories created for each test file so the config DB file on Windows doesn't mess up tests of commands like addremove and extras. ... (Closed-Leaf check-in: d4907f17 user: joel tags: testCheckoutReform)
2016-02-27
02:22
Add a new document covering global options and environment variables used by fossil. This is a work in progress, but snapshotted as it stands so that others can poke at it. ... (check-in: 946ed34d user: rberteig tags: ross-doc-env)
2016-02-26
02:54
Add -e as a short option for --edit-comment in the amend command. ... (Closed-Leaf check-in: 769bc7b4 user: rberteig tags: pending-review)
2016-02-20
13:21
Initial go at replacing URLs in the form ?name=xyz with /xyz except in places where doing so is either known to break (style_set_current_page() calls) or would require notable refactoring (/dir hyperlink generation). ... (Closed-Leaf check-in: e8735d6a user: stephan tags: slash-name-links)
2016-02-13
05:00
If a file has been renamed in a stash, restore this information also in the vfile table so it doesn't show up as MISSING. ... (check-in: fea4d80e user: andybradford tags: stash-fixes)
2016-02-02
15:58
updated to miniz-1.16 beta r1 ... (Closed-Leaf check-in: 0cd368f1 user: stephan tags: miniz-1.16br1)
04:18
Simpler alternative to [7063f8d4cc]. Skips initial directory portion of PATH_INFO when building the g.zBaseURL and g.zTop used with a directory of repositories. ... (check-in: 7d5307b4 user: mistachkin tags: altBaseUrlRepoDir)
03:39
Candidate fix for --baseurl option when used with a directory of repositories. May need fine-tuning. ... (Closed-Leaf check-in: 7063f8d4 user: mistachkin tags: baseUrlRepoDir)
2016-02-01
04:38
Test of latest feature branches, do not merge. ... (Closed-Leaf check-in: 1a164e5f user: mistachkin tags: do-not-merge, feature-test)
04:34
Add --https and --nossl options to the 'server' command. ... (Closed-Leaf check-in: 2bf596c9 user: mistachkin tags: serverHttps)
04:11
The 'g.zHttpsURL' variable should be populated even when the --baseurl option is used. ... (check-in: c45195f1 user: mistachkin tags: httpsBaseUrl)
03:56
Having the 'setup' or 'admin' permission should imply having the 'delete' and 'private' permissions as well (i.e. since they can change their own permissions anyhow). ... (Closed-Leaf check-in: 62f8ac1f user: mistachkin tags: adminPerms)
2016-01-31
21:13
Add the 'insertCsrf' and 'verifyCsrf' commands to TH1. ... (Closed-Leaf check-in: 0357c169 user: mistachkin tags: th1AntiCsrf)
2016-01-29
22:36
Make configure more robust when using the in-tree zlib and OpenSSL. ... (check-in: 0e342184 user: mistachkin tags: configInTree)
2016-01-28
21:32
Add test-version web page. Refactor command line 'version' command into a function to help facilitate that. ... (Closed-Leaf check-in: eb7a7a33 user: mistachkin tags: testVersionPage)
20:51
Test of feature branches, do not merge. ... (check-in: b0f2a0ac user: mistachkin tags: do-not-merge, test-only)
2016-01-26
14:12
Redo TIP #440 alternative - again - now using the "info runtime" command. ... (Closed-Leaf check-in: 9633f6ac user: jan.nijtmans tags: tip-440-alt)
10:22
Alternative TIP #440 implementation, based on TIP #59 ... (check-in: 2ba6587c user: jan.nijtmans tags: tip-440-alt)
01:36
Create new branch named "rberteig-json-test" ... (check-in: 50891558 user: Ross tags: rberteig-json-test)
2016-01-24
14:43
Add option to show real branch colors in branch list ... (check-in: 26fc65f9 user: baruch tags: pending-review)
2016-01-21
21:40
Fix Older/Newer buttons if showing timeline before beginning or after end of existing timeline ... (check-in: aa867868 user: baruch tags: baruch_timeline_fixes)
2016-01-20
23:07
Fix "Newer" button in timeline when using "c" parameter ... (check-in: 28dd7c1d user: baruch tags: pending-review)
13:36
Add submenu to default branch list page ... (Closed-Leaf check-in: 737e8d23 user: baruch tags: pending-review)
13:04
(experiment) Implement "package require Tcl" according to the alternative TIP #440 implementation. ... (check-in: 6bb2308f user: jan.nijtmans tags: tip-440-alt)
12:15
Remove even fusefs command from non fuse-enabled builds ... (check-in: 06fd798b user: baruch tags: pending-review)
10:46
Change piechart table to view since tables have undefined order ... (Closed-Leaf check-in: cdf0d6a3 user: baruch tags: pending-review)
2016-01-17
22:17
Add support for the tcl_platform(platform) and tcl_platform(engine) array elements to TH1. ... (check-in: 663b722e user: mistachkin tags: tclPlatform)
2016-01-16
23:10
More zlib detection before OpenSSL detection. ... (Closed-Leaf check-in: fd2842c0 user: mistachkin tags: zlibBeforeOpenSsl)
21:18
Get vanilla configure and make, via autosetup, working on Win32. ... (check-in: 75a0abac user: mistachkin tags: mingwConfigure)
2016-01-13
01:31
Add the '--no-repository' option to the 'fossil sqlite3' command and make use of it for the merge5 test. ... (check-in: 56f74a12 user: mistachkin tags: sqlCmdNoRepo)
2016-01-11
22:17
By default, force the zlib in the source tree to be used. ... (check-in: 7b4153ff user: mistachkin tags: useTreeZlib)
2016-01-06
19:44
Do not set the directory permission bit on empty files when creating a ZIP archive. ... (Closed-Leaf check-in: 18607775 user: mistachkin tags: pending-review)
2016-01-03
20:58
Started work on allowing manifest.tags to automatically be created containing the checkout's tags. Repurposed the manifest setting slightly allowing manifest and manifest.uuid to be toggled individually, but keeping backwards compatibility. ... (check-in: 9a2c75fc user: jan tags: jan-manifest-tags)
2016-01-02
10:34
Create new branch named "technoteattachcli" ... (check-in: 5712fa8f user: dave.vines tags: technoteattachcli (unpublished))
2015-12-31
15:18
Use intrinsic functions to boost the performance of the delta checksum. ... (Closed-Leaf check-in: 726ab361 user: drh tags: checksum-intrinsics)
10:58
Create new branch named "technoteattach" ... (check-in: 5906ebc7 user: dave.vines tags: technoteattach)
00:25
Add primary MIME types for C# (.cs) and VB.NET (.vb) source code. ... (Closed-Leaf check-in: 33dd7704 user: mistachkin tags: dotnet-mime)
2015-12-23
11:41
Change piechart table to view since tables have undefined order ... (Closed-Leaf check-in: 7c1568e3 user: baruch tags: enhance-reports)
2015-12-22
07:18
Describe an enhancement to manifest artifacts that allows for an hierarchical description of the structure of a check-in. It is hoped that this new format will work more efficiently for large repositories, and make clone and pull from Git much easier and faster. This check-in is a documentation change only. the new hierarchical manifest type has not yet been implemented in code. ... (check-in: 7576a0f1 user: drh tags: hierarchical-manifests)
2015-12-21
20:17
Fix so that when showing stats for single user, that user's name is selected in the box ... (check-in: f6844f3a user: baruch tags: pending-review)
2015-12-19
14:39
Update the documentation to take advantage of the new $ROOT capabilities. ... (Closed-Leaf check-in: 8c0eabcb user: drh tags: use-ROOT)
14:12
Initial support for managing technotes from the command-line. ... (Closed-Leaf check-in: 0a13f4cb user: djv tags: technote-cli)
2015-12-16
00:59
Add 'download' parameter to the 'artifact' web page that allows a specific artifact to be downloaded by specifying the file name and check-in. ... (Closed-Leaf check-in: 40933474 user: mistachkin tags: artifactDownload)
2015-12-11
12:39
Fix 96d3e99ffe59b528: Memory allocation bug. I saw crashes on 32-bit Linux (Ubuntu 14.04), so it's not only win32 which was affected by this bug. ... (Closed-Leaf check-in: cfc7117a user: jan.nijtmans tags: mistake)
2015-12-03
08:36
Crosslink clusters so that fossil test-clusters and test-describe-artifacts will be able to identify them correctly. ... (check-in: 81bdb687 user: andybradford tags: pending-review)
2015-12-02
20:23
Experimental changes to deal with the reserved 12 characters (e.g. 'FILENAME.EXT') always needed for long directory names on Windows. ... (Closed-Leaf check-in: 6ebef28f user: mistachkin tags: pending-review)
2015-11-28
19:59
Include the filename in the form action when redirected from login required to avoid needing to use Content-Disposition header to hint the client what the filename is. ... (Closed-Leaf check-in: 5f32bf71 user: andybradford tags: pending-review)
2015-11-17
14:29
Move the side-bar documentation for the user-list page onto a separate page accessible from the "Help" submen of the user-list page, for improved readability. ... (check-in: 18df719e user: drh tags: user-config-revamp)
2015-11-16
01:45
Remove deprecated <center> tags. ... (check-in: d57f2395 user: Isius tags: html-cleanup)
2015-11-12
11:32
re-shuffle LOOK_XXX flags such that LOOK_CR and LOOK_LF are last ... (check-in: b29b7fd3 user: jan.nijtmans tags: pending-review)
2015-11-06
09:19
c1 ... (check-in: 8440ddab user: jan.nijtmans tags: mistake)
2015-11-04
12:02
Update the built-in SQLite to version 3.9.2 ... (check-in: ac3889f0 user: jan.nijtmans tags: branch-1.34)
2015-11-03
19:51
Enable 'allow-symlinks' setting by default on non-Windows platforms. ... (check-in: 6ee986b1 user: mistachkin tags: unixSymlinks)
00:46
Fix over-length source code lines and memory leaks in the “clean” command. ... (check-in: 4c8b1e81 user: drh tags: clean-cmd-cleanup)
2015-10-22
15:56
Change the mimetype for “man” and “n” to text/plain. ... (Closed-Leaf check-in: b38adc34 user: drh tags: mimetype-changes)
2015-10-20
07:41
Backout [9431fec1ea098feab24002d4c3bfa0132017ef39]: It causes too many files being displayed in various screens. Reported in fossil-dev and Tcl Core mailing list. ... (check-in: 5903a70b user: jan.nijtmans tags: pending-review)
2015-10-08
01:34
Fix /timeline?v=1 and /info page that were not showing all affected files for check-ins with 2 ancestors or more.

pending-review ... (check-in: 9f7a681d user: mgagnon tags: timeline_showfiles_fix)

2015-10-03
21:35
New enhancements to the /timewarps page. ... (Closed-Leaf check-in: a766e750 user: drh tags: timewarp-enhancements)
2015-09-15
19:11
"cat" synonym for "stash show" ... (Closed-Leaf check-in: 533f8b6a user: bch tags: stash-cat)
2015-08-14
23:13
display canonical titles in bold within permuted documentation index ... (check-in: 2a8dd751 user: michai tags: doc-bold-canonical)
19:17
Create new branch named "ckol-th1-dir-cmd" ... (check-in: 19503f88 user: ckolumbus tags: ckol-th1-dir-cmd)
2015-08-02
02:44
Avoid using a null pointer resulting in a segfault if caller sends in null. ... (Closed-Leaf check-in: 2d714a4e user: andybradford tags: pending-review)
2015-07-29
18:44
Candidate fix for directory renaming issue with the --hard option as reported via the mailing list. ... (check-in: b86127e1 user: mistachkin tags: mvHardDirFix)
2015-07-14
21:53
Change formatting of undo/redo/revert command prints for consistency with other commands. Revert used to print "ACTION: filename", now prints "ACTION filename", where number of spaces between ACTION and filename is chosen to maintain column alignment. Likewise undo and redo, except they did not previously use ":". Also change "REVERTED" to "REVERT" to match verb tense used throughout. ... (Closed-Leaf check-in: a19c1f42 user: andygoth tags: andygoth-undo-redo-revert-spacing)
2015-07-10
09:47
Merge trunk. Add built objects to "ignore-glob" for testing purposes ... (Closed-Leaf check-in: 2821e284 user: jan.nijtmans tags: enhancedUndo-test)
2015-07-04
07:17
Add new command to edit a check-in from the command line similar to editing a check-in from the web UI. ... (check-in: b9e0d72e user: andybradford tags: check-in-edit)
2015-06-27
19:16
Add tags to the title and description for RSS feed items. ... (Closed-Leaf check-in: e65e4f2f user: mistachkin tags: rssTags)
02:55
Enhance the 'undo' subsystem to prepare for an alternative implementation of being able to undo the clean command. ... (check-in: 670da77e user: mistachkin tags: enhancedUndo)
2015-06-20
05:06
Use !if for all NMAKE feature macros, not !ifdef/!ifndef. ... (check-in: eb2326e5 user: mistachkin tags: nmakeNoIfDef)
2015-06-19
20:36
Updated Makefile.msc generation: Add an option for creating a dynamically linked fossil binary. Make it possible to opt-out of building zlib.

Edit: Closed branch as dynamicMsvc branch already does what this intends to do, and more. ... (Closed-Leaf check-in: 2a0bc313 user: jan tags: jan-dynlnk-win)

16:19
Rework -help implementation so -help can be added to any command line even if it already contained an option that the help command would have interpreted. For example, "fossil clean -x -help" now prints help about the clean command, whereas before it was did the same as "fossil help -x", i.e. list auxiliary commands without mentioning clean. Make sure to fall back on the current implementation so "fossil -help -x" and such still work correctly. ... (Closed-Leaf check-in: 3a9017f9 user: andygoth tags: andygoth-help-option)
2015-06-17
05:54
Initial work on dynamically linked MSVC build. ... (check-in: 50cb0fe3 user: mistachkin tags: dynamicMsvc)
2015-06-11
15:20
Build-in Antirez's linenoise library for command-line editing on the "fossil sql" command on unix. ... (Closed-Leaf check-in: 2d79355f user: drh tags: linenoise)
2015-06-03
14:21
Using relative paths with external tools may be problematic and is technically a breaking change. Use relative paths in paths used by fossil gdiff, as suggested by Ron W: http://lists.fossil-scm.org:8080/pipermail/fossil-users/2015-April/021015.html ... (check-in: 3ffb6a3e user: jan.nijtmans tags: exec-rel-paths)
2015-06-02
09:17
Cherrypick [8184f39d803f9ad6|8184f39d]: Fix crash in /reports page, when compiling with recent gcc. (this is NOT an -O2 optimization bug!) ... (Closed-Leaf check-in: 08709aa7 user: jan.nijtmans tags: branch-1.33)
2015-05-27
03:58
Add minimal 'lsearch' command to TH1. Only exact case-sensitive matching is supported. ... (Closed-Leaf check-in: eabd7290 user: mistachkin tags: lsearchCmd)
03:26
Prototype for a TH1 glob_match command. ... (check-in: f3ae4790 user: mistachkin tags: th1GlobMatch)
2015-05-26
21:46
Enhance file_tree_name() to be capable of producing absolute paths within the local tree. Fix --hard option to mv/rm to enable it to work properly with relative paths. ... (check-in: c2df31da user: mistachkin tags: mvRmHardFix)
20:07
Fix SQLITE_ERROR as reported by Taylor Venable: https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg20645.html ... (Closed-Leaf check-in: 89212c5a user: jan.nijtmans tags: mvRmHardFix)
2015-05-19
10:32
Remove unnecessary code from the "fossil clean" command. ... (Closed-Leaf check-in: fc871543 user: drh tags: noDirPrompt)
2015-05-18
04:50
Ticket [674d5d5556]: If a tag or branch isn't found, don't drop the constraint from the query. Instead, try to match against tagid -1, which will always fail. This gives a display showing that there are zero items that match whichever nonexistent tag or branch. ... (Closed-Leaf check-in: cfedef78 user: andygoth tags: andygoth-tkt-674d5d5556)
02:22
Permit filtering weekday and file reports by user. Also ensure the user parameter is preserved when changing types. Lots of general cleanup to make this possible. ... (check-in: 60018f9d user: andygoth tags: andygoth-user-reports)
2015-05-17
21:55
Render apostrophe in HTML as &#39; so it can be used in single-quoted HTML attributes. ... (check-in: 82029a2a user: andygoth tags: andygoth-quote-apostrophe)
21:30
Move all square brackets outside the hyperlink text to make it easier to copy-and-paste links sans brackets from typical browsers. ... (check-in: a2020a7a user: andygoth tags: andygoth-brackets-outside-link)
19:42
Inhibit timeline links to wiki pages that have been deleted. ... (Closed-Leaf check-in: e6dae022 user: andygoth tags: andygoth-inhibit-deleted-wiki-link)
17:43
Create parents of empty-dirs if they don't already exist. ... (check-in: 1ab80be4 user: andygoth tags: andygoth-empty-dirs-parents)
2015-05-15
18:16
Show when files become symlinks in /info report. ... (check-in: 5f267456 user: andygoth tags: andygoth-metadata-info)
05:00
Add EXECUTABLE, SYMLINK, UNEXEC, UNLINK reports to [fossil changes] and [fossil status] when a file becomes or ceases to be executable or a symlink yet is otherwise unmodified. This change does not apply to Windows. Update the changelog accordingly. Update vfile_check_signature() comment to also describe "integrate" changes.

BUG: [fossil commit] does not update the "isexe" and "islink" flags. Thus the files continue to show as changed. Fixed by [076c8544]. ... (check-in: 03679b58 user: andygoth tags: andygoth-metadata-changes)

2015-05-12
04:58
Permit the --notfound and --repolist options to be used together. ... (Closed-Leaf check-in: fd783e2b user: mistachkin tags: repoNotFound)
2015-05-09
23:08
Automatically show a piechart in addition to the bar graph on ByUser and ByDayOfWeek activity reports. ... (check-in: f857ea54 user: drh tags: piechart)
2015-05-07
01:56
Add the experimental /repo_tabsize page. It does not work because it shows the sizes of tables in the checkout database in some cases. Work is needed on the underlying dbstat virtual table. We will address that in the future and come back to this branch afterwards. ... (Closed-Leaf check-in: ce5af096 user: drh tags: piechart-table-sizes)
2015-05-06
23:29
Add logic for generating SVG pie-charts based on SQL query results. ... (check-in: 6ebd853c user: drh tags: piechart)
20:55
Allow the timeline graph to be customized using CSS. ... (check-in: 1f1e199a user: joel tags: graphcss)
2015-05-05
12:31
Attempt to distinguish between files added from nothing and files added by merge. ... (check-in: 0d73f3f6 user: drh tags: show-add-by-merge)
2015-04-30
08:35
Eliminate last argument of vfile_dir_scan(), since it's always 0. Don't need to prompt before removing empty dirs, as "empty-dirs" already specifies which dirs need to be kept. ... (check-in: 0db0fdb2 user: jan.nijtmans tags: noDirPrompt)
2015-04-29
07:57
Let --keep/"keep-glob" survive a --verily (contrary to --ignore/"ignore-glob") ... (check-in: 32ed3663 user: jan.nijtmans tags: clean-verily)
2015-04-26
21:28
An alternative implementation of fork warnings that provides more detail. ... (Closed-Leaf check-in: 4a0deae5 user: drh tags: alternative-fork-warning)
17:12
Combine "fossil forks" with "fossil info" command ... (check-in: 4359bd8d user: jan.nijtmans tags: sync-forkwarn)
2015-04-22
16:23
Style consistency change. ... (Closed-Leaf check-in: 509360e5 user: andybradford tags: mistake)
2015-04-10
07:55
Add a warning to "fossil update" when a fork has occurred. ... (check-in: 32998a20 user: jan.nijtmans tags: update-fork-warn)
2015-04-09
21:36
Enable the use of IPv6 for "fossil ui" and "fossil server" on unix. ... (check-in: dae37f0e user: drh tags: ipv6-server)
00:51
Warn the client that pushes content which generates a fork on the server. ... (check-in: 6b410f91 user: andybradford tags: sync-forkwarn)
2015-04-08
05:06
Check versioned settings (namely, allow-symlinks) during open. ... (check-in: 6a4c3c5e user: andygoth tags: andygoth-versioned-open)
2015-04-01
06:26
Honor --baseurl command line option (as observed by fact that global variables are not null) so relative links work. ... (Closed-Leaf check-in: 7c8eb85c user: andybradford tags: baseurl-fix)
02:45
When searching documents, always use the file name as the title in the results. In general, always prefer to use the name as the title, when non-NULL. ... (Closed-Leaf check-in: 2d3dc9b0 user: mistachkin tags: titleAdj)
2015-03-31
20:59
Reduce timeline row borders to allow graph to flow without obstruction. Add css class to the last timeline row. ... (Closed-Leaf check-in: 7eb1b666 user: jmoger tags: skin-blitz)
2015-03-30
14:08
Add the "skins/details.txt" file to the skins. Change the skin editors so that they can show a diff of the current configuration against any built-in. ... (check-in: 31a337f0 user: drh tags: improved-skin-edit)
2015-03-28
19:47
Enhance the hash_color() function so that it can provide foreground colors in addition to background colors. ... (Closed-Leaf check-in: 9cd79bf0 user: drh tags: auto-fg-color)
2015-03-20
04:35
Add a menu entry on /fdiff, /ci and /vdiff page to control the diff context (dc=<n>) query parameter.

(pending review) ... (Closed-Leaf check-in: eae6f32f user: mgagnon tags: diff-context-menu-entry)

2015-03-18
16:45
Differentiate merge check-ins from regular, linear check-ins ... (check-in: 9d39c6dc user: jmoger tags: differentiate-timeline)
2015-03-17
21:03
Fix for "fossil new --docker" and for Chisallapp: I have two trunks ?, while still guaranteeing the rid=1 initial empty commit. ... (Closed-Leaf check-in: 12c54ad3 user: jan.nijtmans tags: docker)
20:54
Adjust submenu input margins ... (Closed-Leaf check-in: 10779515 user: jmoger tags: skin-blitz)
16:40
Html generation adjustments to xfersetup page and friends ... (check-in: 38ddc8fa user: jmoger tags: xfer-tweaks)
08:23
Added a dotfiles setting to the repository settings. This complements the --dotfiles command line argument used by add, addremove, extras, and clean commands. Useful in a project that always needs to process dotfiles so that the --dotfiles option does not need to be specified each and every time. ... (Closed-Leaf check-in: b088c53f user: sdr tags: dotfiles-setting)
2015-03-16
19:01
Reverse ref name traversal because git refs may have forward-slashes ... (check-in: 3d9c8751 user: jmoger tags: git-import)
16:02
Some timeline lines were too short. ... (Closed-Leaf check-in: c4697ad8 user: Isius tags: timelineAntialiasing)
14:36
Fixed timeline antialiasing to maintain color regardless of background color. ... (check-in: c6638b79 user: Isius tags: timelineAntialiasing)
14:02
Update Blitz skin based on forum feedback ... (Closed-Leaf check-in: 108ccef5 user: jmoger tags: skin-blitz)
2015-03-13
16:14
Initial contribution of the Blitz skin (two variants) ... (Closed-Leaf check-in: 5d3eb177 user: jmoger tags: skin-blitz)
2015-03-11
13:32
Enlarged the font-size for Side-By-Side Diffs. ... (check-in: 56f9d729 user: zakero tags: skin-xekri)
2015-03-10
02:39
Add the experiemental "nomo" query parameter on the timeline graph. ... (check-in: 9ca4f330 user: drh tags: ex-graph)
2015-03-06
22:14
Extend fossil ls with -r ... (check-in: 87f51a3d user: peter tags: peter-ls)
07:39
Add ability to highlight more than one block of lines when using the ln= query parameter. ... (check-in: 20c63861 user: andybradford tags: multi-block-highlight)
2015-03-03
21:54
added note to docs about using FOSSIL_HOME to override config-db location ... (Closed-Leaf check-in: 4984c5ef user: michai tags: ml-doc-changes)
2015-03-02
21:16
added note about numeric/symbolic port-specifiers when using Fossil from (x)inetd, and reminder to enable/restart daemon after config changes ... (check-in: fbbf640b user: michai tags: ml-jb-doc-typos)
2015-03-01
21:01
Command line output-only changes of 'checkins' to 'check-ins' for the dbstat, info, and purge sub-commands. This may break some pre-existing automation, please review. ... (Closed-Leaf check-in: 739b3aab user: mistachkin tags: pending-review)
2015-02-28
18:48
use some less(1)-like keybindings for tkdiff scrolling ... (Closed-Leaf check-in: 15396ab4 user: michai tags: tkdiff-lessish-keybinds)
08:32
changed mentioned Stunnel version from 4 to 5, and changed mentioned Stunnel URL to https:// ... (check-in: a633efef user: michai tags: ml-jb-doc-typos)
2015-02-26
20:18
fixed a number of typos in WWW-docs, as suggested on ML ... (check-in: 05fc09c5 user: michai tags: ml-jb-doc-typos)
02:22
Create new branch named "skin-xekri" ... (check-in: 5680eebb user: zakero tags: skin-xekri)
2015-02-23
23:40
Execute 'optional' SQL statements in their original order. ... (Closed-Leaf check-in: 24d7ebe1 user: mistachkin tags: optSql)
2015-02-15
19:34
Add the --no-svn-rev command line option to the "import svn" command that will skip the automatic tagging of every checkins with "svn-rev-nnn" tags.

Proposition for the svn-import branch.. ... (check-in: 3c24fede user: mgagnon tags: svn-import_no-svn-rev)

2015-02-14
12:24
When the user is "nobody", make the g.anon permission vector for "anonymous" available in addition to g.perm. Hyperlinks to pages that would be available to anonymous are shown rather than suppressed. When permission is denied and control jumps to login_needed() a new flag shows whether or not logging in as "anonymous" would help. Work in progress. ... (check-in: 2f50d427 user: drh tags: login-enhancements)
2015-02-13
19:39
Obscure the captcha text using a character substitution for three seconds. ... (Closed-Leaf check-in: 618420b1 user: drh tags: captcha-enhancement)
2015-02-11
20:16
Striving to make search work better. These changes will require search indexes to be rebuilt, so they go into a branch for now. ... (check-in: e0df4859 user: drh tags: search-enhancements)
00:18
Attempt to simplify/unify the logic for looking up the start of a branch. ... (check-in: 485eb736 user: mistachkin tags: unifiedStart)
2015-02-09
20:53
Add a "Show/Hide Files" button under the "Context" section of the check-in page. ... (Closed-Leaf check-in: 4932465e user: drh tags: context-show-files)
11:00
viric's flavour of fossil, which includes the cherry-picked changes out of trunk: [d0b1b1114] [39e165afb] [dad37196f] [f309130a8]. This outdates the branch annotate_links ([f14798e0e3]), which has some extra changes, some hard to port.

This lets the browser pick the right program to open them straight. ... (check-in: b31afcc2 user: viriketo tags: viric_flavour)

10:56
Add a link in the checkin page to show the changes in the branch in respect to the parent branch. It finds the last merge from parent to the current branch for the comparison. ... (check-in: f309130a user: viriketo tags: viric_pbranch)
10:37
Show the branch in the checkin description (artifact and file diff pages). ... (Closed-Leaf check-in: dad37196 user: viriketo tags: viric_showbranch)
10:30
New way to calculate the automatic branch colours.

It's a matter of taste, but I prefer this way; the colours often become more different. ... (Closed-Leaf check-in: 39e165af user: viriketo tags: viric_newcolours)

10:15
Add mime types for common opendocuments.

This lets the browser pick the right program to open them straight.

Update:Jan picked this change from viric_flavour, instead of merging this branch. So I close this, as we can consider this integrated. ... (Closed-Leaf check-in: d0b1b111 user: viriketo tags: viric_mimeopendocument)

2015-02-06
19:35
Minor revisions to the timeline controls to permit for easier reading. ... (check-in: 7d20d72a user: mistachkin tags: timelineMods)
10:02
merge trunk, (inadvently changed many "execute" flags, therefore moved to "mistake") ... (Closed-Leaf check-in: bddc40ce user: jan.nijtmans tags: mistake)
10:00
Restructure import.c, making it easier to compare with the new svn-import code. No change in functionality. (inadvently changed many "execute" flags, therefore moved to "mistake" ... (check-in: 62a99875 user: jan.nijtmans tags: mistake)
2015-02-05
12:42
Add infrastructure for making some hyperlinks have class='inlinebutton'. But there does not appear to be a good way to style this, so the change is abandoned. ... (Closed-Leaf check-in: 6535398e user: drh tags: inline-button)
03:39
Add 'move-files' and 'remove-files' settings to enable moving or removing files when the mv or rm commands are used, respectively. ... (check-in: 21e08f09 user: mistachkin tags: mvAndRmFiles)
2015-02-04
19:14
Add the ability to include FORM elements on the submenu. ... (check-in: b17970e1 user: drh tags: form-submenu)
07:17
Update the Jim Tcl included with autosetup to 0.76. ... (Closed-Leaf check-in: 523e68e9 user: mistachkin tags: jim076)
2015-02-02
22:01
proxy setting test adj for new [32f8da0ce785b63] "fossil setting" logic per ticket [5e35dd60cf7410af64d41] ... (Closed-Leaf check-in: f201cb61 user: bch tags: fsl_setting_proxy)
14:05
Initial infrastructure for indexed full-text search using FTS4. ... (check-in: 64e6a100 user: drh tags: indexed-fts)
2015-01-29
20:21
proposed fix for clobbering existing files [5ba427be8809342c6fbdcf48c9c8365467048d28] ... (check-in: bb15d408 user: bch tags: clobber_fixer)
2015-01-28
22:24
Create new branch named "dg-skin-reset" ... (check-in: a1dd3c21 user: dg tags: dg-skin-reset)
2015-01-27
22:14
Fix some calls to builtin_text() on the style setup pages. ... (Closed-Leaf check-in: d7e39ac9 user: mistachkin tags: styleSetupFix)
07:39
For SSH clients we cannot know what IP address SSH will choose when connecting to the remote IP address, so just log the URL hostname instead which is arguably better than recording the misinformation of an IP to which Fossil did not connect. (drh adds:) See alternative implementation at [9bc7041ae74d]. ... (Closed-Leaf check-in: 52f08008 user: andybradford tags: pending-review)
2015-01-25
00:20
Enhance the MLINK table schema to record file changes from all parents. Requires a "fossil rebuild". Other schema cleanups at the same time. ... (check-in: a241444d user: drh tags: mlink-improvements)
2015-01-23
07:03
Fix compiler warning for 'zOrigName' variable. If unable to locate a document, fallback on 'zName' if 'zOrigName' is zero. ... (Closed-Leaf check-in: aed9971d user: mistachkin tags: docVarWarn)
05:41
Slightly 'improve' summary line for push/pull/sync operations. ... (check-in: dbf93c23 user: mistachkin tags: xferSumFmt)
01:58
Use IPv6 when available for "fossil sync". ... (Closed-Leaf check-in: 38427428 user: drh tags: ipv6-sync)
2015-01-22
15:23
Add the ability to bring up a web server that uses a different skin from the default, and have multiple servers going at the same time, each using a different skin. Currently enabled for unix only. (Later:) Upon further reflection, I'm not convinced this is a good idea, so the code is moved into a branch. ... (Closed-Leaf check-in: b36e2411 user: drh tags: multiple-skins)
01:43
Break out the various built-in skins into separate CSS, header, and footer text files stored under subfolders of the skins/ directory in the source tree. This should make it much easier to edit built-in skins and to add new built-in skins. ... (check-in: 12333d95 user: drh tags: skins-refactor)
2015-01-21
18:55
Enhance the ad-unit processing to allow for tall right-side column ads as an alternative to banner ads. ... (check-in: 4bc5b6cf user: drh tags: ad-unit-enhancement)
2015-01-20
17:48
Experimental changes to add 'setenv' support to CGI script files. ... (check-in: fe77afb1 user: mistachkin tags: cgiSetEnv)
2015-01-06
06:46
Extend verbose option to clone operations as well. ... (Closed-Leaf check-in: 7421f926 user: andybradford tags: pending-review)
2015-01-05
15:25
Add arrows to cue active sorting on /brlist web page ... (Closed-Leaf check-in: 7aa10e3c user: baruch tags: brlist-visual-enhancement)
2014-12-17
23:17
first attempt at client-side file-list filtering ... (check-in: e44de4cc user: baruch tags: file-filter)
21:22
Disable SSLv3 by default, but provide a new setting "ssl-enable-v3" to enable it. ... (check-in: 9f1f3f34 user: jan.nijtmans tags: disable-sslv3)
17:21
reorg of sitemap to be more hierarchical. Pedantically added closing LI tags. ... (Closed-Leaf check-in: 269a9412 user: stephan tags: sitemap-tinkering)
16:19
Begin adding infrastructure to support full-text search using FTS4. ... (check-in: 9f9dfe3a user: drh tags: search-using-fts4)
2014-12-16
16:32
Show the ages of files in the file tree viewer. ... (check-in: f8d54372 user: drh tags: age-in-file-tree)
2014-12-15
15:47
Simply the "fileage" webpage by converting to use of the "files_of_checkin" virtual table. ... (check-in: a0cc6143 user: drh tags: fileage-enhancement)
2014-12-08
15:36
An experiment in trying to improve the file history timelines. A schema change is necessary for this improvement, which the present check-in captures. However, the file history timelines have not yet been improved, and in fact are slightly broken at this point. ... (Closed-Leaf check-in: e1e9c3a3 user: drh tags: file-history-enhancement)
2014-11-27
16:59
Added admin_log(), for (informally) recording changes made by admins. ... (check-in: ee666c46 user: stephan tags: admin-logging)
2014-11-24
21:04
Keep track of the baseline for delta manifests in the PLINK table. This is a schema change and requires a "fossil rebuild". ... (check-in: f36ac49d user: drh tags: baseline-in-plink)
12:05
Infrastructure for the "fossil bundle" command. This is a skeleton only and is not yet functional. ... (check-in: 6dc0b3b6 user: drh tags: DBP-workflow)
2014-11-13
16:09
Add a setup option that automatically redirects from HTTP to HTTPS on the login page, to prevent passwords from being sent in the clear over the internet. Off by default, for the sake of installations that do not support HTTPS. Also off for the "fossil ui" and "fossil server" commands. ... (Closed-Leaf check-in: b85eb7db user: drh tags: auto-https-redirect)
2014-11-08
18:58
Add the "notime" query parameter to the www timeline display. ... (Closed-Leaf check-in: ce4d3fce user: drh tags: notime-option)
2014-11-07
11:52
Proposed fix for compiler warning: passing argument 4 of ‘sqlite3_result_text’ from incompatible pointer type ... (check-in: c2faa14d user: jan.nijtmans tags: svn-import)
2014-11-06
21:46
re-enable SSL in custom MinGW makefile ... (Closed-Leaf check-in: 08002553 user: jan.nijtmans tags: mistake)
2014-10-27
15:41
Add a mechanism to allow resource files (such as the TCL script used to implement the --tk option) to be stored separately in the source tree but then automatically compiled into byte-arrays in the executable. ... (check-in: d93d92eb user: drh tags: separate-resource-files)
2014-10-22
13:54
Proposed enhancements to the --tk diff viewer from Ramon Ribó. ... (check-in: cbd4dca6 user: drh tags: tk-diff-viewer)
2014-10-21
22:12
Avoid invoking fossil_error() in manifest_crosslink() while processing a push, even though such errors are suppose to be ignored. ... (Closed-Leaf check-in: 1d857968 user: drh tags: experimental)
2014-10-20
21:37
Now use a switch to specify the file/directory to the timeline command.

- Use -p|--path PATH since "-f" is already used as a deprecated options.

- Restore command line arguments parsing of the timeline command as before the cmdline-timeline-enhancement branch so the previous behavior and argument priority stay compatible as before.

(We were not able to specify a checkin prefix or tagname without specifying the ?WHEN? argument anymore.)
... (check-in: 1e870e1e user: mgagnon tags: cmdline-timeline-enhancement)
15:01
Add a custom static analysis program that verifies the arguments to printf-style varargs routines used in Fossil. Adjust the source code to be more robust for printf format errors and to fix a few minor problems found by the static checker. ... (check-in: 0a7e326f user: drh tags: compile-time-print-checking)
2014-10-18
19:26
First mostly-working version of the bundle proof-of-concept; trees can be exported and imported, although after import they don't hook up with their ancestors. ... (check-in: f809eb4c user: dg tags: dtrg-bundles)
2014-10-17
15:31
Enchance the command-line timeline to accept the name of a file or directory as an argument and then only show the entries that have changes to that file or directory. ... (check-in: a50c3cfd user: drh tags: cmdline-timeline-enhancement)
2014-10-15
18:18
Try to provide better information on manifest errors. ... (check-in: 5ff4e336 user: drh tags: better-error-msgs)
2014-10-08
22:21
Modify the MSVC makefile and build tool to support building binaries that work on Windows XP using Visual Studio 201x. ... (check-in: afe765c0 user: mistachkin tags: winXpVs201x)
2014-10-03
09:10
Make sure that login_check_credentials() doesn't crash if the cookie-name cannot be determined (e.g. when the project-code is not set yet). This is a mistake: there always should be a cookie-name. ... (Closed-Leaf check-in: df6a3dbf user: jan.nijtmans tags: mistake)
2014-10-02
15:26
docker experiment: create project-code at first valid push. ... (check-in: 98e3626c user: jan.nijtmans tags: docker)
2014-09-30
15:25
Fix compiler warning and clarify use of local variables. ... (check-in: d2e7d2cf user: mistachkin tags: warningFix)
2014-09-27
05:54
Add some padding around subscripted inherited privilege markers to improve readability. ... (check-in: 957d0374 user: andybradford tags: inherit-priv-mark-sub)
2014-09-23
05:29
Use Fossil trunk. Use internal SQLite. Style changes for repository naming. ... (Closed-Leaf check-in: bbab17e2 user: mistachkin tags: dockerV2)
2014-09-22
19:56
Wrap markdown content in an HTML 'div' block of the 'markdown' class. ... (Closed-Leaf check-in: 84780336 user: mistachkin tags: markdownDivWrapper)
2014-09-21
20:13
(experimental) Dockerfile. Allows to create a fossil docker image. An already built fossil docker images can be started by: "sudo docker run -d -p 8080:8080 nijtmans/fossil" (assuming you already installed docker). Open "localhost:8080" in your browser, and log in with "admin"/"admin". Change your admin password and configure it at wish. ... (check-in: a7fc0c5f user: jan.nijtmans tags: docker)
19:17
Changed the inherited privilege markers from prefixed bullet characters to suffixed subscripted letters to help better differentiate which privileges are inherited for users with color perception difficulties. The color coding is still present as it doesn't hurt to have color coding, just needed extra indications on the page. ... (Closed-Leaf check-in: 7b00cd77 user: sdr tags: inherit-priv-mark-sub)
02:29
Merged updates from trunk, but somehow managed to clear execute permissions on a bunch of files. Moved to bad-winsymlink to try again. ... (Closed-Leaf check-in: dbe7bcc7 user: sdr tags: bad-winsymlink)
2014-09-20
15:28
Merged updates from trunk. ... (check-in: e2c59606 user: sdr tags: bad-winsymlink)
2014-09-17
14:41
fix issue when showing checkins using a file incorrect checkins shown after merge ... (Closed-Leaf check-in: 813b860c user: baruch tags: pending-review)
05:47
When deleting a brand new ticket that was pending moderation, eliminate TH1 script errors about the missing '$tkt_uuid' variable. ... (check-in: a21d475e user: mistachkin tags: please-review)
2014-09-15
11:52
prepare for input from svn dumps ... (check-in: 6def3251 user: baruch tags: svn-import)
02:36
Consolidate all use of the capture_case_sensitive_option() function. ... (Closed-Leaf check-in: 96dc8407 user: mistachkin tags: captureCaseSensitiveOption)
01:54
Restore special handling of the database name from [17885b90c8] in filenames_are_case_sensitive() as it may be needed in some cases. ... (check-in: 42b97c22 user: mistachkin tags: dbRecordRepoFix)
01:49
Work in progress for windows symlink support. ... (check-in: de8035cc user: sdr tags: winsymlink)
2014-09-14
11:17
prevent setting/unsetting property based on ambiguous prefix ... (Closed-Leaf check-in: c3fee15b user: baruch tags: pending-review)
2014-09-12
21:12
Fix duplicate entries in the 'all' repository and checkout lists on file systems that are not case-sensitive (e.g. Windows). ... (check-in: 6c8c6382 user: mistachkin tags: caseInsensitiveAllLists)
2014-09-09
12:43
Fix incremental builds using mingw on Windows ... (Closed-Leaf check-in: e1fa9e88 user: baruch tags: better-mingw)
12:37
Fix incremental builds using mingw on Windows ... (Closed-Leaf check-in: ed9c6830 user: baruch tags: better-mingw)
07:44
Make server on Windows aware of current checkout if run interavtivly from open checkout. Allows using special names prev/next/current in ui ... (Closed-Leaf check-in: aead49f3 user: baruch tags: baruch-winserver)
07:04
Option to shun/unshun a whole transaction (by rcvid) ... (Closed-Leaf check-in: 66b5647a user: baruch tags: baruch-multishun)
06:54
Allow shunning/unshunning multiple files at a time ... (check-in: 9f6b1964 user: baruch tags: baruch-multishun)
2014-09-08
16:46
Add 'reinitialize' command to TH1. Add 'flags' to the globalState TH1 command. ... (Closed-Leaf check-in: f3a7da44 user: mistachkin tags: th1ReInit)
08:08
Highly experimental changes to enable TH1 usage in embedded docs. Do not merge. ... (check-in: 5ce57f21 user: mistachkin tags: dynamicTh1Docs)
2014-09-07
19:50
More proposed fixes to the issues pointed out by Edward Berner. ... (check-in: 4429a4c3 user: mistachkin tags: warningFixes)
00:41
When TH1 'transfer hooks' are enabled, provide the list of UUIDs received by the server to the script. ... (Closed-Leaf check-in: acb61e5e user: mistachkin tags: xferUuidList)
2014-09-03
20:25
I have "ls"-ified "list" subcommands for my personal use-case before -- roll through code and convert others for sake of consistency ... (Closed-Leaf check-in: ce6de743 user: bch tags: ls)
00:00
Cleanup some spacing and the call to makeheaders in the main.mk and MinGW makefiles. ... (Closed-Leaf check-in: 8b0dfbb6 user: mistachkin tags: makefileCleanup)
2014-09-01
20:40
Add thread support to fossil, so SQLite can use additional threads for sorting (experimental) ... (check-in: bc8b21d0 user: jan.nijtmans tags: multi-thread)
2014-08-25
17:52
Fix assert in the TH1 expression parser reported on the mailing list. ... (check-in: cd644057 user: mistachkin tags: th1ExprFix)
2014-08-23
06:08
Add miniz as a compile-time feature, leaving zlib as the default compression library. All makefiles should build. The DMC and PellesCGMake makefiles are not yet supported with miniz. Also, when using miniz, OpenSSL support for zlib is disabled in the MinGW makefile. ... (check-in: c693a336 user: mistachkin tags: optionalMiniz)
2014-08-18
16:30
Create new branch named "miniz" ... (check-in: f88a2b36 user: stephan tags: miniz)
2014-08-14
10:30
diff: when --to is provided but --from is not, default to --from current, per ML suggestion. ... (Closed-Leaf check-in: d5a89404 user: stephan tags: pending-review)
2014-08-11
15:13
Another attempt, taking VxWorks patch on trunk into account. ... (Closed-Leaf check-in: c2d4bd73 user: jan.nijtmans tags: vxworks)
2014-08-08
03:41
Oops, apparently it's already been updated on a different branch. Ignore this commit. ... (Closed-Leaf check-in: 58e3c40c user: mistachkin tags: jimTcl)
02:26
Update autosetup to the latest version ... (check-in: 93fb7c77 user: steveb tags: autosetup)
2014-08-02
21:04
Make sure the 'server' command checks for and processes the --files-urlenc option. ... (Closed-Leaf check-in: d53a7528 user: mistachkin tags: filesUrlEncOpt)
2014-07-30
20:19
Use -DSQLITE_WIN32_NO_ANSI compiler flag on mingw. 1) This optimizes the win32 VFS so it doesn't call the function sqlite3_win32_is_nt() over and over again for every file operation. 2) It makes sure that the SQLite bug I just filed in on sqlite-dev will be fixed before the SQLite 3.8.6 release. Since fossil doesn't run on Win95/98/ME anyway, this is fully harmless. ... (Closed-Leaf check-in: fb3e64f0 user: jan.nijtmans tags: pending-review)
15:40
Call verify_all_options() on most of fossil CLI commands.
- Skip all the test-* commands for now (may be unnecessary)
- Skip sha1sum, md5sum and artifact because they can take "-" as argument and verify_all_options() would call fatal. Need to handle those differently...
- Command with subcommands that have their options are remaining: branch, bisect, cache, configuration, json, sql, stash, tag, ticket, user, wiki. (not sure how to handle those yet..)
... (Closed-Leaf check-in: a426154b user: mgagnon tags: verify-all-options)
06:47
Update clone documentation for clone protocol 3 and cfile cards. ... (Closed-Leaf check-in: 9a697867 user: andybradford tags: pending-review)
2014-07-27
20:52
Proposed fix for corner-case: http://permalink.gmane.org/gmane.comp.version-control.fossil-scm.user/17266 ... (Closed-Leaf check-in: 0d8cb8e3 user: jan.nijtmans tags: no-initial-commit)
2014-07-24
03:12
Add new globalState command to TH1, with tests. ... (check-in: 995173d0 user: mistachkin tags: globalStateCmd)
2014-07-19
16:29
Only allow a checkin against a closed leaf if it is not the same branch. ... (Closed-Leaf check-in: d1b5fd87 user: andybradford tags: pending-review)
2014-07-16
08:09
Update internal tables to Unicode 7.0. ... (Closed-Leaf check-in: e17f7304 user: jan.nijtmans tags: unicode-7.0)
2014-07-09
08:56
If the system knows about utime() and/or usleep(), allow the built-in SQLite to use those functions. e.g. for executing delays which are not a multiple of 1 second. ... (check-in: 45feda65 user: jan.nijtmans tags: utime_usleep)
2014-07-08
10:48
First attempt in makeing fossil work on VxWorks. Based on feedback by Andy Ling. ... (check-in: 18ae9fdd user: jan.nijtmans tags: vxworks)
2014-07-07
20:59
Update 'config.guess' and 'config.sub' from upstream per request on mailing list by Joe Prostko. Please review for trunk. ... (Closed-Leaf check-in: c84d28d7 user: mistachkin tags: pending-review)
2014-07-06
07:05
Allow repository paths of up to 4096 bytes in stead of just 512 bytes. This change needs a minor change in SQLite, allowing the maximum path length no longer to be hardcoded, but configurable at compile-time. See: http://www.sqlite.org/src/info/c060923a54 ... (check-in: 7f64b350 user: jan.nijtmans tags: longpath)
2014-07-04
10:11
Next step in "invalid-utf8" handling: If a source file contains invalid UTF-8 byte sequences, most likely the real encoding is either ISO-8859-1 or CP1252 (note that CP1252 is a superset of ISO-8859-1). Therefore, after providing a warning, we can now offer the option ('c') to convert it to valid UTF-8, just like we provide such option for UTF-16 and eol-handling as well. ... (Closed-Leaf check-in: 81eeb6f5 user: jan.nijtmans tags: invalid-utf8)
2014-06-30
09:13
Use the same algorithm for event-id's for UUID's as in other UI locations: Make sure that the UUID contains at least a single lower-case hex digit, with a minimum of length 10. ... (check-in: 734d4299 user: jan.nijtmans tags: 16-digit-event-ids)
2014-06-24
06:19
Don't delete phantom artifacts from unclustered table. Potential fix for missing sync content as reported on ML. ... (check-in: 41b29f38 user: andybradford tags: cluster-changes)
2014-06-19
02:39
Experimental changes for more precise handling of new lines. ... (check-in: 816faa5a user: mistachkin tags: experimental)
2014-06-18
15:07
make fossil timeline to respect the log formatting aka multiline logs. Suggested by Baptiste Daroussin. ... (check-in: 10eea3ab user: jan.nijtmans tags: respectformatting)
2014-06-17
13:51
Add the ".eqp" and ".fullschema" dot-commands to the ".help" output in the command-line shell. Fix CSV import issue, reported via the mailing list, in the shell when the file to be imported ends with an empty line. ... (check-in: 1b648eba user: jan.nijtmans tags: branch-1.29)
2014-06-14
21:52
Refactor db_close() so that it can make use of db_close_config(). ... (check-in: e2755462 user: mistachkin tags: dbCloseConfig)
01:28
Initialize implementation of the "fusefs" command. To make it work, manually edit the Makefile to add -DFOSSIL_HAVE_FUSEFS and -lfuse. Then run "fossil fusefs /tmp/fusefs". Afterwards you can "ls /tmp/fusefs/checkins/trunk" and so forth. ... (check-in: ee5cd77d user: drh tags: fusefs)
2014-06-13
14:21
Auto-adjust the width of timeline (and various other output places) according to real terminal width. Suggested by Baptiste Daroussin. ... (check-in: c4891e24 user: jan.nijtmans tags: autoadjust)
2014-06-12
21:37
Add support for an Inno Setup project file for Fossil. ... (Closed-Leaf check-in: 636025d4 user: mistachkin tags: innosetup)
20:21
Update autosetup to the latest version. ... (Closed-Leaf check-in: 022c5c4f user: mistachkin tags: autosetup)
2014-06-10
19:59
Add the 'checkout', 'render', 'styleHeader', 'styleFooter', and 'trace' TH1 commands. ... (check-in: c18ff5d0 user: mistachkin tags: th1Cmds)
2014-06-05
08:12
Compatibility back to SQLite 3.7.17 (when configuring with --disable-internal-sqlite) ... (check-in: b6670e05 user: jan.nijtmans tags: sqlite3-compat)
2014-05-30
16:38
'close' now removes ckout:... entry from global config and repo. Possibly has unwanted side-effects, thus a branch. ... (check-in: 36cb9ec4 user: stephan tags: close-cleanup-config)
2014-05-14
16:39
Added --format MIMETYPE flag to (wiki create|commit) and /json/wiki/save. ... (check-in: 8f2d9e69 user: stephan tags: wiki-keep-mimetype)
2014-05-08
10:25
rebase ... (check-in: 3ef59c35 user: jan.nijtmans tags: no-initial-commit)
2014-05-03
05:58
Commit more frequently during a sync operation to minimize number of times content must be requested when sync failures occur. ... (check-in: c2a69336 user: andybradford tags: per-round-trip-commit)
2014-05-01
08:06
fossil new no longer (by default) creates an initial empty commit. The first commit after initializing a new repository will become the initial commit, and it doesn't need to be empty any more. If you specify --date-override, an initial commit with the specified date still will be created. ... (check-in: f2c8b4f3 user: jan.nijtmans tags: no-initial-commit)
2014-04-30
07:07
Potential fix to allow fossil ui to be run as root---reopen the database after dropping privileges. ... (check-in: d5432cf6 user: andybradford tags: pending-review)
2014-04-29
09:26
Fix some compiler warnings 'may be uninitialized in this function'. Move path conversions out of win32_chdir/win32_access/win32_stat, as its caller already can do that. This eliminates some code duplication. ... (Closed-Leaf check-in: cdfde813 user: jan.nijtmans tags: mistake)
2014-04-28
09:08
Simplify some usage of if-statements. No change of functionality. ... (Closed-Leaf check-in: 069bae86 user: jan.nijtmans tags: mistake)
2014-04-25
08:38
Add a commit warning when a to-be-committed file contains invalid UTF-8 byte-sequences. See: http://en.wikipedia.org/wiki/UTF-8#Invalid_byte_sequences. This warning can be disabled by the "encoding-glob" setting. Implements determination of LOOK_INVALID flag determination when text is otherwise assumed to be UTF-8 and adds test-cases for it. ... (check-in: 79341394 user: jan.nijtmans tags: invalid-utf8)
2014-04-22
13:57
Experimental change to add a "nodesc" query parameter to pages like /artifact that suppresses the sometimes length description of what the artifact is used for. ... (Closed-Leaf check-in: b794218f user: drh tags: nodesc-option)
2014-04-21
18:41
Compatibility with SQLite 3.8.2 as external library ... (check-in: 09472e88 user: jan.nijtmans tags: sqlite3-compat)
07:43
If autosync fails, try again to defined maximum with a 1 second sleep between failures. ... (check-in: fae1eca8 user: andybradford tags: autosync-tries)
2014-04-14
14:19
Enable interface to alter default-user setting. ... (check-in: cd5f3be5 user: andybradford tags: default-user)
2014-04-06
04:51
Show short UUID collisions also for tickets and not just ticket changes. Reported on ML. ... (check-in: 0066d6c6 user: andybradford tags: short-uuid)
2014-03-26
21:54
Fix problem when using "fossil cat" when specifying repository via command line argument (with -R) (reported on ML)

Problem was the use of file_tree_name() which call db_must_be_within_tree().

Add a variable in the Global structure 'g' to remember if -R|--repository argument was specified and don't call file_tree_name() if it's the case (since user expect file relative to repository.

(Pending review...) ... (check-in: dc10f8d7 user: mgagnon tags: fix-cat-dash-R)

2014-03-12
04:08
Make stash_apply handle new files and put them in an ADDED state. ... (check-in: c2d748ae user: andybradford tags: stash_add)
2014-03-07
20:02
Minor bug-fix when using -w or -Z flag in diff logic. Make sure that the common lines printed in a diff always come from the left-side, it might be that the right-side is different by white-space only. ... (Closed-Leaf check-in: 07e69575 user: jan.nijtmans tags: mistake)
2014-03-05
22:54
Implement --strip-trailing-cr option ... (check-in: 4e6cfaf8 user: jan.nijtmans tags: strip-trailing-cr)
06:14
Add button to annotate/blame pages. Also minor bug fix for annotate/blame pages url rendering. ... (check-in: f1e99a5a user: andybradford tags: diff-eolws)
2014-03-03
23:21
Update to the latest SQLite with its new performance enhancements. (Later:) The new SQLite does not work correctly when compiled on the Beaglebone Black. Currently investigating. Moving this check-in into a branch until the problem is understood. ... (Closed-Leaf check-in: 13c1fa76 user: drh tags: beaglebone-problem)
06:44
Fix diffs that use the DIFF_IGNORE_EOLWS flag. Add a message for diffs that involve only EOL whitespace changes. ... (check-in: 8f885df2 user: joel tags: diff-eolws)
2014-02-25
13:31
Follow-up to [8ab08d32c7]: Fossil still doesn't handle the extended path prefix on win32 ('\\?\') right, mainly in checking paths. e.g.: "fossil add //\?/C:/Localdata/workspace/fossil/foo.c". Fossil cannot know that this path is correct. Solution: Strip the extended path prefix in file_simplify_name(), and only add it back when needed. Latest "winhttp.c" changes could be reverted with this change when compiling with MSVC or MinGW-w64 (as the repository path after simplicifation doesn't contain '?' any more), but when using MinGW the command-line handling cannot be thrusted. ... (check-in: ce4afc89 user: jan.nijtmans tags: extended-path-prefix)
2014-02-20
15:19
(experiment) Use d_type field of dirent structure for speedup. ... (check-in: 0c7834c7 user: jan.nijtmans tags: use-d-type)
2014-02-17
12:43
[202edc2c1c]: Make `th1-setup` a textarea in settings UI. Fixed by making it a versionable setting (just as "tcl-setup", for consistancy) and moving it to the second column of the setup page.

Remark: Making "th1-setup" versionable is not a good idea: It would mean that any Web-page access must do an additional check for the presence of a versionable setting file. Therefore putting it aside. ... (check-in: 28429acb user: jan.nijtmans tags: setup-textarea)

2014-02-16
11:24
Cherrypick http://www.sqlite.org/src/info/e147230767 with one little change: __MINGW32_MAJOR_VERSION is renamed to __MINGW_MAJOR_VERSION in MinGW 4.0. The old macro name is still available but has the value 3, so that doesn't help at all! This way, it works as expected on MinGW-4.0 ... (check-in: 483ebe5c user: jan.nijtmans tags: mingw4x)
2014-02-15
06:14
Create a repo and explicitly set the autosync setting so TH1 tests will run correctly regardless of the user's global setting. ... (Closed-Leaf check-in: 3baa7e3d user: joel tags: pending-review)
2014-02-11
04:36
Used the wrong sqlite3.c source file. Was: Update the built-in SQLite to the 3.8.3.1 release candidate. This is moving backwards, slightly. But it is important for testing SQLite. ... (Closed-Leaf check-in: 2324f475 user: drh tags: mistake)
2014-02-05
08:23
This looks like a duplicate commit of [cf471cbb3f6f] ... (Closed-Leaf check-in: 09634aee user: andybradford tags: mistake)
2014-01-29
22:51
(experimental) Allow not only --utc or --localtime to be specified, but any timezone (minutes from UTC = -999...999) ... (Closed-Leaf check-in: c3e3ceb9 user: jan.nijtmans tags: tz-minutes)
06:45
Make HTTP authorization a command line option. Choice will be stored in database until another URL change happens. This could potentially break those who currently rely on the special # character in the password. ... (check-in: e747041a user: andybradford tags: http-auth)
2014-01-23
00:45
Create new branch named "config-permission-check" ... (check-in: e92e2d4d user: kameda tags: config-permission-check)
2014-01-21
18:13
Initial prototype of dir=... constraint for vdiff. ... (check-in: 641c7418 user: stephan tags: vdiff-subdir)
2014-01-18
08:33
experimental CLI version of rss feed, per ML request. ... (check-in: e28a5765 user: stephan tags: rss-cli)
2014-01-17
00:07
Recognize old IE event object to make tree-view expand/collapse work in IE8. This breaks expand/collapse on FF. ... (check-in: 21426d01 user: joel tags: tree-view-work)
2014-01-16
23:43
Set/unset new "collapsed" class on tree-view lists instead of setting display property. This breaks collapse/expand on Chrome. ... (check-in: 75b96a29 user: joel tags: tree-view-work)
11:56
Don't follow link if subdir.contains does not exist: Not correct! ... (Closed-Leaf check-in: 050412b8 user: jan.nijtmans tags: mistake, tree-view-work)
10:54
Better NULL-protection against browsers which don't have "history" API ... (check-in: 02b607a0 user: jan.nijtmans tags: tree-view-work)
10:01
Cherrypick MSVC/TH1 related fixes [42316a14e2], [354288db9c], [9dc0877d91], [fb29094a8f], [e0f22dda7b], [1aeb2726b0], [95292a13fa], [5e368e911d], [dd8d317670], and [f61958b183] from trunk for review. ... (check-in: 76442af7 user: mistachkin tags: branch-1.28)
2014-01-14
15:33
Persist expand/collapse state of tree-view directories in all modern browsers. ... (check-in: cd554eb6 user: joel tags: tree-view-enhancements)
12:50
Fix several issues with the TH1 unset command, including a memory leak. Add more tests. ... (check-in: e4047acb user: mistachkin tags: th1UnsetVar)
2014-01-13
23:06
Trim trailing whitespace in TH1 and align some comments. ... (check-in: 5a9f9ba6 user: mistachkin tags: th1Work)
2014-01-09
16:11
Replace embedded SQLite version to version 3.8.2 stable. ... (check-in: 1e4b8486 user: jan.nijtmans tags: branch-1.28)
15:39
Delay activation of ticket hook until after the ticket tables have been rebuilt. ... (check-in: dff7d2c1 user: jan.nijtmans tags: delay-ticket-hook)
05:56
Attempts to add files outside the open checkout tree result in fatal error. ... (check-in: f0de41fd user: andybradford tags: pending-review)
2014-01-08
04:42
Fix db_open_local() fonction so it find the local checkout database on "/". It was working inconsistently depending what was the current directory.

** Even if fossil is not the right tool to version files on the root of the system, I found it very usefull to track what file change on my system

Tested on Linux and MinGW (Windows 8.1) ... (check-in: be993c47 user: mgagnon tags: checkout_on_root_fix)

2014-01-07
09:03
Make sure that shell.o and sqlite3.o are rebuilt whenever compilation options change. This should prevent problems like Problem with compilation under MINGW once and for all. ... (check-in: 1ab27288 user: jan.nijtmans tags: broken-build)
04:21
Implement runtime check for a minimum required version of SQLite. ... (check-in: d0476bd9 user: mistachkin tags: sqliteRuntimeCheck)
2014-01-05
10:49
Remove some dead/unneeded code ... (check-in: abf1b425 user: jan.nijtmans tags: sqlite-min-to-3.7.17)
2014-01-04
20:51
Increase minimum SQLite requirement to 3.7.17, and make efficient use of the function sqlite3_strglob. This eliminates unnecessand sqlite ... (check-in: c8c56468 user: jan.nijtmans tags: sqlite-min-to-3.7.17)
2014-01-02
12:47
Propose tree-view enhancement. ... (check-in: 377a4f2d user: joel tags: csstree)
2013-12-28
22:41
Eliminate the need to compile SQLite with -Dlocaltime=fossil_locatime. This makes the timeline-utc setting work when fossil is configured with --disable-internal-sqlite. ... (check-in: d7fd72dc user: jan.nijtmans tags: timeline-utc)
2013-12-23
06:53
Fix genealogy links from the /info page (Thanks to Andy Bradford noticing this) ... (check-in: fd0507e9 user: jan.nijtmans tags: hidden-tag)
2013-12-20
17:03
Honour timezones in git fast-import dump timestamps. ... (check-in: 9c9e7767 user: dg tags: mistake)
16:52
Create new branch named "dg-timestamps" ... (check-in: 51331e3e user: dg tags: dg-timestamps)
2013-12-18
15:57
Add "timeline-show-hidden" setting. ... (check-in: 4a2435c6 user: jan.nijtmans tags: hidden-tag)
2013-12-17
22:10
Improve error handling. Allow Visual Studio version to be manually overridden. Pass extra arguments to NMAKE. Preserve existing environment and current directory. Miscellaneous style fixes. ... (check-in: 8fab3e3f user: mistachkin tags: buildmsvc)
09:32
If "fossil new" or "fossil open"'s argument has an extended path prefix like "\\?\C:\", don't process the '?' and ':' in it as special path characters, only do '/' -> '\' translation. This makes extended paths usable in fossil everywhere (hopefully), for now <260. ... (check-in: 04f4e699 user: jan.nijtmans tags: win32-longpath)
2013-12-14
00:03
Work in progress on refactoring the complex Win32-specific file routines into their own subsystem. ... (check-in: 4f041338 user: mistachkin tags: win32File)
2013-12-13
17:50
Prevent sym- tag that matches branch name that sorts prior to branch name from displaying an option to cancel the tag. Also clean up a couple strcmp. ... (check-in: c36ad48a user: andybradford tags: cancel-tag-fix)
2013-12-12
23:34
Remove use of SQLITE_WIN32_NO_ANSI option everywhere except for Cygwin. Further cleanup. ... (check-in: 1c37a905 user: mistachkin tags: makefile-error)
09:37
Make "win32-longpath" the default VFS on win32, eliminating all path limitations (up to ~32767 chars). TODO: eliminate use of the the function _wstati64(), that appears to be the only Win32 function left which cannot handle such long paths. Everything else needed is done. ... (check-in: 1b9893bd user: jan.nijtmans tags: win32-longpath)
2013-11-25
15:57
Implement (already existing but currently non-functional) "hidden" tag, which hides items from timeline. ... (check-in: d9fd9229 user: jan.nijtmans tags: hidden-tag)
15:00
Only make the URL user an admin if --once is not specified to allow the shell user to become the admin user. [Wrong; should not assume what the default user is] ... (Closed-Leaf check-in: 7700ae1c user: andybradford tags: mistake)
2013-11-11
19:18
Make use of WITHOUT ROWID in new repositories. ... (Closed-Leaf check-in: ad982260 user: drh tags: without-rowid)
2013-11-10
00:02
Change fossil ui behavior to look for default-user first if set, otherwise look for user with Setup capability. ... (check-in: 2fe1d804 user: andybradford tags: pending-review)
2013-11-01
05:14
Prompt to remember password when password is embedded in URL. Also improve password failure prompting during clone/sync operations. ... (check-in: 1ccbb651 user: andybradford tags: url-password-fixes)
2013-10-31
11:00
Suggested implementation for [1ec9e8658e]: Flag some commits for "extra attention" ... (Closed-Leaf check-in: 13ba9a50 user: jan.nijtmans tags: rfe-1ec9e8658e)
2013-10-30
09:38
Create new branch named "msvc_build" ... (check-in: caa9c2c6 user: BM tags: msvc_build)
2013-10-21
08:23
Let the "-limit" option in "fossil tag find" be handled exactly the same as in "fossil timeline". This allows output of more than 2000 lines if the "-limit" parameter requests so. ... (check-in: 1f77efc3 user: jan.nijtmans tags: limit-tag)
2013-10-20
06:40
Possibly simpler alternative to timeline_cmd_dash_n_fix branch ... (check-in: c6a49e29 user: jan.nijtmans tags: timeline_cmd_dash_n_fix-2)
2013-10-19
06:47
Change /vdiff page (used when clicking on 2 nodes on /timeline), so it honor the show-version-diffs settings. Just like the /ci page. Also add the "Hide diff" button to hide the diffs manually.

The /vdiff page can have a lot of files to diff depending on which version are selected, so the capability to show only list of files that change is very convenient to spot interesting files. ... (check-in: d7dc4158 user: mgagnon tags: hide-diff-on-vdiff_page)

2013-10-17
12:22
Minor suggested update: - If N=0 there should be no limit. - If N<0 (undocumented) restore the old behavior of counting lines in stead of entries. ... (check-in: 6c02f699 user: jan.nijtmans tags: timeline_cmd_dash_n_fix-2)
2013-10-16
04:09
Fix behavior of "--limit | -n" argument of the timeline command to fit description from usage, which is also the behavior of the "n=" parameter of the /timeline webpage.

Now -n <n> define the number of entries while before, it was limiting the number of lines.

(pending review...) ... (check-in: 453a060c user: mgagnon tags: timeline_cmd_dash_n_fix)

2013-10-14
14:50
Add a "Synchronize" button to the Admin->Transfers page (or "Pull" if the "dont-push" option is set). Remark: I'm not sure if determining the user with user_select() is correct here, that's the tricky point to get right. ... (Closed-Leaf check-in: 4807e6f0 user: jan.nijtmans tags: pending-review)
2013-10-11
11:13
Attempt to fix Win64 MinGW build. Doesn't work yet. ... (check-in: e2541003 user: jan.nijtmans tags: fix-win64-mingw)
2013-10-07
22:37
Add the 'fossil all extra' command. ... (check-in: f4bcc63f user: mistachkin tags: allExtra)
20:24
Initial groundwork for fixing bug [b6eea9446d]. ... (check-in: d5407ff9 user: mistachkin tags: tkt-b6eea9446d)
13:27
Support for tunneling https through http proxy. ... (check-in: c039efde user: jan tags: jan-httpsproxytunnel)
08:10
Prevent an invalid manifest to be generated if there is no parent manifest. ... (check-in: aa01de5d user: jan.nijtmans tags: pending-review)
2013-10-04
14:53
Added a check/failure for the RID mismatch case discussed at length on the ML today. Edit: nevermind: this check is far from being complete/valid, per discussion with Jan, as it can pick up non-artifacts as a parent. ... (check-in: 7bf9fdb0 user: stephan tags: mistake)
09:30
Better error-message in case of "manifest file is malformed" ... (Closed-Leaf check-in: 1eb438d6 user: jan.nijtmans tags: pending-review)
2013-10-02
21:28
Initial draft of type event type argument for /reports. Seems to work but is missing labels and link integration (i.e. can only be used by explicitly passing y=TYPE for the time being). ... (check-in: 331a8b71 user: stephan tags: reports-by-type)
2013-10-01
23:01
Merge updates from trunk. ... (check-in: 8d2f9ab1 user: mistachkin tags: cleanX)
09:58
Upgrade the included Jim Tcl to 0.74. ... (Closed-Leaf check-in: 023e6812 user: mistachkin tags: jimTcl74)
2013-09-30
11:45
Add --emptydirs option to the 'clean' command to remove empty directories. Corrections to style and comments. Remove superfluous local variable zDir in vfile_scan. ... (check-in: 8f1e1ee8 user: mistachkin tags: cleanEmptyDirs)
2013-09-27
14:41
The various "diff --tk" commands now take an optional, undocumented option "--script FILENAME" that causes the Tk script to be written into FILENAME rather than to be run. One use for this is to get a copy of the diff script in a form were it can be easily edited and enhanced before being moved back into Fossil. ... (check-in: 326a7364 user: drh tags: tkdiff-enhancements)
07:49
unloadTcl is only needed on Win32, not for Win64 or any other platform. ... (Closed-Leaf check-in: 0013d9cc user: jan.nijtmans tags: win64-unloadTcl)
2013-09-25
08:36
Remove unnecessary code which does not give any advantage. This fixes dynamical loading of Tcl 8.4 as well. ... (Closed-Leaf check-in: 132c1b4c user: jan.nijtmans tags: pending-review)
08:29
FOSSIL_ENABLE_TCL_PRIVATE_STUBS only makes sense when USE_TCL_STUBS is defined as well. Use that consistantly in the code. Easier testing whether Tcl integration works fine, just by "fossil version -v". ... (check-in: 0038f4c9 user: jan.nijtmans tags: pending-review)
2013-09-23
12:09
Loading Tcl 8.4 only works when USE_TCL_EVALOBJV=1. Reason: the function Tcl_GetCommandFromObj is introduced in Tcl 8.5 (TIP #139). Actually, the source code history for Tcl indicates that this is not correct. Both Tcl_GetCommandFromObj and Tcl_GetCommandInfoFromToken are present for Tcl 8.4. The Tcl_GetCommandInfoFromToken function was added in TIP #32 and the Tcl_GetCommandFromObj function exists since the initial check-in in the Tcl repository, circa 1998. ... (Closed-Leaf check-in: 2234fabe user: jan.nijtmans tags: support-tcl84-stubs)
2013-09-17
09:00
Use Tcl_EvalObjv in any Tcl version, not only when compiled with Tcl 8.6 headers. ... (Closed-Leaf check-in: 92fd8ddc user: jan.nijtmans tags: pending-review)
08:43
new clean-zlib, clean-openssl and clean-tcl targets in the mingw makefiles. ... (check-in: 9112867c user: jan.nijtmans tags: pending-review)
2013-09-16
08:34
Much more simplified stubs implementation. No changes to Fossil code itself. ... (check-in: 10f71bc7 user: jan.nijtmans tags: tcl-stubs-v2)
2013-09-13
11:55
Eliminate the need for the Tcl stub library to be linked with. Fossil uses public Tcl functions only, so tclStubPtr is the only variable which needs to be present and initialized. The function Tcl_InitStubs reduces to only 15 lines of code, which as well can be put in directly. Advantage: Presence of 3 header files (tcl.h, tclDecls.h and tclPlatDecls.h) from whatever Tcl version is sufficient to compile Fossil with Tcl support through stubs. ... (check-in: 9f77be88 user: jan.nijtmans tags: tcl-stubs)
2013-09-11
15:16
Don't display anything marked "hidden" in the timeline. ... (check-in: ba7056b2 user: jan.nijtmans tags: hidden-tag)
2013-09-07
21:50
Move the SSH shared account code back to the branch to keep the development of this new feature separate. ... (Closed-Leaf check-in: 56169d07 user: andybradford tags: ssh-shared-account)
21:21
Separate SSH transport changes from shared account features to simplify integration. ... (check-in: 915c79cb user: andybradford tags: ssh-transport-changes)
2013-09-04
12:50
New --close option to "fossil commit", which immediately closes the branch being committed. ... (Closed-Leaf check-in: c0daf615 user: jan.nijtmans tags: commit-close)
2013-09-03
20:01
Added experimental "usage" command to track command usage stats on a per-checkout basis (not synched). ... (check-in: bd714664 user: stephan tags: usage-command)
2013-08-29
20:12
Create new branch named "dg-codenames" ... (check-in: 42ccbaa4 user: dg tags: dg-codenames)
2013-08-28
21:32
Automatically shun Clusters which contain M-cards pointing to other shunned artifacts ... (check-in: abda198e user: jan.nijtmans tags: shun-clusters)
2013-08-27
12:04
Fix the display of arrows with a private branch as starting point. If UUID's are missing from R-cards (except for the first argument) and Q-cards, this is not fatal: The merge source might be private in some other repository and not (yet) synced. "fossil test-missing" should not report errors for this situation. ... (check-in: 60389c1f user: jan.nijtmans tags: pending-review)
2013-08-24
20:44
check-in->manifest and tag->control, that are the names of the artifact types used everywhere else. ... (check-in: a5479f18 user: jan.nijtmans tags: trunk)
2013-08-23
21:00
Print a warning during "fossil rebuild" for each Manifest which has F-cards but no R-card. This violates the documentation! Addendum: Documentation is corrected now: Originally the R-card was required but due to compaints that changed. ... (Closed-Leaf check-in: 2549a3a5 user: jan.nijtmans tags: lack-R)
2013-08-20
12:57
experimentally added "PGP SIGNED" marker to PGP-signed commits in the timeline, per ML request. ... (check-in: d632a50e user: stephan tags: timeline-pgp-marker)
2013-08-19
14:28
Don't use a separate Control artifact for "merge --integrate" any more. ... (Closed-Leaf check-in: eb8787a3 user: jan.nijtmans tags: merge-integrate)
13:19
Use C-card in stead of T-card to put comment on timeline for "merge --integrate" Control artifact. ... (Closed-Leaf check-in: 908a090c user: jan.nijtmans tags: merge-integrate)
2013-08-18
04:22
Add CSS class to anchor for open leaves for consistency. ... (Closed-Leaf check-in: 8ad0a879 user: andybradford tags: pending-review)
2013-08-16
13:45
Allow multiple T-cards with the same tags, provided they are for different uuid's which are in strict increasing order. ... (check-in: f2ae58e3 user: jan.nijtmans tags: merge-integrate)
12:44
If the "+closed" value is an UUID, interpret this as an "fossil merge --integrate" where the uuid is the destination branch of the integration. ... (Closed-Leaf check-in: 43779170 user: jan.nijtmans tags: merge-integrate)
07:28
Fix display of timeline graph in IE8, broken by commit [e412f97999] ... (Closed-Leaf check-in: ef5e7496 user: jan.nijtmans tags: fix-ie8)
2013-08-15
15:49
the +closed tag added by merge --integrate now added a value/comment to that effect on the closing tag. ... (Closed-Leaf check-in: 499481a7 user: stephan tags: merge-integrate-tag)
12:14
Add details about the URL argument on the clone command help text and refer to the clone command usage on other commands that have a URL argument. (sync, push, pull, remote-url)

Pending review. ... (Closed-Leaf check-in: b1dd871c user: mgagnon tags: clone_help_text_improvement)

07:49
Protect T-cards against canceling tags which have a value. This should be invalid. ... (Closed-Leaf check-in: 0a6f97af user: jan.nijtmans tags: mistake)
2013-08-13
12:51
Abandoned changes: Split the various server implementations out of "main.c" and into a new source file "server.c". This is groundwork for adding SCGI and FastCGI. ... (Closed-Leaf check-in: bc20a30f user: drh tags: scgi)
2013-08-09
07:29
Reimplement the default test-http behavior while retaining the ability to use http to take advantage of Fossil capabilities with SSH URLs. ... (check-in: 7c9347f9 user: andybradford tags: ssh-test-http)
01:09
Fix incorrect wrapping of brief finfo output by simply reducing the size of the buffer passed to comment_print(). ... (Closed-Leaf check-in: bdbf144e user: andybradford tags: pending-review)
2013-07-26
12:27
Rebase. Generate sqlite3.[ch] from latest SQLite trunk. (still experimental) ... (check-in: 3719ad95 user: jan.nijtmans tags: possible-cygwin-fix)
08:17
rebase ... (Closed-Leaf check-in: 2015bbd5 user: jan.nijtmans tags: merge-integrate)
2013-07-25
09:48
Next attempt at a fix for the Cygwin "Backslashes in tempfile" problem. If it works, should move to SQLite. Still being tested. ... (check-in: fec3c7fe user: jan.nijtmans tags: possible-cygwin-fix)
2013-07-24
11:26
(NOT a good idea, as it starts using posix locking which cannot cooperate with other Windows programs!) Use os_unix.c, not os_win.c on Cygwin. () ... (Closed-Leaf check-in: b88edfef user: jan.nijtmans tags: possible-cygwin-fix)
05:24
rebase ... (check-in: 072e2b16 user: jan.nijtmans tags: merge-integrate)
2013-07-23
10:25
rebase ... (check-in: bdad403f user: jan.nijtmans tags: tkt-change-hook)
2013-07-22
09:23
rebase ... (check-in: 7b7a4bd5 user: jan.nijtmans tags: merge-integrate)
2013-07-21
16:29
rebase ... (check-in: 54aef599 user: jan.nijtmans tags: cleanX-no-clean-glob)
2013-07-20
08:40
Alternative approach to allow multiple SSH users to share the same SSH account while maintaining separate Fossil identities. ... (check-in: e3510cef user: amb tags: ssh-shared-account)
2013-07-17
09:23
A th1 runtime command which returns the current value of fossil_timer_stop(g.json.timerId). Part of an old ML thread discussion. Probably not needed but maybe interesting. ... (Closed-Leaf check-in: 904a35d9 user: stephan tags: th1-runtime-cmd)
04:09
Detect user@host in defined ssh-command and prefer that instead. ... (Closed-Leaf check-in: 7a10b79a user: amb tags: ssh-shared-account)
2013-07-16
04:29
Create new branch named "ssh-transport-changes" ... (check-in: ddc9601b user: amb tags: ssh-transport-changes)
2013-07-15
22:23
Started work on adding by-calendar-week info to /stats_report. Incomplete but it's bed time. ... (check-in: cced1115 user: stephan tags: stats-report-weekly)
2013-07-14
14:56
Rebase. Use -4 as INTEGRATE tag, not -3 ... (check-in: 967ef5f7 user: jan.nijtmans tags: merge-integrate)
2013-07-12
11:38
rebase ... (check-in: ebc22d22 user: jan.nijtmans tags: tkt-change-hook)
11:33
rebase ... (check-in: a745092f user: jan.nijtmans tags: merge-integrate)
2013-07-11
08:47
Implement "fossil merge --integrate" as suggested by Harald Oehlmann. The only part missing is the actual closing of the branch. ... (check-in: b984ecaf user: jan.nijtmans tags: merge-integrate)
2013-07-10
21:33
another patch version for ssh improvement from Andy Bradford. ... (Closed-Leaf check-in: a8c37c2c user: mgagnon tags: andy_bradford_ssh_imporvement_patch_2)
21:31
save first version of patch for ssh from Andy Bradford (from list) ... (Closed-Leaf check-in: 979a75de user: mgagnon tags: andy_bradford_ssh_imporvement_patch_1)
2013-07-09
13:06
rebase ... (check-in: ec9a14a3 user: jan.nijtmans tags: tkt-change-hook)
12:05
[Backed out: see next commit in sbsreloaded branch.] Do not pad lines of the Tk diff view with spaces. ... (Closed-Leaf check-in: 0a869beb user: drh tags: backed-out)
2013-07-08
13:51
Populate ticket uuid for use in Th hook. ... (check-in: 2372e7ec user: jan.nijtmans tags: tkt-change-hook)
2013-07-06
02:35
Support arbitrary line lengths with synced horizontal scrolling in side-by-side diffs. ... (check-in: 4081a91c user: joel tags: sbsreloaded)
2013-07-01
09:08
rebase ... (Closed-Leaf check-in: d57bddaa user: jan.nijtmans tags: pending-review)
2013-06-24
09:53
rebase ... (check-in: 50d466dc user: jan.nijtmans tags: pending-review)
2013-06-21
09:27
rebase ... (check-in: dfb47a2a user: jan.nijtmans tags: cleanX-no-clean-glob)
2013-06-20
13:56
Change return type of db_last_insert_rowid() to size_t. ... (Closed-Leaf check-in: e1cb483a user: jan.nijtmans tags: size_t-rcvid)
13:22
Allow 64-bit integers to be used in JSON on win32/64 ... (Closed-Leaf check-in: 50e8847d user: jan.nijtmans tags: 64bit-int-on-win)
2013-06-19
07:20
rebase ... (check-in: 4279e646 user: jan.nijtmans tags: ticket-967cedbf20)
07:14
rebase ... (check-in: cbf96603 user: jan.nijtmans tags: cleanX-no-clean-glob)
07:06
rebase ... (check-in: f836a1cd user: jan.nijtmans tags: prevent-adding-ignored-files)
2013-06-17
21:44
Changes from Isaac Jurado that record renames on an import from git. ... (check-in: 97d8a08a user: drh tags: git-better-import)
2013-06-14
12:09
Incorporate the NGQP (Next-Generation Query Planner) branch of SQLite for the purpose of testing SQLite. ... (check-in: 8b109c22 user: drh tags: sqlite-NGQP)
2013-06-06
06:31
Teach config.h to recognize Sun's C compiler. ... (Closed-Leaf check-in: 57b58527 user: edward tags: sun-compiler)
2013-06-03
07:53
Rebase. Remove --clean option and "clean-glob" setting. Implement new "allow-clean-x" setting. ... (check-in: b3201c91 user: jan.nijtmans tags: cleanX-no-clean-glob)
2013-05-31
07:57
rebase ... (check-in: 203195d7 user: jan.nijtmans tags: prevent-adding-ignored-files)
2013-05-30
13:25
Implement [967cedbf20] for "fossil clean" and "fossil extra" ... (check-in: 32c69db1 user: jan.nijtmans tags: ticket-967cedbf20)
08:16
In the "fossil clean" messages/prompts, distinguish between "unmanaged" and "ignored" files. ... (check-in: 48fcfa85 user: jan.nijtmans tags: pending-review)
2013-05-28
10:32
Refactoring of the clean -x option, phase 1. ... (check-in: 0dc31f4b user: mistachkin tags: cleanX)
2013-05-27
09:56
rebase ... (Closed-Leaf check-in: 7f0507c0 user: jan.nijtmans tags: cleanDashN)
09:53
Implementation simplification: -n implies -f and -v, this way less separate flag-checks have to be done. No change in functionality. ... (Closed-Leaf check-in: 4e573871 user: jan.nijtmans tags: cleanDashN)
08:53
Better implementation of "fossil clean -x". Previous implementation didn't prompt any more before before removing unknown files when the -x option was used. ... (Closed-Leaf check-in: 6758c2b0 user: jan.nijtmans tags: cleanX)
2013-05-24
21:11
Show gradient background colors on the web annotation screen, with deeper colors the further back in time we go. ... (check-in: 0b0ab858 user: drh tags: annotate)
2013-05-21
14:45
Implement -x|-X|-e|--exclude options for "fossil clean". Compatible with "git clean -x|-X|-e|--exclude". ... (check-in: 44025538 user: jan.nijtmans tags: cleanX)
2013-05-15
07:15
rebase ... (Closed-Leaf check-in: 5dd6b697 user: jan.nijtmans tags: clean-with-ignore)
2013-05-14
14:58
When trying to "fossil add" files which are expected to be ignored, ask for confirmation first. Add option -f|--force to override that. ... (check-in: 24effbc3 user: jan.nijtmans tags: prevent-adding-ignored-files)
2013-05-13
10:10
Suggestion: Remove "keep-glob" setting, because "ignore-glob" already has the expected "keep-glob" behavior. ... (check-in: d60a75fd user: jan.nijtmans tags: clean-with-ignore)
2013-05-03
12:06
Make "fossil clean" undo-able. ... (check-in: 5b4cece4 user: jan.nijtmans tags: undo-clean)
2013-05-02
15:04
rebase ... (Closed-Leaf check-in: 9e4a7190 user: jan.nijtmans tags: clean-with-ignore)
13:52
rebase ... (Closed-Leaf check-in: e89269e5 user: jan.nijtmans tags: short-cgi-params)
07:58
See alternative implementation on trunk. Was:

Improve cgi parameter parsing in add_param_list(). Boolean options, like "v" and "sbs" can now take forms like "v=true" or simply "v" (in stead of "v=1") or "v=off" (in stead of "v=0"). /timeline already accepted the shortened form, now /event, /vdiff and other web pages do as well. ... (check-in: 71d48d34 user: jan.nijtmans tags: short-cgi-params)

07:01
Proposed workaround for long double compiler bug on OpenBSD/sparc64. ... (check-in: c11d1444 user: edward tags: long-double-bug)
2013-04-26
08:28
Rename --detail, --showfiles, --files to -v|--verbose (but keep original as deprecated) ... (check-in: 34ed0afc user: jan.nijtmans tags: verbose)
2013-04-24
07:28
All ui pages (and JSON) should handle filenames case-sensitive because they don't access the file system. ... (Closed-Leaf check-in: c967b661 user: jan.nijtmans tags: page-case-sensitive)
2013-04-19
07:55
Rename "--limit" to "--count" and "--test" to "--nochange" in some fossil commands ... (Closed-Leaf check-in: e72af505 user: jan.nijtmans tags: count-nochange)
2013-04-16
09:59
Suggested fix for [85017e9273] ... (Closed-Leaf check-in: d0764530 user: jan.nijtmans tags: ticket-85017e9273)
2013-04-10
11:08
Document keep-glob. Rebase ... (check-in: 191f4e0f user: jan.nijtmans tags: clean-with-ignore)
2013-04-08
21:05
rebase ... (check-in: 88ece116 user: jan.nijtmans tags: clean-with-ignore)
2013-04-05
07:44
Branches "use-blob_strip_bom" and "improve_commit_warning" go together in a single new (experimental) branch ... (check-in: a7e77a66 user: jan.nijtmans tags: ui-no-utf8)
2013-04-04
06:53
Simplyfy/speed-up use of LOOK_??? flags. Rename LOOK_CR/LF to LOOK_ANY_CR/LF. ... (Closed-Leaf check-in: 468f1346 user: jan.nijtmans tags: looks-like-utf)
2013-04-03
10:02
rebase ... (check-in: 2e545d58 user: jan.nijtmans tags: clean-with-ignore)
07:50
rebase ... (Closed-Leaf check-in: ab4e8638 user: jan.nijtmans tags: ticket-d17d6e5b17)
07:36
rebase ... (check-in: 6159a7f2 user: jan.nijtmans tags: clean-with-ignore)
2013-04-02
09:31
merge trunk ... (check-in: bdd97904 user: jan.nijtmans tags: clean-with-ignore)
08:36
More compact, better readable, output for test-looks-like-utf command. ... (check-in: caa50cff user: jan.nijtmans tags: looks-like-utf)
2013-03-29
15:43
Enable markdown by default. Render as markdown any document that ends with either "md" or "markdown". ... (check-in: 02f312e6 user: drh tags: markdown)
2013-03-28
22:30
(!Experiment, not meant for trunk, ever!) How would the fossil code look like, if the Tcl_InitSubsystems() function (TIP #414) was available. ... (Closed-Leaf check-in: be1a7396 user: jan.nijtmans tags: initsubsystems2)
05:45
Update autosetup to the latest version (0.6.5) ... (Closed-Leaf check-in: 55a85b2d user: steveb tags: autosetup)
2013-03-22
09:36
Allow win32 forbidden characters to be used in filenames, using the Cygwin workaround: http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-specialchars. The files test/00*.x should NOT be merged to trunk, otherwise trunk cannot be checked out with older win32 fossil versions any more! ... (Closed-Leaf check-in: c68afe0f user: jan.nijtmans tags: win32-please-evaluate)
2013-03-18
23:47
Make sure that LOOK_CR is set even when a CR/LF pair is detected. Rename the LOOK_LENGTH flag to LOOK_LONG for clarify. Add LOOK_SHORT flag to indicate that the looks_like_utf16() function did not perform a full check. Support tests for UTF-16 in reverse byte order. Enhancements to the test-looks-like-utf command. ... (check-in: b0b3f2a4 user: mistachkin tags: bomRefactor)
10:22
Add test-cases using reverse UTF-16 BOM, and the unicode characters U+0A00 and U+0D00 ... (Closed-Leaf check-in: a9f1cbbd user: jan.nijtmans tags: reverse-bom-testcases)
2013-03-15
12:53
(expirimental) First implementation of "CR line endings" warning. ... (Closed-Leaf check-in: 5a886cfd user: jan.nijtmans tags: cr-warning)
10:17
re-apply [3d6d2e7f35]: Better handling and tests for initial CR/LF chars in the looks_like_utf*() functions. ... (check-in: 3528062a user: jan.nijtmans tags: bomRefactor)
2013-03-11
15:37
Combine looks_like_utf8/looks_like_utf16 to a single looks_like_utf function, which can be used in both checkin.c and utf.test. This assures that utf.test really checks the same thing as checkin.c is using. ... (check-in: e42ea98f user: jan.nijtmans tags: bomRefactor)
07:51
Prototype for a TH1 regexp command. ... (Closed-Leaf check-in: be4a6630 user: mistachkin tags: th1RegExp)
2013-03-10
09:57
Change behavior of "fossil clean --ignore": The ignore setting now specifies which files can be removed without confirmation Add versionable "ignore-glob" setting for fossil, in order to demonstrate the desired behavior. ... (check-in: 5a3855f6 user: jan.nijtmans tags: clean-with-ignore)
2013-03-08
02:15
Make it easier to correlate the UTF detection test results with the byte-order-mark and data used to produce them. Wrong line endings. ... (Closed-Leaf check-in: 9b90146a user: mistachkin tags: mistake)
2013-03-07
22:26
Detect overlong and nul-bytes for files starting with utf-16 BOM but with odd number of bytes. ... (Closed-Leaf check-in: 14019cb0 user: jan.nijtmans tags: bomRefactor)
08:21
If the blob has an odd number of bytes, it means that the content of the file cannot be interpreted as UTF-16 characters. So, starts_with_utf16_bom() should return false and looks_like_utf16() shouldn't even be called. The flag LOOK_ODD makes no sense in starts_with_utf16_bom(). ... (check-in: 7b0b7ec8 user: jan.nijtmans tags: bomRefactor)
2013-03-06
14:22
merge trunk (committed to wrong branch) ... (Closed-Leaf check-in: aeb1cfe1 user: jan.nijtmans tags: mistake)
12:58
(experimental) fix for [2cfd96b2ba] ... (check-in: 949976e0 user: jan.nijtmans tags: ticket-2cfd96b2ba)
06:58
Refactor the glob list handling code and add some tests. ... (check-in: 1b6c39c1 user: mistachkin tags: globListRefactor)
2013-03-05
10:04
Proposed fix for [ed23ef59cf]: Fossil ignoring "binary-glob" setting ... (Closed-Leaf check-in: e0e88821 user: jan.nijtmans tags: ticket-ed23ef59cf)
2013-03-04
23:13
Revert check-in [3a74f9fe52], which added a special warning for overly long lines being detected as binary files. ... (Closed-Leaf check-in: dd9e030b user: mistachkin tags: noLineLenWarning)
20:06
Check on writability of the home directory appears too restricted. Writability of the $HOME/.fossil file should be sufficient for fossil to operate. ... (Closed-Leaf check-in: 1e90d43d user: jan.nijtmans tags: home-check-too-restricted)
13:19
Improve fossil_utf8_to_filename() for cygwin: no longer hardcode "/cygdrive/" prefix. Fix Cygwin's handling of absolute win32 paths in a few more places. Teach Cygwin how to handle UTF-16. ... (check-in: 18d8d2a6 user: jan.nijtmans tags: build-breaker)
10:25
Proposed fix for ticket: test-move-repository requires access to original repository ... (check-in: 1b61defd user: jan.nijtmans tags: fix-test-move-repository)
2013-02-27
23:41
Fix artifact links for ticket attachments. ... (Closed-Leaf check-in: b061772d user: mistachkin tags: tktAttachmentLinks)
2013-02-25
01:02
Added fix for issue seen with merge; would fail due to file_copy() issue where files of renamed directories would not have the new directory created beforehand. Also added fix for issue seen after large merge; 'changes' command would fail due to WriteConsoleW() returning with error ERROR_NOT_ENOUGH_MEMORY; fix seems hacky but works. ... (Closed-Leaf check-in: 3f31dc65 user: jeffrimko tags: jeffrimko-fix-merge-changes)
2013-02-20
22:10
Initial 'help' support for WEBPAGE entries. Not yet finished, but seems to work in CLI mode. ... (check-in: e788795b user: stephan tags: help-www)
16:11
Changes that allow the --port option on "fossil ui" and "fossil server" to include an IP address to which to bind. ... (check-in: abf56881 user: drh tags: bind-to-ip)
2013-02-18
10:03
New function fossil_utf8_to_filename, such that fossil_unicode_to_utf8/fossil_utf8_to_unicode/fossil_unicode_free are not used on UNIX/MAC any more: On UNIX those 3 functions were only no-ops, but this allows to re-implement then for real unicode <-> utf-8 conversions. There is an "#ifdef _WIN32" around those 3 functions and 2 more (fossil_mbcs_to_utf8/fossil_mbcs_free) in order to prove that they are not used any more on UNIX/MAC. ... (Closed-Leaf check-in: cc3976fd user: jan.nijtmans tags: fossil_utf8_to_filename)
2013-02-17
14:47
More simplification in UTF-16 bom detection ... (Closed-Leaf check-in: 1e70f211 user: jan.nijtmans tags: utf16Bom)
2013-02-13
03:14
Improvements to the UTF-16 BOM detection. ... (check-in: 81c4d781 user: mistachkin tags: utf16Bom)
2013-02-12
10:08
timeline.rss with single-ticket support, based on David Given's patch. ... (check-in: 1bc09124 user: stephan tags: timeline-rss-ticket)
2013-02-07
08:47
Combine 4 "starts_with_utf??_bom" functions to a single - easier to use - function "starts_with_bom". In addition, it only checks for an UTF-16 BOM if the blob has an even number of bytes. ... (check-in: 6c417d8b user: jan.nijtmans tags: simplify-starts-with)
2013-01-30
12:37
Create new branch named "dg-misc" ... (check-in: 168b42ee user: dg tags: dg-misc)
10:03
Make sure that "fossil_strcmp" is used everywhere in stead of "strcmp": The "strcmp" function from the C library is not usable in all situations, e.g. with --static on Linux ... (Closed-Leaf check-in: 7ac0fd9d user: jan.nijtmans tags: use-fossil_strcmp-everywhere)
2013-01-29
09:06
Patch from Edward Berner for Windows NT 4.0 ... (check-in: e19ee02d user: jan.nijtmans tags: berner-nt)
08:52
Patch from Edward Berner for Windows NT 4.0 (derived from wrong branch) ... (Closed-Leaf check-in: 8a84c6e8 user: jan.nijtmans tags: berner-nt4)
2013-01-24
10:48
Rename "unicode-glob" to "encoding-glob", and improve feedback regarding the existance of the *-glob settings. ... (Closed-Leaf check-in: f4801738 user: jan.nijtmans tags: encoding-glob)
2013-01-21
09:39
From the changes.wiki for Fossil 1.25: "Disallow invalid UTF8 characters (such as characters in the surrogate pair range) in filenames." This completes the set of UTF8 characters which are generally considered invalid, so they should be disallowed in filenames: the "overlong form", invalid continuation bytes, and -finally- noncharacters. ... (check-in: 011d5f69 user: jan.nijtmans tags: disallow-invalid-utf8-in-filenames)
2013-01-18
22:05
Add new option max-download-time to limit the processing time of pull/sync /clone requests. This helps to significantly cut down the number of time outs clients receive on busy server with reverse proxy configuration. It generally provides better response times. ... (check-in: ee6ae580 user: joerg tags: experimental)
2013-01-11
08:10
Off-by-one error in regexp \u escape sequence parsing. Regexp \x escape sequence should only accept exactly 2 hex digits. Typo. ... (Closed-Leaf check-in: bef9a956 user: jan.nijtmans tags: regexp-x)
2012-12-23
07:23
Add support for running raw TH1 commands via the web interface (requires setup permissions). ... (Closed-Leaf check-in: 6358cc37 user: mistachkin tags: adminTh1)
2012-12-22
14:36
Use NULL rather than 0 for values in the MLINK table that are empty. ... (Closed-Leaf check-in: 19844445 user: drh tags: exp-foreign-keys)
2012-12-20
22:59
Allow backslash in filenames on UNIX (experiment) ... (Closed-Leaf check-in: c3d74f4f user: jan.nijtmans tags: allow-backslash-on-unix)
2012-12-19
08:24
Allow backslash in card filenames without causing a SYNTAX error in card parsing. ... (check-in: 0a242574 user: jan.nijtmans tags: allow-backslash-in-card-filename)
2012-12-18
01:39
When a file is renamed, do not show it has having been deleted in addition to being renamed. After upgrading through this change, you must run "fossil rebuild" for the fix to take effect. ... (check-in: 4ac43fe6 user: drh tags: improved-name-change-display)
2012-12-03
22:03
Set bit 11 in the "general purpose bit flag" to 1. This indicates (according to the pkware documentation) that all filenames are in utf-8, in stead of IBM-437. This should fix ticket [838bde7990d8e190957cbfe7f15c77322dc54e57] ... (Closed-Leaf check-in: ceb11b07 user: jan.nijtmans tags: utf8-in-zip)
2012-11-30
15:07
Add javascript to ticket reports tables so that clicking on column headers causes the table to be sorted by that header. Clicking again reverses the sort order. ... (Closed-Leaf check-in: c43da4fc user: drh tags: click-to-sort-reports)
13:27
(experimental) command-line expansion for MinGW-w64. Should work on MSVC as well. Doesn't work with MinGW. ... (check-in: b1036fe5 user: jan.nijtmans tags: cmdline-expansion)
03:10
Click on the timeline graph once to select a node. Click on a different node to see a diff between the two. Click on the selected node to undo the selection. Works with check-in timelines and file timelines. ... (check-in: a7dde41f user: drh tags: click-graph-to-diff)
2012-11-29
03:14
Untested changes designed to fix broken filename encodings on MacOS. Move all character-set converting routines into a new file called utf8.c. Add the fossil_filename_to_utf8() routine, which converts Unicode to utf8 on windows and decomposed utf8 into precomposed utf8 on Mac. Ticket [e399bc1edfe45b] ... (check-in: c24e568f user: drh tags: ticket-e399bc)
2012-11-27
11:10
Suggested fix for [1038e224fa] ... (Closed-Leaf check-in: 9f3622b2 user: jan.nijtmans tags: ticket-1038e224fa)
06:31
Support building with zlib in the compat directory, phase 1. ... (check-in: d17f4473 user: mistachkin tags: zlib)
2012-11-26
23:54
Changes to support easier debugging on Windows. ... (Closed-Leaf check-in: 642e543c user: mistachkin tags: winDebug)
12:23
- Make --force imply --no-warnings - Add --no-warnings to "fossil scrub" and "fossil clean" - Remove "--conflict" option for "fossil merge", use --force for that. ... (Closed-Leaf check-in: 06e1b672 user: jan.nijtmans tags: bellon-unicode-v2)
2012-11-25
22:58
Merge commit warning enhancements (i.e. the 'unicode-glob' setting and the '--no-warnings' option to commit). Not yet approved for trunk. ... (Closed-Leaf check-in: 02062c2b user: mistachkin tags: mistake)
21:42
Patch provided by Stefan Bellon, >Attached you'll find a patch that adds the "unicode-glob" to the >settings and respects its setting in the check-in. Additionally I >disabled all the check-in warnings (crnl, binary and unicode) in case >--force/-f is set on commit. ... (check-in: 0c2f705c user: jan.nijtmans tags: bellon-unicode)
02:57
Use binary mode for CGI related trace files. ... (Closed-Leaf check-in: 95f02a57 user: mistachkin tags: cgiTraceBinary)
2012-11-23
15:57
All markup of the form
...</verbatim> with an options
"links" or "links=BOOLEAN" attribute.  Improved TH1 tracing and error
reporting capabilities.  Improved documentation on how reports work.

...
(check-in: 23c75abd user: drh tags: ticket-enhancements)
10:35
Disallow invalid unicode characters ... (Closed-Leaf check-in: 9242c09f user: jan.nijtmans tags: invalid-unicode)
2012-11-22
10:16
Modify db_open_config() and associated routines to make their internal state more consistent and discoverable. ... (Closed-Leaf check-in: 52a68687 user: mistachkin tags: dbOpenConfig)
2012-11-21
20:53
Just commit some weird filenames, even one with a newline in it, to test the code. ... (Closed-Leaf check-in: ac1af230 user: jan.nijtmans tags: test-ticket-d17d6e5b17)
2012-11-20
13:46
Experimental fix for issue [d17d6e5b17].

Should have a LOT more testing before merging it to trunk, because it is dangerous!

The method used is as described at:
http://cygwin.com/cygwin-ug-net/using-specialnames.html The only problematic characters left are ':' and '\', all other problematic characters are handled by translating them to characters in the range U+F000 to U+F0FF

Feedback welcome.

... (check-in: 82ce90f9 user: jan.nijtmans tags: ticket-d17d6e5b17)
08:23
When db_open_config() is called with the useAttach parameter set to non-zero, it may need to close and reopen the database using ATTACH if that was not done previously. ... (Closed-Leaf check-in: e0152697 user: mistachkin tags: dbReOpenConfigAttach)
06:26
Proof-of-concept for generalized TH1 command/webpage hooks. ... (check-in: caad7793 user: mistachkin tags: th1Hooks)
02:05
Show much less output on a sync operation, unless the --verbose flag is given. ... (Closed-Leaf check-in: 407cd4c5 user: drh tags: less-verbose-sync)
2012-11-19
23:58
Prevent blank user names from being displayed for items awaiting moderation. ... (Closed-Leaf check-in: 89ed7dc5 user: mistachkin tags: modDispUser)
04:39
Modularize byte-order-mark and blob UTF-8 conversion handling. ... (check-in: d29dd544 user: mistachkin tags: convert_before_commit_v2)
2012-11-16
21:57
Provisional changes aimed at preventing delta loops on sync operations that might otherwise occur if a sequence of file changes ends with a file back to its original state after a sequence of two or more intermediate states. ... (check-in: 141b9907 user: drh tags: fix-sync-delta-loop)
07:33
The <nobr> tag is not valid xhtml.

All div.logo, div.status, div.section and div.divider parts of the html pages are not supposed to be line-wrapped. Some skins do that though the <nobr> tag, other do it by putting "white-space: nowrap;" in css.

This commit changes the skins to do the same using css in all skins.

With this change, the "timeline" and "finfo" pages become 100% html5 complient: validator.w3.org doesn't show any errors any more (just 3 warnings)

... (Closed-Leaf check-in: 46fba0f1 user: jan.nijtmans tags: no-nobr)
2012-11-09
09:01
Attempt to fix [fb3057f6ed]. Seems to work. ... (check-in: b0917b10 user: jan.nijtmans tags: ticket-fb3057f6ed)
08:52
(committed to the wrong branch) Attempt to fix [fb3057f6ed]. Seems to work. ... (check-in: 153116f2 user: jan.nijtmans tags: convert_before_commit)
2012-11-08
09:45
suggested fix for [5ff2043c96] ... (check-in: d1f16f71 user: jan.nijtmans tags: ticket-5ff2043c96)
2012-11-05
13:10
If the committed file has CR/NL or UTF-16 (or both), give the user the possibility to convert it to resp NL or UTF-8 (or both) without committing ... (check-in: c6223a8e user: jan.nijtmans tags: convert_before_commit)
2012-11-04
12:59
Fix typos. ... (Closed-Leaf check-in: 45065c5c user: dmitry tags: spelling)
2012-11-02
10:55
Generate warning when to-be-committed file contains invalid UTF-8 ... (check-in: 4e86b06a user: jan.nijtmans tags: improve_commit_warning)
2012-11-01
20:09
Improve detection of UTF-8, UTF-16, binary data, and carriage returns during commit operations. ... (check-in: c837e444 user: mistachkin tags: commitWarningV2)
2012-10-31
20:40
Initial infrastructure for adding the ability to moderate Wiki and Ticket changes. ... (check-in: ef112586 user: drh tags: moderation)
2012-10-30
20:10
Faster determination of binary files, by not only checking for NUL

re-use looks_like_blob

... (check-in: 0ba08f9d user: jan.nijtmans tags: improve_looks_like_binary)
02:17
Refactor commit warning functionality. Break out UTF-16 BOM detection into a new function. Style and comment fixes. ... (Closed-Leaf check-in: d57f0a93 user: mistachkin tags: commitWarning)
2012-10-29
15:57
(experiment) Allow 'c' for converting unicode/crlf files at user request, not complete yet. ... (check-in: 121394b0 user: jan.nijtmans tags: use-blob_strip_bom)
2012-10-26
16:45
Minor performance optimization on wiki rendering. ... (check-in: 25d99f26 user: drh tags: optimization)
08:19
use blob_strip_bom in main.c

This has the effect that on Windows the --args file accepts a unicode file, starting with a UTF-16 BOM as well

... (check-in: cbb24cf8 user: jan.nijtmans tags: use-blob_strip_bom)
2012-10-25
14:50
diff.c:looks_like_binary(): No need to make the blob null-terminated.

checkin.c: Make limits the same as in looks_like_binary(), preparation to move the function to diff.c

... (Closed-Leaf check-in: c3ec6309 user: jan.nijtmans tags: improve_looks_like_binary)
2012-10-24
07:42
relax Wiki name restriction ... (Closed-Leaf check-in: d5453ca0 user: jan.nijtmans tags: ticket-897c39d284)
2012-10-20
00:29
Report unresolved conflicts on "fossil status". Refuse to commit with unresolved conflicts if the --conflict flag is omitted from "fossil commit". ... (check-in: 1fb2ca62 user: drh tags: conflict-tracking)
2012-10-19
18:33
All submenu buttons on embedded documentation pages using markup of the form: <a class="button" href="...">LABEL</a>. ... (check-in: 563b3ccb user: drh tags: embedded-doc-buttons)
17:34
Simple changes that allows embedded documentation *.wiki files to contain unrestricted HTML. This is on a branch because I don't believe we want to go this way, but I might change my mind later. ... (Closed-Leaf check-in: 463df97c user: drh tags: full-html-for-embedded-docs)
2012-10-11
19:45
Cherrypick changes [0c37874941c8972], [9ba8a393fcc569b], and [ae092ec605eed11] in order to backport the --setmtime option of "fossil update" and the --age and -t options of "fossil ls" to version 1.19. ... (check-in: 773c6c5f user: drh tags: branch-1.19)
2012-10-09
14:32
An alternative way to get mime-types from attachments for the "raw" page. ... (Closed-Leaf check-in: b21df7ec user: drh tags: experimental)
2012-10-07
14:22
Experimental proof-of-concept for the 'tcl-rdonly' setting and related functionality. ... (check-in: 851e0755 user: mistachkin tags: tclRdOnly)
2012-10-05
08:28
Simplify internal link generation for control artifacts to avoid using escaped HTML entities. ... (Closed-Leaf check-in: bcf41d31 user: mistachkin tags: controlInfoLink)
2012-10-03
19:54
Integration work for the markdown engine provided by Natacha Porté. ... (check-in: d38c6eef user: mistachkin tags: markdown)
2012-09-30
06:25
Add support for skipping binary files when using an external diff program. The existing 'binary-glob' setting and new 'diff-binary' boolean setting control this feature. ... (check-in: c50eb507 user: mistachkin tags: diffBinExternal)
2012-09-28
20:15
Refinements to the Tcl stubs integration. ... (check-in: a0b3507d user: mistachkin tags: tclStubsV2)
07:26
load Tcl dynamically using the Stubs mechanism in stead of linking in the library statically. ... (Closed-Leaf check-in: ba91fe5f user: jan.nijtmans tags: stubbed-tcl)
2012-09-27
08:43
Candidate fix for ticket [711d04b6d8] ... (check-in: eab9f88e user: jan.nijtmans tags: ticket-711d04b6d8)
2012-09-26
07:07
asd�� (doesn't work!) ... (Closed-Leaf check-in: c1fdc636 user: jan.nijtmans tags: mistake)
2012-09-25
14:10
Use mbcs on Windows' external file editor in stead of utf-8 ... (check-in: 3a20d89d user: jan.nijtmans tags: use-utf8-in-win-external-editor)
11:48
Candidate fix for maintaining existing permission bits for partial check-ins. ... (Closed-Leaf check-in: 33ffb32c user: mistachkin tags: partialCommitPerms)
2012-09-21
09:27
Eliminate usage of TCHAR and the associated Win32 API macros. ... (Closed-Leaf check-in: 4abd4c5d user: mistachkin tags: noTCHAR)
2012-09-19
04:01
As a fallback, attempt to extract the user from the remote URL configured for the repository. ... (Closed-Leaf check-in: 817b3fea user: mistachkin tags: selectRemoteUser)
2012-09-18
05:08
Add a skin with enhanced handling of hyperlinks in the header and footer. ... (check-in: 59fb1586 user: mistachkin tags: skin5)
03:21
Add experimental support for copying the initial settings of a repository from another repository. ... (check-in: e771171c user: mistachkin tags: newTemplate)
00:06
Make the default header and footer a bit more dynamic. ... (check-in: 6cea1e49 user: mistachkin tags: dynamicStyle)
2012-09-17
07:34
fix [ce73fc2173]

Restore Win9x, using unicows eliminate all #ifdef UNICODE

... (Closed-Leaf check-in: 9cf5056a user: jan.nijtmans tags: win95-unicows)
2012-09-12
08:10
Restore fossil to be compilable for Win95

Replace "-DUNICODE -D_UNICODE" with "-DSQLITE_OS_WINNT=0" in win/Makefile.mingw if you want this.

... (check-in: b402bec8 user: jan.nijtmans tags: restore-win95)
00:35
attemp to fix ssh problem on debian linux host when non interactive shell still print some message (motd and mail checking stuff).
*** not really working yet..
... (check-in: 66a45382 user: mgagnon tags: mg_sshfix)
2012-09-09
20:53
Fix ticket [906c533302]. If you want to replace the mingw command-line pa a better one (conforming to ms rules), compile with -DMINGW_BROKEN_MAINARGS. MinGW doesn't support unicode command line parsing (linker option -municode), so the option -DMINGW_BROKEN_MAINARGS can be used to fix that too. ... (check-in: 047dd626 user: jan.nijtmans tags: mingw-broken-cmdline)
2012-09-07
07:53
Enable unicode commandline and unicode console output for msvc builds. ... (check-in: 28695020 user: jan.nijtmans tags: unicode-cmdline)
2012-09-02
19:39
Minor additional fixes related to [c8c0b78c84]:
- Use _wsystem() in stead of system() on Windows
- Use g.argv[0] in stead of fossil_nameofexe() where only printing is involved
- Use fossil_nameofexe() where fossil_system() is involved
- Move the determination of the full windows path to fossil_nameofexec,
  so g.argv[0] can always be the unmodified argv[0]
- g.argv[0] and fossil_nameofexec() are in utf-8, so we cannot use fprintf
  directly. Exception: when printing malloc errors.
... (Closed-Leaf check-in: be06861f user: jan.nijtmans tags: ticket-c8c0b78c84)
2012-08-30
08:55
proposed fix for [c8c0b78c84]. And - bonus - allow a BOM in the --args file ... (check-in: 95f21243 user: jan.nijtmans tags: ticket-c8c0b78c84)
2012-08-29
21:32
upgrade to dirent-1.11 ... (Closed-Leaf check-in: 10fec4b7 user: jan.nijtmans tags: broken-msvc-2, dirent-1.11)
20:48
working part of [ticket-01a2f3a346] (still don't understand, but somehow it doesn't work with msvc) ... (check-in: 51730940 user: jan.nijtmans tags: broken-msvc-2)
11:27
fix for [01a2f3a346] ... (check-in: 0357ed55 user: jan.nijtmans tags: msvc-broken)
2012-08-28
06:24
This change allows html entities (like &rarr; and &bull;) in all c-sources to be replaced by its utf-8 equivalent (→,•). The translate utility will translate this to the right escape-sequence, so the C-compiler can handle it.
As long as the C-source doesn't contain any utf-8 characters, this generates exactly the same *_.c files as before.
... (check-in: b5e2e500 user: jan.nijtmans tags: utf8-in-sources)
2012-08-24
13:15
Better support for unicode filenames on Win32 (Not tested on other platforms yet, will not work!) [01a2f3a346] ... (check-in: d8e1431f user: jan.nijtmans tags: ticket-01a2f3a346)
2012-08-23
11:59
Various build and resource fixes. ... (check-in: f008c97a user: mistachkin tags: better-mingw-v2)
10:13
Better mingw/mingw64 support for (cross-)compile on Linux, Darwin, Cygwin or Msys. ... (Closed-Leaf check-in: cc2aa92e user: jan.nijtmans tags: better-mingw)
2012-08-22
11:15
Modify the Tcl argument handling to deal with object reference counts and errors. ... (check-in: 46864ac9 user: mistachkin tags: tcl-argv-handling-v2)
07:45
Pass argv arguments to Tcl ... (Closed-Leaf check-in: 3709b1ea user: jan.nijtmans tags: tcl-argv-handling)
2012-08-21
13:29
Tcl only uses argv0, so it's enough to transfer this argument only ... (Closed-Leaf check-in: b82eacd5 user: jan.nijtmans tags: tcl-argv0-only)
13:26
Those two files tell eclipse that it can be checked out as a project, and that the LF eol-convention should be used. ... (check-in: 6c945311 user: jan.nijtmans tags: eclipse-project)
11:18
In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/ws2tcpip.h:11:0, from src/cgi.c:29: /usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h src/file.c:47:0: warning: "stat" redefined /usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:258:0: note: this is the location of the previous definition In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/ws2tcpip.h:11:0, from src/http_socket.c:35: /usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h src/shell.c:67:0: warning: "popen" redefined /usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:503:0: note: this is the location of the previous definition src/shell.c:68:0: warning: "pclose" redefined /usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:504:0: note: this is the location of the previous definition ... (Closed-Leaf check-in: b5d69afe user: jan.nijtmans tags: jn-mingw-w64-compiler-warnings)
2012-08-10
19:59
Add experimental support for WYSIWYG editing of wiki pages. ... (check-in: 6cd9847f user: drh tags: wysiwyg)
2012-07-14
04:43
Allow check-in specifications of the form "root:BRANCH" where BRANCH is a branch name. Such a spec refers to the point on the parent branch from which the branch is derived. Useful for doing a diff of an entire branch, for example, using "fossil diff --from root:xyz --to xyz". ... (check-in: a4e01221 user: drh tags: root-tag)
00:20
added th1 query API. ... (check-in: c3b10e12 user: stephan tags: th1-query-api)
2012-07-05
21:25
Work toward getting Fossil to be able to sync over IPV6. This check-in compiles, but we do not yet have a server to test it on. ... (check-in: 0268e771 user: drh tags: ipv6)
2012-06-27
12:30
Begin a branch that is modified to use sqlite4 instead of sqlite3 as the storage engine. This check-in compiles (on unix) but does not work. ... (check-in: 68239127 user: drh tags: sqlite4)
2012-06-22
12:58
MSC makefile fix for missing cson_amalgamation. ... (Closed-Leaf check-in: 0918d1f0 user: stephan tags: stephan)
2012-06-06
20:27
Fixed command line processing for the "winsrv" command. Corrected a typo in the documentation of the "winsrv create" command. Report error messages in the native language if english is not available. ... (Closed-Leaf check-in: cff9cc34 user: tsbg tags: winsrv)
2012-05-11
21:17
Filter out inline shell variables from tclConfig.sh because they break the build on CentOS 5 with TCL 8.4. (Edit: Fixed username.) ... (Closed-Leaf check-in: cc008eba user: bcsmith tags: autosetup)
2012-04-29
04:54
Create new branch named "side-by-side-edit" ... (check-in: 68a8a7e9 user: renez tags: side-by-side-edit)
2012-04-28
07:15
Changes anchor tags (<a>) so that the href= attribute can be set by javascript rather than by HTML. This is to make it harder for spiders to follow the hyperlinks to every diff and annotation in the project history. It all seems to work, but it needs further testing and review before going live. ... (check-in: 8ae52fc4 user: drh tags: spider-defense)
2012-04-16
15:53
Document some more options of fossil branch new: --nosign, --user-override and --date-override. Fix a typo in fossil branch ls docco. ... (check-in: 7727eb12 user: martin.weber tags: msw-docco)
2012-04-02
00:11
Try to make the "stat" page more readable by inserting commas in larger integers. This experiment did not work out. ... (Closed-Leaf check-in: ef9ec5d7 user: drh tags: comma-in-stat)
2012-03-19
12:45
Avoid a valgrind warning in the side-by-side diff logic. ... (Closed-Leaf check-in: 5dd5d39e user: drh tags: branch-1.22)
04:48
In file_tree_name, since the file name argument is converted to its canonical form prior to the memcmp, the local root must be as well. On Windows, normalize drive letters to uppercase when converting a file name to its canonical form and fix construction of temporary file names used with the gdiff command when the --from and --to options are present. ... (check-in: 6be0898b user: mistachkin tags: winFiles)
2012-02-24
11:36
For annotate, make the fixed user name field wider (e.g. 'Administrator'). ... (Closed-Leaf check-in: dbf4ecf4 user: mistachkin tags: wideAnnotateUser)
2012-02-23
11:32
Fix warnings in json support code (unused variables, unused label, etc). ... (Closed-Leaf check-in: 86f6e675 user: mistachkin tags: jsonWarnings)
2012-02-17
21:14
Fix openssl library path when specifying --with-openssl with a manual path. ... (check-in: 2ce353f5 user: jan tags: jan-buildfixes)
01:55
Update to the latest autosetup (0.6.4) ... (Closed-Leaf check-in: 20a72257 user: steveb tags: autosetup)
2012-02-10
23:04
Pull over the changes to the 'building and installing' wiki page from msw-docco. There's some more docco changes pending in that branch which should be pulled by sanctioned developers. ... (Closed-Leaf check-in: e98d793d user: martin.weber tags: msw-docco)
22:53
Bump versions of zlib and OpenSSL in the Windows makefiles. Also, rename the pqueue_insert function to avoid a symbol name collision with OpenSSL. ... (check-in: 674bc278 user: mistachkin tags: sslLinkingFix)
2012-02-09
13:55
Experimental changes to the "update" command to have it report when it makes no changes to the repository. ... (Closed-Leaf check-in: be10939b user: drh tags: experimental)
04:48
Add experimental support for running a TH1 script after a ticket is edited or created. ... (Closed-Leaf check-in: 95555609 user: mistachkin tags: tktChangeScript)
2012-02-06
01:55
Trying out a greedy algorithm for aligning the two sides of a change with side-by-side diff. This helps in some cases, but we could probably benefit from a better algorithm. ... (check-in: 881b6514 user: drh tags: diff-experimental)
2012-01-20
15:22
Fix several blob leaks that can lead to out of memory conditions for very large push operations. ... (check-in: 81c685e0 user: mistachkin tags: clientSyncLeakFix)
2012-01-18
06:06
Start of experimental support for post-push TH1 scripting. ... (check-in: a11b7f15 user: mistachkin tags: pushScript)
2012-01-06
05:20
undo [b9227b85cb|status improvements] ... (check-in: a5e9410f user: bch tags: status_redo)
2012-01-04
18:29
Process the style sheet using TH1 prior to returning it. This branch is experimental. ... (Closed-Leaf check-in: d1b68cc0 user: drh tags: th1-css)
2012-01-01
15:57
Simplified display of side-by-side diff in the web browser. ... (check-in: a1e667e6 user: drh tags: retro-sbsdiff)
2011-12-16
22:00
Add SSL SNI support (suggested by BohwaZ on mailing list). Simplify setting of port for SSL connection. ... (Closed-Leaf check-in: 132dbced user: dmitry tags: dmitry-fixes)
2011-12-01
16:16
Make allow-symlinks a versionable setting. ... (Closed-Leaf check-in: ec5c690e user: ben tags: versionable-settings)
2011-11-14
00:13
fossil import --incremental should set the appropriate ancestor for the first commit in each branch being added ... (Closed-Leaf check-in: c95d7a9c user: steveb tags: steveb-fixes)
2011-11-11
12:13
Start a branch with fix to make work consistently a local checkout directly on root ("/"). ... (check-in: 518e1f8d user: mgagnon tags: mgagnon_fix)
2011-11-05
22:50
Add fixes to classic makefile to support MinGW mostly automatically. ... (check-in: 590cee0e user: mistachkin tags: auto-mingw-makefile)
2011-11-04
21:57
Replace the TH1 interpreter with Jim Tcl. ... (check-in: 863e789e user: steveb tags: jimtcl)
18:49
Ensure correct file name on compile errors in translated sources. This helps avoid editing the generated file with vim "quickfix". ... (check-in: ae965ddf user: steveb tags: steveb-fixes)
2011-11-02
21:53
Trying to fix some cases where the mlink table is bad build due to delta manifests.

In this checkin, I fix the case when the child delta manifest changed back the file from some contents to those of its baseline manifest. The 'info' page was not showing these kind of changes.

Should close the ticket [2ce64a315f]. ... (check-in: cf5f2c4e user: viriketo tags: fix_mlink)

2011-10-29
20:06
Ensure correct file name on compile errors in translated sources. This helps avoid editing the generated file with vim "quickfix". ... (Closed-Leaf check-in: 331b57b5 user: steveb tags: steveb-fixes)
2011-10-28
14:42
Update autosetup to 0.6.3

Some mingw32 improvements. Bootstrap jimsh0.c can now be built for embedding in addition to as jimsh. ... (Closed-Leaf check-in: cdd4c6a5 user: steveb tags: autosetup)

2011-10-21
20:24
Begin improvement efforts on the "diff" functions by adding the --context option to the "diff" command. ... (check-in: 3bbbbdfd user: drh tags: diff-enhancements)
2011-10-19
20:28
Bringing back the fixes for the 'make test' from [bf480a29a6], [e46be99ff4], [129605856a], for an eventual merge to trunk. ... (check-in: 5692702d user: viriketo tags: maketest_fixes)
2011-10-18
20:55
Adding a boolean setting to choose the use of 'targets' in the anchors href. Default enabled.

Related to the thread starting at http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg06588.html ... (check-in: d29df2f0 user: viriketo tags: targets_setting)

19:49
Bringing the changes I had in [4bae75a08e] to a trunk-derived branch. ... (check-in: ef5d2176 user: viriketo tags: annotate_links)
19:45
Should fix ticket [f0f9aff371f2].

Until now, the annotate_cmd was taking the last (or any?) checkin that had the artifact to be annotated, totally unrelated to what version is checked out.

I made annotate_cmd respect the checkout, and annotate only from the past until the checked out version. This makes the command slower, but at least does what I'd like it to do. Maybe someone else can come up with a faster or simpler implementation.

I changed the compute_direct_ancestors code so I could call it twice in a single run. ... (Closed-Leaf check-in: c7c4279f user: viriketo tags: annotatecmd_fix)

2011-10-14
23:38
Starting a branch to add more information into the annotate web page.

I added a link p to the annotation of the version previous to that line change, and a link d to the checkin file diff that introduced the given line.

I'd want also the links to bring the users to the concerning line of annotate; we should have something like line numbering and line anchors, like the artifact page. ... (check-in: 9e3b6ad0 user: viriketo tags: annotate_links)

16:11
Merging the annotate_noleak changes, about removing an important memory leak in the annotate operation.

It also fixes some blob behaviour in blob.c and content.c.

Update: Removed from trunk. Replaced by the must simpler fix at [9929bab702f99839ee] ... (check-in: 409f370a user: viriketo tags: declined)

2011-10-13
23:48
Started adding support for showing side-by-side diffs in the web ui. ... (check-in: a6a8e894 user: jan tags: jan-sbsdiff)
02:47
Create new branch named "ashish-ipv6" ... (check-in: 10e10714 user: ashish tags: ashish-ipv6)
2011-10-12
17:41
Adding a more options at naming commits for diff and update commands.

I wrote a new function that allows more kind of specifications for a checkin uuid: checkout, parent and pivot:id1:id2.

If there was a way to discover the 'parent branch' of the current checkout, there could be a 'parentbranch' naming too.

I think this makes the life easier, specially for the pivot:id1:id2 case, about seeing the difference between a branch and its parent branch. I find myself using often the test-find-pivot command just to get that diff or update to the pivot, to check changes between the current branch and the parent branch. ... (Closed-Leaf check-in: 9fe787ec user: viriketo tags: extended_ci_names)

2011-10-10
08:56
Fix constant prompting on already saved SSL certificates that are not trusted for some reason (e.g. host mismatch, etc). ... (Closed-Leaf check-in: 25169506 user: mistachkin tags: ssl-trust-fix)
2011-10-04
15:20
Add HMAC-SHA1 implementation. ... (Closed-Leaf check-in: dcee34b2 user: dmitry tags: multisession)
2011-09-29
17:21
Protect against timing attacks by using constant-time comparison function to compare passwords and cookies. ... (check-in: 7f110475 user: dmitry tags: dmitry-security)
2011-09-15
11:54
Create new branch named "json" ... (check-in: 7f108075 user: stephan tags: json)
2011-09-14
17:45
Refactored g.okXXX perms flags to g.perm.XXX. ... (check-in: 34b4dec0 user: stephan tags: stephan-hack)
2011-09-13
12:42
online docco for [4fe2214116] (support for fossil info / descendants ?-R repo?) ... (check-in: a336ff53 user: martin.weber tags: msw-docco)
2011-09-11
12:19
Show overridden user in commit comment. Ticket [4af785ba]. ... (check-in: 7c82dbf5 user: dmitry tags: dmitry-fixes)
2011-09-07
08:12
Make it easier to use Events as quick notes: Display the title just above the text on Event pages. If there's no title in the wiki text, use the comment as a title. ... (Closed-Leaf check-in: 27a4518e user: ben tags: ben-minorchanges)
2011-09-06
07:33
Two fixes about localtime:
  • The ci_edit page tells the user that it asks UTC time
  • The object_description gives links to localtime (if it's set in the config). Otherwise the links were not pointing at the concerning checkin.
... (Closed-Leaf check-in: 1765c18d user: viriketo tags: localtime_fixes)
2011-09-04
22:14
Implementation of a linked list to solve the memory leak described in a TODO in [e2ebb1f5cae8].

This code is slower than having the memory leak, and at the end, it was not a big memory leak. Let's say, 10 byte per revision involved in a file annotate. If a file has 30000 revisions, it may go around 300KB then.

For this leak to be noticeable (as we have a content cache until 50MB), it would mean having above a milion revisions for the file annotated.

So, I keep this in a branch apart, as maybe the leak is worth the faster code. I have not measured the speed difference though. ... (check-in: ef8266b7 user: viriketo tags: label_linkedlist)

20:41
What I did to get the 'annotate' command not leak.

Notice that I disabled again the check for blob_is_reset, as in trunk. ... (check-in: 7ad4dfbe user: viriketo tags: annotate_noleak)

2011-09-02
10:31
Fix an autosetup bug which prevented libreadline from being detected when running autosetup under tclsh ... (Closed-Leaf check-in: 7eeb5c64 user: steveb tags: autosetup)
10:30
Add -Wdeprecated-declarations on Mac OS X to prevent warnings from openssl ... (check-in: 0fd14820 user: steveb tags: autosetup)
2011-09-01
20:33
Adding some ipv4-only code to get the ip where we took the content from for the https connections. The "rcvfrom" information was lost in the case of https connections.

I don't know how to make it work well for ipv6 too. ... (check-in: daa6a0eb user: viriketo tags: ssl_peer_ip)

2011-08-31
08:24
Trying to improve the ui artifact description to something easier to parse by the human eye.

I'd still like to have the branch name of every checkin, but I still don't know how to get it. ... (check-in: d34a1b9f user: viriketo tags: artifact_description)

2011-08-27
14:42
Initial code to support TH1/Tcl integration. ... (check-in: f7236477 user: mistachkin tags: tcl-integration)
2011-08-24
22:13
Update to the latest autosetup, mainly for better temp file handling on mingw/msys, and fixes for the sun studio compiler. ... (Closed-Leaf check-in: 4e5dd353 user: steveb tags: autosetup)
20:05
"rm" subcmd to stash, "drop"-alike functionality ... (check-in: 1f4e6cf1 user: bch tags: stash_rm)
2011-08-23
08:37
Cache values of versionable settings read from files. ... (Closed-Leaf check-in: 0f0a9473 user: ben tags: ben-minorchanges)
2011-08-22
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: c6b371c4 user: martin.weber tags: msw-hack)
2011-08-04
17:13
Add experimental changes to support the case-sensitive setting and the --case-sensitive command-line option for "add", "addremove", and "merge". ... (Closed-Leaf check-in: 4fee0ce2 user: drh tags: filename-case)
2011-07-30
10:10
Allow more than one file to be specified to the diff command. ... (check-in: 3cdcb515 user: ben tags: ben-minorchanges)
2011-07-24
00:36
Improvements to tar generation. Uses the format documented in Posix.1-2008 to handle long file names and UTF-8. ... (check-in: 2ef37b3b user: ge tags: ge-tarfix)
2011-07-23
21:32
Add MinGW makefile to allow building an SSL-enabled Fossil with the sources for zlib and OpenSSL simply extracted into the Fossil source directory. ... (Closed-Leaf check-in: 6652dd1c user: mistachkin tags: mistachkin-Makefile)
00:24
During the first phase of export, explicitly try to process the commits in order of delta chains to minimize recomputation and cache trashing. ... (check-in: 2cfb415b user: joerg tags: experimental)
2011-07-22
22:07
Update autosetup to the latest version. This fixes bootstrap on systems with older compilers. Now './configure; make' works on Haiku R1/Alpha 3. ... (Closed-Leaf check-in: c32b23d6 user: steveb tags: autosetup)
01:43
Switch to using configure (autosetup) by default. The original Makefile is now available as Makefile.classic ... (check-in: eff52c1c user: steveb tags: autosetup)
2011-07-20
09:09
Only allow the default Makefile to build fossil on platforms where it's known to work. Update the build documentation to tell the user to use the GNUmakefile explicitly, to avoid accidently building using the default makefile on non-GNU platforms. ... (Closed-Leaf check-in: 14d1e449 user: ben tags: ben-safe-make)
2011-07-15
18:06
Enable Fossil to run as a Windows service and add a "fossil service" command. ... (check-in: 91c2f65a user: tsbg tags: tsbg-win-service)
2011-07-10
13:01
When running the changes or status command from inside a sub-directory of the check out, only show the changes in or below the current directory unless the --show-all option is used. ... (check-in: e0d2e1f9 user: ben tags: ben-changes-report)
2011-07-09
20:19
Initial check-in of Steve Bennett's autosetup configurator. ... (check-in: ded86a4e user: drh tags: autosetup)
2011-06-23
08:56
added "diff from other version" to fdiff page ... (check-in: b785f086 user: ron tags: rons diff mods)
2011-06-17
19:09
Adding a first test for merging branches with renames. Related to ticket [554f44ee74]. ... (check-in: 8526b151 user: viriketo tags: merge_renames)
2011-06-16
23:14
A CMake file from Thomas Schnurrenberger. Saved for reference. After some experimentation with cmake, the thinking is we will probably go in a different direction. ... (Closed-Leaf check-in: d167b79e user: drh tags: cmake)
18:10
The VC++ Makefile is generated by makemake.tcl and should not be edited directly. And this check-in was to the wrong branch anyhow. ... (Closed-Leaf check-in: 1e7c1bca user: drh tags: mistake)
2011-06-14
17:09
Add very basic configure script. It is just checking for zlib, OpenSSL and the USE_PREAD support on the BSDs. ... (check-in: 8559c781 user: joerg tags: autoconf)
2011-06-02
19:28
Create new branch named "ben-testing" ... (check-in: 25c77401 user: ben tags: ben-testing)
2011-05-30
07:04
Create new branch named "configure-make" ... (check-in: 62284df9 user: ben tags: configure-make)
2011-05-22
14:23
Create new branch named "ben-security" ... (check-in: 2b4a6a66 user: ben tags: ben-security)
09:11
Create new branch named "versionable-settings" ... (check-in: 3db75c48 user: ben tags: versionable-settings)
07:33
Create new branch named "solaris10" ... (check-in: eb4b5e3b user: ben tags: solaris10)
2011-05-21
15:38
Create new branch named "bens-expr" ... (check-in: d73b1b50 user: ben tags: bens-expr)
2011-04-27
18:21
Attempt to get Fossil working on windows systems that do not use UTF8 in the shell. ... (check-in: e805fa8d user: drh tags: windows-i18n)
2011-04-26
00:45
Begin implementing the protocol changes for configuration sync. ... (check-in: f99e3fa9 user: drh tags: config-sync)
2011-04-14
18:09
Refactoring the directory scanning code used by recursive add, extra, and clean. Seems to work but needs more testing prior to folding into trunk. ... (check-in: f60f5602 user: drh tags: experimental)
2011-04-13
11:47
Online help for the first few commands edited - to help with very long explanations, the command is summarised at the end for those who just want to check the precise options ... (check-in: a3ecba52 user: Arjen Markus tags: arjen-doc-updates)
10:23
Online help for the first few commands edited - to help with very long explanations, the command is summarised at the end for those who just want to check the precise options ... (check-in: 1f851f84 user: Arjen Markus tags: arjen-doc-updates)
2011-04-08
17:08
Begin adding code to implement "login groups" which will (we hope) ultimately lead to a single sign-on capability. ... (check-in: eec32b99 user: drh tags: login-groups)
2011-04-04
01:10
Create new branch named "betterExeHandling" ... (check-in: 85c6c1d7 user: bharder tags: betterExeHandling)
2011-03-28
18:08
Allow for the creation of "sub-repositories" that can be accessed through the web interface using the same login credentials as the parent repository. ... (check-in: 97d01187 user: drh tags: sub-repos)
2011-03-25
18:20
Added very basic client certificate support for https. ... (check-in: 513ea810 user: jan tags: jan-clientcert)
2011-03-10
02:39
Refactoring the DAG path search code into a separate object. ... (check-in: 34c23c6f user: drh tags: path-refactor)
2011-02-27
22:22
Untested changes trying to get execute permission to be set correctly following "update", "merge", "stash", etc. Ticket [baf9b6b11e08c1d]. This is a big mess and is going to take some time to get right. ... (check-in: 081aefde user: drh tags: exe-permission-fix)
2011-02-26
21:49
First cut at code to enable syncing private branches. Code compiles but is otherwise untested. The "x" privilege is required on the server in order to sync privately. ... (check-in: 4a17f851 user: drh tags: private-sync)
2011-02-17
08:15
Enable a “stash make” subcommand as an alias for “stash snapshot” ... (Closed-Leaf check-in: 4e0274bb user: BM tags: stash_mk)
2011-02-15
05:18
Create new branch named "bch" ... (check-in: 8b5556c9 user: bharder tags: bch)
2011-02-12
13:38
This branch contains experimental changes attempting to address complaints that Fossil sometimes overwrites unmanaged files. In this checkin: Use file_delete() instead of unlink() everywhere. Add interfaces file_move() and file_dont_overwrite() but do not use those interfaces yet. ... (Closed-Leaf check-in: a1814d50 user: drh tags: file-safety)
2011-01-28
20:56
Add a new meta-data table named LEAF that holds a precomputed set of all leaves in the checkin DAG. Use this precomputed table rather than trying to compute the LEAFs on the fly, as a performance enhancement for repositories with many checkins. A rebuild is required. ... (check-in: 69f43fc0 user: drh tags: experimental)
18:57
Create new branch named "symlinks". Mailing list thread ... (check-in: a7b7ff3a user: dmitry tags: symlinks)
2011-01-26
16:23
Avoid unnecessary deep recursion in after_dephantomize() when using delta-manifests. ... (Closed-Leaf check-in: 27392729 user: drh tags: experimental)
2011-01-05
18:55
Experimental change to try to make "export" run faster for massive repositories. ... (Closed-Leaf check-in: c9a903c2 user: drh tags: experimental)
2010-12-22
23:57
First cut at code to allow anonymous users to self-register. ... (check-in: fedf27e4 user: drh tags: self-register)
2010-12-20
17:17
This change was accidentally committed by a test script, specifically the test/merge5.test test script. There is some problem with "make test". ... (Closed-Leaf check-in: 01c83bfb user: drh tags: mistake, m1)
16:57
Additional lookaside buffer measurements associated with an experimental version of SQLite, enabled only when --sqltrace is used. ... (Closed-Leaf check-in: 9688ec1d user: drh tags: experimental)
2010-12-18
17:24
Begin adding code to implement the "stash" command. The code compiles and runs but is currently incomplete. This is an incremental check-in to preserve state. (Ironically, if "stash" were working, I'd have probably just done a "stash snapshot" to capture this state, rather than an experimental branch.) ... (check-in: b3dadcc4 user: drh tags: experimental)
2010-12-09
15:52
New cloning algorithm appears to be much faster at the cost of slightly more network bandwidth. Fully backwards compatible. Need to look at the network bandwidth issue prior to merging with trunk. Perhaps a command-line option for the clone command to select between slow-and-small or fast-and-larger. ... (Closed-Leaf check-in: 8bb8be26 user: drh tags: experimental)
2010-11-11
13:36
a stab at fast-import/export support building on the 'import' branch from drh. ... (Closed-Leaf check-in: 7043db15 user: gcw tags: gcw-fast)
2010-11-08
19:00
Begin adding "import" and "export" commands for converting repositories from and to the Git format. The "export" command currently generates output but is not quite correct. The "import" command is still a stub. ... (check-in: b3fd32f9 user: drh tags: experimental)
2010-11-07
08:16
Create new branch named "venks-emacs" ... (check-in: e8d231aa user: venkat tags: venks-emacs)
2010-10-29
21:11
merge from trunk and add sqlite shell to windows make ... (check-in: 6d334ac9 user: wolfgang tags: StvPrivateHook2)
2010-10-27
16:06
New higher-performance and backwards-compatible clone logic. ... (check-in: 5ba4439b user: drh tags: experimental)
2010-10-22
01:04
Add some explanatory text to the update command to make it easier for new users to learn fossil. ... (check-in: 858940c6 user: bcsmith tags: ui-improvements)
2010-10-21
23:26
TH1 fossiltag command for accessing tag values.

Has two subcommands: get and list, which do what they sound like. ... (Closed-Leaf check-in: 413ebeb1 user: bcsmith tags: th1_fossiltag_cmd)

2010-10-17
16:37
merge from old hook branch ... (check-in: 9cf288de user: wolfgang tags: StvPrivateHook2 )
2010-10-15
20:37
Refactor the control-artifact parser. ... (check-in: da9fcdc9 user: drh tags: experimental)
2010-10-10
19:07
New TH1 command: wikicontent

Placed in its own branch for posterity. ... (Closed-Leaf check-in: 6916054d user: bcsmith tags: th1_wikicontent_cmd)

2010-10-08
12:02
added cross reference links to command line help in the gui ... (check-in: b76a547f user: wolfgang tags: wolfgangHelpCmd)
2010-10-05
02:46
An attempt to reduce the depth of recursion in order to run better on systems with limited stack spack. Ticket [2a1e8e3c4b0b39e08fdde0]. This check-in compiles and runs but has issues. ... (check-in: 9664989c user: drh tags: small_stack)
2010-10-04
20:18
ticket show working(without UUID-filter) ... (check-in: f3f7f138 user: wolfgang tags: wolfgangTicketCmd)
2010-10-03
19:24
More descriptive SSL error messages. ... (Closed-Leaf check-in: 6b8b6d2e user: bcsmith tags: ssl_platform_fixes)
2010-10-01
22:17
Add the new "Event" artifact type to be used for project milestones, blog posts, news articles, and so forth. The Event artifact format is still subject to incompatible changes. ... (check-in: ed8738b6 user: drh tags: experimental)
2010-09-22
02:58
start of "nop" no-operation command ... (check-in: 46ea0373 user: bharder tags: nop)
2010-09-17
05:35
Create new branch named "lang" ... (check-in: 6e258c4a user: bharder tags: lang)
2010-09-14
17:20
Create new branch named "wolfgangFormat2CSS_2" ... (check-in: c5a27b6c user: Ratte tags: wolfgangFormat2CSS_2)
2010-09-07
23:57
Create new branch named "wolfgangFormat2CSS" ... (check-in: e2ab51b0 user: wolfgang tags: wolfgangFormat2CSS)
2010-09-04
15:19
Create new branch named "stv-skinning" ... (check-in: ba1c75ad user: Ratte tags: stv-skinning)
2010-08-27
01:24
Create new branch named "windowscompilers" ... (check-in: 3e3304ac user: renez tags: windowscompilers)
2010-08-25
14:03
Initial code to implement synchronization via ssh. ... (check-in: b19f25fe user: drh tags: experimental)
2010-07-29
19:01
“delete” command, still can use “del” which is shorter and non ambiguous – ignore -wal and -shm files in repository root for adding, computing extras and closing repository, just in case ... (Closed-Leaf check-in: 2a4ab3b1 user: benoit tags: benoit)
2010-07-26
06:21
Create new branch named "ttmrichter-skins" ... (check-in: df880841 user: michael tags: ttmrichter-skins)
2010-07-14
05:21
Create new branch named "ticket-92d3a03459" ... (Closed-Leaf check-in: 0fadfd26 user: michael tags: ticket-92d3a03459)
2010-06-23
05:27
Fix makemake.tcl to generate main.mk as committed previously. Moved onto the "benoit" branch because it fails to build. ... (check-in: 953d293c user: benoit tags: benoit)
2010-06-22
11:35
Improve Make system for easier compilation with MinGW awk must still be in PATH and zlib compiled for mingw. ... (check-in: 7b7fe276 user: BM tags: benoit)
2010-06-18
03:21
Fixed up the quickstart to present information in a more logical order. ... (check-in: 43472d55 user: michael tags: ttmrichter)
2010-05-24
15:37
added a check for null document pointers in search_score that corrected search form crash ... (check-in: cad393d5 user: Zeugmal tags: exp-search)
2010-05-21
21:05
adding code, wiki, tickets, checkins search functionality ... (check-in: 73d27436 user: Zach tags: exp-search)
2010-05-16
19:16
Rename the "clear-title" branch as the new trunk. The trunk is now relicensed using the Simplified BSD License. ... (check-in: bf1c21ba user: drh tags: trunk)
19:14
Move what used to be the called the trunk into a separate branch named "gpl". The trunk will be modified to contain only code to which we hold clear title and which is licensed using the 2-clause BSD License. ... (Closed-Leaf check-in: ccc7701c user: drh tags: gpl)
2010-03-21
22:10
Create new branch named "ssl_platform_fixes" ... (check-in: 6a21088a user: linuxfood tags: ssl_platform_fixes)
2010-03-16
21:33
Work toward adding support for attachments. Keep this on an experimental branch until it is actually working. ... (check-in: c3d7df65 user: drh tags: experimental)
2010-02-28
07:01
added make wrapper script ... (check-in: 0ddd305a user: ron tags: ron-make)
2010-02-06
20:20
fixed [9ff56ae8a6] - "fossil sha" crash ... (check-in: 4027ad4b user: ron tags: dead-end)
2010-01-21
18:13
Factor the sync password out of the last-sync-url configuration setting. Store the password separately. Prompt the user for the password if it is missing. ... (check-in: 59002d5e user: drh tags: experimental)
2010-01-19
18:11
Start a new branch that strives to contain only code for which we hold clear title. ... (check-in: ab0a0d76 user: drh tags: clear-title)
2010-01-13
10:10
Fixed bug where /doc could only be read if the user had checkout security - drh adds: This is not a bug. Checkout permission prevents /doc from being used to "checkout" any version of any file. ... (Closed-Leaf check-in: acba194c user: jeremy_c tags: dead-end)
2010-01-09
22:03
Store passwords in USER.PW as either cleartext (as is done in legacy) or as the SHA1 hash of the password. When changing a password or adding a new user, always use the SHA1 hash password. ... (check-in: cfe33dcf user: drh tags: experimental)
2009-12-31
14:49
  • Fixed security bug in ticket reports, you previously had to have Check-out security to view a ticket report, you now have to have "r" (Read-tkt) to view ticket reports.
... (check-in: 6ee73165 user: jeremy_c tags: jeremy_c-timeline)
2009-11-09
15:24
Create new branch named "ssl" ... (check-in: bd2fa6aa user: dmitry tags: ssl)
2009-09-22
07:49
merge trunk into creole branch ... (check-in: 7a2c3706 user: bob tags: creole)
2009-05-08
09:52
Initial commit of Creole Wiki Parser extension. ... (check-in: ecd1f096 user: robert tags: creole)
2009-04-27
08:43
Experimental - Pass < !-- --> comments through the wiki unchanged unless inside a < verbatim > block in which case it is htmlized. Also pass < span > tags, treating them as font markup. These changes make it easier to convert existing html pages and specifically allow the inclusion of license text in pages derived from copyright material. ... (Closed-Leaf check-in: 47cc9dfe user: robert tags: pass-comments, robert-exp)
2009-04-19
05:48
branch, start committing hacking that will hopefully yield fix to this problem: one is allowed to checkout "artifacts" that should not be checkout-able (ie: changes to tickets); trying to check this out is permitted, but results in a segfault ... (check-in: 4fff3661 user: bch tags: fix artifact checkout)
2009-03-26
15:32
Incremental changes toward encrypting sync traffic. The changes are incomplete, but all legacy functionality appears to still works. ... (check-in: 5468ec7c user: drh tags: experimental)
2009-01-30
21:18
Changed update docs, ** ADDED A _SPECIAL_ (but MUTYPE_BLOCK) wikitag <annotation> to put html comments in wikimarkup ... (Closed-Leaf check-in: 51868cb1 user: kkennell tags: kkinnell-exp)
2008-01-30
21:53
Branch created tclfossil ... (check-in: abbdb0e8 user: mjanssen tags: tclfossil-1)
2007-07-21
14:09
initial empty baseline ... (check-in: a28c8364 user: drh tags: trunk)