Fossil

Leaves
Login

Leaves

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

Closed leaves:

2024-03-16
22:56
Allow rendering of Pikchrs to SVG via /doc/…/foo.pikchr?popup URLs. This allows a file stored in the repo to be referenced as an SVG from other pages. ... (Closed-Leaf check-in: 758170bc user: wyoung tags: render-pikchr-via-doc-popup)
2024-02-17
19:09
Proposed changes to the home page, mainly to work better with the new skin, but also a bit of a branding touch-up. ... (Closed-Leaf check-in: b85779e4 user: wyoung tags: new-home-page-title)
2024-02-10
14:29
Removed redundant sidebar styling; should've been done as part of [bcbd1c1e]. ... (Closed-Leaf check-in: 8aff4854 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: 7b4ab46a 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: bcf6abe5 user: andybradford tags: ssh-path-prefix)
2024-02-02
22:18
Remove trailing whitespace from non-external C files. ... (Closed-Leaf check-in: 7db0a2d9 user: danield tags: fix-overlength-lines)
2024-01-27
21:29
In the markdown formatter, add support for fenced code blocks containing blank lines that are indented. ... (Closed-Leaf check-in: 5a51d1b4 user: drh tags: indented-fenced-code-blocks)
16:44
Removed the ".doc > " level of selectors, allowing these rules to work via less common paths like the /dir rendering of README docs, embedded docs accessed via /file URLs, etc. where the body element is classed as "dir" or "file" or what have you. ... (Closed-Leaf check-in: 01c2c60b user: wyoung tags: MISTAKE)
2024-01-25
03:28
Make forum post hyperlinks more visible, with the conventional underline. ... (Closed-Leaf check-in: b9027e76 user: larrybr tags: visible-post-links)
2024-01-01
14:42
Update to a newer SQLite on the enhanced-stat1 branch. ... (Closed-Leaf check-in: e634b581 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: 895ecf9e 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: 6b7fe7fa user: danield tags: tk-diff-darkmode)
2023-12-03
21:36
The th1-expr-3 test revealed that Th_SetResultInt() could produce incorrect result for INT_MIN. Ensure that -1*iVal is positive for all values and remove unsiged casts. Seems a common optimisation problem with gcc on various verisons from 10 through 13 on Linux, NetBSD and OmniOS on various architectures. ... (Closed-Leaf check-in: 4a98d2aa user: preben tags: th-int-min-errors)
20:28
Include termio.h to determine terminal width on OmniOS. Uses __EXTENSIONS__ in line with detection of solaris like systems in auto.def. ... (Closed-Leaf check-in: 32428f12 user: preben tags: omnios-terminal-width)
14:06
In auto.def, set CFLAGS and LDFLAGS with LIBs as further tests may need them. ... (Closed-Leaf check-in: adcbb252 user: preben tags: auto-def-compilation-flags)
2023-11-28
19:31
Use signed char for two json timeline functions that may return -1. ... (Closed-Leaf check-in: c42dee86 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: 3b37f7d9 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 1d54d9965c7e4c00, fossil may accept 40 byte abbreviated hashes from command output, when the intention is to shun the real 64 byte hash. ... (Closed-Leaf check-in: d5c8235c user: preben tags: shun-list-review)
2023-11-16
12:16
Add more information when user encounters an Unresolved RID condition. ... (Closed-Leaf check-in: c04e494d user: preben tags: unresolved-rid-explanation)
2023-11-15
12:26
Add diff test cases for added/deleted files indicated by /dev/null. ... (Closed-Leaf check-in: 33174a3b user: preben tags: diff-deleted-files)
2023-11-14
19:38
Add test case for side-by-side xdiff. ... (Closed-Leaf check-in: 54adcdb2 user: preben tags: long-diff-fix)
2023-11-02
12:44
Check if markdown paragraphs contains lists. Fixes issue reported in b598ac56defddb2a. ... (Closed-Leaf check-in: 25028896 user: preben tags: markdown-multiple-sublists)
2023-10-26
10:53
Suppress compilation warnings for jimsh0 in autosetup-find-tclsh.

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

2023-10-25
14:52
Let "fossil ui repo.fossil" use the web-browser setting, if set. ... (Closed-Leaf check-in: 55985643 user: preben tags: fossil-ui-web-browser)
2023-09-29
06:56
Fixing the long opt broke final short option if expected argument is not present. ... (Closed-Leaf check-in: d8b23d71 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: 34e0f681 user: preben tags: filter-branch-ls-by-user)
13:18
branch ls should also flag private branches with -R. ... (Closed-Leaf check-in: fcb40ac9 user: preben tags: branch-ls-private-fix)
2023-09-27
19:43
Remove while(1) loop made redundant by [239b4c1362]. ... (Closed-Leaf check-in: f36e8886 user: preben tags: redundant-while-loop)
15:17
Check-mark alternative for closed branches. ... (Closed-Leaf check-in: 62ab3a1d 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: fb5d53ec 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: 3105a0c5 user: preben tags: search-wiki-titles)
2023-09-25
15:47
If the value of a setting is changed into an empty string, then unset it, except for the rare setting that has the new keep-empty property. ... (Closed-Leaf check-in: b9bbb8d7 user: drh tags: unset-empty-settings)
2023-09-18
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: fc5b49e9 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: d8f4247b user: florian tags: zlib-update)
2023-07-23
20:27
Improved CSS for the size field of tree-view. ... (Closed-Leaf check-in: 06ab6d9c 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: d276fd9b 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: fb116a20 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: 49c53e0b user: stephan tags: compile_commands.json)
2023-06-14
14:37
Add the ability for 'branch list' to filter the branches that have/have not been merged into the current branch, per forum request. ... (Closed-Leaf check-in: d6ddd5bc user: danield tags: branch-list-merged-unmerged)
2023-06-07
12:07
Initial version of the /setup_forum page. ... (Closed-Leaf check-in: b370c189 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: f71657d5 user: drh tags: non-merge-activity-report)
2023-05-27
15:48
Do not allow the "." character inside of FTS5 search strings. ... (Closed-Leaf check-in: 8a7609b1 user: drh tags: typo)
2023-05-21
16:56
More changes. ... (Closed-Leaf check-in: a62181b4 user: mistachkin tags: enhSee)
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: b8ab407f user: stephan tags: forum-skip-notification)
2023-04-18
17:45
Add FTS tokenizer selection to the /srchsetup page. ... (Closed-Leaf check-in: 9e52f8c0 user: stephan tags: fts5-trigram)
2023-04-17
21:50
Merge latest changes from trunk. ... (Closed-Leaf check-in: 88a76afc 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: fc2a4dcc 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: 3e5d23da user: stephan tags: ci-link-formpost)
10:26
An equivalent of the patch proposed in forum post f183ab47a7beee47 to resolve the argument sent to smtp EHLO, reducing it from an email address to the domain part of the address. ... (Closed-Leaf check-in: be4815b1 user: stephan tags: smtp-ehlo)
2023-02-17
14:37
A large collection of compiler warning fixes re. signed/unsigned comparison from Daniel D. ... (Closed-Leaf check-in: c71f711e user: stephan tags: compiler-warnings)
2023-02-07
16:24
Apply the spider SQL check to the diff URL argument of the /vdiff page. Improve some related docs. ... (Closed-Leaf check-in: 936c122f user: stephan tags: spider-sql-detection)
2023-01-31
10:41
Use a faster query when checking for private artifacts. ... (Closed-Leaf check-in: 25a6ba26 user: danield tags: git-export-omit-private)
2023-01-24
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: a07e6b87 user: drh tags: search-fts5)
2023-01-20
10:42
Simplify the loop to enumerate table columns to the left. ... (Closed-Leaf check-in: faadb48d 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: 4d2aeb29 user: stephan tags: json-settings-command)
2023-01-11
07:56
Enable horizontal scrolling for individual text blocks in unified diffs. ... (Closed-Leaf check-in: 15ba7e61 user: florian tags: udiff-hscroll)
03:06
merge latest change from trunk. ... (Closed-Leaf check-in: 5d5911e6 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: 837f2758 user: drh tags: self-service-password-reset)
2022-12-21
11:52
Merge in help consistency improvements. ... (Closed-Leaf check-in: 526b0a54 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: de684083 user: km tags: spelling-fixes)
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: 1a52d387 user: florian tags: zlib-update)
2022-11-11
22:24
A proposed fix for ticket [ad9aa572e7972f57]. Use an UPDATE rather than a REPLACE where possible when redoing EVENT table entries for tickets that are being rebuild, in order to avoid unnecessary notification events. ... (Closed-Leaf check-in: 1f0f6226 user: drh tags: ticket-notification-fix)
2022-11-04
11:11
Add a note to /setup_uedit that leaving the ostensibly populated password field unchanged will retain the current password, per discussion in forum post 0463cc2e87a3c676. (Branched for later addition to v2.21.) ... (Closed-Leaf check-in: fe373994 user: stephan tags: setupuser-retain-pw)
2022-11-02
22:51
Omit "Show associated wikis" from the submenu of a /wcontent page if there are no associated wikis in a repository. This amends [29a24941ed9b]. ... (Closed-Leaf check-in: 6e28f280 user: george tags: pre-2.21)
2022-10-28
16:28
Add comments for auxiliary local variables inside ticket_output_change_artifact(). ... (Closed-Leaf check-in: 53b66cf6 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: 6ff6d495 user: drh tags: busted-build)
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: a257fbd9 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: b04740bd 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: 2fc93df4 user: florian tags: accordion-fix)
05:56
Fix a compiler warning. ... (Closed-Leaf check-in: 877b237b 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: 368d9786 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 post d732b4026f44bdba. ... (Closed-Leaf check-in: 360d8652 user: stephan tags: dryrun-dry-run)
2022-06-17
09:57
Merged in trunk. ... (Closed-Leaf check-in: c97ad9d6 user: danield tags: diff-show-versions)
09:49
Merged in trunk. ... (Closed-Leaf check-in: 20c1ba2e 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: 98dd2626 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: 15e7b49e user: stephan tags: content-type-no-charset)
2022-05-18
22:52
Fix a couple of invokations of backlink_extract() that were overlooked in the previous check-in. ... (Closed-Leaf check-in: 33c67c28 user: george tags: generated-tkt-mimetype)
2022-05-14
14:23
Bring branch up to date with trunk. ... (Closed-Leaf check-in: 393e73cf 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: a242bb72 user: mgagnon tags: fix_remote_url_overwrite_with_proxy)
2022-05-08
20:40
Rename proposed column to tkt_user which seems more natural. Amend default schema to create this column (and also drop a nearby comment). Add a tiny optimization to getAllTicketFields(). ... (Closed-Leaf check-in: 6d95ae4f user: george tags: tkt-ucard)
2022-04-25
06:07
Merge in trunk. ... (Closed-Leaf check-in: cff92f2e 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: b3ed9d37 user: florian tags: open-sync)
2022-04-23
17:23
Change signature of add_inline_footnote() 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: 0850862e 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: 9f42fc44 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: 5c49ab3c 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: bb5162fe user: mgagnon tags: ambiguous_cmd_fix)
2022-03-30
14:36
Fix segfault and add message for ambiguous checkins. ... (Closed-Leaf check-in: e501d744 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: 5e34c998 user: danield tags: start-of-branch-cte)
2022-03-01
16:21
Fix an unused var warning in windows ... (Closed-Leaf check-in: 169a3dab user: mgagnon tags: nameofexe-appendvfs-check)
2022-02-13
19:14
Improved robustness in CGI variable parsing. ... (Closed-Leaf check-in: b8973500 user: drh tags: cgi-compliance)
2022-01-31
05:32
Update the makemake.tcl script. ... (Closed-Leaf check-in: 771ab194 user: florian tags: msvc-openssl-winxp)
2022-01-28
14:51
Swapped semantics of the new argument to ssl_read_server(), per forum discussion. Adjacent doc touchups. ... (Closed-Leaf check-in: 9110662f 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: 9f208a13 user: danield tags: pickhr-prototype)
06:45
Make MSVC build fail any level 2 warnings, and build w/o any. ... (Closed-Leaf check-in: 9c1199d7 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: 95256636 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: 8cd73dda 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: 60d1581f 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. [closed: feature rejected] ... (Closed-Leaf check-in: 79267437 user: jamsek tags: diff-show-func)

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: cf911e44 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: 4ef059bc user: drh tags: ssl-server)
2021-12-27
12:02
improve warning message for binary merge conflict on update. ... (Closed-Leaf check-in: d4d73989 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: 789f8ce8 user: stephan tags: code-movement)
2021-12-20
17:02
Merge the diff enhancement from trunk. Closed: 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: 5bb01585 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: 7c49ab38 user: stephan tags: content-length-patch)
2021-12-17
23:53
Fix several compiler warnings, etc. ... (Closed-Leaf check-in: 6397ece5 user: mistachkin tags: chrootOpt)
2021-10-19
17:46
This fix does not work for the case of a branch merge followed by "fossil diff --tk". ... (Closed-Leaf check-in: edb3a3a0 user: drh tags: mistake)
2021-10-10
06:31
More /chat config cosmetics. Started 2.18 change notes. ... (Closed-Leaf check-in: 891d79de user: stephan tags: chat-input-revisited)
2021-10-06
06:03
Another fix for the JS to dynamically load extra diff context: when coalescing multiple pending Up/Down events into a single Fill Gap event, make sure the event queue isn't truncated too eagerly. ... (Closed-Leaf check-in: 36ba7ec9 user: florian tags: diff-js-fixes)
2021-10-03
21:19
Improved the attachment button's visibility in dark-mode skins. ... (Closed-Leaf check-in: 1390dd98 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 Post 5f407f5f1f for a test case. ... (Closed-Leaf check-in: 72f34938 user: florian tags: diff-js-fixes)
2021-09-24
17:11
Removed an accidental extraneous animation on every chat message sent. ... (Closed-Leaf check-in: 0fe5b6cb 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: 3ca1ec52 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: c23aa774 user: stephan tags: chat-config-options)
2021-09-11
15:53
Merge the diff alignment scoring tweak from trunk. ... (Closed-Leaf check-in: 916094f8 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: 4ab35259 user: drh tags: diff-config)
2021-09-05
00:33
Fix a harmless compiler warning from previous check-in. ... (Closed-Leaf check-in: bcd3e80f 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: 963de841 user: florian tags: win32-temppath-mojibake)
2021-08-30
16:43
Added fossil.dom.ins/del() factory functions in prep for JS-based diff renderer. (Later) This check-in seems to break chat on the server-side. (Later still) fixed in trunk - copy/paste typo. ... (Closed-Leaf check-in: ae28ae82 user: stephan tags: oops)
2021-07-23
06:12
Added (branch reopen) subcommand, the inverse of (branch close), per forum feedback. ... (Closed-Leaf check-in: 6f3ab141 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: 70716bbc user: stephan tags: wikiedit-attachment-list)
2021-07-14
23:58
Recreate the ability to view all the settings easily in one command that was lost with [f74f7014c2271beb] and enhance the output to show whether or not a setting is versioned. ... (Closed-Leaf check-in: b572b766 user: andybradford tags: verbose-settings-help)
23:05
A value of "auto" for --branchcolor (commit) or --bgcolor (branch new) instructs Fossil to choose the color automatically. This makes it possible to have private branches that are not colored orange by default. ... (Closed-Leaf check-in: ac421602 user: danield tags: private-non-orange)
2021-07-11
21:55
Add default report checkbox and compare report titles instead ... (Closed-Leaf check-in: eaa7f6bb user: kevgrig tags: ticket-search-empty-report-number)
19:16
Checked into the wrong branch... ... (Closed-Leaf check-in: 005bba06 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: 57a2cab3 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: 0dc3a655 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: 2d19a40d user: drh tags: remote-ui)
2021-06-29
05:44
Per /chat #6763: if the ui command is passed the root dir of a checkout, chdir to that checkout to show the current checkout in the timeline by default. There may be a better/simpler way to implement this, thus this impl is in a branch. ... (Closed-Leaf check-in: bf66d615 user: stephan tags: ui-checkout-chdir)
2021-06-22
17:28
There is a fossil_spawn() implementation for windows here, using _wspawnvp(). But it does not work. Apparently _wspawnvp() does not preserve the argument boundaries. ... (Closed-Leaf check-in: be6aa9e6 user: drh tags: demo-windows-wspawn-error)
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: 54febc1f user: wyoung tags: fossil-spawn)
13:30
Add documentation for "fossil patch" ... (Closed-Leaf check-in: 169346a1 user: drh tags: patch-cmd)
2021-06-17
10:32
Replaced a couple of blob_append() with blob_append_escaped_arg() so that a diff-command setting with spaces in the path will work, as discussed in forum post 29e7250723461d18. (Bug: this would include any flags to the diff-command as part of the include, which obviously won't work.) ... (Closed-Leaf check-in: dcbc8ba9 user: stephan tags: mistake)
2021-06-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: 2ee87308 user: stephan tags: chat-user-last-seen)
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: b594f486 user: drh tags: tktschema-allow-drop)
2021-06-12
18:43
Add support for submenu parametric hyperlinks for /rptview and /wiki pages. ... (Closed-Leaf check-in: 9690fc39 user: george tags: not-allowed.)
2021-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: d1f6b9d4 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: fc10e775 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: 8a7620e4 user: george tags: vdiff-context-glob)
2021-04-22
01:09
Minor refactoring: unite two similar code fragments using new auxiliary function amendAnchor(). ... (Closed-Leaf check-in: f2348f27 user: george tags: brlist-timeline)
2021-04-18
21:17
Removed a reference to a removed function. ... (Closed-Leaf check-in: 90f9af21 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: 609bcd32 user: stephan tags: chat-indent-messages)
2021-03-31
10:57
Sync w/trunk. ... (Closed-Leaf check-in: 79be1156 user: larrybr tags: panic-reduction)
2021-03-23
13:31
Merge changes from trunk ... (Closed-Leaf check-in: 9ff7d9e5 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: 147ff84e 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: 9c36e633 user: mistachkin tags: th1-malloc-debugging)
2021-03-12
14:44
'add' command now fails if given a filename which is reserved on Windows unless the --allow-reserved flag is used, per forum discussion 5116485456. ... (Closed-Leaf check-in: 7135111a user: stephan tags: add-allow-reserved-flag)
2021-03-02
08:54
Updated changes.wiki to replace skn_X references with skin=X. ... (Closed-Leaf check-in: 7fed83c9 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: 42205f9c user: stephan tags: diff-view-toggle-poc)
2021-03-01
03:00
Merged in trunk. ... (Closed-Leaf check-in: ab047b62 user: stephan tags: leaves-command-branched-from)
2021-02-10
23:49
Give a better error message if structural artifact cards are out-of-order. ... (Closed-Leaf check-in: 72f5101e 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: 2db27a71 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: 32ab3d23 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: 0ac9052c user: stephan tags: help-full)
2021-02-04
00:58
Oops. Add in the omitted "color.c" source file. ... (Closed-Leaf check-in: 54509f8b 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: b1c2ef52 user: jamsek tags: dev-ci-verbose)
2021-01-26
23:38
Minor formatting issue on the /Setup/Configure page. ... (Closed-Leaf check-in: 4dae4a1b user: drh tags: new-main-menu)
15:42
Experimental TH1 command "capexpr" that evaluates an expression on capabilities. ... (Closed-Leaf check-in: 6828565e user: drh tags: capexpr)
2021-01-25
18:54
Fix the makefile in the previous check-in. ... (Closed-Leaf check-in: 5fbc3b30 user: drh tags: standard-hbmenu)
2020-12-27
04:50
chat: reintegrated partial changes from [b0ab6cbd3] and [670732a6]: remove skin-induced div.content margins in chat-only mode and cap image preview size to avoid screen overflow. Moved #dbgMessage element out of the way at app startup to avoid it potentially influencing our flexbox layout, and include that element in the to-hide list for chat-only mode. Edit: Martin G. reports that this one also causes Grief with Safari, but in different ways that before. ... (Closed-Leaf check-in: 7c3cf7a1 user: stephan tags: no-joy)
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: 8747d85e 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: a6650eb7 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: 7f4000a6 user: stephan tags: chat-mode-bottom-up)
2020-12-25
22:37
Removed some dead CSS. ... (Closed-Leaf check-in: c9ca5198 user: stephan tags: chat-widget-rework)
21:36
Reformulate the LEGEND elements to include an embedded anchor tag as an attempt to working around Safari's inability to click a LEGEND element. Edit: this approach didn't work - same effect as before on Safari. ... (Closed-Leaf check-in: 73c8ccd3 user: stephan tags: chat-safari-ts-popup)
20:48
chat: removed now-obsolete error checking for Date() parsing. Edit: moved from trunk and closed - an as-yet-unidentified Date() problem persists on Safari. ... (Closed-Leaf check-in: 379b4689 user: stephan tags: no-joy)
2020-12-24
01:04
Bungled merge. Was: The /chat page redirects to the login page if the user does not have appropriate permissions to use chat. ... (Closed-Leaf check-in: fee74ce5 user: drh tags: mistake)
2020-12-23
18:21
Fix the /chat-poll page so that it works even when called from "fossil ui". ... (Closed-Leaf check-in: 6f424a32 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: 7e6d2f0a user: stephan tags: no-joy)
2020-12-22
12:30
Whitespace style fix ... (Closed-Leaf check-in: 358f7d80 user: wyoung tags: body-feature-class)
2020-12-21
12:14
Rename "prefix" to "phase" and fix a C99-ism. ... (Closed-Leaf check-in: df99abda 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: f8a5a6a7 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 a forum post reporing a build failure. It's on a branch because my closest test VM isn't close enough to the reported environment, so we'll need the OP to carry the ball the next step. ... (Closed-Leaf check-in: a0987070 user: wyoung tags: allow-static-openssl)
2020-12-13
17:57
fix duplication of QUERY_STRING in the redirection URL in login_needed function, append "?anon" or "&anon" as needed to the g parameter ... (Closed-Leaf check-in: 204e5992 user: sdr tags: fix-login-needed-esc-anon)
2020-12-12
23:20
fix duplication of QUERY_STRING in the redirection URL in login_needed function, append "&anon" if needed ... (Closed-Leaf check-in: 1650a643 user: sdr tags: fix-login-needed-add-anon)
08:15
Adds the Apache-style REQUEST_SCHEME environment variable to the /ext environment so that CGIs can determine whether they're running in HTTP or HTTPS. Later: See alternative implementation at [f101e94da1f80571] ... (Closed-Leaf check-in: 0d72caae user: stephan tags: ext-request-scheme)
2020-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: bbc52640 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 post 29e358909c. The proposed fix required duplicating a file descriptor for stdin to accept keyboard input from the user and piped input from git fast-import, which necessitated machine-dependent ifdefs that have not yet been tested on Windows platforms. The fix revealed another bug that this commit also solves by avoiding duplicate artifacts being inserted into the blob table during fast_insert_content(), which can arise when importing into a repository that has used the recently implemented '--attribute' feature if manifests are generated from the same content but with different U cards. Due to a bug in Git's output, this required an additional temp table for tracking tag artifacts (see comments). Due to the complexity of this commit, and having not been tested yet on Windows platforms, further testing is needed. ... (Closed-Leaf check-in: a69f71a2 user: jamsek tags: import-git-dev)
2020-11-25
21:14
Eliminate unnecessary variable. ... (Closed-Leaf check-in: aca2988f 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: 942b2076 user: drh tags: default-css-cleanups)
2020-10-26
16:44
Minor html emphasis fix ... (Closed-Leaf check-in: 2c9ccd77 user: danshearer tags: quickstart)
2020-10-11
07:03
Attempt to use the feature added in [e32214a409] to extract the duplicate Pikchr code for diagram #4 in the rebase doc as a separate file, so we can refer to it twice via a Markdown image link instead. Doesn't work, but my next steps require a checkin I can reference.

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

2020-10-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: 87b1385d user: wyoung tags: fossil-as-blockchain)
2020-10-04
14:35
Exchanged most uses of %s(g.zTop) and such in the code with use of %R in Fossil's special printf() type functions. (The branch is named after just one of several of these, mprintf(), being one of the shortest names.) At the least, this is shorter, simpler code, but there is also some hope that it may fix some doubled slash problems someone is having on the forum. (https://www.fossil-scm.org/forum/forumpost/1ea72176e0) ... (Closed-Leaf check-in: 2907721a user: wyoung tags: prefer-mprintf-r)
2020-10-01
18:33
Fix an issue with the "R" (rename)" and "C" (copy) commands when interpreting git-fast-export files. ... (Closed-Leaf check-in: 8e5b0103 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: b72cc795 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: 5b101aa7 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: 7e8cb38c user: stephan tags: dir-columns-revisited)
2020-09-15
20:10
Bug fixes in Pandoc identifier generation. Now closed. See branch wiki for discussion. ... (Closed-Leaf check-in: 77cbe291 user: drh tags: auto-toc)
2020-09-14
00:27
pikchr command doc updates. ... (Closed-Leaf check-in: f2248f81 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: 833dfc1b 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: 0df84add user: drh tags: pikchr)
2020-08-30
18:43
Adapted SVG background from Florian for the .help-buttonlet CSS. ... (Closed-Leaf check-in: b2ece413 user: stephan tags: wikiedit-wysiwyg-legacy)
2020-08-28
18:28
Modify the before-commit hook so that it runs after the check-in comment has been collected from the user. Include the check-in comment in the commit-description file. ... (Closed-Leaf check-in: b4006e2e user: drh tags: comment-in-before-commit)
2020-08-25
06:18
Lots of tweaking to the "help buttonlet" popup position. Something to improve some rainy day. ... (Closed-Leaf check-in: 3f08a9d2 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: 91182cd1 user: marciogabe tags: merge-crlf-bom)
00:24
Merge changes from trunk. ... (Closed-Leaf check-in: 4a8bc878 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: dab94dda user: drh tags: interwiki)
2020-08-22
10:45
Merge Andy Goth's enhancements to the forum. ... (Closed-Leaf check-in: 50cdb741 user: drh tags: sec2020-forum-refactor)
03:06
Guard against an infinite loop in certain pathological edit patterns ... (Closed-Leaf check-in: 71fe590e user: andygoth tags: andygoth-forum-refactor)
2020-08-20
23:45
Change width per stephan's request ... (Closed-Leaf check-in: 53458bed user: andygoth tags: andygoth-ardoise-tweaks)
04:17
Assorted minor improvements to the javascript.md doc. ... (Closed-Leaf check-in: dc1bc213 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: 89d950ef 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: 8f24c079 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: 1e34705e 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: 458f30fc user: stephan tags: reject-ckout-db)
15:11
Identify security-sensitive settings. ... (Closed-Leaf check-in: aa4c3afc 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: 154f6484 user: stephan tags: bad-merge)
14:45
Merge trunk, since cloning local filesystem repositories still does not work ... (Closed-Leaf check-in: 719dcd29 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: e5c3ffeb user: stephan tags: post-2.12-fixes)
08:13
Removed a now-unused CSS class. ... (Closed-Leaf check-in: 1cb792fd user: stephan tags: line-number-selection)
2020-08-09
21:45
Merge in trunk; resolve conflicts ... (Closed-Leaf check-in: 7cfbf66a 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: eef9ac05 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: 80097abc user: wyoung tags: etag-always)
2020-08-01
13:23
Minor help text additions for --jsmode. ... (Closed-Leaf check-in: cb2563de user: stephan tags: ajax-wiki-editor)
2020-07-31
21:57
Further simplification of the javascript loading code. ... (Closed-Leaf check-in: b7f70ffc user: drh tags: refactor-js-handling)
2020-07-27
15:56
Remember-me toggle defaults to off, per forum feedback. ... (Closed-Leaf check-in: 587cd77e user: stephan tags: login-session-cookie)
2020-07-16
13:48
Simplify new setting names and some internal names. ... (Closed-Leaf check-in: e6a3112f user: mistachkin tags: customFavicon)
2020-07-12
18:35
Documentation updates. ... (Closed-Leaf check-in: 94658201 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: eb392f97 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: 971a5f51 user: jan.nijtmans tags: no-initial-commit)
2020-06-28
16:29
Merge updates from trunk. ... (Closed-Leaf check-in: c40c3272 user: mistachkin tags: th1Favicon)
2020-06-26
18:52
Adds the obscure() shell function, exposing an internal mechanism without which you cannot programmatically set the user's sync password or HTTP auth creds. The existing mechanisms assume you can type into the console. Effectively, this gives us "fossil user pass" equivalents for these other password-like values. ... (Closed-Leaf check-in: 2b5b7181 user: wyoung tags: obscure-shell-function)
2020-06-25
08:16
Merge trunk ... (Closed-Leaf check-in: 69b450c1 user: jan.nijtmans tags: cleanX)
00:16
Adjust help text to work better with the new formatter. ... (Closed-Leaf check-in: a8a60699 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: 61317898 user: mistachkin tags: jsonTestsPass)
05:59
Accounted for [9e4ca894], from default_css.txt (which no longer exists in this branch). ... (Closed-Leaf check-in: 9070947d user: stephan tags: default.css)
2020-06-10
01:39
More work on Win32 shell argument escaping. ... (Closed-Leaf check-in: 8c8a6d12 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: 7fad2abc user: drh tags: win32shellArg)
17:32
Improvements to command-string sanitizing and the the sanitizer test command. ... (Closed-Leaf check-in: e3185aee user: drh tags: safe-fossil-system-test)
2020-06-07
23:07
Robustify error handling. ... (Closed-Leaf check-in: 39c88cff user: mistachkin tags: testPid)
2020-06-04
10:43
Fix for "/timeline?c=XXXX" (circa the specified check-in) when the target check-in is at or near the tip of the timeline. See https://fossil-scm.org/forum/forumpost/e3adbfedfd ... (Closed-Leaf check-in: 16a09da8 user: graham tags: timeline-circa-fix)
2020-05-27
22:14
Updated all user-facing documentation and "fossil help" output (plus select internal comments and function names) to use "hash" rather than "UUID". No functional changes. (Yet?) See forum thread https://www.fossil-scm.org/forum/forumpost/ddc14c6866 for discussion. ... (Closed-Leaf check-in: df520195 user: wyoung tags: uuid-to-hash)
13:28
Demonstrate how the mkindex.c utility could be extended to automatically put a complete web-page construction inside a transaction. ... (Closed-Leaf check-in: 67c42040 user: drh tags: auto-webpage-txn)
07:56
s/checkin/check-in/ in the help tab, per forum feedback. ... (Closed-Leaf check-in: 91948d3a user: stephan tags: fileedit-ajaxify)
2020-05-26
07:16
Merged in trunk. ... (Closed-Leaf check-in: 58ee0645 user: stephan tags: unaddremove-command)
06:56
merged in trunk ... (Closed-Leaf check-in: a2b0ed37 user: stephan tags: forum-edit-deltify)
06:47
merged in trunk. ... (Closed-Leaf check-in: fe018289 user: stephan tags: style-css-revamp)
2020-05-22
20:16
Merge trunk ... (Closed-Leaf check-in: 1e4aaf7b 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: 232033c9 user: drh tags: mistake)
2020-05-19
18:31
Merge in trunk. ... (Closed-Leaf check-in: 0ad3e06b 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: 96603196 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: 96e74ad1 user: drh tags: context-dependent-files-menu)
2020-05-09
13:16
Comment improvements and minor simplifications. ... (Closed-Leaf check-in: aa9815ff 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: 8d4ce834 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: e1e618d1 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 /forumpost/b2d7ce8ab1. ... (Closed-Leaf check-in: fd138236 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: 6faaa91b 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: 8a046acb 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: 09a21409 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: 6d125b72 user: drh tags: backlink-updates)
2020-04-15
11:12
Merge in trunk. ... (Closed-Leaf check-in: 7896afa7 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: 050cd019 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: 8b5250b8 user: drh tags: revamp-home-page)
2020-04-11
22:35
Merged from trunk ... (Closed-Leaf check-in: 2f24675a 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: fae4ae05 user: florian tags: idle-time-suggestions)
2020-04-09
17:29
Branch closed. See this forum post for an explanation. Was: Fix a harmless compiler warning. ... (Closed-Leaf check-in: eb750c28 user: drh tags: idle-timeout)
12:32
Fold duplicate parts of the SVG data URIs to simplify the Javascript code -- overall impact on the final size of the gzipped web page is likely minor. The uncompressed source code for the icons is on the branch/accordion-experiments wiki page. ... (Closed-Leaf check-in: 811ae0c8 user: florian tags: accordion-experiments-2)
2020-04-08
14:17
Fix a minor glitch. ... (Closed-Leaf check-in: 343f31f9 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: 04f232aa 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: 04bbb05d user: drh tags: accordion-about-wiki)
2020-04-01
17:04
merge trunk ... (Closed-Leaf check-in: 7da1aa6f 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: ff8f2dec 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: bb292b64 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: 8a1e1c90 user: florian tags: audio-captcha)
2020-03-17
12:17
Filter notifications to reduce multiple alerts if forum-posts are edited. ... (Closed-Leaf check-in: 1c84fa55 user: graham tags: alert-filter)
2020-03-15
15:22
Experimental support for "Range:" headers in HTTP requests. ... (Closed-Leaf check-in: 37c615ad user: drh tags: http-range)
2020-03-14
14:07
Add CSS classes for the forum post labels. ... (Closed-Leaf check-in: ff3365e8 user: drh tags: forum-post-headers)
12:40
Add "Speak the text" buttons consistently to all captchas. ... (Closed-Leaf check-in: 93bbd28a user: drh tags: audio-captcha)
2020-03-13
14:23
Proposed fix to the UX bug on "Logout" with the default skin, per https://sqlite.org/forum/forumpost/ee69ac2ed3 ... (Closed-Leaf check-in: 35d8736b user: wyoung tags: logout-link-on-name)
2020-03-12
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: 8059b9ca user: wyoung tags: eradicate-d-cap)
2020-02-29
19:32
Properly truncate a forum thread's title when is UTF-8 encoded. ... (Closed-Leaf check-in: 4b12ad0e 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: 31dc956d 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: 6f08a593 user: drh tags: mistake)
18:34
Added --admin-user flag to the import command, per discussion at forumpost/2ecbbdf7c6. ... (Closed-Leaf check-in: bdc242fb user: stephan tags: import-admin-user)
14:45
Improve diff performance by using a 64-bit hash and a faster hash algorithm. ... (Closed-Leaf check-in: a4616a2c user: drh tags: diff-optimizations)
2020-02-16
14:51
Fix the Javascript-disabled fallback hamburger button link to the sitemap. ... (Closed-Leaf check-in: 9782e672 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: 616de1fe 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: 7391f8d4 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: 26f2bb6f 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: e170afb9 user: stephan tags: tag-ls-inverse)
14:30
Backed out merge - it included an unintented change :/. ... (Closed-Leaf check-in: 070d6ea1 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: 11d0e811 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: 81bfdca9 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: 61186d21 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: f28cea2b user: stephan tags: ext-render-index)
19:14
Delay for a failed 'verifyLogin' command invocation. ... (Closed-Leaf check-in: 7703173f 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: 9c2080a3 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: 67412fbb user: andygoth tags: andygoth-restore-related)
2019-11-15
02:31
Modified grep command to respect the hash-digits config option. ... (Closed-Leaf check-in: dccab378 user: stephan tags: grep-hash-digits)
2019-10-24
14:30
Merge in latest from main line. ... (Closed-Leaf check-in: f882d5cb user: andybradford tags: clone-resume)
2019-10-10
05:49
Merged in trunk. ... (Closed-Leaf check-in: 22150aba 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: cd969ec5 user: andybradford tags: mistake)
2019-10-02
06:49
Added "File Browser Tree View" item to www/javascript.md ... (Closed-Leaf check-in: 72a00d1f 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: 307f7642 user: andybradford tags: time-skew-setting)
07:09
Enable client to control how much time skew is allowed before warning. This can be useful if one is not in control of the time on the remote server. ... (Closed-Leaf check-in: 526b0c29 user: andybradford tags: mistake)
2019-09-30
16:11
Add 'binary' query parameter to the 'vpatch' web page. ... (Closed-Leaf check-in: 39d14616 user: mistachkin tags: vpatch-binary)
2019-09-28
20:52
When replying to a Forum Post or Reply, show additional information to provide additional context. This helps if one walks away from the browser before submitting the response. ... (Closed-Leaf check-in: e19dcc1a user: andybradford tags: forum-replies)
2019-09-27
23:56
Added -- support to (3-way-merge, open, sqlar, stash save|snapshot, tarball, touch, undo/redo, update, zip). ... (Closed-Leaf check-in: 52ae3288 user: stephan tags: double-dash-flag)
2019-09-26
23:41
Adds syntax-hl boolean option, fixes file extension retrieval.

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

23:36
Create new branch named "syntax-hl-with-numbering" ... (Closed-Leaf check-in: 6f82d2c1 user: lmartin92 tags: syntax-hl-with-numbering)
2019-09-23
19:07
Add support for testing with libFuzzer. ... (Closed-Leaf check-in: 8a6e8e27 user: drh tags: libFuzzer)
2019-09-13
15:11
Merge in latest developments from trunk. ... (Closed-Leaf check-in: b713393b user: andybradford tags: db-begin-txn-updates)
2019-09-05
02:31
Minor tweaks prior to merging. ... (Closed-Leaf check-in: 4231d4b6 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 the forum discussion for details. ... (Closed-Leaf check-in: a65834a7 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: ca4085c2 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: 8e175a67 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: 5d2299d8 user: ckennedy tags: js-skin-export)
2019-09-02
19:54
In /artifact and similar pages, put HTML code tag inside pre with class="language-zExt" where zExt is the extension from the artifact's file name, if any. This allows JS code highlighting plugins to style such pre blocks automatically based on file name extension. ... (Closed-Leaf check-in: f3b91714 user: wyoung tags: code-in-pre)
2019-08-31
16:23
Merge in trunk latest developments. ... (Closed-Leaf check-in: 08291fec 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: 54fdd1a5 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: f4e3abce user: wyoung tags: skin-cap-matching)
2019-08-20
07:01
Fixed a link punctuation bug introduced in [74a6578c]. ... (Closed-Leaf check-in: c57e1793 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: 66fdab76 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: f39e47a1 user: wyoung tags: forum-post-activity-report)
18:07
Refine HOME search order on Windows to maintain backward compatibility with the previous search hierarchy. ... (Closed-Leaf check-in: c07cbcd3 user: mistachkin tags: windows-env-usage-v2)
03: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: 1f63724e user: wyoung tags: windows-env-usage)
2019-08-09
20:15
Contributing PowerShell script Set-ChildProject.ps1. This script wraps the code for converting a project into a child project into an easy to use PowerShell script. The script should be cross platform, but was only tested on Windows 10. ... (Closed-Leaf check-in: 0b70cf6d user: ckennedy tags: windows-tools)
2019-08-06
01:49
Fix crash. ... (Closed-Leaf check-in: 9d37ebbe user: mistachkin tags: winExtCgi)
2019-08-02
05:09
proper env() handler for (at least) NetBSD ... (Closed-Leaf check-in: 2d4c16df user: bch tags: env_handler)
2019-07-29
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: 6df7a853 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: 14f2ba04 user: florian tags: svg-and-md-formatting)
2019-07-25
21:09
Remove an unused variable. ... (Closed-Leaf check-in: c2a98a5d 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: 77a72fb9 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: a52e6845 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: 2211bc2a 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: 1bf7985d user: stephan tags: forum-reply-links)
2019-06-29
03:13
For "fossil clone help", put options in alphabetical order. ... (Closed-Leaf check-in: d5c6f478 user: drh tags: save-http-url-password)
2019-06-27
21:23
commit from workarea4 ... (Closed-Leaf check-in: 5769086c user: wyoung tags: inadvertent-checkin)
21:22
Same as [28549ec2] ... (Closed-Leaf check-in: 7ae81524 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: 82d69e7f 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: 2d3025ad user: andybradford tags: taglist-tagtype)
2019-06-13
08:20
Help text improvements. ... (Closed-Leaf check-in: c5521b64 user: stephan tags: touch-command)
07:49
Update the copyTextToClipboard() Javascript function to suppress scrolling, and remove the temporary textarea in case of an error (i.e. blocked clipboard access), as suggested here: https://fossil-scm.org/forum/forumpost/40189d7d2f. ... (Closed-Leaf check-in: ba3e6fe7 user: florian tags: copybtn.js-tweaks)
06:18
Added a -setmtime flag to the checkout and open commands which works identically to that flag for the update command. The open command should arguably do this by default. ... (Closed-Leaf check-in: e59d8d99 user: stephan tags: setmtime-checkout-open)
2019-06-11
06:59
Fix the test whether the currently hovered element is the owner of the tooltip. ... (Closed-Leaf check-in: 49bee969 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: 60d25189 user: drh tags: tablet-antirobot-fix)
2019-06-07
13:10
Minor name changes to new routines. ... (Closed-Leaf check-in: ef848025 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: 66788707 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: 0a9f12ce 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: 21f38e85 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: ac199e7a 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: 06cb09dd 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: b39d8d69 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: b406b414 user: drh tags: tooltips)
20:55
Merge the windows build fix from trunk. ... (Closed-Leaf check-in: d99debe8 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: e0186fdb user: drh tags: graph-improvements)
18:55
Minor coding style change. ... (Closed-Leaf check-in: e5ac794f user: mistachkin tags: offline-sync)
08:17
Fix for building with OpenSSL 1.1.1b using MinGW. ... (Closed-Leaf check-in: d2b44d9e 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: b14cf3bc user: stephan tags: moderate-disapprove-on-user-delete)
2019-05-13
21:48
Merge trunk ... (Closed-Leaf check-in: 91a0d5a5 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: 5d7c00f7 user: tsbg tags: backoffice-win)
2019-04-18
00:00
Only remember a new URL for permanent redirects. ... (Closed-Leaf check-in: b36783e8 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: 4f19d67b user: drh tags: mirror-cmd)
2019-03-13
18:46
Continuing work on the VCCP design. ... (Closed-Leaf check-in: c3f118c5 user: drh tags: vccp)
2019-02-27
12:57
Merge the bug fix from trunk. ... (Closed-Leaf check-in: 50995ed1 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: a41ef5e6 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: 600accbe user: mistachkin tags: dynamicCsp)
2019-02-07
17:42
Allow arguments with non-ASCII characters for constructed shell commands, as reported here: https://fossil-scm.org/forum/forumpost/81e6854386. ... (Closed-Leaf check-in: a5ff0050 user: florian tags: non-ascii-cmd-args)
17:39
Backout [6e80af7e52], as this branch enables the 'reparent' command to work without an open check-out. ... (Closed-Leaf check-in: 3580fce8 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: 8d1ed47c 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: 04eb72fd 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: a0d10b91 user: florian tags: comment-format-setting)
2019-01-26
02:36
Does not work. Was: Do not display the "HH:MM" timestamps to the left of the graph on very narrow displays (phones in viewed in portrait mode) as the HH:MM takes up precious horizontal space and does not add that much value to the display. ... (Closed-Leaf check-in: 31c64c3b user: drh tags: mistake)
2019-01-22
23:19
Experimental changes to unified diff output to 'ignore' sections that are purely additions. Still needs SBS support and tests. ... (Closed-Leaf check-in: 6e3f354d user: mistachkin tags: ignorePureAdds)
2019-01-21
18:27
The --nossl option is on by default for the "fossil ui" command. ... (Closed-Leaf check-in: 9ae6f866 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: 12a022b1 user: drh tags: rid-renumbering)
2019-01-11
05:34
Merge trunk. ... (Closed-Leaf check-in: dbaee34d 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: 6036bc62 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: 76f44784 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: dac9293b 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: 60e8a08f user: drh tags: describe-objects-using-wiki)
2018-12-29
06:43
Fix the login links for the /download web page, as suggested here: https://fossil-scm.org/forum/forumpost/a742969590. ... (Closed-Leaf check-in: 4a30475b user: florian tags: fix-login-links)
2018-12-27
12:36
Remove two unused variables (introduced by [2efcd19f14] through copy-and-paste) ... (Closed-Leaf check-in: cf0f6fc8 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: 5359e3db user: florian tags: fix-timeline-view)
2018-12-21
08:01
Fix a problem introduced by [06586ef70f]: on cloning, only create the tables for the email notification system if any configuration data from the 'Email subscribers' group is received. ... (Closed-Leaf check-in: fca66262 user: florian tags: fix-clone-subscribers)
2018-12-15
08:34
Move a variable declaration introduced by [b695e97d7a] to the beginning of the scope, for strict ANSI C-89 conformance, as specified in the Coding Style document /doc/trunk/www/style.wiki. (Required by some old MSVC compilers, to build executables with dynamic linking to msvcrt.dll.) ... (Closed-Leaf check-in: 550b95e5 user: florian tags: ansi-c89-compatibility)
2018-11-29
22:55
The /setup_adunit, /setup_logo, and /setup_skin pages now give full rights to Admin-only users, not just to Setup users, since it seems sensible for a Setup user to delegate cosmetic matters to "mere" Admins. ... (Closed-Leaf check-in: a4265ae8 user: wyoung tags: setup-delegates-cosmetics-to-admin)
2018-11-28
23:43
Minor stylistic changes to the comment formatter. ... (Closed-Leaf check-in: cc9c422d user: drh tags: comment-formatter-utf8)
2018-11-09
19:16
Another attempt to fix non-constant format complaint. ... (Closed-Leaf check-in: 725630f3 user: wyoung tags: login-on-post)
2018-09-22
17:09
Typo fix ... (Closed-Leaf check-in: b6c490ce user: tangent tags: libbind-ns-alternative)
04:21
Add build directories to ignore-glob. ... (Closed-Leaf check-in: bddd4961 user: ashepilko tags: build-ignore-glob)
2018-09-11
14:54
merge trunk ... (Closed-Leaf check-in: 368c78a8 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: 72cfbf70 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: dc88a533 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: 78ec6838 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: c94617b5 user: wyoung tags: tclsh-macos)
2018-08-30
21:19
Change the name of the "email.c" source file into "alerts.c". Make corresponding changes to various interfaces. ... (Closed-Leaf check-in: cfbbc537 user: drh tags: refactor-alerts)
2018-08-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: b9d86ed2 user: wyoung tags: csp-nonce)
2018-08-20
18:04
Enable responsive design by default on all skins. ... (Closed-Leaf check-in: 466744aa user: drh tags: mobile)
2018-08-16
07:06
Posts are now hidden on the /forum page if they're marked as private (i.e. needing moderator attention) and they were posted by another user, except when the user is a moderator.

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

2018-08-12
03:38
Update wording to match documentation. ... (Closed-Leaf check-in: cbfbfa8c user: mistachkin tags: updNewCaps)
2018-08-11
23:51
Coding style tweak. ... (Closed-Leaf check-in: 52b9caa5 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: b6aadace user: drh tags: backoffice-full-close)
13:19
Added Forum navbar before Tickets in all skins that had such a link, pointing to /forum if the user is anonymous and has capability 2 or 3, or is logged in and has any capabilities in 2-6 inclusive. ... (Closed-Leaf check-in: 4344f806 user: wyoung tags: forum-skin-links)
2018-08-07
18:28
Improvements to comments. No code changes. ... (Closed-Leaf check-in: 1b54dd79 user: drh tags: fork-backoffice)
13:52
Disable the backoffice for SSH clients. ... (Closed-Leaf check-in: 4b4e133a 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: 174ab076 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: 0ef0e105 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: e882081f user: drh tags: fork-backoffice)
2018-07-19
13:24
Add support for backtrace in the ./configure script ... (Closed-Leaf check-in: 3e03913b user: drh tags: segvhandler)
2018-07-18
16:54
Fix the code for obtaining process ids on windows. ... (Closed-Leaf check-in: 4695f217 user: drh tags: backoffice)
2018-07-17
15:10
Fix a mimetype typo that prevents email notification from running. ... (Closed-Leaf check-in: e2fd46dd user: drh tags: webmail)
2018-07-12
13:13
Fix a compiler warning on the mac build. ... (Closed-Leaf check-in: b6b5048a 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: 31d274d0 user: drh tags: smtp)
2018-06-26
16:57
An alternative to removing FOSSIL_ENABLE_LEGACY_MV_RM that just makes it the default. ... (Closed-Leaf check-in: efb0f880 user: mistachkin tags: altLegacyMvRm)
2018-06-23
00:49
Fix some minor problems with email notification support ... (Closed-Leaf check-in: c2566260 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: 57e75eb7 user: stephan tags: ben-json-timeline)
01:35
Fix the mimetype selector. Improved styling of the forum display. ... (Closed-Leaf check-in: 837b1cb5 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: 4f2b2309 user: drh tags: arrow-color-fix)
2018-06-06
10:39
Merged trunk ... (Closed-Leaf check-in: a253fba0 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: 9e8a7d4c 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: 51c1276e user: drh tags: use-appendvfs)
2018-03-19
19:55
This doesn't quite work, so I'll try a different approach. Was: When clicking on the "Move to branch ...." links in the timeline, show only check-ins relevant to that branch. ... (Closed-Leaf check-in: 63b967e0 user: drh tags: mistake)
2018-03-17
22:33
Merge updates from trunk. ... (Closed-Leaf check-in: 5447bc90 user: mistachkin tags: withMman)
2018-03-08
04:03
Merge in latest from trunk. ... (Closed-Leaf check-in: 0d11ea05 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: f2492f3b 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: 02740c2c 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: 6831769d user: mgagnon tags: fix_fusefs_on_empty_checkin_crash)
2018-01-15
21:50
Remove unnecessary whitespace. ... (Closed-Leaf check-in: 73d0734a 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: 9201207f user: achavasse tags: skin-ardoise)
2018-01-11
02:33
bad build ... (Closed-Leaf check-in: d4bac2c5 user: drh tags: mistake)
2018-01-06
21:56
Added the ardoise skin. ... (Closed-Leaf check-in: 64e83aa5 user: antoine tags: skin-ardoise)
2018-01-03
20:07
For "fossil ui" and "fossil server" use the IPV6 loopback on Windows. ... (Closed-Leaf check-in: c038de8d user: drh tags: windows-loopback-ipv6)
2018-01-01
18:48
Get "fossil server" working for IPv6 on MinGW, using hints from Olivier Mascia. ... (Closed-Leaf check-in: 1627571b user: drh tags: win-server-ipv6)
2017-12-28
03:37
Fixed some misnamed classes. ... (Closed-Leaf check-in: 313e27ad 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: 2d916a5e user: drh tags: artifact-stats)
2017-12-05
01:24
Remove unnecessary "antibot" class names from anchors. ... (Closed-Leaf check-in: 52a47db1 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: d8846443 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: 244b84b8 user: drh tags: symlink-refactor)
2017-11-29
14:02
All timelines use the "ss" display preferences cookie. ... (Closed-Leaf check-in: 6314b4ed 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: 7b9cfa99 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: 4cb350ec user: drh tags: timeline-improvements)
2017-11-10
10:30
(cherry-pick): Upgrade to openssl 1.0.2m ... (Closed-Leaf check-in: 3003decb user: jan.nijtmans tags: branch-2.4)
2017-10-19
20:39
Initial changes for adding attachments to check-ins. ... (Closed-Leaf check-in: cb385ba0 user: drh tags: checkin-attachment)
2017-10-14
23:20
Update /dir to support readme and readme.* files being a symlink to the actual document. Symlinks to symlinks are not supported in this instance. The document type is determined by the link target name. ... (Closed-Leaf check-in: eb4dda48 user: andygoth tags: andygoth-doc-symlink)
22:49
Remove unnecessary double NUL-termination from blob ... (Closed-Leaf check-in: 95b6fad9 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: 2ed09fb8 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: 1d549aa8 user: wyoung tags: wy-autoreconfig)
2017-09-25
12:45
Simplified and improved implementation of annotate_file(). ... (Closed-Leaf check-in: d2b1565b user: drh tags: andygoth-annotation-enhancements)
2017-09-24
04:12
Update change log ... (Closed-Leaf check-in: f914bfd3 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: 1fdcb207 user: jan.nijtmans tags: branch-2.3)
2017-09-11
16:44
Restore the --no-dir-symlinks option. ... (Closed-Leaf check-in: aff4363d user: mistachkin tags: no-dir-symlinks)
2017-08-30
23:03
Enhancements to the /setup_settings web page. Provide hyperlinks to documentation for all settings. ... (Closed-Leaf check-in: 5068f23d user: drh tags: improved-setting-help)
13:29
Merge cleanX ... (Closed-Leaf check-in: fd47eae7 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: ce7baa97 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: 107cfe02 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: 773f9ba7 user: zakero tags: skin-xekri-fileage-fix)
2017-07-08
11:01
In the "last change" report, show the user as "anonymous" if the EVENT.USER field is NULL or an empty string. (Later:) Removed from trunk because a better solution is to not store empty strings in the EVENT.USER field in the first place. ... (Closed-Leaf check-in: 970adec0 user: drh tags: mistake)
2017-07-03
13:48
On the server.wiki page, point to the source code comments that describe the various CGI options. ... (Closed-Leaf check-in: d407e22f user: drh tags: security-risk)
2017-06-30
16:13
Many new permission checks for the security-audit page. ... (Closed-Leaf check-in: c12ffe2c user: drh tags: security-audit)
2017-05-30
01:26
Further enhancements to SEE integration. ... (Closed-Leaf check-in: 53048387 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: 51058ce1 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: 70af6acd 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: 748ec13b 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: ea1fd253 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: 2999c7dc 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: f2e075b9 user: jan.nijtmans tags: roy-export)
2017-03-30
15:27
Update the built-in SQLite to 3.18.0 ... (Closed-Leaf check-in: 017baa24 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: 327dc563 user: jan.nijtmans tags: autosetup)
2017-03-15
18:20
Merge latest trunk ... (Closed-Leaf check-in: ad9d418c 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: f955c632 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: 4fa4c021 user: drh tags: basic-authentication-2)
2017-03-10
01:44
Merge recent enhancements from trunk ... (Closed-Leaf check-in: 41d43ec6 user: drh tags: optimize-pragma)
2017-03-06
15:32
Merge trunk ... (Closed-Leaf check-in: 4bf7e4ef 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: aa92dc8e user: jan.nijtmans tags: mistake)
08:57
(cherry-pick): Fix a bug that prevented clients from pushing SHA3 content up to servers. ... (Closed-Leaf check-in: f41f6f33 user: jan.nijtmans tags: branch-2.0)
2017-03-05
19:49
More tweaks to the "Hash Policy" document. Add the Hash Policy document to the permuted index. ... (Closed-Leaf check-in: f55db74d user: drh tags: fossil-2.1)
2017-03-03
19:29
merge trunk ... (Closed-Leaf check-in: 5e19d731 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: e81f4d4e 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: b9a1a3b9 user: drh tags: fossil-2.0)
2017-02-25
19:47
Add a SHA3 hash algorithm. So far the only integration is the "fossil sha3sum" command. (This was suppose to go on trunk.) ... (Closed-Leaf check-in: 17ea2822 user: drh tags: sha3)
2017-02-22
09:49
Merge stripping end-of-line change from "roy-export" branch ... (Closed-Leaf check-in: bd65092f 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: 8fdf8cbe user: mistachkin tags: symlinks)
2017-02-07
06:39
Show commit information after new branch is committed to avoid confusion. ... (Closed-Leaf check-in: cbde195a user: andybradford tags: branch-info)
2017-02-01
04:51
Missed one. ... (Closed-Leaf check-in: 2f19a687 user: mistachkin tags: noSymlinks)
2017-01-17
02:16
More revisions to verbose version information reporting, especially for FUSE. ... (Closed-Leaf check-in: 444e3c43 user: mistachkin tags: versionReform)
2017-01-10
20:38
Schema enhancements necessary to support the Remark artifact. ... (Closed-Leaf check-in: f051f1d3 user: drh tags: remarks-on-checkins)
2016-12-21
17:50
When calling gdiff (or stash gdiff) command between 2 versions, use the filename to prefix the temporary random filename so once inside the external diff program we know what file is being compared.

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

2016-12-15
22:46
First jab at creating a bash script for command completion ... (Closed-Leaf check-in: a4de0004 user: baruch tags: bash-completion)
2016-12-08
06:17
Update to SQLite 3.15.2 ... (Closed-Leaf check-in: 8b03934e 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: 226a0990 user: drh tags: all-ui)
2016-11-22
21:54
Possible fix for regression reported on mailing list. It looks like there is already a better fix in [9807a05d8a]. ... (Closed-Leaf check-in: 3cf8891e user: andybradford tags: settings-regression)
21:50
Draft fix for 'settings' command issue when using the '-R' option. ... (Closed-Leaf check-in: 9807a05d user: mistachkin tags: settingRFix)
2016-11-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: b302f893 user: andygoth tags: andygoth-branch-list)
2016-11-15
21:47
Change the /test-version webpage into a supported /version webpage. Add a link from /stat. ... (Closed-Leaf check-in: 57fea315 user: drh tags: stat-update)
2016-11-07
00:53
Update for a new instance of crnl-glob that was added since this branch's baseline ... (Closed-Leaf check-in: 46fd89ea 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: 45e2e3e9 user: andygoth tags: andygoth-changes)
2016-11-06
16:38
Correct incorrect commit in [36e7558a11598] (with incorrectly committed code) ... (Closed-Leaf check-in: ae424dc1 user: andybradford tags: mistake)
2016-11-05
15:40
Update permuted index to show non-permuted items in bold ... (Closed-Leaf check-in: 805b6977 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: 6a80a2f2 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: 58d4f3c0 user: drh tags: baruch-timeline-fix)
2016-10-25
22:06
Merge updates from trunk. ... (Closed-Leaf check-in: 66c5bc56 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: 0d247d57 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: 0dc1187e user: mistachkin tags: jsonWikiMimeTypes)
2016-10-16
00:22
Merge updates from trunk. ... (Closed-Leaf check-in: 5634375d 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: d70f5278 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: 4f92a663 user: andygoth tags: andygoth-circa)
2016-10-10
18:53
Cosmetic TH1 doc tweaks. ... (Closed-Leaf check-in: 2a163d5c user: mistachkin tags: th1Unversioned)
05:55
Merge updates from trunk. ... (Closed-Leaf check-in: 82d77c23 user: mistachkin tags: prjDesc)
2016-10-08
14:06
Fix a regression introduced in [69668f8c57] that broke export of tags. ... (Closed-Leaf check-in: b2e0fda9 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: 75ddc368 user: andybradford tags: pending-review)
2016-10-04
19:17
Coding style tweaks. ... (Closed-Leaf check-in: 34d988c2 user: mistachkin tags: seeEnhanced)
02:55
Coding style tweak. ... (Closed-Leaf check-in: b47e4cc4 user: mistachkin tags: binDiffFix)
2016-10-03
21:30
Merge updates from trunk. ... (Closed-Leaf check-in: be316701 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: 34d0c570 user: andybradford tags: pending-review)
2016-09-30
21:55
Merge from trunk. ... (Closed-Leaf check-in: 9beff66b 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: 38daa9aa user: drh tags: diff-show-changes)
2016-09-19
17:50
Merge updates from trunk. ... (Closed-Leaf check-in: 8fbd5fb6 user: mistachkin tags: autosetupAndJimTcl)
2016-09-15
04:12
Even more consistency. ... (Closed-Leaf check-in: e5cbf41c 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: 0417467b user: jan.nijtmans tags: branch-1.35)
04:35
Add '--no-prompt' option to the 'commit' command. ... (Closed-Leaf check-in: 4f3f39c4 user: mistachkin tags: commitNoPrompt)
2016-09-10
19:54
Oops. FTS5 depends on INCRBLOB. Was: Add the SQLITE_OMIT_INCRBLOB and SQLITE_OMIT_SHARED_CACHE compile-time options to SQLite. Update the built-in SQLite sources to the latest 3.15 alpha that will build without warnings when the above options are set. ... (Closed-Leaf check-in: 65207d61 user: drh tags: mistake)
2016-09-08
02:09
Merge in latest changes from trunk. ... (Closed-Leaf check-in: 1912b2f8 user: andybradford tags: stash-fixes-openssl-1.1.0)
2016-09-06
19:24
Possible fix for lockup on merge with rename and (maybe?) custom baseline (exact reasons for lockup not 100% known), resolves issue with my (private) repository. Change received from drh via mailing list. See http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg23838.html for details. ... (Closed-Leaf check-in: 0120be34 user: andygoth tags: merge-rename-lockup)
2016-08-23
17:21
Add a comment. ... (Closed-Leaf check-in: ca6c8f9b user: mistachkin tags: settingsTest)
09:49
eliminate some end-of-line spaces ... (Closed-Leaf check-in: 22ed0084 user: jan.nijtmans tags: mistake)
2016-08-22
02:22
Slightly improve clarity of the db_database_slot() function. ... (Closed-Leaf check-in: a12d7122 user: mistachkin tags: omit-db_name)
2016-08-18
14:30
merge trunk ... (Closed-Leaf check-in: e81063b9 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: ae36cd66 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: 83c7571f 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: 0ab5ad5f user: drh tags: child-projects)
2016-08-12
04:46
Add experimental 'raw' mode for embedded TH1 docs. ... (Closed-Leaf check-in: fbd31d4c user: mistachkin tags: th1RawDocs)
2016-08-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: 501f3e11 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: c665a2f2 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: a78e5118 user: jan.nijtmans tags: close-fork-arrow)
2016-06-26
17:04
Improve comments ... (Closed-Leaf check-in: 8bdd0abc 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: 68194175 user: drh tags: diff-search)
2016-06-22
09:11
merge trunk ... (Closed-Leaf check-in: 414fc1e9 user: jan.nijtmans tags: html-cleanup)
2016-06-17
00:04
merged from trunk ... (Closed-Leaf check-in: 8a877a7b 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: 9cf12e65 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: d5575d14 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: 0ac4f5d3 user: mistachkin tags: mingw-exp)
2016-05-23
15:46
Merge trunk ... (Closed-Leaf check-in: ca59c662 user: andygoth tags: andygoth-quote-apostrophe)
15:45
Merge trunk ... (Closed-Leaf check-in: 83bd4f37 user: andygoth tags: andygoth-brackets-outside-link)
15:37
Merge trunk ... (Closed-Leaf check-in: 6164dac5 user: andygoth tags: andygoth-svn-import)
2016-05-19
14:19
Update SQLite to 3.13.0 ... (Closed-Leaf check-in: 256b950a user: jan.nijtmans tags: branch-1.34)
2016-05-17
11:44
tiny cleanup ... (Closed-Leaf check-in: 9340f2fc 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: 3683508e user: joel tags: merge-renames)
2016-05-06
14:08
Add tests for the mimetype on wiki command. Update help text to list valid mimetypes ... (Closed-Leaf check-in: 6fa5570b user: dave.vines tags: technoteattachcli)
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: a7563f08 user: drh tags: see)
2016-04-10
02:10
Merge trunk. ... (Closed-Leaf check-in: cfca8ec3 user: andygoth tags: mistake)
2016-04-08
13:03
Updating from trunk. ... (Closed-Leaf check-in: a1b09559 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: c13b6ba7 user: mistachkin tags: sslRetry)
04:28
Remove superfluous initialization of $passed. ... (Closed-Leaf check-in: e33ed0c5 user: joel tags: revert)
00:35
Add some options to the test-all-help command. ... (Closed-Leaf check-in: 1b0a3cf3 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: 38b52a5f user: drh tags: short-offscreen-risers)
2016-03-12
22:02
Remove support for miniz because the upstream project appears to be unmaintained. UPDATE: The miniz project is still being maintained and this branch is a dead-end. ... (Closed-Leaf check-in: b9f31fe1 user: mistachkin tags: do-not-merge, removeMiniz)
00:47
Update the expected results of the tests to account for trunk changes. ... (Closed-Leaf check-in: b5113985 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: 9dc8ff23 user: rberteig tags: testerCleanup)
2016-03-06
06:35
Merge updates from trunk. ... (Closed-Leaf check-in: ff4a4fe6 user: mistachkin tags: pending-review)
06:35
Merge updates from trunk. ... (Closed-Leaf check-in: 4bd2b545 user: mistachkin tags: pending-review)
06:34
Merge updates from trunk. ... (Closed-Leaf check-in: 370c003d user: mistachkin tags: baruch_timeline_fixes)
06:28
Merge updates from trunk. ... (Closed-Leaf check-in: 45ed23d9 user: mistachkin tags: altBaseUrlRepoDir)
2016-03-02
02:21
Tweak descriptions of FOSSIL_USER, LOGNAME, USER, and USERNAME environment variables. ... (Closed-Leaf check-in: 809e80a1 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: d4907f17 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: 769bc7b4 user: rberteig tags: pending-review)
2016-02-20
13:21
Initial go at replacing URLs in the form ?name=xyz with /xyz except in places where doing so is either known to break (style_set_current_page() calls) or would require notable refactoring (/dir hyperlink generation). ... (Closed-Leaf check-in: e8735d6a user: stephan tags: slash-name-links)
2016-02-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: 2de15c8e user: rberteig tags: rberteig-json-test)
2016-02-04
16:06
Fix a minor preprocessor directive typo. ... (Closed-Leaf check-in: 4fae98e7 user: jan tags: jan-manifest-tags)
2016-02-02
15:58
updated to miniz-1.16 beta r1 ... (Closed-Leaf check-in: 0cd368f1 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: 7063f8d4 user: mistachkin tags: baseUrlRepoDir)
2016-02-01
20:22
Use strncmp() instead of memcmp(). ... (Closed-Leaf check-in: ffd5e09e user: mistachkin tags: httpsBaseUrl)
04:38
Test of latest feature branches, do not merge. ... (Closed-Leaf check-in: 1a164e5f user: mistachkin tags: do-not-merge, feature-test)
04:34
Add --https and --nossl options to the 'server' command. ... (Closed-Leaf check-in: 2bf596c9 user: mistachkin tags: serverHttps)
03:56
Having the 'setup' or 'admin' permission should imply having the 'delete' and 'private' permissions as well (i.e. since they can change their own permissions anyhow). ... (Closed-Leaf check-in: 62f8ac1f user: mistachkin tags: adminPerms)
2016-01-31
21:13
Add the 'insertCsrf' and 'verifyCsrf' commands to TH1. ... (Closed-Leaf check-in: 0357c169 user: mistachkin tags: th1AntiCsrf)
2016-01-29
22:57
Tweak for 'internal-sqlite=0'. ... (Closed-Leaf check-in: 98881d89 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: 972dc1c6 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: eb7a7a33 user: mistachkin tags: testVersionPage)
2016-01-26
14:12
Redo TIP #440 alternative - again - now using the "info runtime" command. ... (Closed-Leaf check-in: 9633f6ac user: jan.nijtmans tags: tip-440-alt)
2016-01-21
10:32
Fix memory leak from previous commit ... (Closed-Leaf check-in: 9ab7122d user: baruch tags: pending-review)
2016-01-20
13:36
Add submenu to default branch list page ... (Closed-Leaf check-in: 737e8d23 user: baruch tags: pending-review)
10:46
Change piechart table to view since tables have undefined order ... (Closed-Leaf check-in: cdf0d6a3 user: baruch tags: pending-review)
2016-01-18
03:11
Update change log. ... (Closed-Leaf check-in: 853a2285 user: mistachkin tags: mingwConfigure)
03:05
Update change log. ... (Closed-Leaf check-in: 042dac53 user: mistachkin tags: tclPlatform)
2016-01-16
23:10
More zlib detection before OpenSSL detection. ... (Closed-Leaf check-in: fd2842c0 user: mistachkin tags: zlibBeforeOpenSsl)
2016-01-13
06:19
Simplify the previous check-in. ... (Closed-Leaf check-in: 384482a8 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: 260266c1 user: mistachkin tags: useTreeZlib)
2016-01-07
20:42
minor typo fix. ... (Closed-Leaf check-in: 82bb1901 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: 18607775 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: 726ab361 user: drh tags: checksum-intrinsics)
11:31
[c541b6e734] Add attachments to technotes ... (Closed-Leaf check-in: 67288e93 user: dave.vines tags: technoteattach)
00:25
Add primary MIME types for C# (.cs) and VB.NET (.vb) source code. ... (Closed-Leaf check-in: 33dd7704 user: mistachkin tags: dotnet-mime)
2015-12-23
11:41
Change piechart table to view since tables have undefined order ... (Closed-Leaf check-in: 7c1568e3 user: baruch tags: enhance-reports)
2015-12-22
14:44
Removed unneeded variable ... (Closed-Leaf check-in: 2c5a5e82 user: baruch tags: pending-review)
2015-12-19
14:39
Update the documentation to take advantage of the new $ROOT capabilities. ... (Closed-Leaf check-in: 8c0eabcb user: drh tags: use-ROOT)
14:12
Initial support for managing technotes from the command-line. ... (Closed-Leaf check-in: 0a13f4cb user: djv tags: technote-cli)
2015-12-16
00:59
Add 'download' parameter to the 'artifact' web page that allows a specific artifact to be downloaded by specifying the file name and check-in. ... (Closed-Leaf check-in: 40933474 user: mistachkin tags: artifactDownload)
2015-12-11
12:39
Fix 96d3e99ffe59b528: Memory allocation bug. I saw crashes on 32-bit Linux (Ubuntu 14.04), so it's not only win32 which was affected by this bug. ... (Closed-Leaf check-in: cfc7117a user: jan.nijtmans tags: mistake)
2015-12-03
08:57
Correct code for style, no change in functionality. ... (Closed-Leaf check-in: 654fb1f4 user: andybradford tags: pending-review)
2015-12-02
20:23
Experimental changes to deal with the reserved 12 characters (e.g. 'FILENAME.EXT') always needed for long directory names on Windows. ... (Closed-Leaf check-in: 6ebef28f user: mistachkin tags: pending-review)
2015-11-28
19:59
Include the filename in the form action when redirected from login required to avoid needing to use Content-Disposition header to hint the client what the filename is. ... (Closed-Leaf check-in: 5f32bf71 user: andybradford tags: pending-review)
2015-11-17
19:51
Change the user list to a sortable table. ... (Closed-Leaf check-in: 72de3100 user: drh tags: user-config-revamp)
2015-11-06
09:20
base file ... (Closed-Leaf check-in: 942a3142 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: 8aed22a2 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: 6c2a2087 user: drh tags: clean-cmd-cleanup)
2015-10-22
15:56
Change the mimetype for “man” and “n” to text/plain. ... (Closed-Leaf check-in: b38adc34 user: drh tags: mimetype-changes)
11:30
Merge trunk. Almost forgot about this one. Please review. ... (Closed-Leaf check-in: af7de966 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: 2a1d7e0e user: jan.nijtmans tags: pending-review)
2015-10-08
01:37
revert accidental line addition in comment header. ... (Closed-Leaf check-in: f8dbed8e user: mgagnon tags: timeline_showfiles_fix)
2015-10-03
21:35
New enhancements to the /timewarps page. ... (Closed-Leaf check-in: a766e750 user: drh tags: timewarp-enhancements)
2015-09-15
19:11
"cat" synonym for "stash show" ... (Closed-Leaf check-in: 533f8b6a user: bch tags: stash-cat)
2015-08-26
14:06
fix bug in finding previous version of changed file ... (Closed-Leaf check-in: 24048ead user: baruch tags: svn-import)
2015-08-24
08:56
put permuted index of docs after non-permuted index ... (Closed-Leaf check-in: 49a77b51 user: michai tags: doc-bold-canonical)
2015-08-21
04:33
Merge updates from trunk. ... (Closed-Leaf check-in: bf380d4b user: mistachkin tags: ckol-th1-dir-cmd)
2015-08-07
05:16
Merge in changes from trunk. ... (Closed-Leaf check-in: 5246eac0 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: 2d714a4e 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: a19c1f42 user: andygoth tags: andygoth-undo-redo-revert-spacing)
2015-07-11
07:39
Merge updates from trunk. ... (Closed-Leaf check-in: 0e4247f9 user: mistachkin tags: enhancedUndo)
2015-07-10
09:47
Merge trunk. Add built objects to "ignore-glob" for testing purposes ... (Closed-Leaf check-in: 2821e284 user: jan.nijtmans tags: enhancedUndo-test)
2015-06-27
19:16
Add tags to the title and description for RSS feed items. ... (Closed-Leaf check-in: e65e4f2f 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: a98c9957 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: 31706552 user: mistachkin tags: nmakeNoIfDef)
2015-06-19
21:54
Merge updates from trunk. ... (Closed-Leaf check-in: 7fd7c4ca 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: 2a0bc313 user: jan tags: jan-dynlnk-win)

16:19
Rework -help implementation so -help can be added to any command line even if it already contained an option that the help command would have interpreted. For example, "fossil clean -x -help" now prints help about the clean command, whereas before it was did the same as "fossil help -x", i.e. list auxiliary commands without mentioning clean. Make sure to fall back on the current implementation so "fossil -help -x" and such still work correctly. ... (Closed-Leaf check-in: 3a9017f9 user: andygoth tags: andygoth-help-option)
2015-06-11
15:20
Build-in Antirez's linenoise library for command-line editing on the "fossil sql" command on unix. ... (Closed-Leaf check-in: 2d79355f user: drh tags: linenoise)
2015-06-02
09:17
Cherrypick [8184f39d803f9ad6|8184f39d]: Fix crash in /reports page, when compiling with recent gcc. (this is NOT an -O2 optimization bug!) ... (Closed-Leaf check-in: 08709aa7 user: jan.nijtmans tags: branch-1.33)
2015-05-30
08:53
merge trunk ... (Closed-Leaf check-in: 7699d141 user: jan.nijtmans tags: sync-forkwarn)
2015-05-28
05:01
Remove stray debugging output. ... (Closed-Leaf check-in: dd6ec72d user: mistachkin tags: th1GlobMatch)
2015-05-27
19:17
Add and refine tests, part 2. ... (Closed-Leaf check-in: 0b5b87ac user: mistachkin tags: mvRmHardFix)
03:58
Add minimal 'lsearch' command to TH1. Only exact case-sensitive matching is supported. ... (Closed-Leaf check-in: eabd7290 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: 89212c5a user: jan.nijtmans tags: mvRmHardFix)
2015-05-19
10:32
Remove unnecessary code from the "fossil clean" command. ... (Closed-Leaf check-in: fc871543 user: drh tags: noDirPrompt)
10:20
Minor adjustments to drop-down menus on the /reports page. ... (Closed-Leaf check-in: 529492b9 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: cfedef78 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: e6dae022 user: andygoth tags: andygoth-inhibit-deleted-wiki-link)
17:55
Revert inadvertent style change. ... (Closed-Leaf check-in: bdb90f69 user: andygoth tags: andygoth-empty-dirs-parents)
2015-05-16
11:38
Added "More..." to the main menu. ... (Closed-Leaf check-in: 156b602d user: zakero tags: skin-xekri)
2015-05-15
18:48
Update changelog. ... (Closed-Leaf check-in: af05fe23 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: 9e52251e 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: 947369c1 user: bch tags: trunk)

2015-05-12
04:58
Permit the --notfound and --repolist options to be used together. ... (Closed-Leaf check-in: fd783e2b user: mistachkin tags: repoNotFound)
2015-05-11
01:35
Fix an uninitialized variable in the "fossil rebuild" command when using the --compress-only option. ... (Closed-Leaf check-in: 1ab29c82 user: drh tags: piechart)
2015-05-09
12:12
Add the PIE_PERCENT option to the pie-chart drawer. ... (Closed-Leaf check-in: 25d70429 user: drh tags: piechart)
2015-05-08
03:22
Reimplement timeline-circle-nodes and timeline-arrowheads skin options. ... (Closed-Leaf check-in: aaa0e6d1 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: ce5af096 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: 7d2ac845 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: 90c03442 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: 07fb7f64 user: jan.nijtmans tags: clean-verily)
2015-04-26
21:28
An alternative implementation of fork warnings that provides more detail. ... (Closed-Leaf check-in: 4a0deae5 user: drh tags: alternative-fork-warning)
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: 64b221aa user: andybradford tags: sync-forkwarn)
2015-04-22
16:23
Style consistency change. ... (Closed-Leaf check-in: 509360e5 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: 72794ec9 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: d981fe2c 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: 2d9d276b 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: 999de0b7 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: 7c8eb85c user: andybradford tags: baseurl-fix)
02:45
When searching documents, always use the file name as the title in the results. In general, always prefer to use the name as the title, when non-NULL. ... (Closed-Leaf check-in: 2d3dc9b0 user: mistachkin tags: titleAdj)
2015-03-31
20:59
Reduce timeline row borders to allow graph to flow without obstruction. Add css class to the last timeline row. ... (Closed-Leaf check-in: 7eb1b666 user: jmoger tags: skin-blitz)
2015-03-30
17:43
Convert background colors into foreground colors before using them for drawing graph lines. ... (Closed-Leaf check-in: 70e882b5 user: drh tags: improved-skin-edit)
2015-03-28
19:47
Enhance the hash_color() function so that it can provide foreground colors in addition to background colors. ... (Closed-Leaf check-in: 9cd79bf0 user: drh tags: auto-fg-color)
2015-03-26
13:23
Merge updates from trunk ... (Closed-Leaf check-in: f8832feb 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: eae6f32f user: mgagnon tags: diff-context-menu-entry)

2015-03-17
21:03
Fix for "fossil new --docker" and for Chisallapp: I have two trunks ?, while still guaranteeing the rid=1 initial empty commit. ... (Closed-Leaf check-in: 12c54ad3 user: jan.nijtmans tags: docker)
20:54
Adjust submenu input margins ... (Closed-Leaf check-in: 10779515 user: jmoger tags: skin-blitz)
17:07
Fix over-length source code lines in src/xfersetup.c ... (Closed-Leaf check-in: ae09eed3 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: b088c53f user: sdr tags: dotfiles-setting)
2015-03-16
19:45
Fix an extraneous blank line in the previous check-in. ... (Closed-Leaf check-in: bfbf3bfd user: drh tags: git-import)
16:02
Some timeline lines were too short. ... (Closed-Leaf check-in: c4697ad8 user: Isius tags: timelineAntialiasing)
14:02
Update Blitz skin based on forum feedback ... (Closed-Leaf check-in: 108ccef5 user: jmoger tags: skin-blitz)
2015-03-13
16:14
Initial contribution of the Blitz skin (two variants) ... (Closed-Leaf check-in: 5d3eb177 user: jmoger tags: skin-blitz)
2015-03-10
04:05
Fix an off-by-one error in computing some coordinates in the graph layout. ... (Closed-Leaf check-in: 3229e5e8 user: drh tags: ex-graph)
2015-03-06
22:31
Less verbose -v ... (Closed-Leaf check-in: 4f46e4f9 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: 17b67a9b user: andybradford tags: multi-block-highlight)
2015-03-03
21:54
added note to docs about using FOSSIL_HOME to override config-db location ... (Closed-Leaf check-in: 4984c5ef user: michai tags: ml-doc-changes)
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: ede82808 user: michai tags: ml-jb-doc-typos)
2015-03-01
21:01
Command line output-only changes of 'checkins' to 'check-ins' for the dbstat, info, and purge sub-commands. This may break some pre-existing automation, please review. ... (Closed-Leaf check-in: 739b3aab user: mistachkin tags: pending-review)
2015-02-28
18:48
use some less(1)-like keybindings for tkdiff scrolling ... (Closed-Leaf check-in: 15396ab4 user: michai tags: tkdiff-lessish-keybinds)
18:24
changed 'localtime' to 'local time' in WWW-docs, and other typo ... (Closed-Leaf check-in: 83656a4d user: michai tags: ml-jb-doc-typos)
13:29
Fixed how Selected Timeline rows are rendered. ... (Closed-Leaf check-in: d528f2bb 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: 3312e40f user: michai tags: ml-jb-doc-typos)
2015-02-24
00:51
Merge updates from trunk. ... (Closed-Leaf check-in: ae8f6f2b user: mistachkin tags: unifiedStart)
2015-02-23
23:40
Execute 'optional' SQL statements in their original order. ... (Closed-Leaf check-in: 24d7ebe1 user: mistachkin tags: optSql)
2015-02-22
15:59
merge compiler fix for msvc.. ... (Closed-Leaf check-in: 44686ca1 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: bcebe55e user: drh tags: login-enhancements)
02:12
Improvements to the ranking function. Add the undocumented "debug" query parameter to /search. ... (Closed-Leaf check-in: 9f67861a 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: 618420b1 user: drh tags: captcha-enhancement)
2015-02-10
17:31
Merge updates from trunk. ... (Closed-Leaf check-in: 488dcfad 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: 4932465e user: drh tags: context-show-files)
10:37
Show the branch in the checkin description (artifact and file diff pages). ... (Closed-Leaf check-in: dad37196 user: viriketo tags: viric_showbranch)
10:30
New way to calculate the automatic branch colours.

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

10:15
Add mime types for common opendocuments.

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

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

2015-02-06
21:38
Further adjustments to the timeline control format. ... (Closed-Leaf check-in: c8f121c7 user: drh tags: timelineMods)
10:02
merge trunk, (inadvently changed many "execute" flags, therefore moved to "mistake") ... (Closed-Leaf check-in: bddc40ce user: jan.nijtmans tags: mistake)
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: 99e081ef 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: 6535398e user: drh tags: inline-button)
2015-02-04
07:17
Update the Jim Tcl included with autosetup to 0.76. ... (Closed-Leaf check-in: 523e68e9 user: mistachkin tags: jim076)
2015-02-03
20:46
Merge from trunk. ... (Closed-Leaf check-in: fc0b5efb 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: ef78fba8 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: f201cb61 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: 8841f6d4 user: baruch tags: file-filter)
2015-01-30
01:14
merge [trunk] ... (Closed-Leaf check-in: 8ad90666 user: bch tags: clobber_fixer)
2015-01-29
20:54
less abstract, closer to affected (clone, init/new) subcommands ... (Closed-Leaf check-in: b0a3bfb0 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: d7e39ac9 user: mistachkin tags: styleSetupFix)
07:39
For SSH clients we cannot know what IP address SSH will choose when connecting to the remote IP address, so just log the URL hostname instead which is arguably better than recording the misinformation of an IP to which Fossil did not connect. (drh adds:) See alternative implementation at [9bc7041ae74d]. ... (Closed-Leaf check-in: 52f08008 user: andybradford tags: pending-review)
2015-01-26
16:28
Try to keep graph nodes from the same branch on the same rail of the graph. ... (Closed-Leaf check-in: fcc9f664 user: drh tags: mlink-improvements)
2015-01-23
17:48
Merge updates from trunk. ... (Closed-Leaf check-in: 8c00f6f0 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: aed9971d user: mistachkin tags: docVarWarn)
01:58
Use IPv6 when available for "fossil sync". ... (Closed-Leaf check-in: 38427428 user: drh tags: ipv6-sync)
2015-01-22
15:23
Add the ability to bring up a web server that uses a different skin from the default, and have multiple servers going at the same time, each using a different skin. Currently enabled for unix only. (Later:) Upon further reflection, I'm not convinced this is a good idea, so the code is moved into a branch. ... (Closed-Leaf check-in: b36e2411 user: drh tags: multiple-skins)
02:47
Merge updates from trunk. ... (Closed-Leaf check-in: 878b5663 user: mistachkin tags: cgiSetEnv)
01:57
Add the skins/README.md file describing how to add new skins. ... (Closed-Leaf check-in: 5137cd5e 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 <table> element. ... (Closed-Leaf check-in: 7d794604 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: b429d530 user: drh tags: search-using-fts4)
2015-01-06
06:46
Extend verbose option to clone operations as well. ... (Closed-Leaf check-in: 7421f926 user: andybradford tags: pending-review)
2015-01-05
15:25
Add arrows to cue active sorting on /brlist web page ... (Closed-Leaf check-in: 7aa10e3c user: baruch tags: brlist-visual-enhancement)
2014-12-30
21:13
Revert makefile change accidentally commited ... (Closed-Leaf check-in: f2035f27 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: 06455d1e 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: 269a9412 user: stephan tags: sitemap-tinkering)
00:16
Tweaks to the header text for /tree and /fileage. ... (Closed-Leaf check-in: b4775276 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: 0fba2272 user: drh tags: fileage-enhancement)
2014-12-08
15:36
An experiment in trying to improve the file history timelines. A schema change is necessary for this improvement, which the present check-in captures. However, the file history timelines have not yet been improved, and in fact are slightly broken at this point. ... (Closed-Leaf check-in: e1e9c3a3 user: drh tags: file-history-enhancement)
2014-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: fa643f4b user: drh tags: DBP-workflow)
2014-11-30
14:11
Added limit selection to /admin_log. ... (Closed-Leaf check-in: 8355756f user: stephan tags: admin-logging)
2014-11-28
15:33
Minor tweaks to the aux-schema management logic. ... (Closed-Leaf check-in: a7caaea5 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: b85eb7db user: drh tags: auto-https-redirect)
2014-11-11
12:15
Merge from trunk ... (Closed-Leaf check-in: 26b7b16a user: ashish tags: ashish-ipv6)
2014-11-08
18:58
Add the "notime" query parameter to the www timeline display. ... (Closed-Leaf check-in: ce4d3fce user: drh tags: notime-option)
2014-11-06
21:46
re-enable SSL in custom MinGW makefile ... (Closed-Leaf check-in: 08002553 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: 96d1add9 user: jan.nijtmans tags: docker)
2014-10-27
17:21
Get the revised makefile working with MSVC. ... (Closed-Leaf check-in: fdc96f49 user: drh tags: separate-resource-files)
2014-10-22
19:30
Merge updates from trunk. ... (Closed-Leaf check-in: 04723514 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: 1d857968 user: drh tags: experimental)
03:12
Merge updates from trunk. ... (Closed-Leaf check-in: 22a74690 user: mistachkin tags: cmdline-timeline-enhancement)
03:00
Merge updates from trunk. ... (Closed-Leaf check-in: d1983dd2 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: 5ea84522 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: 22048c41 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: 8af7f618 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: c0beb532 user: mistachkin tags: winXpVs201x)
2014-10-03
09:10
Make sure that login_check_credentials() doesn't crash if the cookie-name cannot be determined (e.g. when the project-code is not set yet). This is a mistake: there always should be a cookie-name. ... (Closed-Leaf check-in: df6a3dbf user: jan.nijtmans tags: mistake)
2014-09-30
15:24
Code style tweaks. ... (Closed-Leaf check-in: 6a0586f9 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: 3cdf0112 user: jan.nijtmans tags: docker)
05:29
Use Fossil trunk. Use internal SQLite. Style changes for repository naming. ... (Closed-Leaf check-in: bbab17e2 user: mistachkin tags: dockerV2)
2014-09-22
19:56
Wrap markdown content in an HTML 'div' block of the 'markdown' class. ... (Closed-Leaf check-in: 84780336 user: mistachkin tags: markdownDivWrapper)
2014-09-21
19:17
Changed the inherited privilege markers from prefixed bullet characters to suffixed subscripted letters to help better differentiate which privileges are inherited for users with color perception difficulties. The color coding is still present as it doesn't hurt to have color coding, just needed extra indications on the page. ... (Closed-Leaf check-in: 7b00cd77 user: sdr tags: inherit-priv-mark-sub)
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: 1f45ade6 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: dbe7bcc7 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: 9323045f 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: 813b860c user: baruch tags: pending-review)
2014-09-15
18:01
Merge changes for the capture_case_sensitive_option() function. ... (Closed-Leaf check-in: 503362a5 user: mistachkin tags: dbRecordRepoFix)
02:36
Consolidate all use of the capture_case_sensitive_option() function. ... (Closed-Leaf check-in: 96dc8407 user: mistachkin tags: captureCaseSensitiveOption)
2014-09-14
11:17
prevent setting/unsetting property based on ambiguous prefix ... (Closed-Leaf check-in: c3fee15b user: baruch tags: pending-review)
2014-09-12
21:15
Minor correction to the previous check-in, use db_optional_sql() where appropriate. ... (Closed-Leaf check-in: e2ff0cc2 user: mistachkin tags: caseInsensitiveAllLists)
2014-09-10
07:33
Update and extend verbiage for the 'th1-docs' setting. ... (Closed-Leaf check-in: 42c9718f user: mistachkin tags: dynamicTh1Docs)
2014-09-09
12:43
Fix incremental builds using mingw on Windows ... (Closed-Leaf check-in: e1fa9e88 user: baruch tags: better-mingw)
12:37
Fix incremental builds using mingw on Windows ... (Closed-Leaf check-in: ed9c6830 user: baruch tags: better-mingw)
07:44
Make server on Windows aware of current checkout if run interavtivly from open checkout. Allows using special names prev/next/current in ui ... (Closed-Leaf check-in: aead49f3 user: baruch tags: baruch-winserver)
07:04
Option to shun/unshun a whole transaction (by rcvid) ... (Closed-Leaf check-in: 66b5647a user: baruch tags: baruch-multishun)
2014-09-08
18:46
Another warning fix. ... (Closed-Leaf check-in: 865b8e96 user: mistachkin tags: warningFixes)
16:46
Add 'reinitialize' command to TH1. Add 'flags' to the globalState TH1 command. ... (Closed-Leaf check-in: f3a7da44 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: acb61e5e user: mistachkin tags: xferUuidList)
2014-09-03
20:25
I have "ls"-ified "list" subcommands for my personal use-case before -- roll through code and convert others for sake of consistency ... (Closed-Leaf check-in: ce6de743 user: bch tags: ls)
00:00
Cleanup some spacing and the call to makeheaders in the main.mk and MinGW makefiles. ... (Closed-Leaf check-in: 8b0dfbb6 user: mistachkin tags: makefileCleanup)
2014-08-29
02:32
Update the change log. ... (Closed-Leaf check-in: 7e955147 user: mistachkin tags: optionalMiniz)
02:29
Update the change log. ... (Closed-Leaf check-in: 57b1290b user: mistachkin tags: th1ExprFix)
02:28
Add globalState TH1 command to the change log. ... (Closed-Leaf check-in: 3e60428c user: mistachkin tags: globalStateCmd)
2014-08-20
14:54
removed double-application of miniz.h patch (doubled the content). ... (Closed-Leaf check-in: 935ccf9d user: stephan tags: miniz)
2014-08-15
13:46
Update the built-in SQLite to version 3.8.6 ... (Closed-Leaf check-in: 1c9faaec 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: d5a89404 user: stephan tags: pending-review)
2014-08-11
15:13
Another attempt, taking VxWorks patch on trunk into account. ... (Closed-Leaf check-in: c2d4bd73 user: jan.nijtmans tags: vxworks)
2014-08-08
03:57
Merge updates from trunk. ... (Closed-Leaf check-in: 1b35c802 user: mistachkin tags: autosetup)
03:41
Oops, apparently it's already been updated on a different branch. Ignore this commit. ... (Closed-Leaf check-in: 58e3c40c user: mistachkin tags: jimTcl)
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: c71efc51 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: d53a7528 user: mistachkin tags: filesUrlEncOpt)
2014-07-30
20:19
Use -DSQLITE_WIN32_NO_ANSI compiler flag on mingw. 1) This optimizes the win32 VFS so it doesn't call the function sqlite3_win32_is_nt() over and over again for every file operation. 2) It makes sure that the SQLite bug I just filed in on sqlite-dev will be fixed before the SQLite 3.8.6 release. Since fossil doesn't run on Win95/98/ME anyway, this is fully harmless. ... (Closed-Leaf check-in: fb3e64f0 user: jan.nijtmans tags: pending-review)
15:40
Call verify_all_options() on most of fossil CLI commands.
- Skip all the test-* commands for now (may be unnecessary)
- Skip sha1sum, md5sum and artifact because they can take "-" as argument and verify_all_options() would call fatal. Need to handle those differently...
- Command with subcommands that have their options are remaining: branch, bisect, cache, configuration, json, sql, stash, tag, ticket, user, wiki. (not sure how to handle those yet..)
... (Closed-Leaf check-in: a426154b user: mgagnon tags: verify-all-options)
06:47
Update clone documentation for clone protocol 3 and cfile cards. ... (Closed-Leaf check-in: 9a697867 user: andybradford tags: pending-review)
2014-07-27
20:52
Proposed fix for corner-case: http://permalink.gmane.org/gmane.comp.version-control.fossil-scm.user/17266 ... (Closed-Leaf check-in: 0d8cb8e3 user: jan.nijtmans tags: no-initial-commit)
2014-07-22
19:56
Add tests for the legacy comment formatting (from trunk). ... (Closed-Leaf check-in: 86f5c188 user: mistachkin tags: experimental)
08:03
Receive updates from trunk. ... (Closed-Leaf check-in: 5c6891b2 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: d1b5fd87 user: andybradford tags: pending-review)
2014-07-16
08:09
Update internal tables to Unicode 7.0. ... (Closed-Leaf check-in: e17f7304 user: jan.nijtmans tags: unicode-7.0)
2014-07-09
16:27
merge forked trunks ... (Closed-Leaf check-in: 37e42077 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: c84d28d7 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: 46dc6537 user: jan.nijtmans tags: longpath)
2014-07-04
10:11
Next step in "invalid-utf8" handling: If a source file contains invalid UTF-8 byte sequences, most likely the real encoding is either ISO-8859-1 or CP1252 (note that CP1252 is a superset of ISO-8859-1). Therefore, after providing a warning, we can now offer the option ('c') to convert it to valid UTF-8, just like we provide such option for UTF-16 and eol-handling as well. ... (Closed-Leaf check-in: 81eeb6f5 user: jan.nijtmans tags: invalid-utf8)
2014-07-02
10:50
Use "%S" format in stead of "%.10s" in more places where UUID's are handled. ... (Closed-Leaf check-in: b246fa0c user: jan.nijtmans tags: 16-digit-event-ids)
2014-06-20
20:55
Merge updates from trunk. ... (Closed-Leaf check-in: 1f2eac61 user: mistachkin tags: respectformatting)
2014-06-17
20:16
Remove superfluous include and add a missing blank line. ... (Closed-Leaf check-in: 4c194957 user: mistachkin tags: autoadjust)
2014-06-15
23:55
Merge updates from trunk. ... (Closed-Leaf check-in: eabb27e8 user: mistachkin tags: dbCloseConfig)
2014-06-14
03:11
Improved documentation on the "fossil fusefs" command. ... (Closed-Leaf check-in: 440eb41e user: drh tags: fusefs)
2014-06-12
21:37
Add support for an Inno Setup project file for Fossil. ... (Closed-Leaf check-in: 636025d4 user: mistachkin tags: innosetup)
20:21
Update autosetup to the latest version. ... (Closed-Leaf check-in: 022c5c4f user: mistachkin tags: autosetup)
18:37
Merge updates from trunk. ... (Closed-Leaf check-in: 3b9a8829 user: mistachkin tags: th1Hooks)
18:36
Merge updates from trunk. ... (Closed-Leaf check-in: b3f9ce63 user: mistachkin tags: th1Cmds)
17:26
merge trunk ... (Closed-Leaf check-in: e751da62 user: jan.nijtmans tags: win32-longpath)
2014-06-01
04:17
Incorporate recent features/fixes. ... (Closed-Leaf check-in: 715a36c8 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: 918d07bf 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: 43eeab7c user: stephan tags: close-cleanup-config)
2014-05-20
05:47
Avoid misinterpretation of operator. ... (Closed-Leaf check-in: bfdc3824 user: andybradford tags: per-round-trip-commit)
2014-05-09
08:55
merge trunk ... (Closed-Leaf check-in: 0aa20efb user: jan.nijtmans tags: no-initial-commit)
2014-05-02
09:34
merge trunk ... (Closed-Leaf check-in: 39375fa3 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: 644e78cc user: andybradford tags: pending-review)
2014-04-29
09:26
Fix some compiler warnings 'may be uninitialized in this function'. Move path conversions out of win32_chdir/win32_access/win32_stat, as its caller already can do that. This eliminates some code duplication. ... (Closed-Leaf check-in: cdfde813 user: jan.nijtmans tags: mistake)
2014-04-28
09:08
Simplify some usage of if-statements. No change of functionality. ... (Closed-Leaf check-in: 069bae86 user: jan.nijtmans tags: mistake)
2014-04-22
13:57
Experimental change to add a "nodesc" query parameter to pages like /artifact that suppresses the sometimes length description of what the artifact is used for. ... (Closed-Leaf check-in: b794218f user: drh tags: nodesc-option)
10:01
Make sure SQLITE_TESTCTRL_BYTEORDER is defined. ... (Closed-Leaf check-in: 4778b1d0 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: 9f2a03bb user: andybradford tags: default-user)
2014-04-11
18:12
Merge in latest fixes. ... (Closed-Leaf check-in: 5460b0cf 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: 7cb29889 user: mgagnon tags: fix-cat-dash-R)

2014-03-18
08:39
merge trunk ... (Closed-Leaf check-in: 5efa7d2e 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: ef27b005 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: 75406df2 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: 07e69575 user: jan.nijtmans tags: mistake)
2014-03-05
22:13
merge trunk ... (Closed-Leaf check-in: e8f42228 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: 13c1fa76 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: ebb42b53 user: jan.nijtmans tags: extended-path-prefix)
09:02
merge trunk ... (Closed-Leaf check-in: 645d5761 user: jan.nijtmans tags: mingw4x)
2014-02-24
10:22
Same optimization in "fossil reconstruct" ... (Closed-Leaf check-in: e1bcc99d 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: d6aa95d3 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: 3baa7e3d user: joel tags: pending-review)
2014-02-11
04:36
Used the wrong sqlite3.c source file. Was: Update the built-in SQLite to the 3.8.3.1 release candidate. This is moving backwards, slightly. But it is important for testing SQLite. ... (Closed-Leaf check-in: 2324f475 user: drh tags: mistake)
2014-02-09
17:14
merge trunk ... (Closed-Leaf check-in: 78862afd user: jan.nijtmans tags: prevent-adding-ignored-files)
2014-02-05
15:20
one more ..... ... (Closed-Leaf check-in: 4f1709d7 user: jan.nijtmans tags: jan-httpsproxytunnel)
08:23
This looks like a duplicate commit of [cf471cbb3f6f] ... (Closed-Leaf check-in: 09634aee user: andybradford tags: mistake)
2014-01-29
22:51
(experimental) Allow not only --utc or --localtime to be specified, but any timezone (minutes from UTC = -999...999) ... (Closed-Leaf check-in: c3e3ceb9 user: jan.nijtmans tags: tz-minutes)
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: f47298b2 user: kameda tags: config-permission-check)
2014-01-21
20:40
Doc fix for new vdiff glob param. ... (Closed-Leaf check-in: 39e39f21 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: 02781897 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: 8489e297 user: joel tags: tree-view-work)
2014-01-16
20:49
Cleanup and fix for Firefox 3.6. ... (Closed-Leaf check-in: cffecc77 user: joel tags: tree-view-work)
11:56
Don't follow link if subdir.contains does not exist: Not correct! ... (Closed-Leaf check-in: 050412b8 user: jan.nijtmans tags: mistake, tree-view-work)
2014-01-15
01:55
Add missing "var". ... (Closed-Leaf check-in: cdd441f8 user: joel tags: tree-view-enhancements)
2014-01-14
13:30
Simplify usage of the new TH1 Find structure. ... (Closed-Leaf check-in: b0eb21b6 user: mistachkin tags: th1UnsetVar)
00:04
Merge recent fixes from trunk. ... (Closed-Leaf check-in: eff4999d 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: fa17f1ce 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: d83fc58d user: drh tags: pending-review)
2014-01-08
17:40
Fix some remaining corner cases when having a checkout on '/'..

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: 89ad123f user: mgagnon tags: checkout_on_root_fix)
2014-01-07
20:32
Make "WITHOUT ROWID" unconditional ... (Closed-Leaf check-in: eb87f296 user: jan.nijtmans tags: sqliteRuntimeCheck)
10:15
Fix the unix makefile that was broken by check-in [1ab2728820]. ... (Closed-Leaf check-in: bdcfdc46 user: drh tags: broken-build)
08:25
merge trunk ... (Closed-Leaf check-in: f52089d9 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: f83e0d21 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: c3211392 user: jan.nijtmans tags: timeline-utc)
2013-12-26
17:39
merge trunk ... (Closed-Leaf check-in: 9dcf8859 user: jan.nijtmans tags: hidden-tag)
2013-12-22
20:38
Fix indentation. ... (Closed-Leaf check-in: 70b82e8c user: dg tags: dg-timestamps)
2013-12-20
17:04
Undo incorrect commit to trunk. Sorry. ... (Closed-Leaf check-in: 4d6babe3 user: dg tags: mistake)
2013-12-19
22:07
Merge from trunk. src/main.mk is now generated automatically. ... (Closed-Leaf check-in: 927264ab user: dg tags: dg-codenames)
22:04
Merge from trunk. ... (Closed-Leaf check-in: 22d9cff0 user: dg tags: dg-misc)
2013-12-18
16:05
formatting ... (Closed-Leaf check-in: 584986cd user: jan.nijtmans tags: hidden-tag)
15:38
Merge trunk. Add information on the ""th1-uri-regexp" setting. ... (Closed-Leaf check-in: f671c50f 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: 3cb66514 user: andybradford tags: hidden-tag)
2013-12-17
22:33
Merge updates from trunk. ... (Closed-Leaf check-in: 7d4f06de 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: 555c44eb user: BM tags: msvc_build)
2013-12-16
11:00
Merge updates from trunk. ... (Closed-Leaf check-in: fb17052e 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: 818c0acd user: andybradford tags: cancel-tag-fix)
2013-12-13
00:11
Fix a C99-style variable declaration. ... (Closed-Leaf check-in: a3641b54 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: 20015206 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: 7700ae1c user: andybradford tags: mistake)
2013-11-22
01:09
merge in latest trunk ... (Closed-Leaf check-in: 8af8232f 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: ad982260 user: drh tags: without-rowid)
2013-11-10
06:04
Merge in latest from trunk. ... (Closed-Leaf check-in: 69a19a7d 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: 8a7a45e0 user: andybradford tags: pending-review)
2013-10-31
14:41
Merge from trunk. ... (Closed-Leaf check-in: bbebf709 user: dg tags: dg-misc)
11:00
Suggested implementation for [1ec9e8658e]: Flag some commits for "extra attention" ... (Closed-Leaf check-in: 13ba9a50 user: jan.nijtmans tags: rfe-1ec9e8658e)
2013-10-29
13:09
merge trunk ... (Closed-Leaf check-in: 055245ad 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: 59da9686 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: 4fdffd7d 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: 695a3c13 user: mistachkin tags: timeline_cmd_dash_n_fix-2)
2013-10-17
21:44
Merge updates from trunk. ... (Closed-Leaf check-in: 9ee11edb 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: 4807e6f0 user: jan.nijtmans tags: pending-review)
2013-10-11
11:44
merge trunk ... (Closed-Leaf check-in: 1a310615 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: 6135c92e 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: 82d648ae user: jan.nijtmans tags: mistake)
09:30
Better error-message in case of "manifest file is malformed" ... (Closed-Leaf check-in: 1eb438d6 user: jan.nijtmans tags: pending-review)
2013-10-02
21: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: 68e3e0a5 user: stephan tags: reports-by-type)
04:22
Merge in latest from trunk to keep up-to-date. ... (Closed-Leaf check-in: c6500ac9 user: andybradford tags: ssh-transport-changes)
2013-10-01
09:58
Upgrade the included Jim Tcl to 0.74. ... (Closed-Leaf check-in: 023e6812 user: mistachkin tags: jimTcl74)
2013-09-30
13:45
Imply the --emptydirs option automatically when the --dirsonly option is used. ... (Closed-Leaf check-in: 0ecb9500 user: mistachkin tags: cleanEmptyDirs)
2013-09-28
10:34
Merge recent trunk changes into the tkdiff-enhancements branch. ... (Closed-Leaf check-in: fac10931 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: 0013d9cc user: jan.nijtmans tags: win64-unloadTcl)
2013-09-25
08:36
Remove unnecessary code which does not give any advantage. This fixes dynamical loading of Tcl 8.4 as well. ... (Closed-Leaf check-in: 132c1b4c user: jan.nijtmans tags: pending-review)
2013-09-24
16:11
merged in trunk ... (Closed-Leaf check-in: 4fb3675a 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: 2234fabe user: jan.nijtmans tags: support-tcl84-stubs)
2013-09-17
09:00
Use Tcl_EvalObjv in any Tcl version, not only when compiled with Tcl 8.6 headers. ... (Closed-Leaf check-in: 92fd8ddc user: jan.nijtmans tags: pending-review)
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: 7c232dc0 user: jan.nijtmans tags: tcl-stubs-v2)
07:36
Fix a couple missed changes. ... (Closed-Leaf check-in: 9562a16f 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: 778ce727 user: jan.nijtmans tags: hidden-tag)
2013-09-07
21:50
Move the SSH shared account code back to the branch to keep the development of this new feature separate. ... (Closed-Leaf check-in: 56169d07 user: andybradford tags: ssh-shared-account)
2013-09-04
12:50
New --close option to "fossil commit", which immediately closes the branch being committed. ... (Closed-Leaf check-in: c0daf615 user: jan.nijtmans tags: commit-close)
2013-08-31
14:47
Even more experimental: just shun all clusters and see what happens. ... (Closed-Leaf check-in: ab422c39 user: jan.nijtmans tags: shun-clusters)
2013-08-30
14:07
Merge in latest features and fixes from trunk. ... (Closed-Leaf check-in: ef8b9da0 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: e19cfba5 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: 2549a3a5 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: 884a765a user: stephan tags: timeline-pgp-marker)
2013-08-19
14:28
Don't use a separate Control artifact for "merge --integrate" any more. ... (Closed-Leaf check-in: eb8787a3 user: jan.nijtmans tags: merge-integrate)
13:19
Use C-card in stead of T-card to put comment on timeline for "merge --integrate" Control artifact. ... (Closed-Leaf check-in: 908a090c user: jan.nijtmans tags: merge-integrate)
2013-08-18
04:22
Add CSS class to anchor for open leaves for consistency. ... (Closed-Leaf check-in: 8ad0a879 user: andybradford tags: pending-review)
2013-08-16
14:36
update documentation ... (Closed-Leaf check-in: d10eee3a user: jan.nijtmans tags: merge-integrate)
12:44
If the "+closed" value is an UUID, interpret this as an "fossil merge --integrate" where the uuid is the destination branch of the integration. ... (Closed-Leaf check-in: 43779170 user: jan.nijtmans tags: merge-integrate)
07:28
Fix display of timeline graph in IE8, broken by commit [e412f97999] ... (Closed-Leaf check-in: ef5e7496 user: jan.nijtmans tags: fix-ie8)
2013-08-15
15:49
the +closed tag added by merge --integrate now added a value/comment to that effect on the closing tag. ... (Closed-Leaf check-in: 499481a7 user: stephan tags: merge-integrate-tag)
12:14
Add details about the URL argument on the clone command help text and refer to the clone command usage on other commands that have a URL argument. (sync, push, pull, remote-url)

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

07:49
Protect T-cards against canceling tags which have a value. This should be invalid. ... (Closed-Leaf check-in: 0a6f97af user: jan.nijtmans tags: mistake)
2013-08-13
12:51
Abandoned changes: Split the various server implementations out of "main.c" and into a new source file "server.c". This is groundwork for adding SCGI and FastCGI. ... (Closed-Leaf check-in: bc20a30f user: drh tags: scgi)
2013-08-09
07: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: 308f52a6 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: bdbf144e 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: 13594a12 user: jan.nijtmans tags: possible-cygwin-fix)
18:57
Merge with trunk. ... (Closed-Leaf check-in: 9a023e0d user: isaac.jurado tags: git-better-import)
2013-07-26
08:17
rebase ... (Closed-Leaf check-in: 2015bbd5 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: b88edfef 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: 72877d8e user: amb tags: ssh-transport-changes)
2013-07-17
12:04
merge trunk ... (Closed-Leaf check-in: 5d8551bf 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: 38e386a6 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: 904a35d9 user: stephan tags: th1-runtime-cmd)
04:09
Detect user@host in defined ssh-command and prefer that instead. ... (Closed-Leaf check-in: 7a10b79a user: amb tags: ssh-shared-account)
2013-07-16
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: 325ed34e user: joel tags: sbsreloaded)
2013-07-10
21:33
another patch version for ssh improvement from Andy Bradford. ... (Closed-Leaf check-in: a8c37c2c user: mgagnon tags: andy_bradford_ssh_imporvement_patch_2)
21:31
save first version of patch for ssh from Andy Bradford (from list) ... (Closed-Leaf check-in: 979a75de user: mgagnon tags: andy_bradford_ssh_imporvement_patch_1)
2013-07-09
12:05
[Backed out: see next commit in sbsreloaded branch.] Do not pad lines of the Tk diff view with spaces. ... (Closed-Leaf check-in: 0a869beb user: drh tags: backed-out)
2013-07-01
09:08
rebase ... (Closed-Leaf check-in: d57bddaa 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: e1cb483a user: jan.nijtmans tags: size_t-rcvid)
13:22
Allow 64-bit integers to be used in JSON on win32/64 ... (Closed-Leaf check-in: 50e8847d user: jan.nijtmans tags: 64bit-int-on-win)
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: 69327d27 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: 03c5ec86 user: drh tags: sqlite-NGQP)
2013-06-10
13:32
Merge all the latest trunk changes into the ipv6 branch. ... (Closed-Leaf check-in: d5f6e08c user: drh tags: ipv6)
2013-06-08
02:37
Merge updates from trunk. ... (Closed-Leaf check-in: b8919a55 user: edward tags: berner-nt)
01:34
Merge updates from trunk. ... (Closed-Leaf check-in: 7872db85 user: edward tags: long-double-bug)
2013-06-06
06:31
Teach config.h to recognize Sun's C compiler. ... (Closed-Leaf check-in: 57b58527 user: edward tags: sun-compiler)
2013-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: 020bb71f user: jan.nijtmans tags: cleanX)
2013-05-27
09:56
rebase ... (Closed-Leaf check-in: 7f0507c0 user: jan.nijtmans tags: cleanDashN)
09:53
Implementation simplification: -n implies -f and -v, this way less separate flag-checks have to be done. No change in functionality. ... (Closed-Leaf check-in: 4e573871 user: jan.nijtmans tags: cleanDashN)
08:53
Better implementation of "fossil clean -x". Previous implementation didn't prompt any more before before removing unknown files when the -x option was used. ... (Closed-Leaf check-in: 6758c2b0 user: jan.nijtmans tags: cleanX)
2013-05-25
01:49
Improved default background colors for web annotations. Remove the diff hyperlinks from the annotation log. ... (Closed-Leaf check-in: 8987a6bb 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: 003062b7 user: jan.nijtmans tags: cleanX)
2013-05-15
07:15
rebase ... (Closed-Leaf check-in: 5dd6b697 user: jan.nijtmans tags: clean-with-ignore)
2013-05-02
15:04
rebase ... (Closed-Leaf check-in: 9e4a7190 user: jan.nijtmans tags: clean-with-ignore)
13:52
rebase ... (Closed-Leaf check-in: e89269e5 user: jan.nijtmans tags: short-cgi-params)
2013-04-26
09:29
One more: --new-file makes the diff command much more verbose. Fix /event?v= ... (Closed-Leaf check-in: 0a5abbee user: jan.nijtmans tags: verbose)
2013-04-24
07:28
All ui pages (and JSON) should handle filenames case-sensitive because they don't access the file system. ... (Closed-Leaf check-in: c967b661 user: jan.nijtmans tags: page-case-sensitive)
2013-04-19
07:55
Rename "--limit" to "--count" and "--test" to "--nochange" in some fossil commands ... (Closed-Leaf check-in: e72af505 user: jan.nijtmans tags: count-nochange)
2013-04-16
09:59
Suggested fix for [85017e9273] ... (Closed-Leaf check-in: d0764530 user: jan.nijtmans tags: ticket-85017e9273)
2013-04-04
15:24
eliminate goto ... (Closed-Leaf check-in: c11b3736 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: 468f1346 user: jan.nijtmans tags: looks-like-utf)
2013-04-03
09:59
merge trunk ... (Closed-Leaf check-in: ccc9896f user: jan.nijtmans tags: looks-like-utf)
07:50
rebase ... (Closed-Leaf check-in: ab4e8638 user: jan.nijtmans tags: ticket-d17d6e5b17)
2013-04-01
13:50
Add the --mimetype option to the "commit" command. ... (Closed-Leaf check-in: 6d4339bb user: drh tags: markdown)
2013-03-28
22:30
(!Experiment, not meant for trunk, ever!) How would the fossil code look like, if the Tcl_InitSubsystems() function (TIP #414) was available. ... (Closed-Leaf check-in: be1a7396 user: jan.nijtmans tags: initsubsystems2)
05:45
Update autosetup to the latest version (0.6.5) ... (Closed-Leaf check-in: 55a85b2d user: steveb tags: autosetup)
2013-03-22
09:36
Allow win32 forbidden characters to be used in filenames, using the Cygwin workaround: http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-specialchars. The files test/00*.x should NOT be merged to trunk, otherwise trunk cannot be checked out with older win32 fossil versions any more! ... (Closed-Leaf check-in: c68afe0f user: jan.nijtmans tags: win32-please-evaluate)
2013-03-19
17:37
Fix overly eager byte swapping when checking for UTF-16 text. ... (Closed-Leaf check-in: 3f2f1e62 user: mistachkin tags: bomRefactor)
10:06
merge trunk (still experimental) ... (Closed-Leaf check-in: af4d7804 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: a9f1cbbd user: jan.nijtmans tags: reverse-bom-testcases)
2013-03-15
12:53
(expirimental) First implementation of "CR line endings" warning. ... (Closed-Leaf check-in: 5a886cfd user: jan.nijtmans tags: cr-warning)
12:29
merge trunk ... (Closed-Leaf check-in: 59f26447 user: jan.nijtmans tags: bomRefactor)
2013-03-14
14:48
Merging from trunk to get the annotate fixes. Trivial conflict solved.

Update: the new branch viric_flavour ([b31afcc2ca]) includes most of these changes in a more recent fossil. ... (Closed-Leaf check-in: f14798e0 user: viriketo tags: annotate_links)

2013-03-13
15:03
merge trunk ... (Closed-Leaf check-in: 9263d4c2 user: jan.nijtmans tags: bomRefactor)
2013-03-11
07:51
Prototype for a TH1 regexp command. ... (Closed-Leaf check-in: be4a6630 user: mistachkin tags: th1RegExp)
2013-03-08
11:56
merge trunk ... (Closed-Leaf check-in: 8be674a1 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: 9b90146a user: mistachkin tags: mistake)
2013-03-07
22:26
Detect overlong and nul-bytes for files starting with utf-16 BOM but with odd number of bytes. ... (Closed-Leaf check-in: 14019cb0 user: jan.nijtmans tags: bomRefactor)
12:35
Somewhat better layout: Putting text-field title first, above the text-field. ... (Closed-Leaf check-in: 3546a84c 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: ad44353d user: drh tags: globListRefactor)
15:40
merge trunk ... (Closed-Leaf check-in: 820f6432 user: jan.nijtmans tags: fix-test-move-repository)
14:22
merge trunk (committed to wrong branch) ... (Closed-Leaf check-in: aeb1cfe1 user: jan.nijtmans tags: mistake)
2013-03-05
10:04
Proposed fix for [ed23ef59cf]: Fossil ignoring "binary-glob" setting ... (Closed-Leaf check-in: e0e88821 user: jan.nijtmans tags: ticket-ed23ef59cf)
2013-03-04
23:13
Revert check-in [3a74f9fe52], which added a special warning for overly long lines being detected as binary files. ... (Closed-Leaf check-in: dd9e030b user: mistachkin tags: noLineLenWarning)
20:06
Check on writability of the home directory appears too restricted. Writability of the $HOME/.fossil file should be sufficient for fossil to operate. ... (Closed-Leaf check-in: 1e90d43d user: jan.nijtmans tags: home-check-too-restricted)
13:26
Enabled the 'c=convert' commit option for Cygwin, now that it can handle UTF-16. ... (Closed-Leaf check-in: a6f4093e user: jan.nijtmans tags: build-breaker)
2013-02-27
23:41
Fix artifact links for ticket attachments. ... (Closed-Leaf check-in: b061772d user: mistachkin tags: tktAttachmentLinks)
2013-02-25
01:02
Added fix for issue seen with merge; would fail due to file_copy() issue where files of renamed directories would not have the new directory created beforehand. Also added fix for issue seen after large merge; 'changes' command would fail due to WriteConsoleW() returning with error ERROR_NOT_ENOUGH_MEMORY; fix seems hacky but works. ... (Closed-Leaf check-in: 3f31dc65 user: jeffrimko tags: jeffrimko-fix-merge-changes)
2013-02-21
19:41
CLI help command now (cosmetically) differentiates between pages and commands. ... (Closed-Leaf check-in: 5be59333 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: f4143c5b 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: 1c46835e 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: cc3976fd user: jan.nijtmans tags: fossil_utf8_to_filename)
2013-02-17
14:47
More simplification in UTF-16 bom detection ... (Closed-Leaf check-in: 1e70f211 user: jan.nijtmans tags: utf16Bom)
2013-02-13
20:16
Correct comment and remove superfluous return statement. ... (Closed-Leaf check-in: a49749ed 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: c209105f 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: 7ac0fd9d 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: 8a84c6e8 user: jan.nijtmans tags: berner-nt4)
2013-01-26
16:27
merge trunk ... (Closed-Leaf check-in: 013854ae 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: f4801738 user: jan.nijtmans tags: encoding-glob)
2013-01-23
12:31
Only check time, if it is set. ... (Closed-Leaf check-in: 970cc4f1 user: joerg tags: experimental)
2013-01-21
13:12
Oops, make it work correct now. ... (Closed-Leaf check-in: 7dabede3 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: bef9a956 user: jan.nijtmans tags: regexp-x)
2013-01-07
17:33
Merge updates from trunk. ... (Closed-Leaf check-in: a6647539 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: 6358cc37 user: mistachkin tags: adminTh1)
2012-12-22
14:36
Use NULL rather than 0 for values in the MLINK table that are empty. ... (Closed-Leaf check-in: 19844445 user: drh tags: exp-foreign-keys)
2012-12-20
22:59
Allow backslash in filenames on UNIX (experiment) ... (Closed-Leaf check-in: c3d74f4f user: jan.nijtmans tags: allow-backslash-on-unix)
2012-12-18
02:18
Fix a typo - repeated word "from" ... (Closed-Leaf check-in: 6dba4c6a user: drh tags: improved-name-change-display)
2012-12-07
20:58
Merge updates from trunk. ... (Closed-Leaf check-in: de1ef7e9 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: ceb11b07 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: cc09cda2 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: c43da4fc 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: 7b3def02 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: 1002e723 user: drh tags: ticket-e399bc)
2012-11-28
08:44
merge trunk ... (Closed-Leaf check-in: 9d67e2e2 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: 7575b52e user: drh tags: ticket-enhancements)
11:10
Suggested fix for [1038e224fa] ... (Closed-Leaf check-in: 9f3622b2 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: 36734cfc user: mistachkin tags: zlib)
2012-11-26
23:54
Changes to support easier debugging on Windows. ... (Closed-Leaf check-in: 642e543c user: mistachkin tags: winDebug)
12:23
- Make --force imply --no-warnings - Add --no-warnings to "fossil scrub" and "fossil clean" - Remove "--conflict" option for "fossil merge", use --force for that. ... (Closed-Leaf check-in: 06e1b672 user: jan.nijtmans tags: bellon-unicode-v2)
2012-11-25
22:58
Merge commit warning enhancements (i.e. the 'unicode-glob' setting and the '--no-warnings' option to commit). Not yet approved for trunk. ... (Closed-Leaf check-in: 02062c2b user: mistachkin tags: mistake)
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: e9954e58 user: mistachkin tags: bellon-unicode)
02:57
Use binary mode for CGI related trace files. ... (Closed-Leaf check-in: 95f02a57 user: mistachkin tags: cgiTraceBinary)
2012-11-23
10:35
Disallow invalid unicode characters ... (Closed-Leaf check-in: 9242c09f user: jan.nijtmans tags: invalid-unicode)
2012-11-22
10:16
Modify db_open_config() and associated routines to make their internal state more consistent and discoverable. ... (Closed-Leaf check-in: 52a68687 user: mistachkin tags: dbOpenConfig)
2012-11-21
20:53
Just commit some weird filenames, even one with a newline in it, to test the code. ... (Closed-Leaf check-in: ac1af230 user: jan.nijtmans tags: test-ticket-d17d6e5b17)
2012-11-20
08:23
When db_open_config() is called with the useAttach parameter set to non-zero, it may need to close and reopen the database using ATTACH if that was not done previously. ... (Closed-Leaf check-in: e0152697 user: mistachkin tags: dbReOpenConfigAttach)
02:05
Show much less output on a sync operation, unless the --verbose flag is given. ... (Closed-Leaf check-in: 407cd4c5 user: drh tags: less-verbose-sync)
2012-11-19
23:58
Prevent blank user names from being displayed for items awaiting moderation. ... (Closed-Leaf check-in: 89ed7dc5 user: mistachkin tags: modDispUser)
2012-11-17
20:19
merge trunk ... (Closed-Leaf check-in: 7e7dcdd2 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: 285eeba6 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: 6cc26220 user: drh tags: fix-sync-delta-loop)
2012-11-16
07:33
The <nobr> tag is not valid xhtml.

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

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

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

... (Closed-Leaf check-in: 46fba0f1 user: jan.nijtmans tags: no-nobr)
2012-11-12
13:17
merge trunk ... (Closed-Leaf check-in: 2b63068b user: jan.nijtmans tags: ticket-fb3057f6ed)
2012-11-08
13:44
Always HTML-encode the href attribute of <a> elements. This check-in simplifies and fixes double-frees in the previous. Ticket [5ff2043c9668] ... (Closed-Leaf check-in: 35bfedef user: drh tags: ticket-5ff2043c96)
2012-11-04
12:59
Fix typos. ... (Closed-Leaf check-in: 45065c5c 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: def256a2 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: 7d3a06b8 user: mistachkin tags: commitWarningV2)
15:38
Correct wrong manual merge. ... (Closed-Leaf check-in: 5963c2dd 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: d57f0a93 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: 9267dba4 user: jan.nijtmans tags: use-blob_strip_bom)
2012-10-26
20:18
Bring in the latest SQLite from upstream. ... (Closed-Leaf check-in: bda00cba user: drh tags: optimization)
2012-10-25
14:50
diff.c:looks_like_binary(): No need to make the blob null-terminated.

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

... (Closed-Leaf check-in: c3ec6309 user: jan.nijtmans tags: improve_looks_like_binary)
2012-10-24
07:42
relax Wiki name restriction ... (Closed-Leaf check-in: d5453ca0 user: jan.nijtmans tags: ticket-897c39d284)
2012-10-22
14:56
merge trunk ... (Closed-Leaf check-in: c7703868 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: 65f495bc 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: 5678565b user: drh tags: embedded-doc-buttons)
17:34
Simple changes that allows embedded documentation *.wiki files to contain unrestricted HTML. This is on a branch because I don't believe we want to go this way, but I might change my mind later. ... (Closed-Leaf check-in: 463df97c user: drh tags: full-html-for-embedded-docs)
2012-10-09
14:32
An alternative way to get mime-types from attachments for the "raw" page. ... (Closed-Leaf check-in: b21df7ec user: drh tags: experimental)
2012-10-05
08:28
Simplify internal link generation for control artifacts to avoid using escaped HTML entities. ... (Closed-Leaf check-in: bcf41d31 user: mistachkin tags: controlInfoLink)
2012-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: 064afb22 user: mistachkin tags: diffBinExternal)
2012-09-29
07:40
For custom makefile, build with Tcl stubs support by default. ... (Closed-Leaf check-in: 2d63ffdd 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: ba91fe5f user: jan.nijtmans tags: stubbed-tcl)
2012-09-27
11:51
Alternative fix for ticket [711d04b6d8577]. ... (Closed-Leaf check-in: 94e2deef user: drh tags: ticket-711d04b6d8)
2012-09-26
07:07
asd�� (doesn't work!) ... (Closed-Leaf check-in: c1fdc636 user: jan.nijtmans tags: mistake)
2012-09-25
11:48
Candidate fix for maintaining existing permission bits for partial check-ins. ... (Closed-Leaf check-in: 33ffb32c user: mistachkin tags: partialCommitPerms)
2012-09-21
09:27
Eliminate usage of TCHAR and the associated Win32 API macros. ... (Closed-Leaf check-in: 4abd4c5d user: mistachkin tags: noTCHAR)
2012-09-19
04:01
As a fallback, attempt to extract the user from the remote URL configured for the repository. ... (Closed-Leaf check-in: 817b3fea user: mistachkin tags: selectRemoteUser)
2012-09-18
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: 4bab4459 user: mistachkin tags: newTemplate)
05:11
Enhance comments from the previous commit. ... (Closed-Leaf check-in: 6282cdf0 user: mistachkin tags: skin5)
00:15
Strip out TH1 comments from the header. ... (Closed-Leaf check-in: 354bfe20 user: mistachkin tags: dynamicStyle)
2012-09-17
07:34
fix [ce73fc2173]

Restore Win9x, using unicows eliminate all #ifdef UNICODE

... (Closed-Leaf check-in: 9cf5056a user: jan.nijtmans tags: win95-unicows)
2012-09-14
10:31
Experimental version for Win9x, using unicows ... (Closed-Leaf check-in: bf0fede2 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: 297cb3e5 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: b19ef490 user: drh tags: unicode-cmdline)
2012-09-10
08:21
Add some test cases ... (Closed-Leaf check-in: d4316541 user: jan.nijtmans tags: mingw-broken-cmdline)
2012-09-06
09:10
merge trunk

enable UNICODE mode (experimental)

... (Closed-Leaf check-in: 2017d2f8 user: jan.nijtmans tags: eclipse-project)
2012-09-02
19:39
Minor additional fixes related to [c8c0b78c84]:
- Use _wsystem() in stead of system() on Windows
- Use g.argv[0] in stead of fossil_nameofexe() where only printing is involved
- Use fossil_nameofexe() where fossil_system() is involved
- Move the determination of the full windows path to fossil_nameofexec,
  so g.argv[0] can always be the unmodified argv[0]
- g.argv[0] and fossil_nameofexec() are in utf-8, so we cannot use fprintf
  directly. Exception: when printing malloc errors.
... (Closed-Leaf check-in: be06861f user: jan.nijtmans tags: ticket-c8c0b78c84)
2012-08-30
22:02
PATH_MAX -> MAX_PATH ... (Closed-Leaf check-in: b41c57d5 user: jan.nijtmans tags: ticket-c8c0b78c84)
2012-08-29
23:33
Allow no-op merges with the --force flag. ... (Closed-Leaf check-in: d787bcd4 user: drh tags: msvc-broken)
21:32
upgrade to dirent-1.11 ... (Closed-Leaf check-in: 10fec4b7 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: 41577fd3 user: jan.nijtmans tags: broken-msvc-2)
13:03
merge trunk ... (Closed-Leaf check-in: e9f38ae8 user: jan.nijtmans tags: utf8-in-sources)
08:02
merge trunk ... (Closed-Leaf check-in: 3e3f34eb user: jan.nijtmans tags: ticket-01a2f3a346)
2012-08-23
14:29
... and the makemake.tcl corresponding changes as well ... (Closed-Leaf check-in: e55c7139 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: cc2aa92e 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: a7392129 user: mistachkin tags: tcl-argv-handling-v2)
07:45
Pass argv arguments to Tcl ... (Closed-Leaf check-in: 3709b1ea user: jan.nijtmans tags: tcl-argv-handling)
2012-08-21
13:29
Tcl only uses argv0, so it's enough to transfer this argument only ... (Closed-Leaf check-in: b82eacd5 user: jan.nijtmans tags: tcl-argv0-only)
11:18
In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/ws2tcpip.h:11:0, from src/cgi.c:29: /usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h src/file.c:47:0: warning: "stat" redefined /usr/x86_64-w64-mingw32/sys-root/mingw/include/sys/stat.h:258:0: note: this is the location of the previous definition In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/ws2tcpip.h:11:0, from src/http_socket.c:35: /usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h src/shell.c:67:0: warning: "popen" redefined /usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:503:0: note: this is the location of the previous definition src/shell.c:68:0: warning: "pclose" redefined /usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:504:0: note: this is the location of the previous definition ... (Closed-Leaf check-in: b5d69afe user: jan.nijtmans tags: jn-mingw-w64-compiler-warnings)
2012-08-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: e5ad1037 user: drh tags: wysiwyg)
2012-08-03
18:41
merged in [336e1355b927f]. ... (Closed-Leaf check-in: 82e78034 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: 36134ce2 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: 0328d681 user: drh tags: sqlite4)
2012-06-22
12:58
MSC makefile fix for missing cson_amalgamation. ... (Closed-Leaf check-in: 0918d1f0 user: stephan tags: stephan)
2012-06-11
17:33
merge trunk again... (previous merge was not from latest trunk from fossil-scm.org) ... (Closed-Leaf check-in: 7a57ab64 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: cff9cc34 user: tsbg tags: winsrv)
2012-05-11
21:17
Filter out inline shell variables from tclConfig.sh because they break the build on CentOS 5 with TCL 8.4. (Edit: Fixed username.) ... (Closed-Leaf check-in: cc008eba user: bcsmith tags: autosetup)
2012-04-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: 396eceb9 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: 82332148 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: d9c8a7dd 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: 626a317e user: martin.weber tags: msw-docco)
2012-04-02
00:11
Try to make the "stat" page more readable by inserting commas in larger integers. This experiment did not work out. ... (Closed-Leaf check-in: ef9ec5d7 user: drh tags: comma-in-stat)
2012-03-19
12:45
Avoid a valgrind warning in the side-by-side diff logic. ... (Closed-Leaf check-in: 5dd5d39e user: drh tags: branch-1.22)
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: e94c7cc4 user: mistachkin tags: winFiles)
2012-02-24
11:36
For annotate, make the fixed user name field wider (e.g. 'Administrator'). ... (Closed-Leaf check-in: dbf4ecf4 user: mistachkin tags: wideAnnotateUser)
2012-02-23
11:32
Fix warnings in json support code (unused variables, unused label, etc). ... (Closed-Leaf check-in: 86f6e675 user: mistachkin tags: jsonWarnings)
2012-02-19
03:04
Added mistachkin's openssl name collision workaround to the autoconfigurator. Fixed a typo. ... (Closed-Leaf check-in: d03aca4a user: jan tags: jan-buildfixes)
2012-02-17
01:55
Update to the latest autosetup (0.6.4) ... (Closed-Leaf check-in: 20a72257 user: steveb tags: autosetup)
2012-02-10
23:04
Pull over the changes to the 'building and installing' wiki page from msw-docco. There's some more docco changes pending in that branch which should be pulled by sanctioned developers. ... (Closed-Leaf check-in: e98d793d user: martin.weber tags: msw-docco)
23:01
Revise workaround for OpenSSL symbol name collision problem. ... (Closed-Leaf check-in: ff19cc21 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: 587dd57f 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: be10939b user: drh tags: experimental)
04:48
Add experimental support for running a TH1 script after a ticket is edited or created. ... (Closed-Leaf check-in: 95555609 user: mistachkin tags: tktChangeScript)
2012-02-06
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: 5d836cbd 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: eae55eea 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: de9c2f08 user: steveb tags: jimtcl)
2012-01-20
17:32
The HTTP trace files need to be opened in binary mode. ... (Closed-Leaf check-in: 7611406f user: mistachkin tags: clientSyncLeakFix)
2012-01-18
12:56
Add xfersetup to the makemake.tcl script. ... (Closed-Leaf check-in: 9441f6fb user: mistachkin tags: pushScript)
2012-01-11
21:50
merge drh fix (additionally, sqlite3 updates) ... (Closed-Leaf check-in: 6a39f43d user: bch tags: status_redo)
2012-01-04
18:29
Process the style sheet using TH1 prior to returning it. This branch is experimental. ... (Closed-Leaf check-in: d1b68cc0 user: drh tags: th1-css)
2011-12-16
22:00
Add SSL SNI support (suggested by BohwaZ on mailing list). Simplify setting of port for SSL connection. ... (Closed-Leaf check-in: 132dbced user: dmitry tags: dmitry-fixes)
2011-12-01
16:16
Make allow-symlinks a versionable setting. ... (Closed-Leaf check-in: ec5c690e user: ben tags: versionable-settings)
2011-11-14
00:13
fossil import --incremental should set the appropriate ancestor for the first commit in each branch being added ... (Closed-Leaf check-in: c95d7a9c user: steveb tags: steveb-fixes)
2011-11-05
23:12
Slight syntax tweak for 'ifeq' statement, this may work on more make variants. ... (Closed-Leaf check-in: f382b9a5 user: mistachkin tags: auto-mingw-makefile)
2011-11-04
20:48
Added missing #ifdefs for json mode. ... (Closed-Leaf check-in: 8a4e81cf 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: dd275844 user: drh tags: tcl-integration)
18:57
Fix html escaping of TH1 variables. Escaping should be determined by $ 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: d81e2176 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: a7caf198 user: viriketo tags: fix_mlink)
2011-10-29
20:06
Ensure correct file name on compile errors in translated sources. This helps avoid editing the generated file with vim "quickfix". ... (Closed-Leaf check-in: 331b57b5 user: steveb tags: steveb-fixes)
2011-10-28
14:42
Update autosetup to 0.6.3

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

2011-10-21
21:50
Fix a spacing bug in the display of side-by-side diffs. ... (Closed-Leaf check-in: a505abcc user: drh tags: diff-enhancements)
2011-10-20
16:31
s/'%s'/%Q/ in rptshow(). ... (Closed-Leaf check-in: 21af9662 user: stephan tags: stephan-hack)
02:03
Sorry, wrong branch! started changelog for 1.20 release. ... (Closed-Leaf check-in: a9420863 user: stephan tags: declined)
01:12
Additional makefile changes so the "../$CHECKOUT/configure; make test" works. ... (Closed-Leaf check-in: 6f285b5f user: drh tags: maketest_fixes)
2011-10-18
21:20
Adding a space I forgot in in the html output. ... (Closed-Leaf check-in: 61523cbe 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: c7c4279f 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: a92908a6 user: drh tags: jan-sbsdiff)
2011-10-14
15:52
working on json wiki command ... (Closed-Leaf check-in: 4f9f0e9f 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: 9fe787ec user: viriketo tags: extended_ci_names)

2011-10-10
08:56
Fix constant prompting on already saved SSL certificates that are not trusted for some reason (e.g. host mismatch, etc). ... (Closed-Leaf check-in: 25169506 user: mistachkin tags: ssl-trust-fix)
2011-10-04
15:20
Add HMAC-SHA1 implementation. ... (Closed-Leaf check-in: dcee34b2 user: dmitry tags: multisession)
14:38
Merge trunk into dmitry-security branch. ... (Closed-Leaf check-in: f4eb0f5a 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: 4860d9f2 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: 2cd21f8d user: dmitry tags: dmitry-fixes)
2011-09-08
12:59
Fix Windows build. ... (Closed-Leaf check-in: 4e586a2d 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: 27a4518e 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: a67e2683 user: martin.weber tags: msw-hack)
2011-09-06
20:30
Documenting the Label structure I introduced. ... (Closed-Leaf check-in: 58a02a2e 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: 1765c18d 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: 7eeb5c64 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: 9ce6771c 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: 62f4a8a6 user: viriketo tags: merge_renames)
14:28
Show the branch name in artifact descriptions. ... (Closed-Leaf check-in: 2e38bed4 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: 374920b2 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: 4e5dd353 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: d2c4a242 user: drh tags: stash_rm)
2011-08-23
08:37
Cache values of versionable settings read from files. ... (Closed-Leaf check-in: 0f0a9473 user: ben tags: ben-minorchanges)
2011-08-14
23:12
Fix the file_relative_name() function so that it works on windows. ... (Closed-Leaf check-in: 47b5bf7d 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: 4fee0ce2 user: drh tags: filename-case)
2011-07-30
10:14
Correct the winsrv documentation to use the renamed command name. ... (Closed-Leaf check-in: f6b8397e 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: 02ce8b4a 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: 9a679370 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: 6652dd1c 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: c32b23d6 user: steveb tags: autosetup)
03:10
Very minor edits to the BUILD.txt document. ... (Closed-Leaf check-in: 38d58597 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: 14d1e449 user: ben tags: ben-safe-make)
08:34
Add help text to status command about --non-relative option. ... (Closed-Leaf check-in: 5de11ac6 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: 4bf9048e 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: 8c482e2a user: dan tags: autosetup)
2011-06-23
11:24
added version diff from info page ... (Closed-Leaf check-in: 6a84934b 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: c5f994d4 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: d167b79e user: drh tags: cmake)
18:10
The VC++ Makefile is generated by makemake.tcl and should not be edited directly. And this check-in was to the wrong branch anyhow. ... (Closed-Leaf check-in: 1e7c1bca user: drh tags: mistake)
2011-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: 5abe6347 user: ben tags: configure-make)
06:55
Online help for several more commands adapted ... (Closed-Leaf check-in: d23f9887 user: Arjen Markus tags: arjen-doc-updates)
2011-05-29
12:53
Remove accidentally included line of code. ... (Closed-Leaf check-in: 0bed863b user: ben tags: ben-security)
2011-05-28
15:40
Tidy up and fix implementation of empty-dirs setting. ... (Closed-Leaf check-in: 529237a3 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: 3e61ada7 user: ben tags: solaris10)
2011-05-21
16:52
Add (verisionable) empty-dirs setting ... (Closed-Leaf check-in: b21f47e9 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: a742d12e user: drh tags: windows-i18n)
2011-04-27
02:05
Fix an issue with the --legacy option to configuration pull. ... (Closed-Leaf check-in: 940faaa3 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: 97e5ff20 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: 9df4dcb5 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: 0c0392af user: jan tags: jan-clientcert)
2011-04-04
01:56
ws change to capture chmod +x change ... (Closed-Leaf check-in: 5a587ba5 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: e8b15ad6 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: cfec7224 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: 157eed29 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: bbf257dc user: drh tags: private-sync)
2011-02-20
05:56
Merge custom Makefile to trunk. ... (Closed-Leaf check-in: 9503a915 user: mistachkin tags: trunk)
2011-02-17
08:15
Enable a “stash make” subcommand as an alias for “stash snapshot” ... (Closed-Leaf check-in: 4e0274bb user: BM tags: stash_mk)
2011-02-16
22:55
merge trunk ... (Closed-Leaf check-in: 0eaf7528 user: bharder tags: bch)
2011-02-12
13:38
This branch contains experimental changes attempting to address complaints that Fossil sometimes overwrites unmanaged files. In this checkin: Use file_delete() instead of unlink() everywhere. Add interfaces file_move() and file_dont_overwrite() but do not use those interfaces yet. ... (Closed-Leaf check-in: a1814d50 user: drh tags: file-safety)
2011-01-28
21:52
Remove extraneous hyperlinks from the Tags and Branches timelines since the "tag:" hyperlinks now cover that functionality. ... (Closed-Leaf check-in: b6e66cdd user: drh tags: experimental)
2011-01-26
16:23
Avoid unnecessary deep recursion in after_dephantomize() when using delta-manifests. ... (Closed-Leaf check-in: 27392729 user: drh tags: experimental)
2011-01-05
18:55
Experimental change to try to make "export" run faster for massive repositories. ... (Closed-Leaf check-in: c9a903c2 user: drh tags: experimental)
2011-01-04
17:13
Implemented all suggested changes to the self-register related code. ... (Closed-Leaf check-in: 13deb432 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: 01c83bfb user: drh tags: mistake, m1)
16:57
Additional lookaside buffer measurements associated with an experimental version of SQLite, enabled only when --sqltrace is used. ... (Closed-Leaf check-in: 9688ec1d user: drh tags: experimental)
2010-12-18
21:22
Add the "stash diff" and "stash gdiff" commands. ... (Closed-Leaf check-in: 987e0ff7 user: drh tags: experimental)
2010-12-09
15:52
New cloning algorithm appears to be much faster at the cost of slightly more network bandwidth. Fully backwards compatible. Need to look at the network bandwidth issue prior to merging with trunk. Perhaps a command-line option for the clone command to select between slow-and-small or fast-and-larger. ... (Closed-Leaf check-in: 8bb8be26 user: drh tags: experimental)
2010-11-11
13:36
a stab at fast-import/export support building on the 'import' branch from drh. ... (Closed-Leaf check-in: 7043db15 user: gcw tags: gcw-fast)
2010-11-09
01:17
Cleanup of help_page() in preparation for merging with trunk. ... (Closed-Leaf check-in: a298a0e2 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: e25884d4 user: drh tags: experimental)
2010-11-07
10:23
Merge from trunk. ... (Closed-Leaf check-in: 1a6876db user: michael tags: ttmrichter-skins)
2010-10-28
17:41
merge from trunk ... (Closed-Leaf check-in: e6dce6a1 user: wolfgang tags: StvPrivateHook2 )
13:25
Less frequent status messages while processing using the sync protocol. ... (Closed-Leaf check-in: 0ca42eb3 user: drh tags: experimental)
2010-10-25
21:47
Improvements and minor bug fixes in "browse" processing. ... (Closed-Leaf check-in: b27d50b4 user: drh tags: experimental)
2010-10-22
01:06
Merge in some ui enhancements from the ssl_platform_fixes branch. ... (Closed-Leaf check-in: 3c19422b user: bcsmith tags: ui-improvements)
2010-10-21
23:26
TH1 fossiltag command for accessing tag values.

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

2010-10-16
19:07
PellesC doesn't have pgmptr, update Makefile ... (Closed-Leaf check-in: f8836874 user: wolfgang tags: wolfgangHelpCmd)
2010-10-10
19:07
New TH1 command: wikicontent

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

2010-10-07
18:46
Merge in recent trunk changes. ... (Closed-Leaf check-in: 568ead7b user: drh tags: wolfgangTicketCmd)
16:04
merged from trunk ... (Closed-Leaf check-in: 2502567f user: wolfgang tags: wolfgangFormat2CSS_2)
2010-10-06
14:42
removed unused include -------------------------------- moved false branch commit to closed leaf ... (Closed-Leaf check-in: afca3291 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: f93a54d0 user: drh tags: small_stack)
2010-10-04
01:21
Updates and corrections to the file format documentation. ... (Closed-Leaf check-in: 3e48b683 user: drh tags: experimental)
2010-10-03
19:24
More descriptive SSL error messages. ... (Closed-Leaf check-in: 6b8b6d2e 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: efc9e1c3 user: bharder tags: nop)
2010-09-19
01:14
merge trunk ... (Closed-Leaf check-in: 1dfb33e8 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: e8f200b6 user: wolfgang)
2010-09-13
23:37
Fix some rendering issues with the new wiki formatter. ... (Closed-Leaf check-in: 7d2fe13c user: drh tags: wolfgangFormat2CSS)
2010-09-11
11:37
Improvements to the "stat" page formatting. ... (Closed-Leaf check-in: b41feab7 user: drh tags: trunk)
2010-09-07
17:29
merged-make-corrections ... (Closed-Leaf check-in: 036d7681 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: c0a530f4 user: renez tags: windowscompilers)
2010-08-26
13:17
Untested implementation of popen2() for windows. ... (Closed-Leaf check-in: 34ea1e4a user: drh tags: experimental)
2010-08-13
03:49
Merged with trunk. ... (Closed-Leaf check-in: 861a885c 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: 2a4ab3b1 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: e0a9b6e0 user: benoit tags: benoit)
05:21
Create new branch named "ticket-92d3a03459" ... (Closed-Leaf check-in: 0fadfd26 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: 0fd61810 user: drh tags: exp-search)
2010-05-17
18:24
re-introduce "co" "checkout" command to BSD branch ... (Closed-Leaf check-in: 0072bfef 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: ccc7701c user: drh tags: gpl)
19:08
Change from GPL to the Simplified BSD License. ... (Closed-Leaf check-in: c06edd23 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: 4c931047 user: drh tags: trunk)
2010-03-21
22:42
Comparison typo. ... (Closed-Leaf check-in: 624bc1c6 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: 49e66703 user: drh tags: experimental)
2010-02-28
08:18
fix small issue in postbuild ... (Closed-Leaf check-in: 7f2ccea7 user: ron tags: ron-make)
2010-02-26
03:02
Merge in latest changes from trunk. ... (Closed-Leaf check-in: df905727 user: linuxfood tags: creole)
2010-02-08
18:12
Merge all the latest trunk changes into the SSL branch. ... (Closed-Leaf check-in: 8c23a947 user: drh tags: ssl)
14:20
Added better error message when trying to remove a directory. ... (Closed-Leaf check-in: 1761fee0 user: jeremy_c tags: dead-end)
2010-01-21
20:52
Use the saved sync-url password for autosync. ... (Closed-Leaf check-in: f703a2fc user: drh tags: experimental)
2010-01-13
10:10
Fixed bug where /doc could only be read if the user had checkout security - drh adds: This is not a bug. Checkout permission prevents /doc from being used to "checkout" any version of any file. ... (Closed-Leaf check-in: acba194c user: jeremy_c tags: dead-end)
2010-01-11
16:21
Additional clarification in the Password Management document. ... (Closed-Leaf check-in: 261e5534 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: 71ad9b62 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: c01667b0 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: 4ba7b9c2 user: stephan tags: trunk)
2009-04-29
03:59
checkpoints for the is_ticket() function ... (Closed-Leaf check-in: 5d49162a 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: 47cc9dfe 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: 09d6a6eb user: drh tags: experimental)
2009-01-30
21:18
Changed update docs, ** ADDED A _SPECIAL_ (but MUTYPE_BLOCK) wikitag <annotation> to put html comments in wikimarkup ... (Closed-Leaf check-in: 51868cb1 user: kkennell tags: kkinnell-exp)
2008-10-24
13:45
Create named fork test-tag-1 ... (Closed-Leaf check-in: 32b480fa 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: 383c10f0 user: aku tags: trunk)
2008-02-19
21:58
tclfossil: added schema command ... (Closed-Leaf check-in: 8c4b5300 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: 4df56a9e user: aku tags: trunk)
2007-08-25
04:02
Merging formatting changes to timeline and concepts documentation ... (Closed-Leaf check-in: 9b30224d user: aku tags: trunk)