Fossil

Leaves
Login

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

All leaves, both open and closed:

2024-04-19
13:11
More change-log enhancements: More details about the work-around for the Apache mod_cgi breakage, and put that work-around first on the change log since it seems to be important to people. ... (Leaf check-in: d15c62b891 user: drh tags: trunk)
2024-04-17
12:49
Fix ssh: clones, broken by the previous check-in. ... (Closed-Leaf check-in: de647e8652 user: drh tags: content-length-errors)
2024-04-10
20:27
Use fossil_path_free() instead of fossil_free() for names allocated (or not) by fossil_path_to_utf8(). ... (Closed-Leaf check-in: a9fa7d3cfa user: stephan tags: preserve-case-on-add)
2024-04-04
20:16
Update the built-in SQLite in order to beta-test recently added query planner improvements. ... (Leaf check-in: 755bebae80 user: drh tags: cmd-tag-list-values)
2024-03-23
05:54
Updates from trunk for sync changes et al. ... (Leaf check-in: 2304041e42 user: andybradford tags: clone-resume)
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: 758170bc79 user: wyoung tags: render-pikchr-via-doc-popup)
2024-03-05
12:53
Merge trunk into markdown-tagrefs branch. ... (Leaf check-in: 0517bd2dd8 user: stephan tags: markdown-tagrefs)
2024-02-23
12:08
Resurrect the "default" skin from the last release under a new name: "Dense". ... (Leaf check-in: 94f9b72690 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: b85779e491 user: wyoung tags: new-home-page-title)
2024-02-10
14:29
Removed redundant sidebar styling; should've been done as part of [bcbd1c1e]. ... (Closed-Leaf check-in: 8aff48548a user: wyoung tags: inskinerator-modern-backport)
2024-02-08
15:18
Update Pikchr to the experimental version that supports the "diamond" primitive. ... (Closed-Leaf check-in: 7b4ab46a2c user: drh tags: pikchr-diamond)
2024-02-06
03:22
Don't use the ssh file descriptor as an indicator that we should be using SSH transport. Arguably we could also just reset sshIn to 0, but I think this is better. ... (Closed-Leaf check-in: bcf6abe5b6 user: andybradford tags: ssh-path-prefix)
2024-02-02
22:18
Remove trailing whitespace from non-external C files. ... (Closed-Leaf check-in: 7db0a2d910 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: 5a51d1b4df 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: 01c2c60bdb user: wyoung tags: MISTAKE)
2024-01-25
03:28
Make forum post hyperlinks more visible, with the conventional underline. ... (Closed-Leaf check-in: b9027e76ff user: larrybr tags: visible-post-links)
2024-01-23
06:54
Carry forward [368d97869b] to the zlib 1.3.1 update. ... (Leaf check-in: 3930dac956 user: florian tags: zlib-update)
2024-01-22
13:40
Sync with trunk. ... (Leaf check-in: 7597825330 user: florian tags: diff-keyboard-navigation)
13:39
Sync with trunk. ... (Leaf check-in: f05b04a625 user: florian tags: timeline-keyboard-navigation)
2024-01-13
18:57
Typo in variable name. ... (Leaf check-in: 1cd36fad6d user: preben tags: hash-if-mtime-is-current)
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: 08dadf3fe4 user: florian tags: private-auto-colors)
2024-01-12
17:35
When merging, make it possible to undo executable status changes. ... (Leaf check-in: 802e3ae9c2 user: preben tags: undo-exe-after-merge)
16:11
Retain renames in local checkout when running fossil update. ... (Leaf check-in: 7c284a8c62 user: preben tags: update-with-renames)
2024-01-11
17:55
In the update tests, also check fossil changes after updating. ... (Leaf check-in: 6e23e96acd user: preben tags: testing-improvements)
2024-01-02
22:36
Add a check box to enable searching help pages via the admin UI. ... (Leaf check-in: faf70431af user: preben tags: search-help-pages)
2024-01-01
14:42
Update to a newer SQLite on the enhanced-stat1 branch. ... (Closed-Leaf check-in: e634b58144 user: drh tags: enhanced-stat1)
2023-12-16
01:39
Add the shift-enter toggle config option to /chat, sharing the same persistent config key as /wikiedit and /fileedit. ... (Closed-Leaf check-in: 895ecf9e4d user: stephan tags: shift-enter-preview)
2023-12-07
10:39
Make the dark mode also available for the diff HTML output (--webpage, -b). ... (Closed-Leaf check-in: 6b7fe7fa95 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: 4a98d2aae1 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: 32428f126f 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: adcbb25256 user: preben tags: auto-def-compilation-flags)
2023-11-28
19:31
Use signed char for two json timeline functions that may return -1. ... (Closed-Leaf check-in: c42dee8634 user: preben tags: signed-chars)
2023-11-26
19:07
Fix previous commit: Just fixing amend breaks subsequent tests. As tests should not need input, move the code to the test/tester.tcl. ... (Closed-Leaf check-in: 3b37f7d97b user: preben tags: test-fixes-2.24)
2023-11-20
17:07
Add a button to review a list of hashes to shun. As discussed in [forum: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: d5c8235cdc user: preben tags: shun-list-review)
2023-11-16
12:16
Add more information when user encounters an Unresolved RID condition. ... (Closed-Leaf check-in: c04e494d07 user: preben tags: unresolved-rid-explanation)
2023-11-15
12:26
Add diff test cases for added/deleted files indicated by /dev/null. ... (Closed-Leaf check-in: 33174a3b5f user: preben tags: diff-deleted-files)
2023-11-14
19:38
Add test case for side-by-side xdiff. ... (Closed-Leaf check-in: 54adcdb2a2 user: preben tags: long-diff-fix)
2023-11-02
12:44
Check if markdown paragraphs contains lists. Fixes issue reported in [forum:b598ac56defddb2a]. ... (Closed-Leaf check-in: 25028896e4 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: c8a1cfb62b 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: 559856437d user: preben tags: fossil-ui-web-browser)
2023-10-18
12:14
Rename policy setting for private merges to 'unpublished.' ... (Leaf check-in: f2322d9044 user: preben tags: warn-on-merging-private-branch)
2023-09-29
06:56
Fixing the long opt broke final short option if expected argument is not present. ... (Closed-Leaf check-in: d8b23d71c9 user: preben tags: find-options-last-arg-fix)
2023-09-28
18:39
Use verify_all_options() with fossil branch ls/lsh. ... (Closed-Leaf check-in: 34e0f6817a user: preben tags: filter-branch-ls-by-user)
13:18
branch ls should also flag private branches with -R. ... (Closed-Leaf check-in: fcb40ac931 user: preben tags: branch-ls-private-fix)
2023-09-27
19:43
Remove while(1) loop made redundant by [239b4c1362]. ... (Closed-Leaf check-in: f36e8886c0 user: preben tags: redundant-while-loop)
15:17
Check-mark alternative for closed branches. ... (Closed-Leaf check-in: 62ab3a1d80 user: preben tags: indicate-closed-branches-in-timeline)
2023-09-26
11:04
Update FTS when creating/updating tickets. Also avoids a stray row with rid 0. ... (Closed-Leaf check-in: fb5d53ec11 user: preben tags: fts-ticket-updates)
10:20
Generate output at the end of get_stext_by_mimetype() instead of within conditional branches. ... (Closed-Leaf check-in: 3105a0c5c3 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: b9bbb8d7fd user: drh tags: unset-empty-settings)
2023-09-18
17:13
Omit the SameSite=strict specifier for the login cookie, since that prevents users from clicking a hyperlink on an email notification and then going directly to the relevant page and getting logged in. ... (Closed-Leaf check-in: fc5b49e990 user: drh tags: csrf-defense-enhancement)
2023-08-20
10:00
Carry forward [368d97869b] to the zlib 1.3 update. (The upstream ticket for [368d97869b] is commented as "Incorporated" and closed, see [https://github.com/madler/zlib/issues/684], but doesn't seem to have landed in the zlib release package.) ... (Closed-Leaf check-in: d8f4247b13 user: florian tags: zlib-update)
2023-07-23
20:27
Improved CSS for the size field of tree-view. ... (Closed-Leaf check-in: 06ab6d9c8b user: drh tags: filesize-listings)
2023-07-17
12:31
Fix should have gone on the verify-options-cgi branch, not on trunk. ... (Closed-Leaf check-in: d276fd9b77 user: drh 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: fb116a206e user: stephan tags: mistake)
2023-06-19
17:37
Rework the elimination of the trailing comma in compile_commands.json to be more platform-portable. ... (Closed-Leaf check-in: 49c53e0bb8 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:c4a9d9e097|forum request]. ... (Closed-Leaf check-in: d6ddd5bcfa user: danield tags: branch-list-merged-unmerged)
2023-06-07
12:07
Initial version of the /setup_forum page. ... (Closed-Leaf check-in: b370c189bc user: stephan tags: forumpost-locking)
2023-05-29
12:44
Improved documentation for the /reports page. Add the latest /reports enhancements to the change log. ... (Closed-Leaf check-in: f71657d5c7 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: 8a7609b11e user: drh tags: typo)
2023-05-21
16:56
More changes. ... (Closed-Leaf check-in: a62181b48f user: mistachkin tags: enhSee)
03:37
Merge updates from trunk. ... (Leaf check-in: e3df21cdf1 user: mistachkin tags: th1Hash)
2023-04-19
00:44
Only honor the fpsilent flag if the user has g.perm.Debug, to avoid that malicious parties inject that flag via the browser dev tools. ... (Closed-Leaf check-in: b8ab407f78 user: stephan tags: forum-skip-notification)
2023-04-18
17:45
Add FTS tokenizer selection to the /srchsetup page. ... (Closed-Leaf check-in: 9e52f8c050 user: stephan tags: fts5-trigram)
2023-04-17
21:50
Merge latest changes from trunk. ... (Closed-Leaf check-in: 88a76afc2c user: mgagnon tags: merge-conflict-when-no-file-on-pivot)
2023-04-03
18:58
Allow comment lines (starting with '#') in versioned settings. ... (Closed-Leaf check-in: fc2a4dccac user: danield tags: allow-versioned-settings-comments)
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: 3e5d23daec user: stephan tags: ci-link-formpost)
10:26
An equivalent of the patch proposed in [forum:f183ab47a7beee47|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: be4815b17e user: stephan tags: smtp-ehlo)
2023-02-17
14:37
A large collection of compiler warning fixes re. signed/unsigned comparison from Daniel D. ... (Closed-Leaf check-in: c71f711ec9 user: stephan tags: compiler-warnings)
2023-02-07
16:24
Apply the spider SQL check to the diff URL argument of the /vdiff page. Improve some related docs. ... (Closed-Leaf check-in: 936c122ff9 user: stephan tags: spider-sql-detection)
2023-01-31
10:41
Use a faster query when checking for private artifacts. ... (Closed-Leaf check-in: 25a6ba26a2 user: danield tags: git-export-omit-private)
2023-01-24
16:34
Make all variable declarations C89 compliant. ... (Leaf check-in: 462eb0cca0 user: drh tags: ui-local-diff)
14:36
The search logic now works correctly (I think) regardless of whether the repository uses a legacy FTS4 index or a newer FTS5 index. This allows the Fossil binary to be upgraded on systems without disrupting the search feature and without requiring a search index rebuild. The search index is automatically upgraded to FTS5 the next time the search index is rebuilt. ... (Closed-Leaf check-in: a07e6b87cb user: drh tags: search-fts5)
2023-01-20
10:42
Simplify the loop to enumerate table columns to the left. ... (Closed-Leaf check-in: faadb48dc9 user: florian tags: udiff-hscroll)
04:25
Add /json/settings/set. Replace several free() calls with fossil_free(). Work around json_send_response() being called twice in some CLI-based cases. ... (Closed-Leaf check-in: 4d2aeb29eb user: stephan tags: json-settings-command)
2023-01-11
07:56
Enable horizontal scrolling for individual text blocks in unified diffs. ... (Closed-Leaf check-in: 15ba7e616c user: florian tags: udiff-hscroll)
03:06
merge latest change from trunk. ... (Closed-Leaf check-in: 5d5911e6fd user: mgagnon tags: no_ssh_sync_ip_resolve)
2023-01-07
15:35
Go to the login page after a successful self-service password reset. ... (Closed-Leaf check-in: 837f275868 user: drh tags: self-service-password-reset)
2022-12-21
11:52
Merge in help consistency improvements. ... (Closed-Leaf check-in: 526b0a54c4 user: danield tags: check-in-spelling)
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: de684083c6 user: km tags: spelling-fixes)
2022-12-20
05:14
Move TH1/Tcl settings into their own configsets. ... (Leaf check-in: 5d784cf3c1 user: mistachkin tags: cfgSetTh1)
2022-12-15
16:19
Re-add zlib link flags inadvertently removed via the new --disable-sockets flag. ... (Leaf check-in: 613834f6e5 user: stephan 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 <tt>/tktsetup_timeline</tt> page. Filtering is bypassed if this expression is unset or if the "Unhide" checkbox (at the timeline's submenu) is checked. See [forum:/forumthread/4c49b2ad661c90b7|forum thread 4c49b2ad661c] for discussion. ... (Leaf check-in: 452805c2a0 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: c90ee4bf55 user: Torsten tags: diff-tk-frontend)
2022-11-20
07:50
Add compat/zlib/contrib/ada/* and compat/zlib/doc/* to the ignore-glob. Now there's only two (manual) cherry-picks required for zlib updates: [0f8bae079e] and [368d97869b] (though the upstream ticket for [368d97869b] is commented as "Incorporated" and closed: [https://github.com/madler/zlib/issues/684]). ... (Closed-Leaf check-in: 1a52d387c2 user: florian tags: zlib-update)
2022-11-18
19:23
Make sure the reportfmt table contains the jx column before trying to use that column. ... (Leaf check-in: d433272527 user: drh tags: json-meta-data)
2022-11-16
16:09
Merge trunk into wcag-2.1 branch for deployment on test server. ... (Leaf check-in: 56d8000a53 user: stephan 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: 1f0f62261c 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:0463cc2e87a3c676|forum post 0463cc2e87a3c676]. (Branched for later addition to v2.21.) ... (Closed-Leaf check-in: fe37399487 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: 6e28f28091 user: george tags: pre-2.21)
2022-10-28
16:28
Add comments for auxiliary local variables inside <code>ticket_output_change_artifact()</code>. ... (Closed-Leaf check-in: 53b66cf63f user: george tags: deltify-tkt-blobs)
2022-10-26
11:13
Update to a still newer version of SQLite 3.40.0 alpha that compiles without warnings on Mac ARM64. ... (Closed-Leaf check-in: 6ff6d49521 user: drh tags: busted-build)
2022-10-19
17:22
Fix the handling of manifest files for the "tag" and "amend" commands. ... (Leaf check-in: a233560424 user: drh tags: branch-1.37)
2022-10-18
01:07
Experimental refinements to the fix on this branch to make it slightly more efficient. ... (Leaf check-in: 2172c51377 user: mistachkin tags: nonHashFix)
2022-09-06
22:25
Merge trunk into remote-add-fix branch. ... (Leaf check-in: baf635cb7e user: stephan tags: remote-add-fix)
2022-09-01
01:29
Merge in trunk. Resolve a shadowed var in dispatch.c which led to an assigned-but-not-used warning. ... (Closed-Leaf check-in: a257fbd92e user: stephan tags: help-aliases-unique)
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: b04740bd75 user: stephan tags: mistake)
2022-08-10
06:02
Record a comment on the findings discovered during repair of the accordion panel JS script. ... (Closed-Leaf check-in: 2fc93df48f user: florian tags: accordion-fix)
05:56
Fix a compiler warning. ... (Closed-Leaf check-in: 877b237ba2 user: florian tags: ls-hot-branches)
2022-07-28
15:38
Corrected -DPIC to -fPIC in compaq/zlib/Makefile.in and filed upstream ticket for that change at [https://github.com/madler/zlib/issues/684]. ... (Closed-Leaf check-in: 368d97869b user: stephan tags: zlib-update)
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:d732b4026f44bdba | forum post d732b4026f44bdba]. ... (Closed-Leaf check-in: 360d8652e7 user: stephan tags: dryrun-dry-run)
2022-06-17
10:57
Create a placeholder manifest.descr file via auto.def, analog to [a198cde661ca]. ... (Leaf check-in: 56614cb6a9 user: stephan tags: version-cmd-describe)
09:57
Merged in trunk. ... (Closed-Leaf check-in: c97ad9d6d2 user: danield tags: diff-show-versions)
09:49
Merged in trunk. ... (Closed-Leaf check-in: 20c1ba2ea9 user: danield tags: timeline-cmd-by-branch)
2022-06-08
12:19
Refactored the configure script's emsdk detection in the hopes that this reformulation will work on systems where emcc is installed via a package manager. ... (Closed-Leaf check-in: 98dd262675 user: stephan tags: pikchrshow-wasm)
2022-06-06
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: 15e7b49ef3 user: stephan tags: content-type-no-charset)
2022-05-18
22:52
Fix a couple of invokations of <code>backlink_extract()</code> that were overlooked in the previous check-in. ... (Closed-Leaf check-in: 33c67c2851 user: george tags: generated-tkt-mimetype)
2022-05-14
20:52
Handle a possible existence of the additional checkbox introduced in [29a24941ed9bf4]. ... (Leaf check-in: 76844c35fc user: george tags: wcontent-subsets)
14:23
Bring branch up to date with trunk. ... (Closed-Leaf check-in: 393e73cf3e user: andybradford tags: stash-success)
2022-05-11
15:34
Only use the "http_proxy" environment variable if it is set to "system", if unset or set to "off", always use direct http connection. ... (Closed-Leaf check-in: a242bb727e user: mgagnon tags: fix_remote_url_overwrite_with_proxy)
2022-05-08
20:40
Rename proposed column to <var>tkt_user</var> which seems more natural. Amend default schema to create this column (and also drop a nearby comment). Add a tiny optimization to <code>getAllTicketFields()</code>. ... (Closed-Leaf check-in: 6d95ae4f88 user: george tags: tkt-ucard)
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: 65c218199c user: drh tags: off-page-merge-single-rail)
2022-04-25
06:07
Merge in trunk. ... (Closed-Leaf check-in: cff92f2e6d user: danield tags: name-start)
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: b3ed9d37d5 user: florian tags: open-sync)
2022-04-23
17:23
Change signature of <code>add_inline_footnote()</code> in order to move away from returning of unreliable pointer. Amend a few comments. Fix a couple of minor issues that fuzzer complains about. ... (Closed-Leaf check-in: 0850862e6a user: george tags: markdown-footnotes)
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: 9f42fc44c6 user: wyoung tags: fossil-open-noautosync)
2022-04-14
17:41
Added new loadavg-exempt WEBPAGE: flag for mkindex.c which exempts a given page from the load_control() check. Currently applied to /chat and its dependents: /builtin and /style.css. ... (Closed-Leaf check-in: 5c49ab3c7a user: stephan tags: load-control-rework)
2022-04-05
19:51
When reporting the list of matching ambiguous sub-commands, make sure settings with the same prefix are not listed. ... (Closed-Leaf check-in: bb5162fe16 user: mgagnon tags: ambiguous_cmd_fix)
2022-03-30
14:36
Fix segfault and add message for ambiguous checkins. ... (Closed-Leaf check-in: e501d74440 user: danield tags: describe-cmd)
2022-03-08
12:04
Fix the case eType==1 (find the first check-in of the branch). ... (Closed-Leaf check-in: 5e34c99828 user: danield tags: start-of-branch-cte)
2022-03-01
16:21
Fix an unused var warning in windows ... (Closed-Leaf check-in: 169a3dabcf user: mgagnon tags: nameofexe-appendvfs-check)
2022-02-15
21:35
FIXME-comments in the code did not indicate issues and are now rephrased to be mere reminders. ... (Leaf check-in: d253ece08a user: george tags: base-href-fix)
2022-02-13
19:14
Improved robustness in CGI variable parsing. ... (Closed-Leaf check-in: b897350007 user: drh tags: cgi-compliance)
2022-02-10
00:29
Merge from trunk ... (Leaf check-in: 2b5f9b211c user: george tags: search-terms-highlighting)
00:22
Merge from trunk ... (Leaf check-in: a961a67ba7 user: george tags: rptview-submenu-paralink)
00:12
Merge from trunk ... (Leaf check-in: 9b76469b38 user: george tags: th1-doc-vars)
2022-01-31
05:32
Update the makemake.tcl script. ... (Closed-Leaf check-in: 771ab19439 user: florian tags: msvc-openssl-winxp)
2022-01-28
14:51
Swapped semantics of the new argument to ssl_read_server(), [forum:2f818850abb72719 | per forum discussion]. Adjacent doc touchups. ... (Closed-Leaf check-in: 9110662fd1 user: stephan tags: ssl-read-loops2)
2022-01-27
15:53
Change makemake.tcl accordingly for DMC (generated Makefile.dmc not tested). ... (Closed-Leaf check-in: 9f208a13bc user: danield tags: pickhr-prototype)
06:45
Make MSVC build fail any level 2 warnings, and build w/o any. ... (Closed-Leaf check-in: 9c1199d723 user: larrybr tags: msvc-warn2-fatal)
2022-01-26
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: 95256636e4 user: florian tags: ssl-read-loops)
2022-01-23
19:57
Add a heuristic to the diff generator that helps it do a better job of identifying differences in C code that result from a change in indentation level. ... (Closed-Leaf check-in: 8cd73dda3d user: drh tags: diff-improvement)
2022-01-17
13:47
This branch superceded by [d7008b34579d2f41|check-in d7008b34579d2f41] and therefore closed. Was: move the checking for --https to before verify_options is called ... (Closed-Leaf check-in: 60d1581ff0 user: rdb tags: tls-server-fix)
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. <b>[closed: feature rejected]</b> ... (Closed-Leaf check-in: 792674372e user: jamsek tags: diff-show-func)
2022-01-14
16:34
added "clonly" command as alternate form of "clone --no-open" ... (Leaf check-in: 3598e3ae53 user: sdr tags: clone-no-open-alternative)
2021-12-30
19:14
Force inheritance of the HTML-mode diff font-size and line-height attributes to fix misalignment in some browsers. ... (Closed-Leaf check-in: cf911e4425 user: stephan tags: chat-attachment-iframe)
2021-12-28
19:00
Omit the "ssl-acme" setting. Access to ".well-known" is now controlled by the --acme command-line option on "fossil http" and "fossil server". This change is required for when those commands specify a directory rather than a particular repository, since without a specific repository, there are no settings to check. ... (Closed-Leaf check-in: 4ef059bc2a user: drh tags: ssl-server)
2021-12-27
12:02
improve warning message for binary merge conflict on update. ... (Closed-Leaf check-in: d4d739898d user: mgagnon tags: binary_merge_conflict_fix)
2021-12-25
19:49
Fixed a broken reference to pikchr.c in Makefile.msc. ... (Closed-Leaf check-in: 789f8ce809 user: stephan tags: code-movement)
2021-12-20
17:02
Merge the diff enhancement from trunk. <b>Closed:</b> This branch was an experiment in ways of keeping better track of a network of repositories on different servers are set up to synchronize with one another. The experiment did not work out. ... (Closed-Leaf check-in: 5bb01585bc user: drh tags: synclog)
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: 7c49ab3881 user: stephan tags: content-length-patch)
2021-12-17
23:53
Fix several compiler warnings, etc. ... (Closed-Leaf check-in: 6397ece589 user: mistachkin tags: chrootOpt)
2021-11-19
10:16
Merged latest trunk into strict branch. ... (Leaf check-in: 845d3e8612 user: stephan 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: edb3a3a063 user: drh tags: mistake)
2021-10-10
06:31
More /chat config cosmetics. Started 2.18 change notes. ... (Closed-Leaf check-in: 891d79de18 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: 36ba7ec968 user: florian tags: diff-js-fixes)
2021-10-03
21:19
Improved the attachment button's visibility in dark-mode skins. ... (Closed-Leaf check-in: 1390dd986d user: stephan tags: chat-input-rework)
2021-09-29
05:56
Fix an off-by-one error that prevents loading single-line diff context chunks at the top of the file(s). See [forum:5f407f5f1f | Forum Post 5f407f5f1f] for a test case. ... (Closed-Leaf check-in: 72f3493802 user: florian tags: diff-js-fixes)
2021-09-25
08:57
Possible solution to the problem of buttons randomly jumping away from under the mouse cursor. ... (Leaf check-in: b4dbdec8f1 user: florian tags: diff-js-fetchqueue)
2021-09-24
17:11
Removed an accidental extraneous animation on every chat message sent. ... (Closed-Leaf check-in: 0fe5b6cb7e user: stephan tags: chat-user-filter)
2021-09-21
13:18
In single-line edit mode, wrap the chat buttons if the screen is not "wide enough." Give the edit field a min-width of (experimentally) 24em. ... (Closed-Leaf check-in: 3ca1ec5248 user: stephan tags: chat-markdown)
2021-09-18
03:26
/chat: Corrected storage of selected audio URI to account for multiple sounds. Updated change log and chat.md. ... (Closed-Leaf check-in: c23aa77411 user: stephan tags: chat-config-options)
2021-09-11
15:53
Merge the diff alignment scoring tweak from trunk. ... (Closed-Leaf check-in: 916094f820 user: drh tags: diff-js-refactoring)
2021-09-06
22:24
For the --json diff output, generate an array of objects, one object per file and the diff array all contained within the object. ... (Closed-Leaf check-in: 4ab3525927 user: drh tags: diff-config)
2021-09-05
00:33
Fix a harmless compiler warning from previous check-in. ... (Closed-Leaf check-in: bcd3e80f20 user: drh tags: diff-color-enhancements)
2021-08-31
10:39
Refactor the previous commit by adding a wrapper for `freopen()', and use the Cygwin-aware routines to convert path names to/from UTF-16. ... (Closed-Leaf check-in: 963de841f2 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: ae28ae8273 user: stephan tags: oops)
2021-07-23
06:12
Added (branch reopen) subcommand, the inverse of (branch close), per forum feedback. ... (Closed-Leaf check-in: 6f3ab14165 user: stephan tags: branch-close-subcommand)
2021-07-17
10:48
wikiedit: the attachment area now explains that new pages cannot have attachments until the page is saved once. ... (Closed-Leaf check-in: 70716bbc0e 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: b572b76604 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: ac42160241 user: danield tags: private-non-orange)
2021-07-11
21:55
Add default report checkbox and compare report titles instead ... (Closed-Leaf check-in: eaa7f6bb5c user: kevgrig tags: ticket-search-empty-report-number)
19:16
Checked into the wrong branch... ... (Closed-Leaf check-in: 005bba0650 user: drh tags: wrong-branch)
2021-07-08
11:54
diff -tk: simplified wrap toggle implementation a bit using a ttk::checkbutton. ... (Closed-Leaf check-in: 57a2cab38f user: stephan tags: mistake)
2021-07-05
16:52
Resolved a g.th1Flags bitmask collision between TH_STATE_xxx and TH_INIT_NO_ENCODE. ... (Closed-Leaf check-in: 0dc3a65515 user: stephan tags: th1-recursive-render)
2021-06-30
20:31
Update the change log to talk about the enhancements to "fossil ui". ... (Closed-Leaf check-in: 2d19a40df3 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: bf66d61582 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: be6aa9e637 user: drh tags: demo-windows-wspawn-error)
16:36
Initialized a pointer to 0 to squish a bogus complaint from GCC 11 on MinGW 9. The code passes ASAN on macOS Clang without this, so I believe GCC is just doing over-eager static analysis across function calls, not realizing that the pointer *will* be initialized before it's used. ... (Closed-Leaf check-in: 54febc1f72 user: wyoung tags: fossil-spawn)
13:30
Add documentation for "fossil patch" ... (Closed-Leaf check-in: 169346a1aa 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 [/doc/inline-style-inconsistency/www/defcsp.md|www/defcsp.md] and the lack of it in [/doc/inline-style-inconsistency/www/webui.wiki|www/webui.wiki]. See forum [forum:/forumthread/69f475cf48|thread 69f475cf48]. ... (Leaf check-in: 1d276f7b23 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:/forumpost/29e7250723461d18 | 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: dcbc8ba9fc user: stephan tags: mistake)
2021-06-16
20:26
Preserve the C89 compatibility of pikchr.c by using MSVC C89 implementations of rint() and snprintf() with older MSVC versions ... (Leaf check-in: 6429a4bdc2 user: ashepilko tags: test-msc89)
2021-06-15
14:24
The SCRIPT argument to the test-th-eval command may now be a file name or a script string. (Edit: closing branch - we have yet to find a compelling use for this feature.) ... (Closed-Leaf check-in: 2ee8730870 user: stephan tags: chat-user-last-seen)
01:01
Increase the version number to 2.15.2 ... (Leaf check-in: 7cfd58d771 user: drh tags: version-2.15.2, branch-2.15)
01:00
Increase the version number to 2.14.2 ... (Leaf check-in: fb3938ee09 user: drh tags: version-2.14.2, branch-2.14)
2021-06-14
19:48
Add reminder hints to the authorizer function header comments about how to test those functions using the "test-db-prepare" command. ... (Closed-Leaf check-in: b594f486ef user: drh tags: tktschema-allow-drop)
2021-06-12
18:43
Add support for [/wiki?name=branch/rptview-submenu-paralink&p|submenu parametric hyperlinks] for [/help?cmd=/rptview|/rptview] and [/help?cmd=/wiki|/wiki] pages. ... (Closed-Leaf check-in: 9690fc39dc user: george tags: not-allowed.)
2021-06-01
02:51
The tag add/cancel subcommands now accept any artifact type which is recorded in the timeline: check-in, wiki, technote, forum, ticket, control. They also now explicitly reject any tags beginning with the internal-use prefixes (wiki-, tkt-, event-). The tag find/list subcommands have not yet been updated to support the new types. ... (Closed-Leaf check-in: d1f6b9d4a7 user: stephan tags: plink-for-non-checkins)
2021-05-31
23:31
Take the email-renew-cutoff into account when computing the number of active subscribers. ... (Closed-Leaf check-in: fc10e775e9 user: drh tags: time-limited-subscriptions)
2021-04-26
19:26
Reinforce the previous for the case when access to non-existent field resolves to null (instead of undefined). ... (Closed-Leaf check-in: 8a7620e4a3 user: george tags: vdiff-context-glob)
2021-04-22
01:09
Minor refactoring: unite two similar code fragments using new auxiliary function <code>amendAnchor()</code>. ... (Closed-Leaf check-in: f2348f2740 user: george tags: brlist-timeline)
2021-04-18
21:17
Removed a reference to a removed function. ... (Closed-Leaf check-in: 90f9af2171 user: stephan tags: brlist-timeline)
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: 609bcd32c8 user: stephan tags: chat-indent-messages)
2021-03-31
10:57
Sync w/trunk. ... (Closed-Leaf check-in: 79be1156a9 user: larrybr tags: panic-reduction)
2021-03-23
13:31
Merge changes from trunk ... (Closed-Leaf check-in: 9ff7d9e5e3 user: george tags: wiki-history)
2021-03-21
18:51
Cleaned up the is-first-call handling of the /chat message poller. ... (Closed-Leaf check-in: 147ff84e21 user: stephan tags: chat-fetch-port)
2021-03-19
02:49
Be sure to set the default value for the OPTIMIZATIONS nmake macro, i.e. to avoid an expression syntax error. ... (Closed-Leaf check-in: 9c36e6335f 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 [forum:5116485456]. ... (Closed-Leaf check-in: 7135111ad4 user: stephan tags: add-allow-reserved-flag)
2021-03-02
08:54
Updated changes.wiki to replace skn_X references with skin=X. ... (Closed-Leaf check-in: 7fed83c9b0 user: stephan tags: skin-preference-cookie)
04:04
Removed the min/max height on the diff toggles to slightly improve the layout flow. ... (Closed-Leaf check-in: 42205f9c76 user: stephan tags: diff-view-toggle-poc)
2021-03-01
07:37
Merged trunk changes in. Only needed to track my own rename of branch_of_rid() to branch_of_ckin_rid() ... (Leaf check-in: ea28708f85 user: wyoung tags: artifact-view-links)
03:00
Merged in trunk. ... (Closed-Leaf check-in: ab047b62dc user: stephan tags: leaves-command-branched-from)
2021-02-23
01:23
Merge from trunk. ... (Leaf check-in: 7d835ff537 user: larrybr tags: error_returns)
2021-02-15
01:56
Merge from trunk ... (Leaf check-in: 3f496aa752 user: larrybr tags: msvc_make_fixup)
2021-02-10
23:49
Give a better error message if structural artifact cards are out-of-order. ... (Closed-Leaf check-in: 72f5101ef0 user: drh 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: 2db27a7187 user: drh tags: normalize-urls)
2021-02-06
05:20
Added --mainmenu flag to the http command, as the Windows impl passes on its flags to that command. ... (Closed-Leaf check-in: 32ab3d23ed user: stephan tags: mainmenu-override)
2021-02-05
03:17
Replaced raw SCRIPT and STYLE tag references in the safe-html docs with non-tag formulations because the tags break the HTML-format help text conversion. ... (Closed-Leaf check-in: 0ac9052c38 user: stephan tags: help-full)
2021-02-04
00:58
Oops. Add in the omitted "color.c" source file. ... (Closed-Leaf check-in: 54509f8bed user: drh tags: user-color-revamp)
2021-01-31
06:30
Add DIFF_VERBOSE flag parameter so verbose commit also displays diff for newly added files, not just those modified, matching Git's 'commit -v' behaviour. ... (Closed-Leaf check-in: b1c2ef5221 user: jamsek tags: dev-ci-verbose)
2021-01-26
23:38
Minor formatting issue on the /Setup/Configure page. ... (Closed-Leaf check-in: 4dae4a1ba7 user: drh tags: new-main-menu)
15:42
Experimental TH1 command "capexpr" that evaluates an expression on capabilities. ... (Closed-Leaf check-in: 6828565ebe user: drh tags: capexpr)
2021-01-25
18:54
Fix the makefile in the previous check-in. ... (Closed-Leaf check-in: 5fbc3b300b 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. <b>Edit:</b> The previous check-in seems to have more historically consistent colors, so we will continue with that for now. ... (Leaf check-in: 1743f89a0a 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: 7c3cf7a189 user: stephan tags: no-joy)
01:58
chat: Safari has a severe allergic reaction to CSS vh units, so calculate the size of the affected DOM element in JS code at app startup and when the window resizes. ... (Closed-Leaf check-in: 8747d85ea0 user: stephan tags: chat-safari-experiments, chat-safari-breaks-here)
00:32
Force bottom-up chat mode, now that the toggle is removed but it might still be set in some localStorage storage. ... (Closed-Leaf check-in: a6650eb776 user: stephan tags: chat-safari-breaks-here)
2020-12-26
16:21
Disabled a dangling part of the search for a solution for the bottom-scrolling problem. ... (Closed-Leaf check-in: 7f4000a62c user: stephan tags: chat-mode-bottom-up)
2020-12-25
22:37
Removed some dead CSS. ... (Closed-Leaf check-in: c9ca5198be 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: 73c8ccd3a7 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: 379b4689c8 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: fee74ce5e7 user: drh tags: mistake)
2020-12-23
18:21
Fix the /chat-poll page so that it works even when called from "fossil ui". ... (Closed-Leaf check-in: 6f424a32b5 user: drh tags: chatroom-dev)
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: 7e6d2f0a11 user: stephan tags: no-joy)
2020-12-22
12:30
Whitespace style fix ... (Closed-Leaf check-in: 358f7d80c2 user: wyoung tags: body-feature-class)
2020-12-21
12:14
Rename "prefix" to "phase" and fix a C99-ism. ... (Closed-Leaf check-in: df99abda58 user: danield tags: timeline-cmd-formatting)
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: f8a5a6a716 user: danield tags: diff-numstat-total)
2020-12-14
18:31
Adjustments to auto.def to accommodate "./configure --static" on pkg-config based systems, in an attempt to address [forum:/forumpost/34877e8716 | 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: a098707051 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: 204e5992e4 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: 1650a64361 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. <i>Later:</i> See alternative implementation at [f101e94da1f80571] ... (Closed-Leaf check-in: 0d72caae15 user: stephan tags: ext-request-scheme)
2020-12-10
21:43
Bring branch up-to-date with respect to trunk. Note: this check-in was made as an example to demonstrate merging. ... (Closed-Leaf check-in: bbc5264066 user: andygoth tags: modern-skin-markup-fixes)
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:/forumpost/29e358909c|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: a69f71a275 user: jamsek tags: import-git-dev)
2020-11-25
21:14
Eliminate unnecessary variable. ... (Closed-Leaf check-in: aca2988fdb user: andybradford tags: ambiguous-help)
2020-11-07
13:25
Rename the "style_body_and_footer()" interface to "style_finish_page()" and add a more detailed header comment to the implementation. ... (Closed-Leaf check-in: 942b2076c6 user: drh tags: default-css-cleanups)
2020-10-26
16:44
Minor html emphasis fix ... (Closed-Leaf check-in: 2c9ccd77e4 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: a9dcda5dfd user: wyoung tags: extract-pikchr)
2020-10-08
08:48
Drew better analogies between Bitcoin's answer to the 51% attack and to GitHub in the new Anonymity section of the blockchain doc to show that Fossil doesn't even try to provide the sorts of behavior that allow fully anonymous contribution to a blockchain. ... (Closed-Leaf check-in: 87b1385dac 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: 2907721acd user: wyoung tags: prefer-mprintf-r)
2020-10-01
18:33
Fix an issue with the "R" (rename)" and "C" (copy) commands when interpreting git-fast-export files. ... (Closed-Leaf check-in: 8e5b010349 user: drh tags: breezy-fast-import)
2020-09-30
00:05
Tweak to the "\n" text inside 2.1 Header of the new delta_format.wiki doc to make use of new Pikchr handling of backslashes. ... (Closed-Leaf check-in: b72cc79526 user: wyoung tags: delta-format-pikchr)
2020-09-28
02:29
Make it possible to delete a check-in, tag, or branch wiki page by setting it to zero length ... (Closed-Leaf check-in: 5b101aa706 user: andygoth tags: andygoth-html-caps)
2020-09-20
07:41
Removed multiplier from the font size calculation, as it does not work with monospace font. Changed /dir font to monospace only for testing purposes, as that one is our pathological column-width case. (Edit: closing, as this approach doesn't appear to provide any benefits over the current one.) ... (Closed-Leaf check-in: 7e8cb38ca2 user: stephan tags: dir-columns-revisited)
2020-09-15
20:10
Bug fixes in Pandoc identifier generation. Now closed. See [branch/auto-toc|branch wiki] for discussion. ... (Closed-Leaf check-in: 77cbe291af user: drh tags: auto-toc)
2020-09-14
00:27
pikchr command doc updates. ... (Closed-Leaf check-in: f2248f819d user: stephan tags: pikchr-th)
2020-09-10
15:02
Added a small gap to the top of /pikchrshow's content area. ... (Closed-Leaf check-in: 833dfc1bcd user: stephan tags: pikchrshow)
2020-09-09
15:25
Fix the build for Windows by adding macro M_PI if it is missing. ... (Closed-Leaf check-in: 0df84add06 user: drh tags: pikchr)
2020-08-30
18:43
Adapted SVG background from Florian for the .help-buttonlet CSS. ... (Closed-Leaf check-in: b2ece413ba 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: b4006e2e2a user: drh tags: comment-in-before-commit)
2020-08-25
06:18
Lots of tweaking to the "help buttonlet" popup position. Something to improve some rainy day. ... (Closed-Leaf check-in: 3f08a9d200 user: stephan tags: misc-js-experiments)
2020-08-24
22:57
If both files being merged by 'fossil merge' contain a UTF-8 byte order mark (BOM), keep it in the produced merged file. ... (Closed-Leaf check-in: 91182cd1f3 user: marciogabe tags: merge-crlf-bom)
00:24
Merge changes from trunk. ... (Closed-Leaf check-in: 4a8bc878f0 user: drh tags: sec2020)
2020-08-23
15:52
Add the /intermap page for adjusting the interwiki mapping using a Web interface. ... (Closed-Leaf check-in: dab94dda30 user: drh tags: interwiki)
2020-08-22
10:45
Merge Andy Goth's enhancements to the forum. ... (Closed-Leaf check-in: 50cdb741db user: drh tags: sec2020-forum-refactor)
03:06
Guard against an infinite loop in certain pathological edit patterns ... (Closed-Leaf check-in: 71fe590e99 user: andygoth tags: andygoth-forum-refactor)
2020-08-20
23:45
Change width per stephan's request ... (Closed-Leaf check-in: 53458bed91 user: andygoth tags: andygoth-ardoise-tweaks)
13:27
Version 2.12.1 ... (Leaf check-in: b98ce23d4f user: drh tags: release, branch-2.12, version-2.12.1)
13:24
Version 2.11.2 ... (Leaf check-in: c58877d6f2 user: drh tags: release, branch-2.11, version-2.11.2)
13:18
Version 2.10.2 ... (Leaf check-in: 12d2ad00de user: drh tags: release, branch-2.10, version-2.10.2)
04:17
Assorted minor improvements to the javascript.md doc. ... (Closed-Leaf check-in: dc1bc21388 user: wyoung tags: js-policy-doc)
00:04
Report the use of FOSSIL_LEGACY_ALLOW_SYMLINKS in the output "fossil version -v". ... (Closed-Leaf check-in: 89d950efd0 user: drh tags: sec2020-2.12-patch)
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: 8f24c07917 user: drh tags: ignore-reserved-filenames)
17:25
permissive-manifest-parser setting is now marked as sensitive to keep an attacker from turning it on. ... (Closed-Leaf check-in: 1e34705ed8 user: stephan tags: sec2020-deadend)
2020-08-17
17:50
Fixed [17d00c20dd9f] by adding NULL check on F- and E-card UUID tokens. ... (Closed-Leaf check-in: 458f30fc0b user: stephan tags: reject-ckout-db)
15:11
Identify security-sensitive settings. ... (Closed-Leaf check-in: aa4c3afc52 user: drh tags: sec2020-config-protection)
2020-08-16
15:49
Fixed a recursion bug in fossil.dom.append(e,array) (currently unused, but will be soon). ... (Closed-Leaf check-in: 154f6484b6 user: stephan tags: bad-merge)
14:45
Merge trunk, since cloning local filesystem repositories still does not work ... (Closed-Leaf check-in: 719dcd29cd user: andygoth tags: multi-remote-fix)
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: e5c3ffeb36 user: stephan tags: post-2.12-fixes)
08:13
Removed a now-unused CSS class. ... (Closed-Leaf check-in: 1cb792fd19 user: stephan tags: line-number-selection)
2020-08-09
21:45
Merge in trunk; resolve conflicts ... (Closed-Leaf check-in: 7cfbf66a02 user: ashepilko tags: cmake-ide)
15:18
Corrected the new CSS selectors to account for plain-text posts, which use a PRE instead of DIV wrapper. Shrunk the gap between the expansion tap zone and the scrollbar to its left. ... (Closed-Leaf check-in: eef9ac05e4 user: stephan tags: forum-expand-post-revisited)
2020-08-04
00:48
Added an ETag to the /style.css page, so it benefits from the far-future expiry stuff on this branch. ... (Closed-Leaf check-in: 80097abc82 user: wyoung tags: etag-always)
2020-08-01
13:23
Minor help text additions for --jsmode. ... (Closed-Leaf check-in: cb2563de17 user: stephan tags: ajax-wiki-editor)
2020-07-31
21:57
Further simplification of the javascript loading code. ... (Closed-Leaf check-in: b7f70ffc14 user: drh tags: refactor-js-handling)
2020-07-27
15:56
Remember-me toggle defaults to off, per forum feedback. ... (Closed-Leaf check-in: 587cd77e00 user: stephan tags: login-session-cookie)
2020-07-16
13:48
Simplify new setting names and some internal names. ... (Closed-Leaf check-in: e6a3112f76 user: mistachkin tags: customFavicon)
2020-07-12
18:35
Documentation updates. ... (Closed-Leaf check-in: 94658201c9 user: drh tags: hooks)
2020-07-09
18:31
Moved expand/collapse toggle to the bottom of the post, per forum feedback. That required changing it to a button because of CSS limitations. Fixed a few mis-used P tags in the FORM part of each post (P cannot hold a FORM). ... (Closed-Leaf check-in: eb392f9719 user: stephan tags: forum-expand-poc)
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: 971a5f513c user: jan.nijtmans tags: no-initial-commit)
2020-06-28
16:29
Merge updates from trunk. ... (Closed-Leaf check-in: c40c3272cd 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: 2b5b7181a8 user: wyoung tags: obscure-shell-function)
2020-06-25
08:16
Merge trunk ... (Closed-Leaf check-in: 69b450c1e0 user: jan.nijtmans tags: cleanX)
00:16
Adjust help text to work better with the new formatter. ... (Closed-Leaf check-in: a8a606996b user: drh tags: formatted-online-help)
2020-06-13
19:11
Move the JSON error cgi_reply() into fossil_print_error(). ... (Closed-Leaf check-in: 6131789870 user: mistachkin tags: jsonTestsPass)
05:59
Accounted for [9e4ca894], from default_css.txt (which no longer exists in this branch). ... (Closed-Leaf check-in: 9070947dac user: stephan tags: default.css)
2020-06-10
01:39
More work on Win32 shell argument escaping. ... (Closed-Leaf check-in: 8c8a6d1217 user: mistachkin tags: win32shellArg)
2020-06-09
23:41
Add the test-escaped-arg command for testing blob_append_escaped_arg(). ... (Closed-Leaf check-in: 7fad2abc7b user: drh tags: win32shellArg)
17:32
Improvements to command-string sanitizing and the the sanitizer test command. ... (Closed-Leaf check-in: e3185aee7f user: drh tags: safe-fossil-system-test)
2020-06-07
23:07
Robustify error handling. ... (Closed-Leaf check-in: 39c88cff80 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: 16a09da8c1 user: graham tags: timeline-circa-fix)
2020-05-28
14:58
Initial infrastructure for a command-line version of the security audit page. ... (Leaf check-in: dba4c4f2c4 user: drh tags: audit-command)
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: df5201950e 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: 67c420402f user: drh tags: auto-webpage-txn)
07:56
s/checkin/check-in/ in the help tab, per forum feedback. ... (Closed-Leaf check-in: 91948d3afa user: stephan tags: fileedit-ajaxify)
2020-05-26
07:16
Merged in trunk. ... (Closed-Leaf check-in: 58ee06450c user: stephan tags: unaddremove-command)
06:56
merged in trunk ... (Closed-Leaf check-in: a2b0ed37af user: stephan tags: forum-edit-deltify)
06:47
merged in trunk. ... (Closed-Leaf check-in: fe018289e3 user: stephan tags: style-css-revamp)
2020-05-22
20:16
Merge trunk ... (Closed-Leaf check-in: 1e4aaf7b2e user: jan.nijtmans tags: multi-thread)
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: 232033c98b user: drh tags: mistake)
2020-05-19
18:31
Merge in trunk. ... (Closed-Leaf check-in: 0ad3e06bd2 user: ashepilko tags: revert-dir)
2020-05-12
14:45
Improve the description of the setting so as to remove doubt about its meaning. ... (Closed-Leaf check-in: 9660319699 user: andybradford tags: fork-warn-setting)
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: 96e74ad13c user: drh tags: context-dependent-files-menu)
2020-05-09
13:16
Comment improvements and minor simplifications. ... (Closed-Leaf check-in: aa9815ffc0 user: drh tags: browse-to-file)
2020-05-04
23:26
Moved some generic fileedit code to style.c. Refactored /fileedit to not require JS to update version info, making this impl pure no-JS. Now to ajaxify it... ... (Closed-Leaf check-in: 8d4ce834ed user: stephan tags: checkin-without-checkout)
2020-04-28
12:06
Update the documentation to mention the separate control artifacts created to close private branches that were merged with the `--integrate' option. ... (Closed-Leaf check-in: e1e618d17f user: florian tags: private-branches)
2020-04-27
08:31
/setup_skinedit, when editing CSS, now shows the list of built-in CSS selectors, as mentioned in [https://fossil-scm.org/forum/forumpost/b2d7ce8ab1|/forumpost/b2d7ce8ab1]. ... (Closed-Leaf check-in: fd138236c9 user: stephan tags: skinedit-css-list)
2020-04-24
05:10
Improvements to the wording on the setup options related to self-registration. ... (Closed-Leaf check-in: 6faaa91b37 user: drh tags: restricted-self-registration)
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: 8a046acb99 user: wyoung tags: openssl-needs-lpthread)
2020-04-18
18:55
Change the name of the configuration database to "fossil.db" if the database is found in the XDG_CONFIG_HOME directory. Otherwise, the configdb is still called ".fossil" on unix systems. ... (Closed-Leaf check-in: 09a21409f5 user: drh tags: xdg-aware-config-db)
2020-04-16
22:26
When showing timelines of references, change the text of Wiki edits from "Changes to wiki..." or "Added wiki..." to be just "Wiki...". ... (Closed-Leaf check-in: 6d125b7225 user: drh tags: backlink-updates)
2020-04-15
11:12
Merge in trunk. ... (Closed-Leaf check-in: 7896afa71a user: florian tags: private-branches)
2020-04-13
12:39
If either side sends a gimme for a private artifact, reply with a private igot card to let the requestor know that the artifact is private. Other changes to help make this work are the new server-version pragma and adding date and time numbers to the client-version and server-version pragmas. The auto-shun setting now defaults to off. ... (Closed-Leaf check-in: 050cd01943 user: drh tags: sync-improvements)
2020-04-12
15:19
Attempts to improve the homepage and first impression for new users. ... (Closed-Leaf check-in: 8b5250b82b user: drh tags: revamp-home-page)
2020-04-11
22:35
Merged from trunk ... (Closed-Leaf check-in: 2f24675ab5 user: ashepilko tags: api-cleanup)
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: fae4ae058d user: florian tags: idle-time-suggestions)
2020-04-09
17:29
Branch closed. See [https://www.fossil-scm.org/forum/forumpost/d52e3388dc|this forum post] for an explanation. Was: Fix a harmless compiler warning. ... (Closed-Leaf check-in: eb750c284a 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: 811ae0c82b user: florian tags: accordion-experiments-2)
2020-04-08
14:17
Fix a minor glitch. ... (Closed-Leaf check-in: 343f31f9bf user: florian tags: accordion-experiments-2)
2020-04-05
14:30
Use regular comments in Javascript files, instead of comments private to the mkbuiltin utility, so the files are easier to reuse and test outside of Fossil, and easier to process with synatx highlighting-enabled text editors. ... (Closed-Leaf check-in: 04f232aaae user: florian tags: accordion-experiments)
2020-04-02
18:56
Fix the "fossil revert" command so that it works even for a new --empty checkout. ... (Closed-Leaf check-in: 04bbb05df7 user: drh tags: accordion-about-wiki)
2020-04-01
17:04
merge trunk ... (Closed-Leaf check-in: 7da1aa6f31 user: bch tags: NULLSeparated)
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: ff8f2decf5 user: wyoung tags: setenv-alternative)
2020-03-18
17:25
Assorted improvements to globs.md, especially to the discussion of * expansion on Windows vs POSIX. ... (Closed-Leaf check-in: bb292b64ae user: wyoung tags: glob-docs)
14:14
Change the HTTP reply status for range requests from "206 OK" to "206 Partial Content". ... (Closed-Leaf check-in: 8a1e1c9096 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: 1c84fa5569 user: graham tags: alert-filter)
2020-03-15
15:22
Experimental support for "Range:" headers in HTTP requests. ... (Closed-Leaf check-in: 37c615ad29 user: drh tags: http-range)
2020-03-14
14:07
Add CSS classes for the forum post labels. ... (Closed-Leaf check-in: ff3365e83e user: drh tags: forum-post-headers)
12:40
Add "Speak the text" buttons consistently to all captchas. ... (Closed-Leaf check-in: 93bbd28aa0 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: 35d8736bb3 user: wyoung tags: logout-link-on-name)
2020-03-12
18:17
Repurposed the check for "d" cap in the Security Audit page to warn that it should be removed from use. It checks the anonymous, developer, and reader users for it only, not any one-off uses. It also doesn't check Setup or Admin, but presumably whatever we reuse "d" for in the future will be granted to them by default. ... (Closed-Leaf check-in: 8059b9cac1 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: ba56f5e5cc user: drh tags: mistake)
2020-02-29
19:32
Properly truncate a forum thread's title when is UTF-8 encoded. ... (Closed-Leaf check-in: 4b12ad0eb2 user: ashepilko tags: forumthread-title)
2020-02-26
14:07
The stash now uses the legacy behaviour for merge conflicts, always keeping the baseline/original/merge files, because there's otherwise a potential for undo suffering when stash pop has a conflict. (Thanks to Florian for pointing that out.) ... (Closed-Leaf check-in: 31dc956dfa user: stephan tags: merge-remove-temp-files)
2020-02-25
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: 6f08a5937b user: drh tags: mistake)
18:34
Added --admin-user flag to the import command, per discussion at [https://fossil-scm.org/forum/forumpost/2ecbbdf7c6|forumpost/2ecbbdf7c6]. ... (Closed-Leaf check-in: bdc242fb07 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: a4616a2c99 user: drh tags: diff-optimizations)
2020-02-16
14:51
Fix the Javascript-disabled fallback hamburger button link to the sitemap. ... (Closed-Leaf check-in: 9782e6726d user: florian tags: misc-skin-fixes)
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: 616de1fef2 user: andybradford tags: fix-ssl-crash)
2020-01-24
18:56
Added mimetypes setting to the 'project' configuration area, per forum feedback. ... (Closed-Leaf check-in: 7391f8d486 user: stephan tags: mimetypes-setting)
15:14
Fix dynamic sorting of the mimetype tables, as originally intended. Note that the table sorter utility skips leading non-word characters, such as the leading exclamation mark used to flag overwritten entries. ... (Closed-Leaf check-in: 26f2bb6fd6 user: florian tags: mimetypes-list)
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: e170afb936 user: stephan tags: tag-ls-inverse)
14:30
Backed out merge - it included an unintented change :/. ... (Closed-Leaf check-in: 070d6ea103 user: stephan tags: mistake)
2019-12-22
01:25
Re-added an atexit free() line which was inadvertently removed from trunk. ... (Closed-Leaf check-in: 11d0e8118f user: stephan tags: memleak-fixes)
2019-12-19
15:13
Never mind.... Was: Attempt to fix a memory leak on Git import. ... (Closed-Leaf check-in: 81bfdca9e5 user: drh tags: git-import-memleak)
2019-12-16
13:50
Backed out [c903fbc39e] (addition of "header-") prefix after sleeping on what Warren brought up in forum post f244b452fccd460a0. Edit: closing based on discussion in http://fossil-scm.org/forum/forumpost/097eca7dd9 (summary: we should do it like pandoc does). ... (Closed-Leaf check-in: 61186d2105 user: stephan tags: markdown-header-ids)
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: f28cea2b43 user: stephan tags: ext-render-index)
19:14
Delay for a failed 'verifyLogin' command invocation. ... (Closed-Leaf check-in: 7703173f47 user: mistachkin tags: verifyLogin)
2019-11-30
13:38
Completely rework the "fossil grep" command. Omit the -H option. Instead, print a header line that includes both the file hash and the check-in hash and the timestamp for every file that contains any match. Scan all files together, in reverse chronological order. ... (Closed-Leaf check-in: 9c2080a360 user: drh tags: grep-enhancements)
2019-11-23
21:46
Improve comment to explain why the "r" query is being rewritten ... (Closed-Leaf check-in: 67412fbb35 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: dccab378ce user: stephan tags: grep-hash-digits)
2019-10-24
14:30
Merge in latest from main line. ... (Closed-Leaf check-in: f882d5cb0e user: andybradford tags: clone-resume)
2019-10-10
05:49
Merged in trunk. ... (Closed-Leaf check-in: 22150abaf2 user: stephan tags: double-dash-flag2)
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: cd969ec5da user: andybradford tags: mistake)
2019-10-02
06:49
Added "File Browser Tree View" item to www/javascript.md ... (Closed-Leaf check-in: 72a00d1f74 user: wyoung tags: js-use-doc)
2019-10-01
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: 307f7642b5 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: 526b0c2997 user: andybradford tags: mistake)
2019-09-30
16:11
Add 'binary' query parameter to the 'vpatch' web page. ... (Closed-Leaf check-in: 39d146166a 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: e19dcc1ab1 user: andybradford tags: forum-replies)
2019-09-27
23:56
Added -- support to (3-way-merge, open, sqlar, stash save|snapshot, tarball, touch, undo/redo, update, zip). ... (Closed-Leaf check-in: 52ae3288ab 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: 6ead94abf8 user: lmartin92 tags: syntax-hl-with-linenumbers)
23:36
Create new branch named "syntax-hl-with-numbering" ... (Closed-Leaf check-in: 6f82d2c167 user: lmartin92 tags: syntax-hl-with-numbering)
2019-09-23
19:07
Add support for testing with libFuzzer. ... (Closed-Leaf check-in: 8a6e8e2703 user: drh tags: libFuzzer)
2019-09-13
15:11
Merge in latest developments from trunk. ... (Closed-Leaf check-in: b713393b9a user: andybradford tags: db-begin-txn-updates)
2019-09-05
02:31
Minor tweaks prior to merging. ... (Closed-Leaf check-in: 4231d4b634 user: drh tags: noJsonCgiFlag)
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 [https://fossil-scm.org/forum/forumpost/0c4b91b48a | the forum discussion] for details. ... (Closed-Leaf check-in: a65834a727 user: wyoung tags: code-in-pre-with-ln)
2019-09-04
00:55
Noted lack of WrUnver permission on Setup users by default. ... (Closed-Leaf check-in: ca4085c291 user: wyoung tags: caps-doc)
2019-09-03
20:08
Fix a possible UNIQUE constraint violation in the new /vdiff logic. ... (Closed-Leaf check-in: 8e175a6708 user: drh tags: vdiff-improvements)
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: 5d2299d8ee 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: f3b9171498 user: wyoung tags: code-in-pre)
2019-08-31
16:23
Merge in trunk latest developments. ... (Closed-Leaf check-in: 08291fec9f user: andybradford tags: test-updates)
13:53
The IIS web server does not define REQUEST_URI, instead is uses PATH_INFO for virtually the same purpose. Define REQUEST_URI the same as PATH_INFO and redefine PATH_INFO with SCRIPT_NAME removed from the beginning. ... (Closed-Leaf check-in: 54fdd1a5d7 user: tsbg tags: iis-cgi)
2019-08-27
02:16
Added cap "n" to "r" in skins that show a /ticket link in their header, since the handler for it allows the page to show for those who can only file new tickets, not just those who can see existing tickets. Also fixed some skins that were using "anoncap" to test this: it needs to work for all logged-in users, not just "anonymous". ... (Closed-Leaf check-in: f4e3abce26 user: wyoung tags: skin-cap-matching)
2019-08-20
07:01
Fixed a link punctuation bug introduced in [74a6578c]. ... (Closed-Leaf check-in: c57e17931d user: wyoung tags: server-docs)
04:24
Fixed a couple of Tcl syntax fixes that caused the new --with-sanitizer code to a) run unconditionally irrespective of the option's setting and b) to check for the existence of libubsan whether it was actually needed or not. ... (Closed-Leaf check-in: 66fdab7605 user: wyoung tags: configure-updates)
2019-08-10
23:04
Added "Forum Posts" choice to the "Activity Reports" sub section of /stat. ... (Closed-Leaf check-in: f39e47a19e 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: c07cbcd3db user: mistachkin tags: windows-env-usage-v2)
03:44
Updated the temp file and dir location documentation in www/env-opts.md to match what the current code does. ... (Closed-Leaf check-in: 1f63724e5b 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: 0b70cf6d57 user: ckennedy tags: windows-tools)
2019-08-06
01:49
Fix crash. ... (Closed-Leaf check-in: 9d37ebbee6 user: mistachkin tags: winExtCgi)
2019-08-02
05:09
proper env() handler for (at least) NetBSD ... (Closed-Leaf check-in: 2d4c16df5a user: bch tags: env_handler)
2019-07-29
18:14
Fix the repolist-skin setting so that it sets up URL on the header menu correctly. Back out the stylesheet hack is that is now covered by the same fix. ... (Closed-Leaf check-in: 6df7a853ec user: drh tags: repolist-skin)
08:28
Move each command-line option to their own paragraph, for consistency with the document structure in "Environment Variables and Global Options", as this seems easier to browse and search. The explicit line-break between the two options was wiped with automatic cleanup of trailing spaces by [e2751b18af]. ... (Closed-Leaf check-in: 14f2ba0436 user: florian tags: svg-and-md-formatting)
2019-07-25
21:09
Remove an unused variable. ... (Closed-Leaf check-in: c2a98a5d62 user: drh tags: extension-cgi)
2019-07-24
10:54
Continuing work on the /aux page. Now working for static content. ... (Closed-Leaf check-in: 77a72fb964 user: drh tags: sub-cgi)
2019-07-16
15:44
Reduced redundancy in the new feature set size vs ease of use discussion in fossil-v-git. ... (Closed-Leaf check-in: a52e68459f user: wyoung tags: bsd-vs-gpl)
2019-07-06
22:27
Update autosetup to 0.6.9-71785c7e and Jim Tcl to 0.78-27-ga5a84b1. ... (Closed-Leaf check-in: 2211bc2a6b user: mistachkin tags: autosetupAndJimTcl)
2019-07-02
07:31
When activating one of the new "in reply to" links, tag the newly-focused post with CSS class forumSelReplyTo so that it can be visually marked. Added default forumSelReplyTo CSS class which uses the same border as forumTime but with a dotted style. EDIT: do not merge with trunk - there are problems to solve (if feasible) regarding linking to edited posts, as their IDs are of course different, as well as linking responses made to deleted posts. ... (Closed-Leaf check-in: 1bf7985d10 user: stephan tags: forum-reply-links)
2019-06-29
03:13
For "fossil clone help", put options in alphabetical order. ... (Closed-Leaf check-in: d5c6f4784e user: drh tags: save-http-url-password)
2019-06-27
21:23
commit from workarea4 ... (Closed-Leaf check-in: 5769086c55 user: wyoung tags: inadvertent-checkin)
21:22
Same as [28549ec2] ... (Closed-Leaf check-in: 7ae81524ee user: wyoung tags: inadvertent-checkin)
03:54
Because the sync status updates all occur on the same line make this client warning show up on its own line so the output doesn't get cluttered. ... (Closed-Leaf check-in: 82d69e7fae user: andybradford tags: no-race-commit)
2019-06-22
16:57
Enhance the "fossil tag ls" command to allow filtering by tag type. ... (Closed-Leaf check-in: 2d3025adee user: andybradford tags: taglist-tagtype)
2019-06-13
08:20
Help text improvements. ... (Closed-Leaf check-in: c5521b6429 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: ba3e6fe738 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: e59d8d99b8 user: stephan tags: setmtime-checkout-open)
2019-06-11
06:59
Fix the test whether the currently hovered element is the owner of the tooltip. ... (Closed-Leaf check-in: 49bee969ee user: florian tags: tooltip-tweaks)
2019-06-10
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: 60d25189d2 user: drh tags: tablet-antirobot-fix)
2019-06-07
13:10
Minor name changes to new routines. ... (Closed-Leaf check-in: ef848025da user: drh tags: copybtn.js-tweaks)
2019-06-05
08:26
Make sure there's any graph elements, before accessing their properties (applies to timelines for tickets, wiki pages, or forum posts). ... (Closed-Leaf check-in: 6678870734 user: florian tags: copybtn.js-tweaks)
2019-06-03
09:10
Cherry-pick [787650c36a]: Minimize impact of the SVG icon on line height. ... (Closed-Leaf check-in: 0a9f12ce66 user: florian tags: copybtn.js-demonstration)
08:51
Cherry-pick [2196555351]: Use the longer hash prefix for the click-to-copy. ... (Closed-Leaf check-in: 21f38e85b3 user: florian tags: tooltip-copyhash)
2019-05-28
12:16
Explicitly query the client mouse coordinates, to fix the positioning of tooltips for nodes in IE. ... (Closed-Leaf check-in: ac199e7a8a user: florian tags: tooltip-experiments)
2019-05-23
19:29
Since libressl abuses OPENSSL_VERSION_NUMBER, don't let fossil being confused by that. ... (Closed-Leaf check-in: 06cb09dde7 user: jan.nijtmans tags: branch-2.8)
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: b39d8d69dd user: drh tags: selected-branch-on-left)
2019-05-18
21:08
Merge the windows build fix from trunk into the tooltips branch. ... (Closed-Leaf check-in: b406b41453 user: drh tags: tooltips)
20:55
Merge the windows build fix from trunk. ... (Closed-Leaf check-in: d99debe8ee user: drh tags: bad-merge)
2019-05-17
19:30
In the graph layout, make sure that the idxTop value is properly relayed across gaps. ... (Closed-Leaf check-in: e0186fdb5e user: drh tags: graph-improvements)
18:55
Minor coding style change. ... (Closed-Leaf check-in: e5ac794f28 user: mistachkin tags: offline-sync)
08:17
Fix for building with OpenSSL 1.1.1b using MinGW. ... (Closed-Leaf check-in: d2b44d9e81 user: mistachkin tags: mingwFix)
07:27
When deleting a user via /setup_uedit, also disapprove any pending-moderation entries for users which are no longer in the user table. This is programmatically simpler than only removing entries for the removed user but (potential corner case) would also disapprove pending modreq entries if a user account is renamed while moderation of their content is pending. ... (Closed-Leaf check-in: b14cf3bc68 user: stephan tags: moderate-disapprove-on-user-delete)
2019-05-13
21:48
Merge trunk ... (Closed-Leaf check-in: 91a0d5a55f user: jan.nijtmans tags: openssl-1.1)
2019-04-26
16:53
Another invocation of the backoffice was found where the option "--nocgi" might be necessary. ... (Closed-Leaf check-in: 5d7c00f7e5 user: tsbg tags: backoffice-win)
2019-04-18
00:00
Only remember a new URL for permanent redirects. ... (Closed-Leaf check-in: b36783e89b user: mistachkin tags: httpRedir)
2019-03-16
00:26
Enhance the "fossil git export" command so that it also exports tags as lightweight Git tags. ... (Closed-Leaf check-in: 4f19d67b02 user: drh tags: mirror-cmd)
2019-03-13
18:46
Continuing work on the VCCP design. ... (Closed-Leaf check-in: c3f118c529 user: drh tags: vccp)
2019-02-27
12:57
Merge the bug fix from trunk. ... (Closed-Leaf check-in: 50995ed1ee user: drh tags: rmdir-on-update)
2019-02-24
16:46
Make the --nossl and --nocompress server options available for CGI requests. ... (Closed-Leaf check-in: a41ef5e6a2 user: florian tags: cgi-server-options)
2019-02-17
07:47
Make sure the TH1 interp is available before trying to use it. ... (Closed-Leaf check-in: 600accbec3 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: a5ff00506b user: florian tags: non-ascii-cmd-args)
17:39
Backout [6e80af7e52], as this branch enables the 'reparent' command to work without an open check-out. ... (Closed-Leaf check-in: 3580fce8fb user: florian tags: tag-cmd-manifest-updates)
2019-01-29
14:29
Add a test command to infer the hash policy from the length of path names on reconstruct (disabled by preprocessor directive). ... (Closed-Leaf check-in: 8d1ed47cc6 user: florian tags: reconstruct-sha3)
2019-01-27
15:42
List the FOSSIL_SECURITY_LEVEL environment variable in the Environment Variables and Global Options document. ... (Closed-Leaf check-in: 04eb72fd03 user: florian tags: misc-little-things)
15:38
Add the global --comment-format command-line option as an alias for --comfmtflags. ... (Closed-Leaf check-in: a0d10b91f7 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: 31c64c3b1a 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: 6e3f354de1 user: mistachkin tags: ignorePureAdds)
2019-01-21
18:27
The --nossl option is on by default for the "fossil ui" command. ... (Closed-Leaf check-in: 9ae6f8660d user: drh tags: https-all-pages-option)
2019-01-20
23:58
Pick up the cherrypick merge arrow display fix from trunk. ... (Closed-Leaf check-in: 12a022b14a user: drh tags: rid-renumbering)
2019-01-11
05:34
Merge trunk. ... (Closed-Leaf check-in: dbaee34d32 user: mistachkin tags: th1CgiHeader)
03:31
Verify the repository fingerprint whenever a repository is opened from a checkout database. For now, abort with an error if the fingerprint is incorrect. To do: have Fossil automatically adjust RIDs in the checkout database if the fingerprint is incorrect. ... (Closed-Leaf check-in: 6036bc621e user: drh tags: repo-fingerprint)
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: 76f44784d1 user: florian tags: fix-timeline-limit)
07:24
Oops, fallen for testing built-in versus customized skin, fix the previous check-in. ... (Closed-Leaf check-in: dac9293b52 user: florian tags: js-hamburger-menu)
2018-12-31
14:33
Do not allow edits to wiki pages associated with branches, checkins, or tags for users who do not also have checkin privileges. ... (Closed-Leaf check-in: 60e8a08f22 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: 4a30475bdb 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: dc81ac706b user: drh tags: graph-test-branch)
2018-12-27
12:36
Remove two unused variables (introduced by [2efcd19f14] through copy-and-paste) ... (Closed-Leaf check-in: cf0f6fc80b user: florian tags: cmd-options-amend)
2018-12-26
11:12
Rename the 'hide' query parameter to 'nohidden' for the /leaves, /brtimeline, and /tagtimeline web pages. ... (Closed-Leaf check-in: 5359e3db1f 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: fca6626269 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: 550b95e5ee user: florian tags: ansi-c89-compatibility)
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: a4265ae8d9 user: wyoung tags: setup-delegates-cosmetics-to-admin)
2018-11-28
23:43
Minor stylistic changes to the comment formatter. ... (Closed-Leaf check-in: cc9c422d83 user: drh tags: comment-formatter-utf8)
2018-11-09
19:16
Another attempt to fix non-constant format complaint. ... (Closed-Leaf check-in: 725630f3f8 user: wyoung tags: login-on-post)
2018-09-22
17:09
Typo fix ... (Closed-Leaf check-in: b6c490cedb user: tangent tags: libbind-ns-alternative)
04:21
Add build directories to ignore-glob. ... (Closed-Leaf check-in: bddd4961aa user: ashepilko tags: build-ignore-glob)
2018-09-11
14:54
merge trunk ... (Closed-Leaf check-in: 368c78a855 user: jan.nijtmans tags: openssl-1.1)
00:03
Split out the javascript for the default skin into the separate skin-script property. ... (Closed-Leaf check-in: 72cfbf7002 user: drh tags: js-hamburger-menu)
2018-09-10
23:47
Add the styleScript TH1 command to enabling including the script element of the skin in-line in the header or footer. ... (Closed-Leaf check-in: dc88a533e2 user: drh tags: skin-script)
2018-09-03
06:27
The test harness now skips all tests done in the Fossil source repo checkout directory while there are uncommitted changes because that will affect the behavior of fossil status, fossil diff, etc., which in turn tends to create false positives in test harness code that checks for changes in fossil command output. ... (Closed-Leaf check-in: 78ec683882 user: wyoung tags: wrap-run_in_checkout)
2018-09-02
21:46
Fixed an incorrect Tcl string comparison checked in with [e449cb09]. ... (Closed-Leaf check-in: c94617b57d 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: cfbbc53778 user: drh tags: refactor-alerts)
2018-08-26
03:35
Applied the new CSP nonce to the <script> tags in the header for the Enhanced Original, Eagle, and Xekri skins, else the clock in the upper right breaks and Chrome gives an error about the CSP violation. ... (Closed-Leaf check-in: b9d86ed261 user: wyoung tags: csp-nonce)
2018-08-20
18:04
Enable responsive design by default on all skins. ... (Closed-Leaf check-in: 466744aae2 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: 779eaaae81 user: wyoung tags: hide-post-if-needmod)
2018-08-12
03:38
Update wording to match documentation. ... (Closed-Leaf check-in: cbfbfa8c72 user: mistachkin tags: updNewCaps)
2018-08-11
23:51
Coding style tweak. ... (Closed-Leaf check-in: 52b9caa502 user: mistachkin tags: login-with-email)
2018-08-08
18:15
Remove the /test-backoffice-lease webpage, since it doesn't really work correctly. Use only the "fossil test-backoffice-lease" command moving forward. We can wrap that command in a Wapp script if necessary. ... (Closed-Leaf check-in: b6aadace39 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: 4344f806d6 user: wyoung tags: forum-skin-links)
2018-08-07
18:28
Improvements to comments. No code changes. ... (Closed-Leaf check-in: 1b54dd79bf user: drh tags: fork-backoffice)
13:52
Disable the backoffice for SSH clients. ... (Closed-Leaf check-in: 4b4e133a8c user: drh tags: forum-v2)
2018-08-06
20:39
Bug fix: Do not send non-digest subscribers the daily digest email. ... (Closed-Leaf check-in: 174ab076eb user: drh tags: failed-fix)
2018-08-02
03:05
Just in case, modify backofficeTimeout() to handle being called more than once on Win32. ... (Closed-Leaf check-in: 0ef0e10557 user: mistachkin tags: win32Proc)
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: e882081f8d user: drh tags: fork-backoffice)
2018-07-19
13:24
Add support for backtrace in the ./configure script ... (Closed-Leaf check-in: 3e03913b6f user: drh tags: segvhandler)
2018-07-18
16:54
Fix the code for obtaining process ids on windows. ... (Closed-Leaf check-in: 4695f217ce user: drh tags: backoffice)
2018-07-17
15:10
Fix a mimetype typo that prevents email notification from running. ... (Closed-Leaf check-in: e2fd46ddcc user: drh tags: webmail)
2018-07-12
13:13
Fix a compiler warning on the mac build. ... (Closed-Leaf check-in: b6b5048a1b user: drh tags: smtp-win)
2018-07-11
19:46
Fix the socket_receive() function so that it compiles on systems that lack the MSG_DONTWAIT macro (Windows). Such systems lose non-blocking capabilities, but they work otherwise. ... (Closed-Leaf check-in: 31d274d02e 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: efb0f88063 user: mistachkin tags: altLegacyMvRm)
2018-06-23
00:49
Fix some minor problems with email notification support ... (Closed-Leaf check-in: c256626026 user: drh tags: email-alerts)
2018-06-20
18:15
Fixed a C99-ism, removed a couple ancient #if blocks. Re-added uuid to /json/timeline/event output (because it's useful in ways which the event name is not). ... (Closed-Leaf check-in: 57e75eb7f0 user: stephan tags: ben-json-timeline)
01:35
Fix the mimetype selector. Improved styling of the forum display. ... (Closed-Leaf check-in: 837b1cb59b user: drh tags: forum-brainstorm-1)
2018-06-14
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: 4f2b230944 user: drh tags: arrow-color-fix)
2018-06-06
10:39
Merged trunk ... (Closed-Leaf check-in: a253fba0f7 user: mjanssen tags: commonmark-markdown)
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: 9e8a7d4ca8 user: drh tags: fast-clone)
2018-05-14
01:06
Handle appendvfs initialization a little differently, in a way that works on windows. ... (Closed-Leaf check-in: 51c1276ee7 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: 63b967e0ab user: drh tags: mistake)
2018-03-17
22:33
Merge updates from trunk. ... (Closed-Leaf check-in: 5447bc9028 user: mistachkin tags: withMman)
2018-03-08
04:03
Merge in latest from trunk. ... (Closed-Leaf check-in: 0d11ea056b user: andybradford tags: pledge-additions)
2018-02-25
19:09
Add ETags cache control to the /tarball, /zip, and /sqlar pages. ... (Closed-Leaf check-in: f2492f3bb6 user: drh tags: etags-cache-control)
2018-02-24
18:39
Further changes trying to get ETags to work well. But as I type this, I feel like this design is not working out well and I am about ready to start over from scratch. This check-in is just to preserve work in case I want to come back to it later. ... (Closed-Leaf check-in: 02740c2c47 user: drh tags: etags)
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: 6831769d62 user: mgagnon tags: fix_fusefs_on_empty_checkin_crash)
2018-01-15
21:50
Remove unnecessary whitespace. ... (Closed-Leaf check-in: 73d0734a4b user: andybradford tags: mistake)
2018-01-13
14:48
Fix the search result highlighting, fix timeline layout issues with non-commit events, replace the WYSIWYG editor icons, and slightly improve the file browser icons. ... (Closed-Leaf check-in: 9201207f86 user: achavasse tags: skin-ardoise)
2018-01-11
02:33
bad build ... (Closed-Leaf check-in: d4bac2c59a user: drh tags: mistake)
2018-01-06
21:56
Added the ardoise skin. ... (Closed-Leaf check-in: 64e83aa57b 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: c038de8d27 user: drh tags: windows-loopback-ipv6)
2018-01-01
18:48
Get "fossil server" working for IPv6 on MinGW, using hints from Olivier Mascia. ... (Closed-Leaf check-in: 1627571be9 user: drh tags: win-server-ipv6)
2017-12-28
03:37
Fixed some misnamed classes. ... (Closed-Leaf check-in: 313e27ada0 user: zakero tags: skin-xekri-timeline)
2017-12-09
22:00
Fixes to the /artifact_stats page. Make it Admin-only. ... (Closed-Leaf check-in: 2d916a5e05 user: drh tags: artifact-stats)
2017-12-05
01:24
Remove unnecessary "antibot" class names from anchors. ... (Closed-Leaf check-in: 52a47db1a6 user: drh tags: main.js)
2017-12-03
02:11
Fix the setting of authorized editors on the new skin page. ... (Closed-Leaf check-in: d8846443b4 user: drh tags: skin-setup-refactor)
2017-12-02
13:00
Update a comment due to changes in the purpose of Fossil 2.x. No changes to code. ... (Closed-Leaf check-in: 244b84b809 user: drh tags: symlink-refactor)
2017-11-29
14:02
All timelines use the "ss" display preferences cookie. ... (Closed-Leaf check-in: 6314b4ed94 user: drh tags: sticky-timeline-style)
2017-11-26
01:34
Replace the three bullets with a midline ellipsis character in the timelines. ... (Closed-Leaf check-in: 7b9cfa99c3 user: drh tags: declutter-via-js)
2017-11-24
20:04
Add the "Comment Format" selector for to the /setup_timeline page. This allows the admin to configure the timeline comment display in various ways, so that nearly all preferences are satisfied. ... (Closed-Leaf check-in: 4cb350ecc0 user: drh tags: timeline-improvements)
2017-11-10
10:30
(cherry-pick): Upgrade to openssl 1.0.2m ... (Closed-Leaf check-in: 3003decb4e user: jan.nijtmans tags: branch-2.4)
2017-10-19
20:39
Initial changes for adding attachments to check-ins. ... (Closed-Leaf check-in: cb385ba009 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: eb4dda4820 user: andygoth tags: andygoth-doc-symlink)
22:49
Remove unnecessary double NUL-termination from blob ... (Closed-Leaf check-in: 95b6fad941 user: andygoth tags: andygoth-enhanced-symlink)
2017-10-13
08:43
Update autosetup to 0.6.8 (v0.6.7-11-g3eb780c) ... (Closed-Leaf check-in: 2ed09fb8a3 user: steveb tags: autosetup)
2017-10-11
01:30
Merged in an upstream improvement from Autosetup addressing GH issue in a different output file. That in turn requires an adjustment to our new autoreconfigure feature to avoid a make(1) loop. ... (Closed-Leaf check-in: 1d549aa879 user: wyoung tags: wy-autoreconfig)
2017-09-25
12:45
Simplified and improved implementation of annotate_file(). ... (Closed-Leaf check-in: d2b1565b7c user: drh tags: andygoth-annotation-enhancements)
2017-09-24
04:12
Update change log ... (Closed-Leaf check-in: f914bfd3c7 user: andygoth tags: andygoth-search-technote, andygoth-annotation-enhancements)
2017-09-21
09:56
(cherry-pick): Correct /doc webpage in the case of a read-only database containing a vcache table lacking the desired vid ... (Closed-Leaf check-in: 1fdcb20707 user: jan.nijtmans tags: branch-2.3)
2017-09-11
16:44
Restore the --no-dir-symlinks option. ... (Closed-Leaf check-in: aff4363d1c user: mistachkin tags: no-dir-symlinks)
2017-08-30
23:03
Enhancements to the /setup_settings web page. Provide hyperlinks to documentation for all settings. ... (Closed-Leaf check-in: 5068f23d3e user: drh tags: improved-setting-help)
13:29
Merge cleanX ... (Closed-Leaf check-in: fd47eae7da user: jan.nijtmans tags: cleanX-no-clean-glob)
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: ce7baa9798 user: andybradford tags: ssh-shell-cleanup)
2017-07-12
11:03
merge trunk (without SQLite update to 3.20.0 beta, but WITH support for tab-completion in the SQL shell) ... (Closed-Leaf check-in: 107cfe0204 user: jan.nijtmans tags: fossil-2.3-with-older-SQLite)
2017-07-10
18:12
Fixed a mouseover problem in the Xekri skin that was found by Jungle Boogie. ... (Closed-Leaf check-in: 773f9ba75c 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: 970adec0fe user: drh tags: mistake)
2017-07-03
13:48
On the server.wiki page, point to the source code comments that describe the various CGI options. ... (Closed-Leaf check-in: d407e22fed user: drh tags: security-risk)
2017-06-30
16:13
Many new permission checks for the security-audit page. ... (Closed-Leaf check-in: c12ffe2ce1 user: drh tags: security-audit)
2017-05-30
01:26
Further enhancements to SEE integration. ... (Closed-Leaf check-in: 53048387fb user: mistachkin tags: see)
2017-05-29
17:02
Use a standard .txt extension for temporary files and avoid double dots in file name. ... (Closed-Leaf check-in: 51058ce141 user: andybradford tags: amend-regress)
2017-05-22
15:10
(cherry-pick): Update the built-in SQLite to 3.19.0 ... (Closed-Leaf check-in: 70af6acdaa user: jan.nijtmans tags: branch-2.2)
2017-05-11
10:57
Move the "revert" command off of the main "fossil help" screen. ... (Closed-Leaf check-in: 748ec13b33 user: drh tags: mistake)
2017-05-08
23:00
Final proofreading of file glob patterns document before merging to trunk. Also updated the permuted index to match mkindex.tcl and the current glob article title. ... (Closed-Leaf check-in: ea1fd25378 user: rberteig tags: glob-docs)
2017-04-23
13:08
merge trunk. Use new Win10 flag: SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE. See: [https://blogs.windows.com/buildingapps/2016/12/02/symlinks-windows-10/#Y9sMOye6Y8vVYmDx.97] for why this might make this branch work better. ... (Closed-Leaf check-in: 2999c7dc8a user: jan.nijtmans tags: winsymlink)
2017-04-03
11:33
Use the (existing) 'T' card in stead of an (incompatible) 'C' card, to store GIT's Tag comment. ... (Closed-Leaf check-in: f2e075b9d5 user: jan.nijtmans tags: roy-export)
2017-03-30
15:27
Update the built-in SQLite to 3.18.0 ... (Closed-Leaf check-in: 017baa24e1 user: jan.nijtmans tags: branch-2.1)
07:23
merge-mark (no change, because the removal of unused code from local.tcl was already done in trunk) ... (Closed-Leaf check-in: 327dc56377 user: jan.nijtmans tags: autosetup)
2017-03-15
18:20
Merge latest trunk ... (Closed-Leaf check-in: ad9d418cbb user: mgagnon tags: dir_history_link)
2017-03-13
22:24
Merged from trunk for testing before pushing back to trunk. ... (Closed-Leaf check-in: f955c632c4 user: rberteig tags: rkb-2.0-tests)
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: 4fa4c0218f user: drh tags: basic-authentication-2)
2017-03-10
01:44
Merge recent enhancements from trunk ... (Closed-Leaf check-in: 41d43ec6b9 user: drh tags: optimize-pragma)
2017-03-06
15:32
Merge trunk ... (Closed-Leaf check-in: 4bf7e4ef56 user: jan.nijtmans tags: sqlite3-compat)
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: aa92dc8efe 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: f41f6f33ad user: jan.nijtmans tags: branch-2.0)
2017-03-05
19:49
More tweaks to the "Hash Policy" document. Add the Hash Policy document to the permuted index. ... (Closed-Leaf check-in: f55db74d97 user: drh tags: fossil-2.1)
2017-03-03
19:29
merge trunk ... (Closed-Leaf check-in: 5e19d73176 user: mgagnon tags: stash-gdiff-improvement)
2017-03-01
21:39
Indicate the use of hardened-SHA1 in the "fossil version -v" output. ... (Closed-Leaf check-in: e81f4d4ec7 user: drh tags: hardened-sha1)
15:35
Change references to "SHA1 hash" in comments and UI labels to be "artifact hash" or similar. ... (Closed-Leaf check-in: b9a1a3b9d8 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: 17ea282226 user: drh tags: sha3)
2017-02-22
09:49
Merge stripping end-of-line change from "roy-export" branch ... (Closed-Leaf check-in: bd65092f33 user: jan.nijtmans tags: jn-export)
2017-02-14
03:04
For safety, the --verily option to clean should force all symlinks to be treated as normal content files. ... (Closed-Leaf check-in: 8fdf8cbe9c user: mistachkin tags: symlinks)
2017-02-07
06:39
Show commit information after new branch is committed to avoid confusion. ... (Closed-Leaf check-in: cbde195a11 user: andybradford tags: branch-info)
2017-02-01
04:51
Missed one. ... (Closed-Leaf check-in: 2f19a68768 user: mistachkin tags: noSymlinks)
2017-01-17
02:16
More revisions to verbose version information reporting, especially for FUSE. ... (Closed-Leaf check-in: 444e3c4375 user: mistachkin tags: versionReform)
2017-01-10
20:38
Schema enhancements necessary to support the Remark artifact. ... (Closed-Leaf check-in: f051f1d3d1 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: 856ca01b13 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: a4de0004b0 user: baruch tags: bash-completion)
2016-12-08
06:17
Update to SQLite 3.15.2 ... (Closed-Leaf check-in: 8b03934ead user: jan.nijtmans tags: branch-1.36)
2016-12-01
16:27
Fix the "fossil all ui" logic so that it still works for directory listings inside of chroot jails. ... (Closed-Leaf check-in: 226a0990d3 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: 3cf8891e9d user: andybradford tags: settings-regression)
21:50
Draft fix for 'settings' command issue when using the '-R' option. ... (Closed-Leaf check-in: 9807a05d8a user: mistachkin tags: settingRFix)
2016-11-19
05:59
Correct issue with open/closed tags by changing the closed column to a quasi-aggregate query, i.e. one which is a function of the argument to GROUP BY and not anything which varies within the group. This gives consistent results with the baseline branch ls command, but it introduces a MAJOR performance regression. Listing closed tags goes from 0.033s in the baseline to 1.882s, i.e. it takes 56 times longer. ... (Closed-Leaf check-in: b302f89352 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: 57fea3151e user: drh tags: stat-update)
2016-11-07
00:53
Update for a new instance of crnl-glob that was added since this branch's baseline ... (Closed-Leaf check-in: 46fd89ea9b user: andygoth tags: andygoth-crlf)
00:20
Correct SELECT to not exclude added files, i.e. files not present in the blob table ... (Closed-Leaf check-in: 45e2e3e968 user: andygoth tags: andygoth-changes)
2016-11-06
16:38
Correct incorrect commit in [36e7558a11598] (with incorrectly committed code) ... (Closed-Leaf check-in: ae424dc16a user: andybradford tags: mistake)
2016-11-05
15:40
Update permuted index to show non-permuted items in bold ... (Closed-Leaf check-in: 805b69772e user: andygoth tags: andygoth-timeline-ms)
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: 6a80a2f246 user: mistachkin tags: altFuseFsDef)
2016-10-27
15:34
Add another entry to the graph-test-1.wiki checklist for this case. ... (Closed-Leaf check-in: 58d4f3c076 user: drh tags: baruch-timeline-fix)
2016-10-25
22:06
Merge updates from trunk. ... (Closed-Leaf check-in: 66c5bc56ae user: mistachkin tags: experimental)
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: 0d247d57b4 user: mistachkin tags: tktSetFix)
2016-10-18
21:55
Make the new wiki MIME type handling more consistent with the existing code. ... (Closed-Leaf check-in: 0dc1187e79 user: mistachkin tags: jsonWikiMimeTypes)
2016-10-16
00:22
Merge updates from trunk. ... (Closed-Leaf check-in: 5634375d0b user: mistachkin tags: stash-fixes)
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: d70f527884 user: andybradford tags: login-group-enhancements)
2016-10-12
22:04
Closing because functionality already available in Fossil by clicking on the date in the info page ... (Closed-Leaf check-in: 4f92a66387 user: andygoth tags: andygoth-circa)
2016-10-10
18:53
Cosmetic TH1 doc tweaks. ... (Closed-Leaf check-in: 2a163d5cb6 user: mistachkin tags: th1Unversioned)
05:55
Merge updates from trunk. ... (Closed-Leaf check-in: 82d77c23a6 user: mistachkin tags: prjDesc)
2016-10-08
14:06
Fix a regression introduced in [69668f8c57] that broke export of tags. ... (Closed-Leaf check-in: b2e0fda9e1 user: nick.lloyd tags: nick.lloyd-git-interop)
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: 75ddc3687a user: andybradford tags: pending-review)
2016-10-04
19:17
Coding style tweaks. ... (Closed-Leaf check-in: 34d988c244 user: mistachkin tags: seeEnhanced)
02:55
Coding style tweak. ... (Closed-Leaf check-in: b47e4cc401 user: mistachkin tags: binDiffFix)
2016-10-03
21:30
Merge updates from trunk. ... (Closed-Leaf check-in: be316701b9 user: mistachkin tags: dirSymlinks)
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: 34d0c57043 user: andybradford tags: pending-review)
2016-09-30
21:55
Merge from trunk. ... (Closed-Leaf check-in: 9beff66bdc user: jan tags: jan-manifest-tags)
15:22
Fix a bug in the error message when the --checkin argument of fossil diff has no parent. ... (Closed-Leaf check-in: 38daa9aa75 user: drh tags: diff-show-changes)
2016-09-19
17:50
Merge updates from trunk. ... (Closed-Leaf check-in: 8fbd5fb661 user: mistachkin tags: autosetupAndJimTcl)
2016-09-15
04:12
Even more consistency. ... (Closed-Leaf check-in: e5cbf41c04 user: mistachkin tags: tarAndZip)
2016-09-13
14:15
(cherry-pick): Update the makefiles so that the build-in SQLite compiles with SQLITE_OMIT_SHARED_CACHE. Update the build-in SQLite sources to 3.14.2. ... (Closed-Leaf check-in: 0417467b72 user: jan.nijtmans tags: branch-1.35)
04:35
Add '--no-prompt' option to the 'commit' command. ... (Closed-Leaf check-in: 4f3f39c4be 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: 65207d617d user: drh tags: mistake)
2016-09-08
02:09
Merge in latest changes from trunk. ... (Closed-Leaf check-in: 1912b2f864 user: andybradford tags: stash-fixes-openssl-1.1.0)
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: 0120be34ea user: andygoth tags: merge-rename-lockup)
2016-08-23
17:21
Add a comment. ... (Closed-Leaf check-in: ca6c8f9be8 user: mistachkin tags: settingsTest)
09:49
eliminate some end-of-line spaces ... (Closed-Leaf check-in: 22ed008469 user: jan.nijtmans tags: mistake)
2016-08-22
02:22
Slightly improve clarity of the db_database_slot() function. ... (Closed-Leaf check-in: a12d712203 user: mistachkin tags: omit-db_name)
2016-08-18
14:30
merge trunk ... (Closed-Leaf check-in: e81063b97a user: jan.nijtmans tags: pending-review)
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: ae36cd66ae user: mistachkin tags: anonPermHyperlink)
2016-08-17
15:36
Show the number and total size of unversioned files on the /stat page. Add a link to /uvlist from /sitemap. ... (Closed-Leaf check-in: 83c7571f28 user: drh tags: unversioned-files)
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: 0ab5ad5f36 user: drh tags: child-projects)
2016-08-12
04:46
Add experimental 'raw' mode for embedded TH1 docs. ... (Closed-Leaf check-in: fbd31d4c2d user: mistachkin tags: th1RawDocs)
2016-08-02
15:17
Add a further warning on the purge command to indicate that it is dicey. That extra warning makes the purge code permissible to add to trunk. ... (Closed-Leaf check-in: 501f3e1143 user: drh tags: purge)
2016-08-01
12:40
Use C89 comments (not C99 style). Only the comment delimiters have been changed. ... (Closed-Leaf check-in: c665a2f214 user: dave.vines tags: djvfixcommentstyle)
2016-07-05
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: a78e511853 user: jan.nijtmans tags: close-fork-arrow)
2016-06-26
17:04
Improve comments ... (Closed-Leaf check-in: 8bdd0abc7a user: jan.nijtmans tags: invalid_utf8_improvements)
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: 68194175fb user: drh tags: diff-search)
2016-06-22
09:11
merge trunk ... (Closed-Leaf check-in: 414fc1e95c user: jan.nijtmans tags: html-cleanup)
2016-06-17
00:04
merged from trunk ... (Closed-Leaf check-in: 8a877a7b18 user: sdr tags: invalid_utf8_table)
2016-06-10
14:40
Add the --dryrun option to "reparent" and "tag add" and "tag cancel". Fix a typo in the command-line help for "reparent". ... (Closed-Leaf check-in: 9cf12e655f user: drh tags: reparent)
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: d5575d14de user: drh tags: autosync-failure-prompt)
2016-05-27
23:07
For the MinGW makefiles, support optional prefixing of all linker arguments. ... (Closed-Leaf check-in: 0ac4f5d33b user: mistachkin tags: mingw-exp)
2016-05-23
15:46
Merge trunk ... (Closed-Leaf check-in: ca59c662d4 user: andygoth tags: andygoth-quote-apostrophe)
15:45
Merge trunk ... (Closed-Leaf check-in: 83bd4f37b1 user: andygoth tags: andygoth-brackets-outside-link)
15:37
Merge trunk ... (Closed-Leaf check-in: 6164dac54c user: andygoth tags: andygoth-svn-import)
2016-05-19
14:19
Update SQLite to 3.13.0 ... (Closed-Leaf check-in: 256b950a7b user: jan.nijtmans tags: branch-1.34)
2016-05-17
11:44
tiny cleanup ... (Closed-Leaf check-in: 9340f2fc81 user: baruch tags: brlist-cleanup)
2016-05-12
21:11
Properly update the execute bit if it has changed in the commit being merged, and add info about changed permissions to the merge command's output. ... (Closed-Leaf check-in: 3683508e98 user: joel tags: merge-renames)
2016-04-22
18:03
Avoid reprompting for the encryption key on every HTTP request when running "fossil ui" on an encrypted repository. ... (Closed-Leaf check-in: a7563f08db user: drh tags: see)
2016-04-10
02:10
Merge trunk. ... (Closed-Leaf check-in: cfca8ec34d user: andygoth tags: mistake)
2016-04-08
13:03
Updating from trunk. ... (Closed-Leaf check-in: a1b0955973 user: viriketo tags: viric_flavour)
2016-04-02
04:47
Use retry logic for SSL read/write as described in the OpenSSL docs. ... (Closed-Leaf check-in: c13b6ba727 user: mistachkin tags: sslRetry)
04:28
Remove superfluous initialization of $passed. ... (Closed-Leaf check-in: e33ed0c55a user: joel tags: revert)
00:35
Add some options to the test-all-help command. ... (Closed-Leaf check-in: 1b0a3cf3b3 user: rberteig tags: ross-spellcheck)
2016-03-19
15:17
Merge risers must not go straight up to another node on the same rail. ... (Closed-Leaf check-in: 38b52a5f0c 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: b9f31fe1e7 user: mistachkin tags: do-not-merge, removeMiniz)
00:47
Update the expected results of the tests to account for trunk changes. ... (Closed-Leaf check-in: b511398536 user: mistachkin tags: mvHardDirFix)
2016-03-07
20:33
Tweak make test to not include the obsolete scary warning, to use the -quiet flag, and to include the empty by default TESTFLAGS macro so that make test can be used as an easy way to invoke the test runner. Changes made in makemake.tcl, which was then run to regenerate main.mk. ... (Closed-Leaf check-in: 9dc8ff235e user: rberteig tags: testerCleanup)
2016-03-06
06:35
Merge updates from trunk. ... (Closed-Leaf check-in: ff4a4fe6b2 user: mistachkin tags: pending-review)
06:35
Merge updates from trunk. ... (Closed-Leaf check-in: 4bd2b54592 user: mistachkin tags: pending-review)
06:34
Merge updates from trunk. ... (Closed-Leaf check-in: 370c003d15 user: mistachkin tags: baruch_timeline_fixes)
06:28
Merge updates from trunk. ... (Closed-Leaf check-in: 45ed23d946 user: mistachkin tags: altBaseUrlRepoDir)
2016-03-02
02:21
Tweak descriptions of FOSSIL_USER, LOGNAME, USER, and USERNAME environment variables. ... (Closed-Leaf check-in: 809e80a1d9 user: rberteig tags: ross-doc-env)
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: d4907f17fb user: joel tags: testCheckoutReform)
2016-02-26
02:54
Add -e as a short option for --edit-comment in the amend command. ... (Closed-Leaf check-in: 769bc7b436 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: e8735d6a47 user: stephan tags: slash-name-links)
2016-02-06
02:03
Merged from trunk to pick up work in progress and a bug fix to tester.tcl. Fixed issue introduced by the addition of the insertCsrf and verifyCsrf commands from ci [f8820eff] which broke the test th1-info-commands. Also fixed the dependence on the order of commands output by TH1. ... (Closed-Leaf check-in: 2de15c8e3b user: rberteig tags: rberteig-json-test)
2016-02-04
16:06
Fix a minor preprocessor directive typo. ... (Closed-Leaf check-in: 4fae98e73f user: jan tags: jan-manifest-tags)
2016-02-02
15:58
updated to miniz-1.16 beta r1 ... (Closed-Leaf check-in: 0cd368f1bf user: stephan tags: miniz-1.16br1)
03:39
Candidate fix for --baseurl option when used with a directory of repositories. May need fine-tuning. ... (Closed-Leaf check-in: 7063f8d4cc user: mistachkin tags: baseUrlRepoDir)
2016-02-01
20:22
Use strncmp() instead of memcmp(). ... (Closed-Leaf check-in: ffd5e09ec7 user: mistachkin tags: httpsBaseUrl)
04:38
Test of latest feature branches, do not merge. ... (Closed-Leaf check-in: 1a164e5fb7 user: mistachkin tags: do-not-merge, feature-test)
04:34
Add --https and --nossl options to the 'server' command. ... (Closed-Leaf check-in: 2bf596c9d5 user: mistachkin tags: serverHttps)
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: 62f8ac1f69 user: mistachkin tags: adminPerms)
2016-01-31
21:13
Add the 'insertCsrf' and 'verifyCsrf' commands to TH1. ... (Closed-Leaf check-in: 0357c16930 user: mistachkin tags: th1AntiCsrf)
2016-01-29
22:57
Tweak for 'internal-sqlite=0'. ... (Closed-Leaf check-in: 98881d8970 user: mistachkin tags: configInTree)
2016-01-28
22:15
remove submenu items from branch list page that link to old-style list, since all the individual inforation is now available in aggregated and sortable form on the main list ... (Closed-Leaf check-in: 972dc1c632 user: baruch tags: do-not-merge, test-only)
21:32
Add test-version web page. Refactor command line 'version' command into a function to help facilitate that. ... (Closed-Leaf check-in: eb7a7a3321 user: mistachkin tags: testVersionPage)
2016-01-26
14:12
Redo TIP #440 alternative - again - now using the "info runtime" command. ... (Closed-Leaf check-in: 9633f6ac94 user: jan.nijtmans tags: tip-440-alt)
2016-01-21
10:32
Fix memory leak from previous commit ... (Closed-Leaf check-in: 9ab7122d6a user: baruch tags: pending-review)
2016-01-20
13:36
Add submenu to default branch list page ... (Closed-Leaf check-in: 737e8d2394 user: baruch tags: pending-review)
10:46
Change piechart table to view since tables have undefined order ... (Closed-Leaf check-in: cdf0d6a3a3 user: baruch tags: pending-review)
2016-01-18
03:11
Update change log. ... (Closed-Leaf check-in: 853a228591 user: mistachkin tags: mingwConfigure)
03:05
Update change log. ... (Closed-Leaf check-in: 042dac535a user: mistachkin tags: tclPlatform)
2016-01-16
23:10
More zlib detection before OpenSSL detection. ... (Closed-Leaf check-in: fd2842c08a user: mistachkin tags: zlibBeforeOpenSsl)
2016-01-13
06:19
Simplify the previous check-in. ... (Closed-Leaf check-in: 384482a87c user: mistachkin tags: sqlCmdNoRepo)
2016-01-11
22:27
By default, use the automatic zlib detection. When --with-zlib=tree is used, use zlib from the source tree. ... (Closed-Leaf check-in: 260266c1ec user: mistachkin tags: useTreeZlib)
2016-01-07
20:42
minor typo fix. ... (Closed-Leaf check-in: 82bb1901cd user: stephan tags: hierarchical-manifests)
2016-01-06
19:44
Do not set the directory permission bit on empty files when creating a ZIP archive. ... (Closed-Leaf check-in: 18607775fe user: mistachkin tags: pending-review)
2015-12-31
15:18
Use intrinsic functions to boost the performance of the delta checksum. ... (Closed-Leaf check-in: 726ab361a8 user: drh tags: checksum-intrinsics)
11:31
[c541b6e734] Add attachments to technotes ... (Closed-Leaf check-in: 67288e935a user: dave.vines tags: technoteattach)
00:25
Add primary MIME types for C# (.cs) and VB.NET (.vb) source code. ... (Closed-Leaf check-in: 33dd770461 user: mistachkin tags: dotnet-mime)
2015-12-23
11:41
Change piechart table to view since tables have undefined order ... (Closed-Leaf check-in: 7c1568e3a0 user: baruch tags: enhance-reports)
2015-12-22
14:44
Removed unneeded variable ... (Closed-Leaf check-in: 2c5a5e82be 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: 8c0eabcb33 user: drh tags: use-ROOT)
14:12
Initial support for managing technotes from the command-line. ... (Closed-Leaf check-in: 0a13f4cb5f 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: 4093347447 user: mistachkin tags: artifactDownload)
2015-12-11
12:39
Fix [http://www.sqlite.org/src/info/96d3e99ffe59b528|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: cfc7117a17 user: jan.nijtmans tags: mistake)
2015-12-03
08:57
Correct code for style, no change in functionality. ... (Closed-Leaf check-in: 654fb1f4af 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: 6ebef28f2b 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: 5f32bf719d user: andybradford tags: pending-review)
2015-11-17
19:51
Change the user list to a sortable table. ... (Closed-Leaf check-in: 72de3100c2 user: drh tags: user-config-revamp)
2015-11-06
09:20
base file ... (Closed-Leaf check-in: 942a314268 user: jan.nijtmans tags: mistake)
2015-11-03
21:46
Make sure that the 'open' command honors the global 'allow-symlinks' setting in addition to the versioned and per-repository ones. ... (Closed-Leaf check-in: 8aed22a231 user: mistachkin tags: unixSymlinks)
01:20
Always print a warning if "fossil clean" is unable to remove a file, even if the --verbose option is omitted. ... (Closed-Leaf check-in: 6c2a2087d2 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: b38adc347a user: drh tags: mimetype-changes)
11:30
Merge trunk. Almost forgot about this one. Please review. ... (Closed-Leaf check-in: af7de966ff user: jan.nijtmans tags: exec-rel-paths)
2015-10-20
08:14
Docker build "release" by default. Meant for upcoming Fossil release. ... (Closed-Leaf check-in: 2a1d7e0efc user: jan.nijtmans tags: pending-review)
2015-10-08
01:37
revert accidental line addition in comment header. ... (Closed-Leaf check-in: f8dbed8e7c user: mgagnon tags: timeline_showfiles_fix)
2015-10-03
21:35
New enhancements to the /timewarps page. ... (Closed-Leaf check-in: a766e7501e user: drh tags: timewarp-enhancements)
2015-09-15
19:11
"cat" synonym for "stash show" ... (Closed-Leaf check-in: 533f8b6aea user: bch tags: stash-cat)
2015-08-26
14:06
fix bug in finding previous version of changed file ... (Closed-Leaf check-in: 24048eadf9 user: baruch tags: svn-import)
2015-08-24
08:56
put permuted index of docs after non-permuted index ... (Closed-Leaf check-in: 49a77b5184 user: michai tags: doc-bold-canonical)
2015-08-21
04:33
Merge updates from trunk. ... (Closed-Leaf check-in: bf380d4b5b user: mistachkin tags: ckol-th1-dir-cmd)
2015-08-07
05:16
Merge in changes from trunk. ... (Closed-Leaf check-in: 5246eac0c8 user: andybradford tags: check-in-edit)
2015-08-02
02:44
Avoid using a null pointer resulting in a segfault if caller sends in null. ... (Closed-Leaf check-in: 2d714a4e48 user: andybradford tags: pending-review)
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: a19c1f4286 user: andygoth tags: andygoth-undo-redo-revert-spacing)
2015-07-11
07:39
Merge updates from trunk. ... (Closed-Leaf check-in: 0e4247f92f user: mistachkin tags: enhancedUndo)
2015-07-10
09:47
Merge trunk. Add built objects to "ignore-glob" for testing purposes ... (Closed-Leaf check-in: 2821e284c5 user: jan.nijtmans tags: enhancedUndo-test)
2015-06-27
19:16
Add tags to the title and description for RSS feed items. ... (Closed-Leaf check-in: e65e4f2fa5 user: mistachkin tags: rssTags)
2015-06-26
21:25
Fix memory leak in prompt handling. Move clean-glob setting to ignore-glob, that makes "fossil extras" and "fossil clean" behave much more sensible. ... (Closed-Leaf check-in: a98c99571f user: jan.nijtmans tags: undo-clean)
2015-06-20
17:16
Add preliminary support for Visual Studio 2015 to the MSVC batch build tool. ... (Closed-Leaf check-in: 31706552da user: mistachkin tags: nmakeNoIfDef)
2015-06-19
21:54
Merge updates from trunk. ... (Closed-Leaf check-in: 7fd7c4ca57 user: mistachkin tags: dynamicMsvc)
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: 2a0bc313fb 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: 3a9017f9d1 user: andygoth tags: andygoth-help-option)
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: 2d79355f9c user: drh tags: linenoise)
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: 08709aa79c user: jan.nijtmans tags: branch-1.33)
2015-05-30
08:53
merge trunk ... (Closed-Leaf check-in: 7699d14104 user: jan.nijtmans tags: sync-forkwarn)
2015-05-28
05:01
Remove stray debugging output. ... (Closed-Leaf check-in: dd6ec72d63 user: mistachkin tags: th1GlobMatch)
2015-05-27
19:17
Add and refine tests, part 2. ... (Closed-Leaf check-in: 0b5b87ac84 user: mistachkin tags: mvRmHardFix)
03:58
Add minimal 'lsearch' command to TH1. Only exact case-sensitive matching is supported. ... (Closed-Leaf check-in: eabd7290fb user: mistachkin tags: lsearchCmd)
2015-05-26
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: 89212c5a69 user: jan.nijtmans tags: mvRmHardFix)
2015-05-19
10:32
Remove unnecessary code from the "fossil clean" command. ... (Closed-Leaf check-in: fc87154337 user: drh tags: noDirPrompt)
10:20
Minor adjustments to drop-down menus on the /reports page. ... (Closed-Leaf check-in: 529492b9de user: drh tags: andygoth-user-reports)
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: cfedef78dc user: andygoth tags: andygoth-tkt-674d5d5556)
2015-05-17
19:42
Inhibit timeline links to wiki pages that have been deleted. ... (Closed-Leaf check-in: e6dae0228d user: andygoth tags: andygoth-inhibit-deleted-wiki-link)
17:55
Revert inadvertent style change. ... (Closed-Leaf check-in: bdb90f6931 user: andygoth tags: andygoth-empty-dirs-parents)
2015-05-16
11:38
Added "More..." to the main menu. ... (Closed-Leaf check-in: 156b602d77 user: zakero tags: skin-xekri)
2015-05-15
18:48
Update changelog. ... (Closed-Leaf check-in: af05fe23a3 user: andygoth tags: andygoth-metadata-info)
17:51
Replace call to checkout_set_all_exe() which only works on the execute bit with inline code that updates both the isexe and islink columns of the vfile table for all files in the checkout. ... (Closed-Leaf check-in: 9e52251e6e user: andygoth tags: andygoth-metadata-changes)
2015-05-13
21:55
rename search_init() -> fossil_search_init() to avoid name collision w/ libedit (patch sumbmitted by Warren Young) closed -- see simpler fix @ [e06e65bbf2] ... (Closed-Leaf check-in: 947369c124 user: bch tags: trunk)
2015-05-12
04:58
Permit the --notfound and --repolist options to be used together. ... (Closed-Leaf check-in: fd783e2b6a user: mistachkin tags: repoNotFound)
2015-05-11
01:35
Fix an uninitialized variable in the "fossil rebuild" command when using the --compress-only option. ... (Closed-Leaf check-in: 1ab29c8299 user: drh tags: piechart)
2015-05-09
12:12
Add the PIE_PERCENT option to the pie-chart drawer. ... (Closed-Leaf check-in: 25d70429d0 user: drh tags: piechart)
2015-05-08
03:22
Reimplement timeline-circle-nodes and timeline-arrowheads skin options. ... (Closed-Leaf check-in: aaa0e6d149 user: joel tags: graphcss)
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: ce5af0966e user: drh tags: piechart-table-sizes)
2015-05-05
18:59
Update the built-in SQLite to the second beta of 3.8.10. ... (Closed-Leaf check-in: 7d2ac84598 user: drh tags: show-add-by-merge)
2015-05-02
20:54
Avoid panic on opening a repository lacking .fossil-settings/allow-symlinks or .fossil-settings/allow-symlinks.no-warn . Probably want to reconsider the way historical_version_of_file() handles error codes. ... (Closed-Leaf check-in: 90c0344275 user: andygoth tags: andygoth-versioned-open)
2015-04-29
12:28
Remove versionable setting "keep-glob", as not everyone wants this. ... (Closed-Leaf check-in: 07fb7f64f4 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: 4a0deae59d user: drh tags: alternative-fork-warning)
2015-04-23
00:35
Only check leaves for forks on multi-child nodes. This prevents warnings from being extra verbose when a commit is made on any of the forks. ... (Closed-Leaf check-in: 64b221aacf user: andybradford tags: sync-forkwarn)
2015-04-22
16:23
Style consistency change. ... (Closed-Leaf check-in: 509360e5e4 user: andybradford tags: mistake)
2015-04-10
17:33
Only check for forks on "open" leaves, otherwise we cannot do anything about it from here anyway. Thanks to Andy Bradford for noticing this. ... (Closed-Leaf check-in: 72794ec975 user: jan.nijtmans tags: update-fork-warn)
00:18
Use one setting instead of two. Using one default fallback constant instead of two. Remove the '--metadata-only' option entirely. ... (Closed-Leaf check-in: d981fe2c5e user: mistachkin tags: mvAndRmFiles)
2015-04-09
23:22
Remove extraneous printf() statements from the IPv6 logic in the unix CGI server code. ... (Closed-Leaf check-in: 2d9d276b7f user: drh tags: ipv6-server)
2015-04-03
03:56
Evidently, the changes on this branch are no longer required. The underlying database locking issue has already been resolved. ... (Closed-Leaf check-in: 999de0b746 user: mistachkin tags: tkt-b6eea9446d)
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: 7c8eb85c24 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: 2d3dc9b00d 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: 7eb1b666e9 user: jmoger tags: skin-blitz)
2015-03-30
17:43
Convert background colors into foreground colors before using them for drawing graph lines. ... (Closed-Leaf check-in: 70e882b5db 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: 9cd79bf009 user: drh tags: auto-fg-color)
2015-03-26
13:23
Merge updates from trunk ... (Closed-Leaf check-in: f8832feb39 user: jmoger tags: differentiate-timeline)
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: eae6f32f1c user: mgagnon tags: diff-context-menu-entry)
2015-03-17
21:03
Fix for "fossil new --docker" and for [http://www.mail-archive.com/fossil-users%40lists.fossil-scm.org/msg17644.html|Chisallapp: I have two trunks ?], while still guaranteeing the rid=1 initial empty commit. ... (Closed-Leaf check-in: 12c54ad313 user: jan.nijtmans tags: docker)
20:54
Adjust submenu input margins ... (Closed-Leaf check-in: 10779515b9 user: jmoger tags: skin-blitz)
17:07
Fix over-length source code lines in src/xfersetup.c ... (Closed-Leaf check-in: ae09eed3aa user: drh 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: b088c53fbd user: sdr tags: dotfiles-setting)
2015-03-16
19:45
Fix an extraneous blank line in the previous check-in. ... (Closed-Leaf check-in: bfbf3bfd96 user: drh tags: git-import)
16:02
Some timeline lines were too short. ... (Closed-Leaf check-in: c4697ad8af user: Isius tags: timelineAntialiasing)
14:02
Update Blitz skin based on forum feedback ... (Closed-Leaf check-in: 108ccef535 user: jmoger tags: skin-blitz)
2015-03-13
16:14
Initial contribution of the Blitz skin (two variants) ... (Closed-Leaf check-in: 5d3eb177dc user: jmoger tags: skin-blitz)
2015-03-10
04:05
Fix an off-by-one error in computing some coordinates in the graph layout. ... (Closed-Leaf check-in: 3229e5e83c user: drh tags: ex-graph)
2015-03-06
22:31
Less verbose -v ... (Closed-Leaf check-in: 4f46e4f910 user: peter tags: peter-ls)
08:28
Need to account for adjacent ranges to avoid bad data from db_column_text. ... (Closed-Leaf check-in: 17b67a9b82 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: 4984c5ef93 user: michai tags: ml-doc-changes)
09:20
add note to WWW-docs about building using MinGW4.0 resulting in non-working binary, as suggested on ML ... (Closed-Leaf check-in: ede82808ae 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: 739b3aab92 user: mistachkin tags: pending-review)
2015-02-28
18:48
use some less(1)-like keybindings for tkdiff scrolling ... (Closed-Leaf check-in: 15396ab412 user: michai tags: tkdiff-lessish-keybinds)
18:24
changed 'localtime' to 'local time' in WWW-docs, and other typo ... (Closed-Leaf check-in: 83656a4dfd user: michai tags: ml-jb-doc-typos)
13:29
Fixed how Selected Timeline rows are rendered. ... (Closed-Leaf check-in: d528f2bb9e user: zakero tags: skin-xekri)
2015-02-26
21:52
replace 'checkin' by 'check-in' in WWW-docs, except in links, arguments and combined words already containing a hyphen ... (Closed-Leaf check-in: 3312e40f0f user: michai tags: ml-jb-doc-typos)
2015-02-24
00:51
Merge updates from trunk. ... (Closed-Leaf check-in: ae8f6f2b7a user: mistachkin tags: unifiedStart)
2015-02-23
23:40
Execute 'optional' SQL statements in their original order. ... (Closed-Leaf check-in: 24d7ebe12a user: mistachkin tags: optSql)
2015-02-22
15:59
merge compiler fix for msvc.. ... (Closed-Leaf check-in: 44686ca1a9 user: mgagnon tags: svn-import_no-svn-rev)
2015-02-14
14:55
Added the referred_from_login() function and use it to enhance the /zip and /tarball pages so that they show a download button to click if the referrer page was /login. ... (Closed-Leaf check-in: bcebe55e91 user: drh tags: login-enhancements)
02:12
Improvements to the ranking function. Add the undocumented "debug" query parameter to /search. ... (Closed-Leaf check-in: 9f67861aed user: drh tags: search-enhancements)
2015-02-13
19:39
Obscure the captcha text using a character substitution for three seconds. ... (Closed-Leaf check-in: 618420b1b8 user: drh tags: captcha-enhancement)
2015-02-10
17:31
Merge updates from trunk. ... (Closed-Leaf check-in: 488dcfada1 user: mistachkin tags: viric_pbranch)
2015-02-09
20:53
Add a "Show/Hide Files" button under the "Context" section of the check-in page. ... (Closed-Leaf check-in: 4932465ecc user: drh tags: context-show-files)
10:37
Show the branch in the checkin description (artifact and file diff pages). ... (Closed-Leaf check-in: dad37196fb 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: 39e165afb3 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. <strong>Update:</strong>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: d0b1b1114e user: viriketo tags: viric_mimeopendocument)
2015-02-06
21:38
Further adjustments to the timeline control format. ... (Closed-Leaf check-in: c8f121c7c8 user: drh tags: timelineMods)
10:02
merge trunk, (inadvently changed many "execute" flags, therefore moved to "mistake") ... (Closed-Leaf check-in: bddc40ced2 user: jan.nijtmans tags: mistake)
03:28
Do not let the "Lines:" box go below one on the /timeline. If it does, automatically revert to 10 lines. Also, arrange for the default number of lines to be 50 in most cases, but only 11 if the c= (circa) query parameter is used. Use n=all to see the entire history of the graph. ... (Closed-Leaf check-in: 99e081efe5 user: drh tags: form-submenu)
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: 6535398e87 user: drh tags: inline-button)
2015-02-04
07:17
Update the Jim Tcl included with autosetup to 0.76. ... (Closed-Leaf check-in: 523e68e945 user: mistachkin tags: jim076)
2015-02-03
20:46
Merge from trunk. ... (Closed-Leaf check-in: fc0b5efb8d user: dg tags: dg-skin-reset)
04:58
Add a control to the /srchsetup page that allows the full-text index to be created and destroyed. ... (Closed-Leaf check-in: ef78fba86a user: drh tags: indexed-fts)
2015-02-02
22:01
proxy setting test adj for new [32f8da0ce785b63] "fossil setting" logic per ticket [5e35dd60cf7410af64d41] ... (Closed-Leaf check-in: f201cb61a0 user: bch tags: fsl_setting_proxy)
2015-02-01
07:18
Merge latest trunk. This branch is more a "proof-of-concept" then a final implementation. ... (Closed-Leaf check-in: 8841f6d48f user: baruch tags: file-filter)
2015-01-30
01:14
merge [trunk] ... (Closed-Leaf check-in: 8ad906662c user: bch tags: clobber_fixer)
2015-01-29
20:54
less abstract, closer to affected (clone, init/new) subcommands ... (Closed-Leaf check-in: b0a3bfb038 user: bch tags: clobber_fixer)
2015-01-27
22:14
Fix some calls to builtin_text() on the style setup pages. ... (Closed-Leaf check-in: d7e39ac9f2 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: 52f08008e2 user: andybradford tags: pending-review)
2015-01-26
16:28
Try to keep graph nodes from the same branch on the same rail of the graph. ... (Closed-Leaf check-in: fcc9f6642e user: drh tags: mlink-improvements)
2015-01-23
17:48
Merge updates from trunk. ... (Closed-Leaf check-in: 8c00f6f032 user: mistachkin tags: xferSumFmt)
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: aed9971ddb user: mistachkin tags: docVarWarn)
01:58
Use IPv6 when available for "fossil sync". ... (Closed-Leaf check-in: 3842742871 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: b36e241100 user: drh tags: multiple-skins)
02:47
Merge updates from trunk. ... (Closed-Leaf check-in: 878b5663d5 user: mistachkin tags: cgiSetEnv)
01:57
Add the skins/README.md file describing how to add new skins. ... (Closed-Leaf check-in: 5137cd5e88 user: drh tags: skins-refactor)
2015-01-21
21:19
Do not attempt to use the Right-Column Ad-Unit if the content contains a &lt;table&gt; element. ... (Closed-Leaf check-in: 7d79460479 user: drh tags: ad-unit-enhancement)
2015-01-14
12:55
Merge the latest trunk changes into the search-with-fts4 branch. ... (Closed-Leaf check-in: b429d53031 user: drh tags: search-using-fts4)
2015-01-06
06:46
Extend verbose option to clone operations as well. ... (Closed-Leaf check-in: 7421f9263c user: andybradford tags: pending-review)
2015-01-05
15:25
Add arrows to cue active sorting on /brlist web page ... (Closed-Leaf check-in: 7aa10e3c72 user: baruch tags: brlist-visual-enhancement)
2014-12-30
21:13
Revert makefile change accidentally commited ... (Closed-Leaf check-in: f2035f27f1 user: baruch tags: tk-diff-viewer)
2014-12-18
10:21
Merge trunk. On MinGW, build openssl library without ssl2 and ssl3 support. ... (Closed-Leaf check-in: 06455d1e95 user: jan.nijtmans tags: disable-sslv3)
2014-12-17
17:21
reorg of sitemap to be more hierarchical. Pedantically added closing LI tags. ... (Closed-Leaf check-in: 269a94128f user: stephan tags: sitemap-tinkering)
00:16
Tweaks to the header text for /tree and /fileage. ... (Closed-Leaf check-in: b4775276fb user: drh tags: age-in-file-tree)
2014-12-15
18:17
Fix the "files_of_checkin" virtual table so that it works correctly with delta manifests. ... (Closed-Leaf check-in: 0fba2272fa 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: e1e9c3a300 user: drh tags: file-history-enhancement)
2014-12-02
16:20
Fix the "fossil scrub --verily" command so that it removes the purgeevent, purgeitem, and admin_log tables. ... (Closed-Leaf check-in: fa643f4b15 user: drh tags: DBP-workflow)
2014-11-30
14:11
Added limit selection to /admin_log. ... (Closed-Leaf check-in: 8355756fb6 user: stephan tags: admin-logging)
2014-11-28
15:33
Minor tweaks to the aux-schema management logic. ... (Closed-Leaf check-in: a7caaea559 user: drh tags: baseline-in-plink)
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: b85eb7db79 user: drh tags: auto-https-redirect)
2014-11-11
12:15
Merge from trunk ... (Closed-Leaf check-in: 26b7b16a7c user: ashish tags: ashish-ipv6)
2014-11-08
18:58
Add the "notime" query parameter to the www timeline display. ... (Closed-Leaf check-in: ce4d3fce52 user: drh tags: notime-option)
2014-11-06
21:46
re-enable SSL in custom MinGW makefile ... (Closed-Leaf check-in: 0800255337 user: jan.nijtmans tags: mistake)
2014-11-04
16:22
Merge trunk (docker experiment continuing, but not yet in working state!) ... (Closed-Leaf check-in: 96d1add988 user: jan.nijtmans tags: docker)
2014-10-27
17:21
Get the revised makefile working with MSVC. ... (Closed-Leaf check-in: fdc96f4997 user: drh tags: separate-resource-files)
2014-10-22
19:30
Merge updates from trunk. ... (Closed-Leaf check-in: 047235145c user: mistachkin tags: better-error-msgs)
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: 1d85796857 user: drh tags: experimental)
03:12
Merge updates from trunk. ... (Closed-Leaf check-in: 22a74690bb user: mistachkin tags: cmdline-timeline-enhancement)
03:00
Merge updates from trunk. ... (Closed-Leaf check-in: d1983dd24c user: mistachkin tags: warningFix)
02:09
Include main.mk in the makefile integration for the codecheck1 tool. Also fix dependency issue with the MinGW makefiles. ... (Closed-Leaf check-in: 5ea84522ec user: mistachkin tags: compile-time-print-checking)
2014-10-18
22:13
More simplification; now correctly handles branches in newrepo (i.e. only the desired branch is exported). ... (Closed-Leaf check-in: 22048c41dc user: dg tags: dtrg-bundles)
10:34
Fix the directory matching logic for the command-line timeline so that it works with case insensitive filesystems. Other cleanups and improvements to the new timeline logic are also included. ... (Closed-Leaf check-in: 8af7f6185a user: drh tags: cmdline-timeline-enhancement)
2014-10-09
19:09
Also build zlib and OpenSSL using Windows XP compatibility, if applicable. ... (Closed-Leaf check-in: c0beb5323c 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: df6a3dbfea user: jan.nijtmans tags: mistake)
2014-09-30
15:24
Code style tweaks. ... (Closed-Leaf check-in: 6a0586f9da user: mistachkin tags: inherit-priv-mark-sub)
2014-09-23
11:25
Delay creation of server-id/project-id until the time "fossil server" is actually run. This fixes the docker issue that all docker containers derived from the same image have the same server-id/project-id. ... (Closed-Leaf check-in: 3cdf0112df user: jan.nijtmans tags: docker)
05:29
Use Fossil trunk. Use internal SQLite. Style changes for repository naming. ... (Closed-Leaf check-in: bbab17e20b 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: 8478033670 user: mistachkin tags: markdownDivWrapper)
2014-09-21
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: 7b00cd77a0 user: sdr tags: inherit-priv-mark-sub)
06:13
Fixed a bug where windows would strip exe or lnk status from files checked in with posix semantics. Note: There is still a known potential issue if a repo is opened on a file system that does not support reparse points (such as FAT derived file systems) or similar such scenarios. ... (Closed-Leaf check-in: 1f45ade696 user: sdr tags: bad-winsymlink)
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: dbe7bcc7cf user: sdr tags: bad-winsymlink)
2014-09-18
23:15
After deleting a newly proposed ticket or wiki page via moderation, redirect to the list of pending moderation requests. ... (Closed-Leaf check-in: 9323045f05 user: mistachkin tags: please-review)
2014-09-17
14:41
fix issue when showing checkins using a file incorrect checkins shown after merge ... (Closed-Leaf check-in: 813b860ce4 user: baruch tags: pending-review)
2014-09-15
18:01
Merge changes for the capture_case_sensitive_option() function. ... (Closed-Leaf check-in: 503362a5e4 user: mistachkin tags: dbRecordRepoFix)
02:36
Consolidate all use of the capture_case_sensitive_option() function. ... (Closed-Leaf check-in: 96dc84077f user: mistachkin tags: captureCaseSensitiveOption)
2014-09-14
11:17
prevent setting/unsetting property based on ambiguous prefix ... (Closed-Leaf check-in: c3fee15bd4 user: baruch tags: pending-review)
2014-09-12
21:15
Minor correction to the previous check-in, use db_optional_sql() where appropriate. ... (Closed-Leaf check-in: e2ff0cc248 user: mistachkin tags: caseInsensitiveAllLists)
2014-09-10
07:33
Update and extend verbiage for the 'th1-docs' setting. ... (Closed-Leaf check-in: 42c9718f93 user: mistachkin tags: dynamicTh1Docs)
2014-09-09
12:43
Fix incremental builds using mingw on Windows ... (Closed-Leaf check-in: e1fa9e8889 user: baruch tags: better-mingw)
12:37
Fix incremental builds using mingw on Windows ... (Closed-Leaf check-in: ed9c683039 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: aead49f36a user: baruch tags: baruch-winserver)
07:04
Option to shun/unshun a whole transaction (by rcvid) ... (Closed-Leaf check-in: 66b5647af7 user: baruch tags: baruch-multishun)
2014-09-08
18:46
Another warning fix. ... (Closed-Leaf check-in: 865b8e964f user: mistachkin tags: warningFixes)
16:46
Add 'reinitialize' command to TH1. Add 'flags' to the globalState TH1 command. ... (Closed-Leaf check-in: f3a7da44df user: mistachkin tags: th1ReInit)
2014-09-07
00:41
When TH1 'transfer hooks' are enabled, provide the list of UUIDs received by the server to the script. ... (Closed-Leaf check-in: acb61e5ee9 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: ce6de743c2 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: 8b0dfbb6a3 user: mistachkin tags: makefileCleanup)
2014-08-29
02:32
Update the change log. ... (Closed-Leaf check-in: 7e955147a1 user: mistachkin tags: optionalMiniz)
02:29
Update the change log. ... (Closed-Leaf check-in: 57b1290be3 user: mistachkin tags: th1ExprFix)
02:28
Add globalState TH1 command to the change log. ... (Closed-Leaf check-in: 3e60428c4c user: mistachkin tags: globalStateCmd)
2014-08-20
14:54
removed double-application of miniz.h patch (doubled the content). ... (Closed-Leaf check-in: 935ccf9d6f user: stephan tags: miniz)
2014-08-15
13:46
Update the built-in SQLite to version 3.8.6 ... (Closed-Leaf check-in: 1c9faaecbe user: jan.nijtmans tags: branch-1.29)
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: d5a8940431 user: stephan tags: pending-review)
2014-08-11
15:13
Another attempt, taking VxWorks patch on trunk into account. ... (Closed-Leaf check-in: c2d4bd7365 user: jan.nijtmans tags: vxworks)
2014-08-08
03:57
Merge updates from trunk. ... (Closed-Leaf check-in: 1b35c8023a user: mistachkin tags: autosetup)
03:41
Oops, apparently it's already been updated on a different branch. Ignore this commit. ... (Closed-Leaf check-in: 58e3c40c26 user: mistachkin tags: jimTcl)
2014-08-06
07:02
Eliminate unnecessary calls to sqlite3_win32_is_nt(), since fossil only runs on (win32) system were the Wide API is available. ... (Closed-Leaf check-in: c71efc51c0 user: jan.nijtmans tags: trunk)
2014-08-02
21:04
Make sure the 'server' command checks for and processes the --files-urlenc option. ... (Closed-Leaf check-in: d53a7528b5 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: fb3e64f0f3 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: a426154b3e user: mgagnon tags: verify-all-options)
06:47
Update clone documentation for clone protocol 3 and cfile cards. ... (Closed-Leaf check-in: 9a69786702 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: 0d8cb8e30a user: jan.nijtmans tags: no-initial-commit)
2014-07-22
19:56
Add tests for the legacy comment formatting (from trunk). ... (Closed-Leaf check-in: 86f5c18800 user: mistachkin tags: experimental)
08:03
Receive updates from trunk. ... (Closed-Leaf check-in: 5c6891b2ab user: andybradford tags: cluster-changes)
2014-07-19
16:29
Only allow a checkin against a closed leaf if it is not the same branch. ... (Closed-Leaf check-in: d1b5fd8738 user: andybradford tags: pending-review)
2014-07-16
08:09
Update internal tables to Unicode 7.0. ... (Closed-Leaf check-in: e17f7304dd user: jan.nijtmans tags: unicode-7.0)
2014-07-09
16:27
merge forked trunks ... (Closed-Leaf check-in: 37e42077c9 user: bch tags: utime_usleep)
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: c84d28d795 user: mistachkin tags: pending-review)
09:59
Disable "longpath" testcase for non-unix platforms. Make sure temporary directories created by the testcase are cleaned up. ... (Closed-Leaf check-in: 46dc6537f8 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: 81eeb6f553 user: jan.nijtmans tags: invalid-utf8)
2014-07-02
10:50
Use "%S" format in stead of "%.10s" in more places where UUID's are handled. ... (Closed-Leaf check-in: b246fa0cee user: jan.nijtmans tags: 16-digit-event-ids)
2014-06-20
20:55
Merge updates from trunk. ... (Closed-Leaf check-in: 1f2eac618c user: mistachkin tags: respectformatting)
2014-06-17
20:16
Remove superfluous include and add a missing blank line. ... (Closed-Leaf check-in: 4c194957c8 user: mistachkin tags: autoadjust)
2014-06-15
23:55
Merge updates from trunk. ... (Closed-Leaf check-in: eabb27e8c7 user: mistachkin tags: dbCloseConfig)
2014-06-14
03:11
Improved documentation on the "fossil fusefs" command. ... (Closed-Leaf check-in: 440eb41e59 user: drh tags: fusefs)
2014-06-12
21:37
Add support for an Inno Setup project file for Fossil. ... (Closed-Leaf check-in: 636025d431 user: mistachkin tags: innosetup)
20:21
Update autosetup to the latest version. ... (Closed-Leaf check-in: 022c5c4faf user: mistachkin tags: autosetup)
18:37
Merge updates from trunk. ... (Closed-Leaf check-in: 3b9a8829f4 user: mistachkin tags: th1Hooks)
18:36
Merge updates from trunk. ... (Closed-Leaf check-in: b3f9ce63ec user: mistachkin tags: th1Cmds)
17:26
merge trunk ... (Closed-Leaf check-in: e751da62cb user: jan.nijtmans tags: win32-longpath)
2014-06-01
04:17
Incorporate recent features/fixes. ... (Closed-Leaf check-in: 715a36c8ec user: andybradford tags: autosync-tries)
2014-05-30
18:04
Renamed --format|-F to --mimetype|-M. Stumbled across a char-is-signed assumption and replaced it with (int). ... (Closed-Leaf check-in: 918d07bfac user: stephan tags: wiki-keep-mimetype)
16:52
Now only remove the ckout:... key if the repo db is writeable. May leave orphans in the config db for read-only repos, but it was doing that before, anyway. ... (Closed-Leaf check-in: 43eeab7c52 user: stephan tags: close-cleanup-config)
2014-05-20
05:47
Avoid misinterpretation of operator. ... (Closed-Leaf check-in: bfdc38243f user: andybradford tags: per-round-trip-commit)
2014-05-09
08:55
merge trunk ... (Closed-Leaf check-in: 0aa20efb96 user: jan.nijtmans tags: no-initial-commit)
2014-05-02
09:34
merge trunk ... (Closed-Leaf check-in: 39375fa3b6 user: jan.nijtmans tags: invalid-utf8)
2014-04-30
07:54
On second thought, make this also work for fossil server as well which has the same problem. ... (Closed-Leaf check-in: 644e78cc89 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: cdfde813f9 user: jan.nijtmans tags: mistake)
2014-04-28
09:08
Simplify some usage of if-statements. No change of functionality. ... (Closed-Leaf check-in: 069bae86e5 user: jan.nijtmans tags: mistake)
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: b794218f01 user: drh tags: nodesc-option)
10:01
Make sure SQLITE_TESTCTRL_BYTEORDER is defined. ... (Closed-Leaf check-in: 4778b1d07a user: jan.nijtmans tags: branch-1.28)
2014-04-14
14:20
Potential resolution of conflict with [64aa75260f] which causes the default-user setting to be ignored. Attempt to set default user from config if defined. ... (Closed-Leaf check-in: 9f2a03bbb8 user: andybradford tags: default-user)
2014-04-11
18:12
Merge in latest fixes. ... (Closed-Leaf check-in: 5460b0cfa2 user: andybradford tags: short-uuid)
2014-03-31
18:57
Merge trunk.. including use of the urlData object the global "g" variable which fix byte alignment problem.. ... (Closed-Leaf check-in: 7cb29889ca user: mgagnon tags: fix-cat-dash-R)
2014-03-18
08:39
merge trunk ... (Closed-Leaf check-in: 5efa7d2e62 user: jan.nijtmans tags: strip-trailing-cr)
2014-03-12
04:12
Accidentally removed a newline with vi's shift-j. No change in functionality. ... (Closed-Leaf check-in: ef27b0059a user: andybradford tags: stash_add)
2014-03-11
05:05
Merge in latest load average enhancement (very nice), and other cleanup. ... (Closed-Leaf check-in: 75406df207 user: andybradford tags: http-auth)
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: 07e6957526 user: jan.nijtmans tags: mistake)
2014-03-05
22:13
merge trunk ... (Closed-Leaf check-in: e8f422283a user: jan.nijtmans 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: 13c1fa7626 user: drh tags: beaglebone-problem)
2014-02-26
10:42
Add support for extended UNC paths as well, and add Windows/Cygwin-specific test-cases for it. ... (Closed-Leaf check-in: ebb42b530e user: jan.nijtmans tags: extended-path-prefix)
09:02
merge trunk ... (Closed-Leaf check-in: 645d57613d user: jan.nijtmans tags: mingw4x)
2014-02-24
10:22
Same optimization in "fossil reconstruct" ... (Closed-Leaf check-in: e1bcc99da3 user: jan.nijtmans tags: use-d-type)
2014-02-17
15:20
Don't put th1-setup and tcl-setup fields twice on the same setup page. ... (Closed-Leaf check-in: d6aa95d332 user: jan.nijtmans tags: setup-textarea)
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: 3baa7e3dc1 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: 2324f4754f user: drh tags: mistake)
2014-02-09
17:14
merge trunk ... (Closed-Leaf check-in: 78862afd3c user: jan.nijtmans tags: prevent-adding-ignored-files)
2014-02-05
15:20
one more ..... ... (Closed-Leaf check-in: 4f1709d71b user: jan.nijtmans tags: jan-httpsproxytunnel)
08:23
This looks like a duplicate commit of [cf471cbb3f6f] ... (Closed-Leaf check-in: 09634aee60 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: c3e3ceb9b6 user: jan.nijtmans tags: tz-minutes)
2014-01-23
00:51
Procedure of checking permission of global config is chenged. Now you can share global config in home directory from cgi. SeeAlso: http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg14482.html ... (Closed-Leaf check-in: f47298b25c user: kameda tags: config-permission-check)
2014-01-21
20:40
Doc fix for new vdiff glob param. ... (Closed-Leaf check-in: 39e39f216b user: stephan tags: vdiff-subdir)
17:43
rss-cli: removed the short-form of -url URL arg because it is not working for reasons beyond my comprehension. ... (Closed-Leaf check-in: 02781897b3 user: stephan tags: rss-cli)
2014-01-17
09:07
Call toggleAll() if expandMap['*'] exists, even if its false (for when the expand query string parameter is used). ... (Closed-Leaf check-in: 8489e29731 user: joel tags: tree-view-work)
2014-01-16
20:49
Cleanup and fix for Firefox 3.6. ... (Closed-Leaf check-in: cffecc776b user: joel tags: tree-view-work)
11:56
Don't follow link if subdir.contains does not exist: Not correct! ... (Closed-Leaf check-in: 050412b832 user: jan.nijtmans tags: mistake, tree-view-work)
2014-01-15
01:55
Add missing "var". ... (Closed-Leaf check-in: cdd441f851 user: joel tags: tree-view-enhancements)
2014-01-14
13:30
Simplify usage of the new TH1 Find structure. ... (Closed-Leaf check-in: b0eb21b66a user: mistachkin tags: th1UnsetVar)
00:04
Merge recent fixes from trunk. ... (Closed-Leaf check-in: eff4999d50 user: mistachkin tags: delay-ticket-hook)
2014-01-13
23:27
Make sure that TH1 variables get removed from the call frame upon being unset. ... (Closed-Leaf check-in: fa17f1ce3a user: mistachkin tags: th1Work)
2014-01-09
13:17
Add comments to better explain what it happening for the out-of-tree check in the "add" command. ... (Closed-Leaf check-in: d83fc58dea user: drh tags: pending-review)
2014-01-08
17:40
<strong>Fix some remaining corner cases when having a checkout on '/'..</strong> Update command: * Was asserting when localroot is '/' file_cannonical_name(): * Return '/' instead of '.' when refering to '/'. * Avoid the double '/' on beginning. * Refactoring to avoid some duplicated code. file_relative_name(): * Handle properly relative path when working on '/'. ... (Closed-Leaf check-in: 89ad123f5c user: mgagnon tags: checkout_on_root_fix)
2014-01-07
20:32
Make "WITHOUT ROWID" unconditional ... (Closed-Leaf check-in: eb87f29637 user: jan.nijtmans tags: sqliteRuntimeCheck)
10:15
Fix the unix makefile that was broken by check-in [1ab2728820]. ... (Closed-Leaf check-in: bdcfdc4642 user: drh tags: broken-build)
08:25
merge trunk ... (Closed-Leaf check-in: f52089d95e user: jan.nijtmans tags: sqlite-min-to-3.7.17)
2014-01-06
02:36
Lines now go directly from directories to child nodes, do not pass go, do not collect $200. ... (Closed-Leaf check-in: f83e0d2123 user: joel tags: csstree)
2014-01-02
15:30
Fix /tree view in combination with configure --disable-internal-sqlite (Reported by Andy Bradford) ... (Closed-Leaf check-in: c3211392da user: jan.nijtmans tags: timeline-utc)
2013-12-26
17:39
merge trunk ... (Closed-Leaf check-in: 9dcf8859dd user: jan.nijtmans tags: hidden-tag)
2013-12-22
20:38
Fix indentation. ... (Closed-Leaf check-in: 70b82e8cc5 user: dg tags: dg-timestamps)
2013-12-20
17:04
Undo incorrect commit to trunk. Sorry. ... (Closed-Leaf check-in: 4d6babe3a2 user: dg tags: mistake)
2013-12-19
22:07
Merge from trunk. src/main.mk is now generated automatically. ... (Closed-Leaf check-in: 927264ab5a user: dg tags: dg-codenames)
22:04
Merge from trunk. ... (Closed-Leaf check-in: 22d9cff0c3 user: dg tags: dg-misc)
2013-12-18
16:05
formatting ... (Closed-Leaf check-in: 584986cde8 user: jan.nijtmans tags: hidden-tag)
15:38
Merge trunk. Add information on the ""th1-uri-regexp" setting. ... (Closed-Leaf check-in: f671c50f92 user: jan.nijtmans tags: tkt-change-hook)
03:26
If the checkbox is selected, select the input text as well similar to how the custom color works. ... (Closed-Leaf check-in: 3cb6651424 user: andybradford tags: hidden-tag)
2013-12-17
22:33
Merge updates from trunk. ... (Closed-Leaf check-in: 7d4f06dec0 user: mistachkin tags: buildmsvc)
09:25
Merge changes from trunk and update msvc_build.bat for entirely automated build using the latest MSVC version. ... (Closed-Leaf check-in: 555c44eb5d user: BM tags: msvc_build)
2013-12-16
11:00
Merge updates from trunk. ... (Closed-Leaf check-in: fb17052e45 user: mistachkin tags: win32File)
2013-12-14
17:32
Revert to original ordering to retain sorting of special tags. Get the branch name prior to the loop that displays the special and sym- tags. ... (Closed-Leaf check-in: 818c0acd07 user: andybradford tags: cancel-tag-fix)
2013-12-13
00:11
Fix a C99-style variable declaration. ... (Closed-Leaf check-in: a3641b5441 user: drh tags: makefile-error)
2013-12-03
14:47
"comment" tag from check-in's cannot be canceled: that would result in a check-in without a comment! Extraneous dot in label text. ... (Closed-Leaf check-in: 20015206bc user: jan.nijtmans tags: hidden-tag)
2013-11-25
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: 7700ae1c22 user: andybradford tags: mistake)
2013-11-22
01:09
merge in latest trunk ... (Closed-Leaf check-in: 8af8232fc0 user: mgagnon tags: hide-diff-on-vdiff_page)
2013-11-11
19:18
Make use of WITHOUT ROWID in new repositories. ... (Closed-Leaf check-in: ad98226090 user: drh tags: without-rowid)
2013-11-10
06:04
Merge in latest from trunk. ... (Closed-Leaf check-in: 69a19a7d75 user: andybradford tags: url-password-fixes)
03:49
Logic correction. Should check if the local db is open before trying to use it, not before checking if the variable is null. ... (Closed-Leaf check-in: 8a7a45e094 user: andybradford tags: pending-review)
2013-10-31
14:41
Merge from trunk. ... (Closed-Leaf check-in: bbebf7090c user: dg tags: dg-misc)
11:00
Suggested implementation for [1ec9e8658e]: Flag some commits for "extra attention" ... (Closed-Leaf check-in: 13ba9a50df user: jan.nijtmans tags: rfe-1ec9e8658e)
2013-10-29
13:09
merge trunk ... (Closed-Leaf check-in: 055245ad08 user: jan.nijtmans tags: timeline_cmd_dash_n_fix)
2013-10-21
08:45
Simpler: In raw mode, each entry outputs a single line, so LIMIT can do the job as well. ... (Closed-Leaf check-in: 59da968645 user: jan.nijtmans tags: limit-tag)
07:41
Fix default "fossil timeline -n" value. Merge trunk, and simplify code makeing use of the trunk improvements. ... (Closed-Leaf check-in: 4fdffd7d3e user: jan.nijtmans tags: timeline_cmd_dash_n_fix-2)
2013-10-18
03:13
Simplify the entry/line limit for the timeline output. Make it more accurate in verbose mode. Style fixes. ... (Closed-Leaf check-in: 695a3c13bd user: mistachkin tags: timeline_cmd_dash_n_fix-2)
2013-10-17
21:44
Merge updates from trunk. ... (Closed-Leaf check-in: 9ee11edbc1 user: mistachkin tags: allExtra)
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: 4807e6f0c3 user: jan.nijtmans tags: pending-review)
2013-10-11
11:44
merge trunk ... (Closed-Leaf check-in: 1a310615b6 user: jan.nijtmans tags: fix-win64-mingw)
2013-10-07
08:35
Hm. the db_finalize() and the newline append should be done within the "if"! ... (Closed-Leaf check-in: 6135c92e4b user: jan.nijtmans tags: pending-review)
2013-10-04
15:01
better check (I thought, but closer look revealed that it was not better at all!) ... (Closed-Leaf check-in: 82d648ae01 user: jan.nijtmans tags: mistake)
09:30
Better error-message in case of "manifest file is malformed" ... (Closed-Leaf check-in: 1eb438d61a user: jan.nijtmans tags: pending-review)
2013-10-02
21:39
Fixed the table we search for the byweek report. Replaced 'y' param with 'type' because 'y' is already uses for YYYY (year). ... (Closed-Leaf check-in: 68e3e0a5dc user: stephan tags: reports-by-type)
04:22
Merge in latest from trunk to keep up-to-date. ... (Closed-Leaf check-in: c6500ac985 user: andybradford tags: ssh-transport-changes)
2013-10-01
09:58
Upgrade the included Jim Tcl to 0.74. ... (Closed-Leaf check-in: 023e681208 user: mistachkin tags: jimTcl74)
2013-09-30
13:45
Imply the --emptydirs option automatically when the --dirsonly option is used. ... (Closed-Leaf check-in: 0ecb950002 user: mistachkin tags: cleanEmptyDirs)
2013-09-28
10:34
Merge recent trunk changes into the tkdiff-enhancements branch. ... (Closed-Leaf check-in: fac1093192 user: drh tags: tkdiff-enhancements)
2013-09-27
07:49
unloadTcl is only needed on Win32, not for Win64 or any other platform. ... (Closed-Leaf check-in: 0013d9ccb6 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: 132c1b4cc2 user: jan.nijtmans tags: pending-review)
2013-09-24
16:11
merged in trunk ... (Closed-Leaf check-in: 4fb3675a1a user: stephan tags: usage-command)
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: 2234fabe76 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: 92fd8ddc13 user: jan.nijtmans tags: pending-review)
2013-09-16
12:49
For some reason, fossil.rc could not be compiled any more. Anyway with stubs, the patchlevel doesn't say anything. ... (Closed-Leaf check-in: 7c232dc0c3 user: jan.nijtmans tags: tcl-stubs-v2)
07:36
Fix a couple missed changes. ... (Closed-Leaf check-in: 9562a16f6d user: mistachkin tags: tcl-stubs)
2013-09-13
08:32
merge trunk to "hidden" tag implementation. Regarding the "CROSS JOIN", see: [85d960e205288ef8] and [https://www.sqlite.org/queryplanner-ng.html#fossilcasestudy] for more info. ... (Closed-Leaf check-in: 778ce727ec 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: 56169d0775 user: andybradford tags: ssh-shared-account)
2013-09-04
12:50
New --close option to "fossil [/help?cmd=commit|commit]", which immediately closes the branch being committed. ... (Closed-Leaf check-in: c0daf6157a user: jan.nijtmans tags: commit-close)
2013-08-31
14:47
Even more experimental: just shun all clusters and see what happens. ... (Closed-Leaf check-in: ab422c39e1 user: jan.nijtmans tags: shun-clusters)
2013-08-30
14:07
Merge in latest features and fixes from trunk. ... (Closed-Leaf check-in: ef8b9da03f user: andybradford tags: ssh-test-http)
2013-08-27
13:28
This manifest has a P-card and a Q-card to a non-existing (private) branch. The purpose was show that nothing fails in that situation. Remark: This manifest was the result of an experiment, synced by accident (sorry about that). Strangly enough on localhost:8080 an arrow going all the way down is visible, on fossil-scm.org the arrow is not there. ... (Closed-Leaf check-in: e19cfba537 user: jan.nijtmans tags: pending-review)
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: 2549a3a51b user: jan.nijtmans tags: lack-R)
2013-08-20
14:07
Added a link to the pgp-signed note. Not happy with how it turns out, but it is proof-of-concept. Edit: closing after ML comments pointed out the ability of this feature to be abused by adding look-alike code to the commit message. ... (Closed-Leaf check-in: 884a765abd 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: eb8787a326 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: 908a090c88 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: 8ad0a8796a user: andybradford tags: pending-review)
2013-08-16
14:36
update documentation ... (Closed-Leaf check-in: d10eee3a4b 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: 4377917005 user: jan.nijtmans tags: merge-integrate)
07:28
Fix display of timeline graph in IE8, broken by commit [e412f97999] ... (Closed-Leaf check-in: ef5e74961a 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: 499481a72a 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: b1dd871c8e 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: 0a6f97afdf 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: bc20a30f49 user: drh tags: scgi)
2013-08-09
07:23
Avoid zombies on client side by waiting for children. This can happen when there are a large number of changes to transmit. ... (Closed-Leaf check-in: 308f52a63a user: andybradford tags: ssh-shared-account)
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: bdbf144ed3 user: andybradford tags: pending-review)
2013-08-08
21:32
merge trunk. Adapt patch to latest SQLite changes (the MAX_PATH fix in os_win.c) ... (Closed-Leaf check-in: 13594a125a user: jan.nijtmans tags: possible-cygwin-fix)
18:57
Merge with trunk. ... (Closed-Leaf check-in: 9a023e0d6c user: isaac.jurado tags: git-better-import)
2013-07-26
08:17
rebase ... (Closed-Leaf check-in: 2015bbd55d user: jan.nijtmans tags: merge-integrate)
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: b88edfefbb user: jan.nijtmans tags: possible-cygwin-fix)
04:52
Only print the SSH command once and also the forced newline so the Round-trips information stays on one line. ... (Closed-Leaf check-in: 72877d8e51 user: amb tags: ssh-transport-changes)
2013-07-17
12:04
merge trunk ... (Closed-Leaf check-in: 5d8551bfa1 user: jan.nijtmans tags: ui-no-utf8)
09:34
Added user flag (if available) to the byyear report's year list links. ... (Closed-Leaf check-in: 38e386a653 user: stephan tags: stats-report-weekly)
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: 904a35d93b user: stephan tags: th1-runtime-cmd)
04:09
Detect user@host in defined ssh-command and prefer that instead. ... (Closed-Leaf check-in: 7a10b79a2c user: amb tags: ssh-shared-account)
2013-07-16
16:02
Web SBS diff: Was incorrectly using the scrollWidths of the div containers rather than that of the pre elements themselves. ... (Closed-Leaf check-in: 325ed34e45 user: joel tags: sbsreloaded)
2013-07-10
21:33
another patch version for ssh improvement from Andy Bradford. ... (Closed-Leaf check-in: a8c37c2c48 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: 979a75de06 user: mgagnon tags: andy_bradford_ssh_imporvement_patch_1)
2013-07-09
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: 0a869bebc2 user: drh tags: backed-out)
2013-07-01
09:08
rebase ... (Closed-Leaf check-in: d57bddaa37 user: jan.nijtmans tags: pending-review)
2013-06-20
13:56
Change return type of db_last_insert_rowid() to size_t. ... (Closed-Leaf check-in: e1cb483a9b 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: 50e8847df7 user: jan.nijtmans tags: 64bit-int-on-win)
11:44
Factor out common parts of "fossil extra" and "fossil clean" into a subroutine. Combine vfile_scan2() into vfile_scan(). ... (Closed-Leaf check-in: 69327d278a user: drh tags: ticket-967cedbf20)
2013-06-19
12:38
Pull in the latest trunk changes and the latest NGQP-SQLite from upstream. ... (Closed-Leaf check-in: 03c5ec8615 user: drh tags: sqlite-NGQP)
2013-06-10
13:32
Merge all the latest trunk changes into the ipv6 branch. ... (Closed-Leaf check-in: d5f6e08c09 user: drh tags: ipv6)
2013-06-08
02:37
Merge updates from trunk. ... (Closed-Leaf check-in: b8919a557a user: edward tags: berner-nt)
01:34
Merge updates from trunk. ... (Closed-Leaf check-in: 7872db8516 user: edward tags: long-double-bug)
2013-06-06
06:31
Teach config.h to recognize Sun's C compiler. ... (Closed-Leaf check-in: 57b585276b user: edward tags: sun-compiler)
2013-05-29
12:52
Only ask confirmation for deletion of "unmanaged" files, not for "IGNORED files". If you want to delete ignored files with confirmation, use [fossil clean --ignore ""], not [fossil clean --extreme] ... (Closed-Leaf check-in: 020bb71f00 user: jan.nijtmans tags: cleanX)
2013-05-27
09:56
rebase ... (Closed-Leaf check-in: 7f0507c04d 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: 4e573871bc 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: 6758c2b0d5 user: jan.nijtmans tags: cleanX)
2013-05-25
01:49
Improved default background colors for web annotations. Remove the diff hyperlinks from the annotation log. ... (Closed-Leaf check-in: 8987a6bbbf user: drh tags: annotate)
2013-05-22
07:11
Use-case demonstrating previous change. It restores the behavior of "fossil clean" and the "ignore-glob" documentation to what it was in 1.25 and before: clean everything unknown to fossil except the build artifacts (specified by "ignore-glob" or --ignore). Now the build artifacts can be removed by "fossil clean -X", while "fossil clean -x" cleans everything possible for a clean build. This renders --clean and "ignore-clean" unnecessary, it can be removed now. ... (Closed-Leaf check-in: 003062b7d8 user: jan.nijtmans tags: cleanX)
2013-05-15
07:15
rebase ... (Closed-Leaf check-in: 5dd6b69799 user: jan.nijtmans tags: clean-with-ignore)
2013-05-02
15:04
rebase ... (Closed-Leaf check-in: 9e4a7190af user: jan.nijtmans tags: clean-with-ignore)
13:52
rebase ... (Closed-Leaf check-in: e89269e51b user: jan.nijtmans tags: short-cgi-params)
2013-04-26
09:29
One more: --new-file makes the diff command much more verbose. Fix /event?v= ... (Closed-Leaf check-in: 0a5abbee92 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: c967b6619f 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: e72af5058e user: jan.nijtmans tags: count-nochange)
2013-04-16
09:59
Suggested fix for [85017e9273] ... (Closed-Leaf check-in: d0764530d3 user: jan.nijtmans tags: ticket-85017e9273)
2013-04-04
15:24
eliminate goto ... (Closed-Leaf check-in: c11b373671 user: jan.nijtmans tags: improve_commit_warning)
06:53
Simplyfy/speed-up use of LOOK_??? flags. Rename LOOK_CR/LF to LOOK_ANY_CR/LF. ... (Closed-Leaf check-in: 468f134659 user: jan.nijtmans tags: looks-like-utf)
2013-04-03
09:59
merge trunk ... (Closed-Leaf check-in: ccc9896f1c user: jan.nijtmans tags: looks-like-utf)
07:50
rebase ... (Closed-Leaf check-in: ab4e8638bf user: jan.nijtmans tags: ticket-d17d6e5b17)
2013-04-01
13:50
Add the --mimetype option to the "commit" command. ... (Closed-Leaf check-in: 6d4339bb09 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: be1a739694 user: jan.nijtmans tags: initsubsystems2)
05:45
Update autosetup to the latest version (0.6.5) ... (Closed-Leaf check-in: 55a85b2dd1 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: c68afe0f5b user: jan.nijtmans tags: win32-please-evaluate)
2013-03-19
17:37
Fix overly eager byte swapping when checking for UTF-16 text. ... (Closed-Leaf check-in: 3f2f1e62fa user: mistachkin tags: bomRefactor)
10:06
merge trunk (still experimental) ... (Closed-Leaf check-in: af4d780446 user: jan.nijtmans tags: use-blob_strip_bom)
2013-03-18
10:22
Add test-cases using reverse UTF-16 BOM, and the unicode characters U+0A00 and U+0D00 ... (Closed-Leaf check-in: a9f1cbbd6c user: jan.nijtmans tags: reverse-bom-testcases)
2013-03-15
12:53
(expirimental) First implementation of "CR line endings" warning. ... (Closed-Leaf check-in: 5a886cfd9b user: jan.nijtmans tags: cr-warning)
12:29
merge trunk ... (Closed-Leaf check-in: 59f2644788 user: jan.nijtmans tags: bomRefactor)
2013-03-14
14:48
Merging from trunk to get the annotate fixes. Trivial conflict solved. <strong>Update:</strong> the new branch viric_flavour ([b31afcc2ca]) includes most of these changes in a more recent fossil. ... (Closed-Leaf check-in: f14798e0e3 user: viriketo tags: annotate_links)
2013-03-13
15:03
merge trunk ... (Closed-Leaf check-in: 9263d4c2c3 user: jan.nijtmans tags: bomRefactor)
2013-03-11
07:51
Prototype for a TH1 regexp command. ... (Closed-Leaf check-in: be4a6630a6 user: mistachkin tags: th1RegExp)
2013-03-08
11:56
merge trunk ... (Closed-Leaf check-in: 8be674a133 user: jan.nijtmans tags: bomRefactor)
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: 9b90146a6a 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: 14019cb0e2 user: jan.nijtmans tags: bomRefactor)
12:35
Somewhat better layout: Putting text-field title first, above the text-field. ... (Closed-Leaf check-in: 3546a84c1f user: jan.nijtmans tags: ticket-2cfd96b2ba)
2013-03-06
20:50
Enhancements to the test-glob command for better testing of the setting globber. ... (Closed-Leaf check-in: ad44353d90 user: drh tags: globListRefactor)
15:40
merge trunk ... (Closed-Leaf check-in: 820f64320b user: jan.nijtmans tags: fix-test-move-repository)
14:22
merge trunk (committed to wrong branch) ... (Closed-Leaf check-in: aeb1cfe112 user: jan.nijtmans tags: mistake)
2013-03-05
10:04
Proposed fix for [ed23ef59cf]: Fossil ignoring "binary-glob" setting ... (Closed-Leaf check-in: e0e88821bd 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: dd9e030bc9 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: 1e90d43d76 user: jan.nijtmans tags: home-check-too-restricted)
13:26
Enabled the 'c=convert' commit option for Cygwin, now that it can handle UTF-16. ... (Closed-Leaf check-in: a6f4093e3f user: jan.nijtmans tags: build-breaker)
2013-02-27
23:41
Fix artifact links for ticket attachments. ... (Closed-Leaf check-in: b061772ddf 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: 3f31dc6597 user: jeffrimko tags: jeffrimko-fix-merge-changes)
2013-02-21
19:41
CLI help command now (cosmetically) differentiates between pages and commands. ... (Closed-Leaf check-in: 5be5933348 user: stephan tags: help-www)
2013-02-20
16:19
Get support for IP address on the --port option working on windows. ... (Closed-Leaf check-in: f4143c5b59 user: drh tags: bind-to-ip)
2013-02-18
21:45
/info/TICKET_UUID now only shows the ticket title if the ticket db has a title field. ... (Closed-Leaf check-in: 1c46835e4c user: stephan tags: timeline-rss-ticket)
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: cc3976fd30 user: jan.nijtmans tags: fossil_utf8_to_filename)
2013-02-17
14:47
More simplification in UTF-16 bom detection ... (Closed-Leaf check-in: 1e70f211f9 user: jan.nijtmans tags: utf16Bom)
2013-02-13
20:16
Correct comment and remove superfluous return statement. ... (Closed-Leaf check-in: a49749ed5d user: mistachkin tags: utf16Bom)
2013-02-07
09:19
If file starts with UTF-32 BOM, always consider it binary without warning. ... (Closed-Leaf check-in: c209105f0f user: jan.nijtmans tags: simplify-starts-with)
2013-01-30
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: 7ac0fd9d11 user: jan.nijtmans tags: use-fossil_strcmp-everywhere)
2013-01-29
08:52
Patch from Edward Berner for Windows NT 4.0 (derived from wrong branch) ... (Closed-Leaf check-in: 8a84c6e82e user: jan.nijtmans tags: berner-nt4)
2013-01-26
16:27
merge trunk ... (Closed-Leaf check-in: 013854ae76 user: jan.nijtmans tags: allow-backslash-in-card-filename)
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: f480173856 user: jan.nijtmans tags: encoding-glob)
2013-01-23
12:31
Only check time, if it is set. ... (Closed-Leaf check-in: 970cc4f16f user: joerg tags: experimental)
2013-01-21
13:12
Oops, make it work correct now. ... (Closed-Leaf check-in: 7dabede3b3 user: jan.nijtmans tags: disallow-invalid-utf8-in-filenames)
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: bef9a956c0 user: jan.nijtmans tags: regexp-x)
2013-01-07
17:33
Merge updates from trunk. ... (Closed-Leaf check-in: a6647539f6 user: mistachkin tags: tclRdOnly)
2012-12-23
07:23
Add support for running raw TH1 commands via the web interface (requires setup permissions). ... (Closed-Leaf check-in: 6358cc3714 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: 19844445d0 user: drh tags: exp-foreign-keys)
2012-12-20
22:59
Allow backslash in filenames on UNIX (experiment) ... (Closed-Leaf check-in: c3d74f4f63 user: jan.nijtmans tags: allow-backslash-on-unix)
2012-12-18
02:18
Fix a typo - repeated word "from" ... (Closed-Leaf check-in: 6dba4c6a58 user: drh tags: improved-name-change-display)
2012-12-07
20:58
Merge updates from trunk. ... (Closed-Leaf check-in: de1ef7e99f user: mistachkin tags: markdown)
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: ceb11b0787 user: jan.nijtmans tags: utf8-in-zip)
2012-12-01
03:18
Make sure the SQLite memory allocator is initialized before trying to use it to convert MBCS into UTF8. ... (Closed-Leaf check-in: cc09cda247 user: drh tags: cmdline-expansion)
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: c43da4fcd1 user: drh tags: click-to-sort-reports)
03:33
Fix the click coordinates so that they work even when the page has been scrolled. ... (Closed-Leaf check-in: 7b3def02ed user: drh tags: click-graph-to-diff)
2012-11-29
13:12
Translate decomposed-UTF8 filenames on MacOS into precomposed-UTF8. Fix for ticket [e399bc1edfe45b] ... (Closed-Leaf check-in: 1002e7238c user: drh tags: ticket-e399bc)
2012-11-28
08:44
merge trunk ... (Closed-Leaf check-in: 9d67e2e2d3 user: jan.nijtmans tags: convert_before_commit_v2)
2012-11-27
15:32
Fix some HTML markup irregularities. Improvements to the default ticket viewer. ... (Closed-Leaf check-in: 7575b52e15 user: drh tags: ticket-enhancements)
11:10
Suggested fix for [1038e224fa] ... (Closed-Leaf check-in: 9f3622b22a user: jan.nijtmans tags: ticket-1038e224fa)
07:03
Modify the MinGW makefile to support building with zlib in the compat directory. ... (Closed-Leaf check-in: 36734cfcf7 user: mistachkin tags: zlib)
2012-11-26
23:54
Changes to support easier debugging on Windows. ... (Closed-Leaf check-in: 642e543c28 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: 06e1b67270 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: 02062c2b6a user: mistachkin tags: mistake)
22:31
During commit, instead of using the '--force' option to bypass file type warnings, add a new option '--no-warnings'. ... (Closed-Leaf check-in: e9954e588b user: mistachkin tags: bellon-unicode)
02:57
Use binary mode for CGI related trace files. ... (Closed-Leaf check-in: 95f02a572e user: mistachkin tags: cgiTraceBinary)
2012-11-23
10:35
Disallow invalid unicode characters ... (Closed-Leaf check-in: 9242c09ff9 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: 52a6868700 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: ac1af2306b user: jan.nijtmans tags: test-ticket-d17d6e5b17)
2012-11-20
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: e0152697fb user: mistachkin tags: dbReOpenConfigAttach)
02:05
Show much less output on a sync operation, unless the --verbose flag is given. ... (Closed-Leaf check-in: 407cd4c534 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: 89ed7dc591 user: mistachkin tags: modDispUser)
2012-11-17
20:19
merge trunk ... (Closed-Leaf check-in: 7e7dcdd2c9 user: jan.nijtmans tags: convert_before_commit)
19:22
Prevent 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. The is a backport/cherrypick of check-in [141b990722ea81e10e5] ... (Closed-Leaf check-in: 285eeba64f user: drh tags: branch-1.19)
15:03
Only show the "pull only - not authorized to push" message once when syncing with a repo for which there is read-only permission. ... (Closed-Leaf check-in: 6cc262207d user: drh tags: fix-sync-delta-loop)
2012-11-16
07:33
The &lt;nobr&gt; tag is not valid xhtml. <p>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 &lt;nobr&gt; tag, other do it by putting "white-space: nowrap;" in css. <p>This commit changes the skins to do the same using css in all skins. <p>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: 46fba0f1c6 user: jan.nijtmans tags: no-nobr)
2012-11-12
13:17
merge trunk ... (Closed-Leaf check-in: 2b63068b4a user: jan.nijtmans tags: ticket-fb3057f6ed)
2012-11-08
13:44
Always HTML-encode the href attribute of &lt;a&gt; elements. This check-in simplifies and fixes double-frees in the previous. Ticket [5ff2043c9668] ... (Closed-Leaf check-in: 35bfedef3e user: drh tags: ticket-5ff2043c96)
2012-11-04
12:59
Fix typos. ... (Closed-Leaf check-in: 45065c5c28 user: dmitry tags: spelling)
2012-11-02
02:34
Make sure the MODREQ table exists before using it in the "modreq" webpage. ... (Closed-Leaf check-in: def256a23b user: drh tags: moderation)
2012-11-01
20:19
Add detection of binary data with no leading UTF-16 byte-order-mark. ... (Closed-Leaf check-in: 7d3a06b89a user: mistachkin tags: commitWarningV2)
15:38
Correct wrong manual merge. ... (Closed-Leaf check-in: 5963c2dde8 user: jan.nijtmans tags: improve_looks_like_binary)
2012-10-30
02:17
Refactor commit warning functionality. Break out UTF-16 BOM detection into a new function. Style and comment fixes. ... (Closed-Leaf check-in: d57f0a9361 user: mistachkin tags: commitWarning)
2012-10-29
14:04
fix handling of "crlf-glob" option: UTF-16 BOM's always give a warning now ... (Closed-Leaf check-in: 9267dba498 user: jan.nijtmans tags: use-blob_strip_bom)
2012-10-26
20:18
Bring in the latest SQLite from upstream. ... (Closed-Leaf check-in: bda00cbada user: drh tags: optimization)
2012-10-25
14:50
diff.c:looks_like_binary(): No need to make the blob null-terminated. <p>checkin.c: Make limits the same as in looks_like_binary(), preparation to move the function to diff.c ... (Closed-Leaf check-in: c3ec6309fd user: jan.nijtmans tags: improve_looks_like_binary)
2012-10-24
07:42
relax Wiki name restriction ... (Closed-Leaf check-in: d5453ca06a user: jan.nijtmans tags: ticket-897c39d284)
2012-10-22
14:56
merge trunk ... (Closed-Leaf check-in: c7703868b3 user: jan.nijtmans tags: use-utf8-in-win-external-editor)
2012-10-21
00:52
Fix a crash bug that comes up when trying to view the history of files whose names contain charaters that require URL escapes. ... (Closed-Leaf check-in: 65f495bc06 user: drh tags: conflict-tracking)
2012-10-19
18:35
Add a mention of the ability to do dynamic loading of Tcl to the change log. ... (Closed-Leaf check-in: 5678565bec 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: 463df97c06 user: drh tags: full-html-for-embedded-docs)
2012-10-09
14:32
An alternative way to get mime-types from attachments for the "raw" page. ... (Closed-Leaf check-in: b21df7ecaf user: drh tags: experimental)
2012-10-05
08:28
Simplify internal link generation for control artifacts to avoid using escaped HTML entities. ... (Closed-Leaf check-in: bcf41d31ca user: mistachkin tags: controlInfoLink)
2012-09-30
07:39
Make sure the new command line options are always processed; however, wait until after the settings are available. ... (Closed-Leaf check-in: 064afb225a user: mistachkin tags: diffBinExternal)
2012-09-29
07:40
For custom makefile, build with Tcl stubs support by default. ... (Closed-Leaf check-in: 2d63ffdd4f user: mistachkin tags: tclStubsV2)
2012-09-28
07:26
load Tcl dynamically using the Stubs mechanism in stead of linking in the library statically. ... (Closed-Leaf check-in: ba91fe5f9e user: jan.nijtmans tags: stubbed-tcl)
2012-09-27
11:51
Alternative fix for ticket [711d04b6d8577]. ... (Closed-Leaf check-in: 94e2deef6d user: drh tags: ticket-711d04b6d8)
2012-09-26
07:07
asd�� (doesn't work!) ... (Closed-Leaf check-in: c1fdc63630 user: jan.nijtmans tags: mistake)
2012-09-25
11:48
Candidate fix for maintaining existing permission bits for partial check-ins. ... (Closed-Leaf check-in: 33ffb32cb8 user: mistachkin tags: partialCommitPerms)
2012-09-21
09:27
Eliminate usage of TCHAR and the associated Win32 API macros. ... (Closed-Leaf check-in: 4abd4c5d38 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: 817b3fea10 user: mistachkin tags: selectRemoteUser)
2012-09-18
20:59
Copy the control settings into the new repository as well. Also, correct the query used to copy the system user column values. ... (Closed-Leaf check-in: 4bab4459b6 user: mistachkin tags: newTemplate)
05:11
Enhance comments from the previous commit. ... (Closed-Leaf check-in: 6282cdf0c3 user: mistachkin tags: skin5)
00:15
Strip out TH1 comments from the header. ... (Closed-Leaf check-in: 354bfe206e user: mistachkin tags: dynamicStyle)
2012-09-17
07:34
fix [ce73fc2173] <p>Restore Win9x, using unicows eliminate all #ifdef UNICODE ... (Closed-Leaf check-in: 9cf5056af9 user: jan.nijtmans tags: win95-unicows)
2012-09-14
10:31
Experimental version for Win9x, using unicows ... (Closed-Leaf check-in: bf0fede2ee user: jan.nijtmans tags: restore-win95)
2012-09-12
16:24
Need this "-e none" options to ssh.. if not, ssh can process the escape caracter to process command from data that's goes to fossil proces.. ... (Closed-Leaf check-in: 297cb3e525 user: mgagnon tags: mg_sshfix)
2012-09-11
11:57
Merge the latest trunk changes and the mingw-broken-cmdline branch into unicode-cmdline. ... (Closed-Leaf check-in: b19ef490fd user: drh tags: unicode-cmdline)
2012-09-10
08:21
Add some test cases ... (Closed-Leaf check-in: d43165418c user: jan.nijtmans tags: mingw-broken-cmdline)
2012-09-06
09:10
merge trunk <p>enable UNICODE mode (experimental) ... (Closed-Leaf check-in: 2017d2f832 user: jan.nijtmans tags: eclipse-project)
2012-09-02
19:39
<pre>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.</pre> ... (Closed-Leaf check-in: be06861f3c user: jan.nijtmans tags: ticket-c8c0b78c84)
2012-08-30
22:02
PATH_MAX -> MAX_PATH ... (Closed-Leaf check-in: b41c57d5c8 user: jan.nijtmans tags: ticket-c8c0b78c84)
2012-08-29
23:33
Allow no-op merges with the --force flag. ... (Closed-Leaf check-in: d787bcd44a user: drh tags: msvc-broken)
21:32
upgrade to dirent-1.11 ... (Closed-Leaf check-in: 10fec4b7dd user: jan.nijtmans tags: broken-msvc-2, dirent-1.11)
20:57
undo [bf079432fb]: It's crucial for the Tcl fossil repository to be able to do a no-op merge-mark. This change would make that impossible. ... (Closed-Leaf check-in: 41577fd3ef user: jan.nijtmans tags: broken-msvc-2)
13:03
merge trunk ... (Closed-Leaf check-in: e9f38ae8ab user: jan.nijtmans tags: utf8-in-sources)
08:02
merge trunk ... (Closed-Leaf check-in: 3e3f34ebcf user: jan.nijtmans tags: ticket-01a2f3a346)
2012-08-23
14:29
... and the makemake.tcl corresponding changes as well ... (Closed-Leaf check-in: e55c7139b4 user: jan.nijtmans tags: better-mingw-v2)
10:13
Better mingw/mingw64 support for (cross-)compile on Linux, Darwin, Cygwin or Msys. ... (Closed-Leaf check-in: cc2aa92ef8 user: jan.nijtmans tags: better-mingw)
2012-08-22
11:42
Always call Tcl_FindExecutable, even when the command line arguments are invalid. ... (Closed-Leaf check-in: a7392129c0 user: mistachkin tags: tcl-argv-handling-v2)
07:45
Pass argv arguments to Tcl ... (Closed-Leaf check-in: 3709b1eaa2 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: b82eacd569 user: jan.nijtmans tags: tcl-argv0-only)
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: b5d69afed7 user: jan.nijtmans tags: jn-mingw-w64-compiler-warnings)
2012-08-13
12:54
Disable the cut/copy/paste buttons on the WYSIWYG editor, since doing cut/copy/paste under javascript control is normally disallowed for security reasons. ... (Closed-Leaf check-in: e5ad103777 user: drh tags: wysiwyg)
2012-08-03
18:41
merged in [336e1355b927f]. ... (Closed-Leaf check-in: 82e78034da user: stephan tags: th1-query-api)
2012-07-14
11:40
Changes to the root-tag processing to provide better error messages. ... (Closed-Leaf check-in: 36134ce275 user: drh tags: root-tag)
2012-06-29
15:59
Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". ... (Closed-Leaf check-in: 0328d68181 user: drh tags: sqlite4)
2012-06-22
12:58
MSC makefile fix for missing cson_amalgamation. ... (Closed-Leaf check-in: 0918d1f04a user: stephan tags: stephan)
2012-06-11
17:33
merge trunk again... (previous merge was not from latest trunk from fossil-scm.org) ... (Closed-Leaf check-in: 7a57ab6465 user: mgagnon tags: mgagnon_fix)
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: cff9cc34f0 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: cc008ebab7 user: bcsmith tags: autosetup)
2012-04-30
09:33
When sided by side make the text area small so it will always fit in the column. After page loaded enlarge the text area with Javascript. But leave a little room (40px) as a margin between the two columns. This insurers that side by side always succeeds. ... (Closed-Leaf check-in: 396eceb9e4 user: renez tags: side-by-side-edit)
2012-04-29
17:08
Merge in recent trunk changes so that the branches can be more easily compared. ... (Closed-Leaf check-in: 82332148a2 user: drh tags: side-by-side-edit)
2012-04-28
08:03
Refinements to the new hyperlink logic and spider defense. ... (Closed-Leaf check-in: d9c8a7dd73 user: drh tags: spider-defense)
2012-04-19
14:34
Catch up w/ trunk & document --case-sensitive option in the add and addremove commands. ... (Closed-Leaf check-in: 626a317e5c 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: ef9ec5d74a 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: 5dd5d39e7c user: drh tags: branch-1.22)
05:24
Modify file_simplify_name to accept a parameter used to determine if the trailing slash, if any, should be retained. Make use of this when converting the local root to its canonical form. ... (Closed-Leaf check-in: e94c7cc4de 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: dbf4ecf414 user: mistachkin tags: wideAnnotateUser)
2012-02-23
11:32
Fix warnings in json support code (unused variables, unused label, etc). ... (Closed-Leaf check-in: 86f6e675eb user: mistachkin tags: jsonWarnings)
2012-02-19
03:04
Added mistachkin's openssl name collision workaround to the autoconfigurator. Fixed a typo. ... (Closed-Leaf check-in: d03aca4a77 user: jan tags: jan-buildfixes)
2012-02-17
01:55
Update to the latest autosetup (0.6.4) ... (Closed-Leaf check-in: 20a7225747 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: e98d793db2 user: martin.weber tags: msw-docco)
23:01
Revise workaround for OpenSSL symbol name collision problem. ... (Closed-Leaf check-in: ff19cc215f user: mistachkin tags: sslLinkingFix)
18:02
climb up the trunk. From up here, clarify wording of the "building and installing" wiki page: you don't need to log in to get the source code for released versions of fossil, the download page will have a shiny source package for you to fetch. ... (Closed-Leaf check-in: 587dd57fe1 user: martin.weber tags: msw-docco)
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: be10939bff 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: 9555560966 user: mistachkin tags: tktChangeScript)
2012-02-06
15:02
Tweak to side-by-side alignment: Be more aggressive about marking lines as changed if they are naturally aligned to begin with. ... (Closed-Leaf check-in: 5d836cbda7 user: drh tags: diff-experimental)
2012-02-04
20:36
Make the default font size is smaller for side-by-side diff. Fix the context-diff so that it understands the dc=N query parameter. ... (Closed-Leaf check-in: eae55eeafc user: drh tags: retro-sbsdiff)
2012-01-23
03:51
Merge latest trunk changes into jimtcl branch. Lightly tested. Should allow xfer scripts to be written in Jim Tcl. ... (Closed-Leaf check-in: de9c2f08d7 user: steveb tags: jimtcl)
2012-01-20
17:32
The HTTP trace files need to be opened in binary mode. ... (Closed-Leaf check-in: 7611406fd7 user: mistachkin tags: clientSyncLeakFix)
2012-01-18
12:56
Add xfersetup to the makemake.tcl script. ... (Closed-Leaf check-in: 9441f6fbcf user: mistachkin tags: pushScript)
2012-01-11
21:50
merge drh fix (additionally, sqlite3 updates) ... (Closed-Leaf check-in: 6a39f43dc0 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: d1b68cc0f3 user: drh tags: th1-css)
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: 132dbcedbc user: dmitry tags: dmitry-fixes)
2011-12-01
16:16
Make allow-symlinks a versionable setting. ... (Closed-Leaf check-in: ec5c690e0e 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: c95d7a9c3d user: steveb tags: steveb-fixes)
2011-11-05
23:12
Slight syntax tweak for 'ifeq' statement, this may work on more make variants. ... (Closed-Leaf check-in: f382b9a559 user: mistachkin tags: auto-mingw-makefile)
2011-11-04
20:48
Added missing #ifdefs for json mode. ... (Closed-Leaf check-in: 8a4e81cf93 user: json-demo tags: json-multitag-test, json)
19:39
Patch the auto.def file so that the TCL library is found even if it is named tcl8.6 or tcl8.5 instead of just tcl. ... (Closed-Leaf check-in: dd275844a5 user: drh tags: tcl-integration)
18:57
Fix html escaping of TH1 variables. Escaping should be determined by $<a> or $a form, but instead it was based on the relationship between the length of the variable name and the length of the value. ... (Closed-Leaf check-in: d81e217651 user: steveb tags: steveb-fixes)
2011-11-03
08:06
Correct fix in [d084043f79827]. This attempt at fixing the problem is closed. ... (Closed-Leaf check-in: a7caf19823 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: 331b57b53f 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: cdd4c6a580 user: steveb tags: autosetup)
2011-10-21
21:50
Fix a spacing bug in the display of side-by-side diffs. ... (Closed-Leaf check-in: a505abccc6 user: drh tags: diff-enhancements)
2011-10-20
16:31
s/'%s'/%Q/ in rptshow(). ... (Closed-Leaf check-in: 21af96623e user: stephan tags: stephan-hack)
02:03
Sorry, wrong branch! started changelog for 1.20 release. ... (Closed-Leaf check-in: a942086390 user: stephan tags: declined)
01:12
Additional makefile changes so the "../$CHECKOUT/configure; make test" works. ... (Closed-Leaf check-in: 6f285b5fa9 user: drh tags: maketest_fixes)
2011-10-18
21:20
Adding a space I forgot in in the html output. ... (Closed-Leaf check-in: 61523cbe67 user: viriketo tags: targets_setting)
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: c7c4279f13 user: viriketo tags: annotatecmd_fix)
2011-10-17
01:18
Remove unused variables and surplus blank lines from the side-by-side diff code. ... (Closed-Leaf check-in: a92908a6b5 user: drh tags: jan-sbsdiff)
2011-10-14
15:52
working on json wiki command ... (Closed-Leaf check-in: 4f9f0e9f03 user: zach tags: json-multitag-test, json)
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: 9fe787ec03 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: 25169506b7 user: mistachkin tags: ssl-trust-fix)
2011-10-04
15:20
Add HMAC-SHA1 implementation. ... (Closed-Leaf check-in: dcee34b25f user: dmitry tags: multisession)
14:38
Merge trunk into dmitry-security branch. ... (Closed-Leaf check-in: f4eb0f5afc user: dmitry tags: dmitry-security)
2011-09-13
17:18
The Label list was not properly freed in some cases; looking at the annotate of 'win/Makefile.msc' was triggering the case. ... (Closed-Leaf check-in: 4860d9f234 user: viriketo tags: annotate_noleak)
2011-09-11
13:57
Fix three remaining instances of printing rebuild progress in CGI mode. Ticket [19be0265ff]. ... (Closed-Leaf check-in: 2cd21f8dc2 user: dmitry tags: dmitry-fixes)
2011-09-08
12:59
Fix Windows build. ... (Closed-Leaf check-in: 4e586a2d8e user: dmitry tags: symlinks)
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: 27a4518e13 user: ben tags: ben-minorchanges)
03:51
begin work on ticket [bc0d0f5642eaf]: track success of (network) write operations and start bubbling that status up. To make it up to ultimately exit(EXIT_FAILURE) on errors, mkindex will need to be updated, too, as well as the signature from command implementing functions need to return int instead of void at some point. More to come. ... (Closed-Leaf check-in: a67e2683ed user: martin.weber tags: msw-hack)
2011-09-06
20:30
Documenting the Label structure I introduced. ... (Closed-Leaf check-in: 58a02a2e4a user: viriketo tags: label_linkedlist)
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: 1765c18d94 user: viriketo tags: localtime_fixes)
2011-09-02
10:31
Fix an autosetup bug which prevented libreadline from being detected when running autosetup under tclsh ... (Closed-Leaf check-in: 7eeb5c64cc user: steveb tags: autosetup)
2011-09-01
20:38
I think I fix a possible bug on platforms where 'char' has signed meaning, on the code about noting the 'rcvfrom' ipv4 address. ... (Closed-Leaf check-in: 9ce6771c78 user: viriketo tags: ssl_peer_ip)
2011-08-31
20:34
Adding a new test I wanted to write. I just saw this in my local copy, but I really forgot if I finished it or not. ... (Closed-Leaf check-in: 62f4a8a61c user: viriketo tags: merge_renames)
14:28
Show the branch name in artifact descriptions. ... (Closed-Leaf check-in: 2e38bed49e user: drh tags: artifact_description)
07:50
Improve formatting for fossil ticket history. Make small fields print on same line, and make longer ones look better. ... (Closed-Leaf check-in: 374920b209 user: venkat tags: venks-emacs)
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: 4e5dd3536e user: steveb tags: autosetup)
21:45
Fix code stylistic issues with the "stash rm" patch. Also document the new stash verb. ... (Closed-Leaf check-in: d2c4a24275 user: drh tags: stash_rm)
2011-08-23
08:37
Cache values of versionable settings read from files. ... (Closed-Leaf check-in: 0f0a94730c user: ben tags: ben-minorchanges)
2011-08-14
23:12
Fix the file_relative_name() function so that it works on windows. ... (Closed-Leaf check-in: 47b5bf7d16 user: drh tags: ben-testing)
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: 4fee0ce2d6 user: drh tags: filename-case)
2011-07-30
10:14
Correct the winsrv documentation to use the renamed command name. ... (Closed-Leaf check-in: f6b8397e4b user: ben tags: ben-minorchanges)
2011-07-24
19:47
Use a Blob object rather than a custom printf function in order to construct the PAX header for tarballs. ... (Closed-Leaf check-in: 02ce8b4a46 user: drh tags: ge-tarfix)
2011-07-23
23:01
Fix logic error: look up mlink entries of the commit, not the parent. ... (Closed-Leaf check-in: 9a67937056 user: joerg tags: experimental)
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: 6652dd1c17 user: mistachkin tags: mistachkin-Makefile)
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: c32b23d626 user: steveb tags: autosetup)
03:10
Very minor edits to the BUILD.txt document. ... (Closed-Leaf check-in: 38d5859713 user: drh 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: 14d1e44957 user: ben tags: ben-safe-make)
08:34
Add help text to status command about --non-relative option. ... (Closed-Leaf check-in: 5de11ac6be user: ben tags: ben-changes-report)
2011-07-18
20:00
Update the MSVC makefile so that it works with the new "service" command. ... (Closed-Leaf check-in: 4bf9048e25 user: drh tags: tsbg-win-service)
2011-07-12
17:26
Apply a fix to auto.def supplied by Steve Bennett via the mailing list. ... (Closed-Leaf check-in: 8c482e2a99 user: dan tags: autosetup)
2011-06-23
11:24
added version diff from info page ... (Closed-Leaf check-in: 6a84934b44 user: ron tags: rons diff mods)
2011-06-19
16:52
Require version 2.61 of autoconf, the version installed by default on Mac OS X. Changes to get autoconf working under Solaris 10: Prefer system version of OpenSSL found in /usr/sfw directory. Check for getpassphrase using autoconf rather than making assumptions in config.h. ... (Closed-Leaf check-in: c5f994d4c5 user: ben tags: autoconf)
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: d167b79e66 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: 1e7c1bca45 user: drh tags: mistake)
2011-05-30
07:14
Add configure script, which must be run before running make, as it appears there's no cross-platform way to set a make variable to the output of a shell command. ... (Closed-Leaf check-in: 5abe6347c2 user: ben tags: configure-make)
06:55
Online help for several more commands adapted ... (Closed-Leaf check-in: d23f98877d user: Arjen Markus tags: arjen-doc-updates)
2011-05-29
12:53
Remove accidentally included line of code. ... (Closed-Leaf check-in: 0bed863b69 user: ben tags: ben-security)
2011-05-28
15:40
Tidy up and fix implementation of empty-dirs setting. ... (Closed-Leaf check-in: 529237a3c1 user: ben tags: versionable-settings)
2011-05-22
07:53
Fix for passwords > 8 chars long on Solaris. getpass() silently truncates to 8 chars, use getpassphrase() instead. ... (Closed-Leaf check-in: 3e61ada775 user: ben tags: solaris10)
2011-05-21
16:52
Add (verisionable) empty-dirs setting ... (Closed-Leaf check-in: b21f47e967 user: ben tags: bens-expr)
2011-05-20
11:24
Merge all the latest trunk changes into the windows-i18n branch. ... (Closed-Leaf check-in: a742d12e8f user: drh tags: windows-i18n)
2011-04-27
02:05
Fix an issue with the --legacy option to configuration pull. ... (Closed-Leaf check-in: 940faaa37e user: drh tags: config-sync)
2011-04-15
00:59
Completely forget about files that were added then removed without ever been committed. ... (Closed-Leaf check-in: 97e5ff20d7 user: drh tags: experimental)
2011-04-12
23:37
Fix a bug in single sign-on. Add comments to the login source code. ... (Closed-Leaf check-in: 9df4dcb5e1 user: drh tags: login-groups)
2011-04-10
00:27
Cache passphrase for protected PEM files to avoid having to re-type passphrase for each new https connection. ... (Closed-Leaf check-in: 0c0392af3d user: jan tags: jan-clientcert)
2011-04-04
01:56
ws change to capture chmod +x change ... (Closed-Leaf check-in: 5a587ba570 user: bharder tags: betterExeHandling)
2011-03-28
22:29
A new approach to sub-repos in which a specific user for the subrepo is specified in the CONFIG table entry. ... (Closed-Leaf check-in: e8b15ad642 user: drh tags: sub-repos)
2011-03-10
17:39
Add the ability to compute common ancestors to the path object. Still using the pivot object for merges, however. ... (Closed-Leaf check-in: cfec72248e user: drh tags: path-refactor)
2011-02-28
13:26
Fix the "revert" command so that it distinguishes between files that were added versus files imported by merge. Added files are not unlinked. Ticket [baf9b6b11e08c1]. ... (Closed-Leaf check-in: 157eed29f4 user: drh tags: exe-permission-fix)
2011-02-27
21:03
Fix issues with file-to-file sync. Allow --localauth to enable --private syncing. ... (Closed-Leaf check-in: bbf257dc9e user: drh tags: private-sync)
2011-02-20
05:56
Merge custom Makefile to trunk. ... (Closed-Leaf check-in: 9503a9152e user: mistachkin tags: trunk)
2011-02-17
08:15
Enable a “stash make” subcommand as an alias for “stash snapshot” ... (Closed-Leaf check-in: 4e0274bbc3 user: BM tags: stash_mk)
2011-02-16
22:55
merge trunk ... (Closed-Leaf check-in: 0eaf7528b1 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: a1814d5015 user: drh tags: file-safety)
2011-01-28
21:52
Remove extraneous hyperlinks from the Tags and Branches timelines since the "tag:" hyperlinks now cover that functionality. ... (Closed-Leaf check-in: b6e66cdd08 user: drh tags: experimental)
2011-01-26
16:23
Avoid unnecessary deep recursion in after_dephantomize() when using delta-manifests. ... (Closed-Leaf check-in: 2739272921 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: c9a903c2bc user: drh tags: experimental)
2011-01-04
17:13
Implemented all suggested changes to the self-register related code. ... (Closed-Leaf check-in: 13deb4321b user: lrem 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: 01c83bfbbf 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: 9688ec1d00 user: drh tags: experimental)
2010-12-18
21:22
Add the "stash diff" and "stash gdiff" commands. ... (Closed-Leaf check-in: 987e0ff78d 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: 8bb8be26ca 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: 7043db15b8 user: gcw tags: gcw-fast)
2010-11-09
01:17
Cleanup of help_page() in preparation for merging with trunk. ... (Closed-Leaf check-in: a298a0e2f9 user: drh tags: StvPrivateHook2)
2010-11-08
23:26
Export works for Fossil and SQLite repositories. Does not yet export tags. Also need to add incremental export. ... (Closed-Leaf check-in: e25884d44f user: drh tags: experimental)
2010-11-07
10:23
Merge from trunk. ... (Closed-Leaf check-in: 1a6876db8d user: michael tags: ttmrichter-skins)
2010-10-28
17:41
merge from trunk ... (Closed-Leaf check-in: e6dce6a16a user: wolfgang tags: StvPrivateHook2 )
13:25
Less frequent status messages while processing using the sync protocol. ... (Closed-Leaf check-in: 0ca42eb3cc user: drh tags: experimental)
2010-10-25
21:47
Improvements and minor bug fixes in "browse" processing. ... (Closed-Leaf check-in: b27d50b421 user: drh tags: experimental)
2010-10-22
01:06
Merge in some ui enhancements from the ssl_platform_fixes branch. ... (Closed-Leaf check-in: 3c19422b6e 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: 413ebeb12e user: bcsmith tags: th1_fossiltag_cmd)
2010-10-16
19:07
PellesC doesn't have pgmptr, update Makefile ... (Closed-Leaf check-in: f88368742d user: wolfgang tags: wolfgangHelpCmd)
2010-10-10
19:07
New TH1 command: wikicontent Placed in its own branch for posterity. ... (Closed-Leaf check-in: 6916054dc8 user: bcsmith tags: th1_wikicontent_cmd)
2010-10-07
18:46
Merge in recent trunk changes. ... (Closed-Leaf check-in: 568ead7b41 user: drh tags: wolfgangTicketCmd)
16:04
merged from trunk ... (Closed-Leaf check-in: 2502567f70 user: wolfgang tags: wolfgangFormat2CSS_2)
2010-10-06
14:42
removed unused include -------------------------------- moved false branch commit to closed leaf ... (Closed-Leaf check-in: afca329121 user: wolfgang)
2010-10-05
03:24
Fix issues with the prior commit on this branch. The small-stack non-recursive implementation appears to be working. Ticket [2a1e8e3c4b0b39e08fdde]. ... (Closed-Leaf check-in: f93a54d0ba user: drh tags: small_stack)
2010-10-04
01:21
Updates and corrections to the [/doc/tip/www/fileformat.wiki | file format documentation]. ... (Closed-Leaf check-in: 3e48b683de user: drh tags: experimental)
2010-10-03
19:24
More descriptive SSL error messages. ... (Closed-Leaf check-in: 6b8b6d2e23 user: bcsmith tags: ssl_platform_fixes)
2010-09-22
05:42
schema change to support "nop". Repos will need to be rebuilt to use this functionality. ... (Closed-Leaf check-in: efc9e1c3b4 user: bharder tags: nop)
2010-09-19
01:14
merge trunk ... (Closed-Leaf check-in: 1dfb33e879 user: bharder tags: lang)
2010-09-17
14:33
separated timeline javascript code in separate file, to enable caching and preventing errors with HTML validator and mising <,>,.. ... (Closed-Leaf check-in: e8f200b6d3 user: wolfgang)
2010-09-13
23:37
Fix some rendering issues with the new wiki formatter. ... (Closed-Leaf check-in: 7d2fe13c82 user: drh tags: wolfgangFormat2CSS)
2010-09-11
11:37
Improvements to the "stat" page formatting. ... (Closed-Leaf check-in: b41feab774 user: drh tags: trunk)
2010-09-07
17:29
merged-make-corrections ... (Closed-Leaf check-in: 036d76815b user: Ratte tags: stv-skinning)
2010-08-31
15:51
make compilation depend on _WIN32 being defined by including allways config.h ... (Closed-Leaf check-in: c0a530f482 user: renez tags: windowscompilers)
2010-08-26
13:17
Untested implementation of popen2() for windows. ... (Closed-Leaf check-in: 34ea1e4abb user: drh tags: experimental)
2010-08-13
03:49
Merged with trunk. ... (Closed-Leaf check-in: 861a885c74 user: michael tags: ttmrichter)
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: 2a4ab3b151 user: benoit tags: benoit)
2010-07-14
13:25
Run without arguments, fossil proposes to run fossil help to list available commands. ... (Closed-Leaf check-in: e0a9b6e044 user: benoit tags: benoit)
05:21
Create new branch named "ticket-92d3a03459" ... (Closed-Leaf check-in: 0fadfd26ba user: michael tags: ticket-92d3a03459)
2010-06-10
19:19
Change the title of the home page from "Fossil Home Page" to simply "Home Page". ... (Closed-Leaf check-in: 0fd61810c4 user: drh tags: exp-search)
2010-05-17
18:24
re-introduce "co" "checkout" command to BSD branch ... (Closed-Leaf check-in: 0072bfefd2 user: bch tags: trunk)
2010-05-16
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: ccc7701cc6 user: drh tags: gpl)
19:08
Change from GPL to the Simplified BSD License. ... (Closed-Leaf check-in: c06edd231f user: drh tags: clear-title)
2010-05-14
17:02
On the timeline graph, strive to put the "trunk" to the far left. ... (Closed-Leaf check-in: 4c931047ef user: drh tags: trunk)
2010-03-21
22:42
Comparison typo. ... (Closed-Leaf check-in: 624bc1c662 user: linuxfood tags: ssl_platform_fixes)
2010-03-18
12:55
Change the timeline comment when a wiki page is deleted. Remove some "#if 0" sections from the code. ... (Closed-Leaf check-in: 49e6670386 user: drh tags: experimental)
2010-02-28
08:18
fix small issue in postbuild ... (Closed-Leaf check-in: 7f2ccea7ff user: ron tags: ron-make)
2010-02-26
03:02
Merge in latest changes from trunk. ... (Closed-Leaf check-in: df90572760 user: linuxfood tags: creole)
2010-02-08
18:12
Merge all the latest trunk changes into the SSL branch. ... (Closed-Leaf check-in: 8c23a947eb user: drh tags: ssl)
14:20
Added better error message when trying to remove a directory. ... (Closed-Leaf check-in: 1761fee055 user: jeremy_c tags: dead-end)
2010-01-21
20:52
Use the saved sync-url password for autosync. ... (Closed-Leaf check-in: f703a2fca2 user: drh tags: experimental)
2010-01-13
10:10
Fixed bug where /doc could only be read if the user had checkout security - <i>drh adds</i>: This is not a bug. Checkout permission prevents /doc from being used to "checkout" any version of any file. ... (Closed-Leaf check-in: acba194c0d user: jeremy_c tags: dead-end)
2010-01-11
16:21
Additional clarification in the Password Management document. ... (Closed-Leaf check-in: 261e55346d user: drh tags: experimental)
2009-12-31
14:59
* Changed security for timeline. To view the timeline, you must now have History access. The timeline will then display only items which you have access to. "o" (Check-out) is required for source history, "j" (Read-Wiki) is required for Wiki history and "r" (Read-Tkt) is required for Ticket history. ... (Closed-Leaf check-in: 71ad9b62a7 user: jeremy_c tags: jeremy_c-timeline)
2009-10-17
11:17
Styles don't work in wiki, so mark it with italics ... (Closed-Leaf check-in: c01667b00d user: dmitry tags: trunk)
2009-06-10
22:05
Added 'achtung' CSS class to the Preview label, to make it more obvious (but i still think the preview should arguably be below the editor (but could be convinced otherwise)). ... (Closed-Leaf check-in: 4ba7b9c288 user: stephan tags: trunk)
2009-04-29
03:59
checkpoints for the is_ticket() function ... (Closed-Leaf check-in: 5d49162a31 user: bch tags: fix artifact checkout)
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: 47cc9dfec8 user: robert tags: pass-comments, robert-exp)
2009-03-29
11:41
If no userid is specified in the URL then the client omits the login card from its request. ... (Closed-Leaf check-in: 09d6a6eb16 user: drh tags: experimental)
2009-01-30
21:18
Changed update docs, ** ADDED A _SPECIAL_ (but MUTYPE_BLOCK) wikitag &lt;annotation&gt; to put html comments in wikimarkup ... (Closed-Leaf check-in: 51868cb12f user: kkennell tags: kkinnell-exp)
2008-10-24
13:45
Create named fork test-tag-1 ... (Closed-Leaf check-in: 32b480faa3 user: drh tags: trunk, test-tag-1)
2008-02-23
06:37
Merged bugfix [b3d61d7829] into this semi-abandoned branch just in case we will work on it again. Do it now instead of forgetting it later. ... (Closed-Leaf check-in: 383c10f004 user: aku tags: trunk)
2008-02-19
21:58
tclfossil: added schema command ... (Closed-Leaf check-in: 8c4b530084 user: mjanssen tags: tclfossil-1)
2007-10-13
23:42
For the record an alternative design for the main method of the pass manager where the four principal loops (skip, setup, run, and defer) are merged into two (skip/setup) and (run/defer). Not really less code, also more complex to understand and maintain. The fact that 'setup' and 'run' is performed for the same passes is more difficult to see. This code will not be used. ... (Closed-Leaf check-in: 4df56a9e7e user: aku tags: trunk)
2007-08-25
04:02
Merging formatting changes to timeline and concepts documentation ... (Closed-Leaf check-in: 9b30224db7 user: aku tags: trunk)